2023-03-21T22:01:14.928 INFO:root:teuthology version: 0.0.1.dev59+g7f7f7c3 2023-03-21T22:01:14.929 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-03-17_15:55:00-orch-quincy-release-distro-default-smithi --description orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/calico rook/1.7.2} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-03-17_15:55:00-orch-quincy-release-distro-default-smithi/7211636 -- /home/teuthworker/archive/yuriw-2023-03-17_15:55:00-orch-quincy-release-distro-default-smithi/7211636/orig.config.yaml 2023-03-21T22:01:14.959 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-03-21T22:01:15.033 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-03-17_15:55:00-orch-quincy-release-distro-default-smithi/7211636 branch: quincy-release description: orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/calico rook/1.7.2} email: null first_in_suite: false job_id: '7211636' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-03-17_15:55:00-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: global: osd crush chooseleaf type: 0 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 714f8ff94ab1a8a5b10ea54247535614e53b7234 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 714f8ff94ab1a8a5b10ea54247535614e53b7234 kernel: hwe: true kubeadm: pod_network: calico version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: quincy-release sha1: 714f8ff94ab1a8a5b10ea54247535614e53b7234 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: 714f8ff94ab1a8a5b10ea54247535614e53b7234 sleep_before_teardown: 0 suite: orch suite_branch: quincy-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 714f8ff94ab1a8a5b10ea54247535614e53b7234 targets: smithi018.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwINnmi+N3LgR9ET61cABYBnDJDAAQE1klaPINljTOvitiIM3/5ICam+qurn41RkfyLPz4uwE1yDyHeI7QBKChMImagaJPfltOSsFsTn67ifp6uunrBJblDzycEd7/lJfdMwBn8dApfOw5SSnVdpzpaKWGNpPqshrinViULNhTz2PMAkza/R7qM6v4qqKKxQx/yVi8/Lt03nxO672k5WH/Wkz7KHX4nwyeTelksSojH9SBt4yR4WpLbMjuFX33Ag14KBWr9YQ30L5/h7VtBLQL+2c7sq3Bnll5zj8H+sIa0hOHmwR5sxs4cVs6Eb4Cblr6xTs0Q9vQefWDDYNL4qRpuj1NO+bW1xGcALK9TujCJ0/fdcMLQ0/r4QukVxSE1j6frwWwo/u8lxTTp/wbNVU14w+37ppSvzcPbOD5FNnCu4PMHgrtqp02ggncjqMYpHvxXoQ53JPn84XfXX04vWf5emRMQ76T0NvWW0jYtj7x7ex7l/iEGUGHVnaOmjLqij0= tasks: - kubeadm: null - nvme_loop: null - rook: null - rook.shell: - ceph -s - ceph orch status - ceph orch ps - ceph orch ls - ceph orch device ls - install: host.a: null - radosbench: clients: - client.a - rook.shell: commands: - 'ceph orch host label add `hostname` foo ceph orch host ls | grep foo ceph orch host label rm `hostname` foo ceph orch host ls | grep -v foo ' - exec: host.a: - "set -ex\ntoolbox() {\n kubectl -n rook-ceph exec -it deploy/rook-ceph-tools\ \ -- \"$@\"\n}\norig_num_osd=`toolbox ceph osd stat | cut -f3 -d \" \"`\ntoolbox\ \ ceph orch osd rm 0 --force\nremoved_pv=\"\"\nwhile [ \"$removed_pv\" = \"\"\ \ ]\ndo\n removed_pv=`kubectl get pv | grep Released | cut -f1 -d \" \"`\n\ \ sleep 3s\ndone\ntarget_path=`kubectl get pv $removed_pv -o jsonpath='{.spec.local.path}'`\n\ host=`echo $removed_pv | cut -f1 -d \"-\"`\ntoolbox ceph orch device zap $host\ \ $target_path --force\nzap_completion=\"0\"\nwhile [ \"$zap_completion\" =\ \ \"0\" ]\ndo\n zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap\ \ -o jsonpath='{.status.succeeded.path}'`\n sleep 3s\ndone\nkubectl patch\ \ pv $removed_pv -p '{\"spec\":{\"claimRef\": null}}'\ntoolbox ceph orch apply\ \ osd --all-available-devices\nkubectl delete job rook-ceph-device-zap -n rook-ceph\n\ num_osd=\"0\"\nwhile [ \"$num_osd\" != \"$orig_num_osd\" ]\ndo\n echo \"\ waiting for osd to come back up\"\n num_osd=`toolbox ceph osd stat | cut\ \ -f3 -d \" \"`\n sleep 30s\ndone\n" - rook.shell: commands: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch apply rgw foo - ceph orch apply mds foo - ceph orch apply rbd-mirror - ceph orch apply nfs foo --port 12777 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 7f7f7c33a372789d0252bbbcd5798300b0f044d0 timestamp: 2023-03-17_15:55:00 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.4737 2023-03-21T22:01:15.034 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa; will attempt to use it 2023-03-21T22:01:15.035 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa/tasks 2023-03-21T22:01:15.035 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-03-21T22:01:15.037 INFO:teuthology.task.internal:Checking packages... 2023-03-21T22:01:15.065 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '714f8ff94ab1a8a5b10ea54247535614e53b7234' 2023-03-21T22:01:15.065 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-03-21T22:01:15.066 INFO:teuthology.packaging:ref: None 2023-03-21T22:01:15.066 INFO:teuthology.packaging:tag: None 2023-03-21T22:01:15.066 INFO:teuthology.packaging:branch: quincy-release 2023-03-21T22:01:15.067 INFO:teuthology.packaging:sha1: 714f8ff94ab1a8a5b10ea54247535614e53b7234 2023-03-21T22:01:15.067 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-03-21T22:01:15.217 INFO:teuthology.task.internal:Found packages for ceph version 17.2.5-1340-g714f8ff9-1focal 2023-03-21T22:01:15.218 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-03-21T22:01:15.224 INFO:teuthology.task.internal:no buildpackages task found 2023-03-21T22:01:15.225 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-03-21T22:01:15.231 INFO:teuthology.task.internal:Saving configuration 2023-03-21T22:01:15.242 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-03-21T22:01:15.249 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-03-21T22:01:15.277 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-03-17_15:55:00-orch-quincy-release-distro-default-smithi/7211636', '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-03-21 21:55:37.771906', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-03-21T22:01:15.278 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-03-21T22:01:15.284 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['host.a', 'client.a'] 2023-03-21T22:01:15.284 INFO:teuthology.run_tasks:Running task console_log... 2023-03-21T22:01:15.331 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f89803dcca0>, signals=[15]) 2023-03-21T22:01:15.333 INFO:teuthology.run_tasks:Running task internal.connect... 2023-03-21T22:01:15.341 INFO:teuthology.task.internal:Opening connections... 2023-03-21T22:01:15.341 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2023-03-21T22:01:15.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-03-21T22:01:15.396 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-03-21T22:01:15.403 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2023-03-21T22:01:15.515 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2023-03-21T22:01:15.516 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2023-03-21T22:01:15.522 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="Ubuntu" 2023-03-21T22:01:15.522 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-03-21T22:01:15.522 INFO:teuthology.orchestra.run.smithi018.stdout:ID=ubuntu 2023-03-21T22:01:15.522 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE=debian 2023-03-21T22:01:15.522 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-03-21T22:01:15.523 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="20.04" 2023-03-21T22:01:15.523 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://www.ubuntu.com/" 2023-03-21T22:01:15.523 INFO:teuthology.orchestra.run.smithi018.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-03-21T22:01:15.523 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-03-21T22:01:15.523 INFO:teuthology.orchestra.run.smithi018.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-03-21T22:01:15.523 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_CODENAME=focal 2023-03-21T22:01:15.523 INFO:teuthology.orchestra.run.smithi018.stdout:UBUNTU_CODENAME=focal 2023-03-21T22:01:15.524 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2023-03-21T22:01:15.546 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-03-21T22:01:15.554 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-03-21T22:01:15.560 INFO:teuthology.task.internal:Checking for old test directory... 2023-03-21T22:01:15.561 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2023-03-21T22:01:15.567 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-03-21T22:01:15.573 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-03-21T22:01:15.573 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2023-03-21T22:01:15.589 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-03-21T22:01:15.626 INFO:teuthology.run_tasks:Running task kernel... 2023-03-21T22:01:15.683 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-03-21T22:01:15.683 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-03-21T22:01:15.684 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2023-03-21T22:01:15.684 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-03-21T22:01:15.684 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2023-03-21T22:01:15.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-03-21T22:01:15.691 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2023-03-21T22:01:15.697 INFO:teuthology.orchestra.run.smithi018.stdout:5.4.0-124-generic 2023-03-21T22:01:15.697 INFO:teuthology.task.kernel:Running kernel on smithi018: 5.4.0-124-generic 2023-03-21T22:01:15.698 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2023-03-21T22:01:15.813 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2023-03-21T22:01:15.988 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-03-21T22:01:16.096 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-03-21T22:01:16.179 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-03-21T22:01:16.274 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [568 kB] 2023-03-21T22:01:16.360 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,046 kB] 2023-03-21T22:01:16.403 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [334 kB] 2023-03-21T22:01:16.404 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [12.5 kB] 2023-03-21T22:01:16.404 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,556 kB] 2023-03-21T22:01:16.414 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [29.1 kB] 2023-03-21T22:01:16.414 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [219 kB] 2023-03-21T22:01:16.415 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [624 B] 2023-03-21T22:01:16.419 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [589 kB] 2023-03-21T22:01:16.423 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [813 kB] 2023-03-21T22:01:16.464 INFO:teuthology.orchestra.run.smithi018.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [162 kB] 2023-03-21T22:01:16.523 INFO:teuthology.orchestra.run.smithi018.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-03-21T22:01:16.549 INFO:teuthology.orchestra.run.smithi018.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [17.4 kB] 2023-03-21T22:01:16.550 INFO:teuthology.orchestra.run.smithi018.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [22.9 kB] 2023-03-21T22:01:16.552 INFO:teuthology.orchestra.run.smithi018.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,488 B] 2023-03-21T22:01:16.552 INFO:teuthology.orchestra.run.smithi018.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [528 B] 2023-03-21T22:01:16.665 INFO:teuthology.orchestra.run.smithi018.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [797 kB] 2023-03-21T22:01:16.897 INFO:teuthology.orchestra.run.smithi018.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,428 kB] 2023-03-21T22:01:17.059 INFO:teuthology.orchestra.run.smithi018.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [416 kB] 2023-03-21T22:01:17.071 INFO:teuthology.orchestra.run.smithi018.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.4 kB] 2023-03-21T22:01:17.072 INFO:teuthology.orchestra.run.smithi018.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,671 kB] 2023-03-21T22:01:17.116 INFO:teuthology.orchestra.run.smithi018.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [30.5 kB] 2023-03-21T22:01:17.116 INFO:teuthology.orchestra.run.smithi018.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [235 kB] 2023-03-21T22:01:17.125 INFO:teuthology.orchestra.run.smithi018.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [620 B] 2023-03-21T22:01:17.290 INFO:teuthology.orchestra.run.smithi018.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,039 kB] 2023-03-21T22:01:17.915 INFO:teuthology.orchestra.run.smithi018.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [719 kB] 2023-03-21T22:01:17.954 INFO:teuthology.orchestra.run.smithi018.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [244 kB] 2023-03-21T22:01:17.968 INFO:teuthology.orchestra.run.smithi018.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [24.0 kB] 2023-03-21T22:01:17.969 INFO:teuthology.orchestra.run.smithi018.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.1 kB] 2023-03-21T22:01:17.970 INFO:teuthology.orchestra.run.smithi018.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,408 B] 2023-03-21T22:01:17.971 INFO:teuthology.orchestra.run.smithi018.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [592 B] 2023-03-21T22:01:17.971 INFO:teuthology.orchestra.run.smithi018.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-03-21T22:01:17.972 INFO:teuthology.orchestra.run.smithi018.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-03-21T22:01:17.997 INFO:teuthology.orchestra.run.smithi018.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-03-21T22:01:20.204 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 14.4 MB in 2s (6,607 kB/s) 2023-03-21T22:01:21.540 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:01:21.565 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-03-21T22:01:21.633 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:01:21.827 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2023-03-21T22:01:21.827 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2023-03-21T22:01:22.004 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2023-03-21T22:01:22.009 INFO:teuthology.orchestra.run.smithi018.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-03-21T22:01:22.009 INFO:teuthology.orchestra.run.smithi018.stdout: libusbmuxd6 linux-image-5.15.0-67-generic linux-modules-5.15.0-67-generic 2023-03-21T22:01:22.010 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-extra-5.15.0-67-generic thermald upower usbmuxd 2023-03-21T22:01:22.010 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2023-03-21T22:01:22.010 INFO:teuthology.orchestra.run.smithi018.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-03-21T22:01:22.011 INFO:teuthology.orchestra.run.smithi018.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-67-generic 2023-03-21T22:01:22.060 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2023-03-21T22:01:22.061 INFO:teuthology.orchestra.run.smithi018.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-03-21T22:01:22.061 INFO:teuthology.orchestra.run.smithi018.stdout: libusbmuxd6 linux-image-5.15.0-67-generic linux-image-generic-hwe-20.04 2023-03-21T22:01:22.061 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-5.15.0-67-generic linux-modules-extra-5.15.0-67-generic 2023-03-21T22:01:22.061 INFO:teuthology.orchestra.run.smithi018.stdout: thermald upower usbmuxd 2023-03-21T22:01:22.245 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 13 newly installed, 0 to remove and 165 not upgraded. 2023-03-21T22:01:22.246 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 90.9 MB of archives. 2023-03-21T22:01:22.246 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 497 MB of additional disk space will be used. 2023-03-21T22:01:22.246 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-03-21T22:01:22.517 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-03-21T22:01:22.547 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-03-21T22:01:22.565 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-03-21T22:01:22.638 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-03-21T22:01:22.675 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-67-generic amd64 5.15.0-67.74~20.04.1 [21.0 MB] 2023-03-21T22:01:23.583 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-67-generic amd64 5.15.0-67.74~20.04.1 [11.3 MB] 2023-03-21T22:01:23.893 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-67-generic amd64 5.15.0-67.74~20.04.1 [58.0 MB] 2023-03-21T22:01:25.731 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.67.74~20.04.28 [2,764 B] 2023-03-21T22:01:25.805 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-03-21T22:01:25.806 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-03-21T22:01:25.975 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-03-21T22:01:26.319 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-03-21T22:01:26.988 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 90.9 MB in 4s (21.3 MB/s) 2023-03-21T22:01:27.201 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-03-21T22:01:28.873 INFO:teuthology.orchestra.run.smithi018.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-03-21T22:01:28.878 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-03-21T22:01:29.031 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-03-21T22:01:29.376 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libplist3:amd64. 2023-03-21T22:01:29.390 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-03-21T22:01:29.434 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-03-21T22:01:29.754 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-03-21T22:01:29.769 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-03-21T22:01:29.812 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-03-21T22:01:30.114 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-03-21T22:01:30.129 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-03-21T22:01:30.164 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-03-21T22:01:30.509 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-03-21T22:01:30.523 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-03-21T22:01:30.559 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-03-21T22:01:30.904 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-5.15.0-67-generic. 2023-03-21T22:01:30.918 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../05-linux-modules-5.15.0-67-generic_5.15.0-67.74~20.04.1_amd64.deb ... 2023-03-21T22:01:30.962 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-5.15.0-67-generic (5.15.0-67.74~20.04.1) ... 2023-03-21T22:01:33.812 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-image-5.15.0-67-generic. 2023-03-21T22:01:33.828 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../06-linux-image-5.15.0-67-generic_5.15.0-67.74~20.04.1_amd64.deb ... 2023-03-21T22:01:33.917 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-5.15.0-67-generic (5.15.0-67.74~20.04.1) ... 2023-03-21T22:01:34.388 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-67-generic. 2023-03-21T22:01:34.404 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-67-generic_5.15.0-67.74~20.04.1_amd64.deb ... 2023-03-21T22:01:34.448 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-extra-5.15.0-67-generic (5.15.0-67.74~20.04.1) ... 2023-03-21T22:01:40.980 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-03-21T22:01:40.996 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.67.74~20.04.28_amd64.deb ... 2023-03-21T22:01:41.038 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.67.74~20.04.28) ... 2023-03-21T22:01:41.373 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libevdev2:amd64. 2023-03-21T22:01:41.387 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-03-21T22:01:41.432 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-03-21T22:01:41.835 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package thermald. 2023-03-21T22:01:41.852 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-03-21T22:01:41.893 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-03-21T22:01:42.423 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package upower. 2023-03-21T22:01:42.440 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-03-21T22:01:42.498 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking upower (0.99.11-1build2) ... 2023-03-21T22:01:42.919 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package usbmuxd. 2023-03-21T22:01:42.936 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-03-21T22:01:42.977 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-03-21T22:01:43.276 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-03-21T22:01:43.398 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-03-21T22:01:43.549 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-03-21T22:01:43.742 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-03-21T22:01:43.868 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-03-21T22:01:43.994 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-03-21T22:01:44.111 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up upower (0.99.11-1build2) ... 2023-03-21T22:01:44.779 INFO:teuthology.orchestra.run.smithi018.stdout:upower.service is a disabled or a static unit, not starting it. 2023-03-21T22:01:44.832 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-03-21T22:01:45.023 INFO:teuthology.orchestra.run.smithi018.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-03-21T22:01:45.034 INFO:teuthology.orchestra.run.smithi018.stdout:Adding system user `usbmux' (UID 114) ... 2023-03-21T22:01:45.034 INFO:teuthology.orchestra.run.smithi018.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-03-21T22:01:45.557 INFO:teuthology.orchestra.run.smithi018.stdout:Not creating home directory `/var/lib/usbmux'. 2023-03-21T22:01:45.782 INFO:teuthology.orchestra.run.smithi018.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-03-21T22:01:45.828 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-03-21T22:01:46.141 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-03-21T22:01:46.141 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-03-21T22:01:46.590 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-5.15.0-67-generic (5.15.0-67.74~20.04.1) ... 2023-03-21T22:01:47.980 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-67-generic 2023-03-21T22:01:47.981 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-67-generic 2023-03-21T22:01:48.151 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-extra-5.15.0-67-generic (5.15.0-67.74~20.04.1) ... 2023-03-21T22:01:50.036 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-5.15.0-67-generic (5.15.0-67.74~20.04.1) ... 2023-03-21T22:01:51.595 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.67.74~20.04.28) ... 2023-03-21T22:01:51.721 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-03-21T22:01:51.987 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-03-21T22:01:52.723 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-03-21T22:01:52.823 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for linux-image-5.15.0-67-generic (5.15.0-67.74~20.04.1) ... 2023-03-21T22:01:52.898 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-03-21T22:01:52.899 INFO:teuthology.orchestra.run.smithi018.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-67-generic 2023-03-21T22:02:18.787 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-03-21T22:02:18.788 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub' 2023-03-21T22:02:18.792 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-03-21T22:02:18.811 INFO:teuthology.orchestra.run.smithi018.stdout:Generating grub configuration file ... 2023-03-21T22:02:19.105 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-67-generic 2023-03-21T22:02:19.130 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-67-generic 2023-03-21T22:02:19.514 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-03-21T22:02:19.526 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-03-21T22:02:21.940 INFO:teuthology.orchestra.run.smithi018.stdout:done 2023-03-21T22:02:22.380 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic-hwe-20.04 2023-03-21T22:02:22.440 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic-hwe-20.04 2023-03-21T22:02:22.440 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2023-03-21T22:02:22.440 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2023-03-21T22:02:22.440 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2023-03-21T22:02:22.441 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 20 2023-03-21T22:02:22.441 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2023-03-21T22:02:22.441 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2023-03-21T22:02:22.441 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta-hwe-5.15 2023-03-21T22:02:22.441 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.67.74~20.04.28 2023-03-21T22:02:22.441 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-67), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-03-21T22:02:22.441 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-67-generic, linux-modules-extra-5.15.0-67-generic, linux-firmware, intel-microcode, amd64-microcode 2023-03-21T22:02:22.442 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2023-03-21T22:02:22.442 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2023-03-21T22:02:22.442 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2023-03-21T22:02:22.442 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2023-03-21T22:02:22.442 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-67-generic 2023-03-21T22:02:22.442 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-03-21T22:02:22.443 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-03-21T22:02:22.443 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-03-21T22:02:22.443 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2023-03-21T22:02:22.443 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2023-03-21T22:02:22.524 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2023-03-21T22:02:22.802 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-03-21T22:02:22.802 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-03-21T22:02:22.873 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-03-21T22:02:22.954 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-03-21T22:02:24.506 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:02:24.531 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-03-21T22:02:24.602 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:02:24.776 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2023-03-21T22:02:24.776 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2023-03-21T22:02:24.976 INFO:teuthology.orchestra.run.smithi018.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.67.74~20.04.28). 2023-03-21T22:02:24.977 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2023-03-21T22:02:24.978 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic-hwe-20.04 2023-03-21T22:02:24.998 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic-hwe-20.04 2023-03-21T22:02:24.998 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2023-03-21T22:02:24.999 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2023-03-21T22:02:24.999 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2023-03-21T22:02:24.999 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 20 2023-03-21T22:02:24.999 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2023-03-21T22:02:24.999 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2023-03-21T22:02:24.999 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta-hwe-5.15 2023-03-21T22:02:24.999 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.67.74~20.04.28 2023-03-21T22:02:25.000 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-67), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-03-21T22:02:25.000 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-67-generic, linux-modules-extra-5.15.0-67-generic, linux-firmware, intel-microcode, amd64-microcode 2023-03-21T22:02:25.000 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2023-03-21T22:02:25.000 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2023-03-21T22:02:25.000 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2023-03-21T22:02:25.000 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2023-03-21T22:02:25.001 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2023-03-21T22:02:25.047 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.4aU6fBkJ16 2023-03-21T22:02:25.048 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub/grub.cfg /tmp/tmp.4aU6fBkJ16 2023-03-21T22:02:25.061 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.4aU6fBkJ16 2023-03-21T22:02:25.141 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.4aU6fBkJ16 is 9KB 2023-03-21T22:02:25.155 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.4aU6fBkJ16 2023-03-21T22:02:25.161 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-03-21T22:02:25.217 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-03-21T22:02:25.217 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-03-21T22:02:25.217 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-03-21T22:02:25.257 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-67-generic 2023-03-21T22:02:25.257 DEBUG:teuthology.orchestra.run.smithi018:> sudo update-grub 2023-03-21T22:02:26.465 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub' 2023-03-21T22:02:26.469 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-03-21T22:02:26.483 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2023-03-21T22:02:26.724 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-67-generic 2023-03-21T22:02:26.736 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-67-generic 2023-03-21T22:02:27.091 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-03-21T22:02:27.103 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-03-21T22:02:28.484 INFO:teuthology.orchestra.run.smithi018.stderr:done 2023-03-21T22:02:28.486 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2023-03-21T22:02:58.514 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-03-21T22:02:58.515 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-03-21T22:02:58.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-03-21T22:03:58.550 DEBUG:teuthology.orchestra.remote:timed out 2023-03-21T22:04:28.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-03-21T22:04:28.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-03-21T22:04:28.814 DEBUG:teuthology.orchestra.run.smithi018:> true 2023-03-21T22:04:29.338 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-03-21T22:04:29.338 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-67-generic"... 2023-03-21T22:04:29.338 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2023-03-21T22:04:29.388 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-67-generic 2023-03-21T22:04:29.388 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-67-generic vs 5.15.0-67-generic 2023-03-21T22:04:29.388 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-03-21T22:04:29.388 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-03-21T22:04:30.390 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-03-21T22:04:30.390 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-03-21T22:04:30.468 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2023-03-21T22:04:30.504 DEBUG:teuthology.parallel:result is None 2023-03-21T22:04:30.505 INFO:teuthology.run_tasks:Running task internal.base... 2023-03-21T22:04:30.512 INFO:teuthology.task.internal:Creating test directory... 2023-03-21T22:04:30.513 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-03-21T22:04:30.519 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-03-21T22:04:30.527 INFO:teuthology.run_tasks:Running task internal.archive... 2023-03-21T22:04:30.536 INFO:teuthology.task.internal:Creating archive directory... 2023-03-21T22:04:30.537 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-03-21T22:04:30.585 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-03-21T22:04:30.592 INFO:teuthology.task.internal:Enabling coredump saving... 2023-03-21T22:04:30.592 DEBUG:teuthology.orchestra.run.smithi018:> 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-03-21T22:04:30.653 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-03-21T22:04:30.662 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-03-21T22:04:30.663 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-03-21T22:04:30.670 INFO:teuthology.task.internal:Configuring sudo... 2023-03-21T22:04:30.671 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-03-21T22:04:30.721 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-03-21T22:04:30.732 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-03-21T22:04:30.733 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-03-21T22:04:30.768 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-03-21T22:04:30.817 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-03-21T22:04:30.864 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-03-21T22:04:30.865 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-03-21T22:04:30.932 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2023-03-21T22:04:31.022 INFO:teuthology.run_tasks:Running task internal.timer... 2023-03-21T22:04:31.030 INFO:teuthology.task.internal:Starting timer... 2023-03-21T22:04:31.030 INFO:teuthology.run_tasks:Running task pcp... 2023-03-21T22:04:31.040 INFO:teuthology.run_tasks:Running task selinux... 2023-03-21T22:04:31.049 DEBUG:teuthology.task.selinux:Excluding smithi018: OS 'ubuntu' does not support SELinux 2023-03-21T22:04:31.050 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-03-21T22:04:31.050 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-03-21T22:04:31.050 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-03-21T22:04:31.051 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-03-21T22:04:31.059 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-03-21T22:04:31.059 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-03-21T22:04:31.080 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-03-21T22:04:31.082 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-03-21T22:09:50.813 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com')] 2023-03-21T22:09:50.815 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-03-21T22:09:50.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-03-21T22:09:50.906 DEBUG:teuthology.orchestra.run.smithi018:> true 2023-03-21T22:09:51.022 INFO:teuthology.run_tasks:Running task clock... 2023-03-21T22:09:51.033 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-03-21T22:09:51.033 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-03-21T22:09:51.034 DEBUG:teuthology.orchestra.run.smithi018:> 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-03-21T22:09:51.095 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-03-21T22:09:51.095 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Command line: ntpd -gq 2023-03-21T22:09:51.096 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: proto: precision = 0.097 usec (-23) 2023-03-21T22:09:51.096 INFO:teuthology.orchestra.run.smithi018.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-03-21T22:09:51.097 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-03-21T22:09:51.097 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: restrict ::: KOD does nothing without LIMITED. 2023-03-21T22:09:51.097 INFO:teuthology.orchestra.run.smithi018.stderr:restrict ::: KOD does nothing without LIMITED. 2023-03-21T22:09:51.098 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Listen and drop on 0 v6wildcard [::]:123 2023-03-21T22:09:51.098 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-03-21T22:09:51.098 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Listen normally on 2 lo 127.0.0.1:123 2023-03-21T22:09:51.098 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Listen normally on 3 ens1f0 172.21.15.18:123 2023-03-21T22:09:51.099 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Listen normally on 4 lo [::1]:123 2023-03-21T22:09:51.099 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1362%2]:123 2023-03-21T22:09:51.099 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:51 ntpd[21239]: Listening on routing socket on fd #22 for interface updates 2023-03-21T22:09:52.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:52.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:52.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:52.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:52.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:52.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:52.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:52.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:52.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:52.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:52.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:52 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:54.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:54.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:54.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:54.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:54.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:54.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:54.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:54.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:54.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:54.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:54.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:54 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:55.096 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:55 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:55.096 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:55 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:56.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:56.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:56.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:56.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:56.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:56.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:56.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:56.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:56.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:56.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:56.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:56 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:58.096 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:58.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:58.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:58.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:58.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:58.097 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:58.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-03-21T22:09:58.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: can't open /var/log/ntpstats/rawstats.20230321: Permission denied 2023-03-21T22:09:58.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-03-21T22:09:58.098 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: can't open /var/log/ntpstats/peerstats.20230321: Permission denied 2023-03-21T22:09:58.098 INFO:teuthology.orchestra.run.smithi018.stdout:21 Mar 22:09:58 ntpd[21239]: ntpd: time slew +0.001638 s 2023-03-21T22:09:58.099 INFO:teuthology.orchestra.run.smithi018.stdout:ntpd: time slew +0.001638s 2023-03-21T22:09:58.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-03-21T22:09:58.099 INFO:teuthology.orchestra.run.smithi018.stderr:21 Mar 22:09:58 ntpd[21239]: can't open /var/log/ntpstats/loopstats.20230321: Permission denied 2023-03-21T22:09:58.163 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2023-03-21T22:09:58.163 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2023-03-21T22:09:58.164 INFO:teuthology.orchestra.run.smithi018.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-03-21T22:09:58.164 INFO:teuthology.orchestra.run.smithi018.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-03-21T22:09:58.164 INFO:teuthology.orchestra.run.smithi018.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-03-21T22:09:58.164 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-03-21T22:09:58.165 INFO:teuthology.run_tasks:Running task kubeadm... 2023-03-21T22:09:58.179 INFO:tasks.kubeadm:Kubeadm start 2023-03-21T22:09:58.180 INFO:tasks.kubeadm:Config: {'pod_network': 'calico', 'version': '1.21'} 2023-03-21T22:09:58.180 DEBUG:teuthology.orchestra.run.smithi018:> 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-03-21T22:09:58.240 INFO:teuthology.orchestra.run.smithi018.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2023-03-21T22:09:58.248 INFO:teuthology.orchestra.run.smithi018.stdout:net.bridge.bridge-nf-call-iptables = 1 2023-03-21T22:09:58.256 INFO:teuthology.orchestra.run.smithi018.stdout:net.ipv4.ip_forward = 1 2023-03-21T22:09:58.316 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-03-21T22:09:58.316 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2023-03-21T22:09:58.371 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-03-21T22:09:58.372 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/docker/daemon.json 2023-03-21T22:09:58.429 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl restart docker || true 2023-03-21T22:09:59.427 INFO:tasks.kubeadm:Identifying pod subnet 2023-03-21T22:09:59.433 INFO:tasks.kubeadm:172.21.15.18 is in 172.21.0.0/20 at pos 3857 2023-03-21T22:09:59.442 INFO:tasks.kubeadm:Pod subnet: 10.248.136.0/21 2023-03-21T22:09:59.442 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2023-03-21T22:09:59.443 DEBUG:teuthology.orchestra.run.smithi018:> 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-03-21T22:09:59.466 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:09:59.466 INFO:teuthology.orchestra.run.smithi018.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-03-21T22:09:59.467 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:09:59.578 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-03-21T22:09:59.583 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-03-21T22:09:59.600 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-03-21T22:09:59.695 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-03-21T22:10:00.228 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 114 kB in 1s (182 kB/s) 2023-03-21T22:10:01.229 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:10:01.429 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2023-03-21T22:10:01.430 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2023-03-21T22:10:01.529 INFO:teuthology.orchestra.run.smithi018.stdout:155 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-03-21T22:10:01.547 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:10:01.547 INFO:teuthology.orchestra.run.smithi018.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-03-21T22:10:01.547 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:10:01.602 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:10:01.795 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2023-03-21T22:10:01.795 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2023-03-21T22:10:01.963 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2023-03-21T22:10:01.964 INFO:teuthology.orchestra.run.smithi018.stdout: libcurl4 2023-03-21T22:10:02.004 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2023-03-21T22:10:02.006 INFO:teuthology.orchestra.run.smithi018.stdout: apt-transport-https 2023-03-21T22:10:02.006 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages will be upgraded: 2023-03-21T22:10:02.007 INFO:teuthology.orchestra.run.smithi018.stdout: ca-certificates curl libcurl4 2023-03-21T22:10:02.065 INFO:teuthology.orchestra.run.smithi018.stdout:3 upgraded, 1 newly installed, 0 to remove and 152 not upgraded. 2023-03-21T22:10:02.066 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 539 kB of archives. 2023-03-21T22:10:02.066 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 160 kB of additional disk space will be used. 2023-03-21T22:10:02.066 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB] 2023-03-21T22:10:02.144 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1,704 B] 2023-03-21T22:10:02.144 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.18 [161 kB] 2023-03-21T22:10:02.161 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.18 [236 kB] 2023-03-21T22:10:02.422 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: unable to initialize frontend: Dialog 2023-03-21T22:10:02.423 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-03-21T22:10:02.423 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: falling back to frontend: Readline 2023-03-21T22:10:02.447 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: unable to initialize frontend: Readline 2023-03-21T22:10:02.447 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: (This frontend requires a controlling tty.) 2023-03-21T22:10:02.447 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: falling back to frontend: Teletype 2023-03-21T22:10:02.452 INFO:teuthology.orchestra.run.smithi018.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-03-21T22:10:02.508 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 539 kB in 0s (3,297 kB/s) 2023-03-21T22:10:02.765 INFO:teuthology.orchestra.run.smithi018.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 112644 files and directories currently installed.) 2023-03-21T22:10:02.768 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../ca-certificates_20211016ubuntu0.20.04.1_all.deb ... 2023-03-21T22:10:02.891 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ca-certificates (20211016ubuntu0.20.04.1) over (20211016~20.04.1) ... 2023-03-21T22:10:03.415 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package apt-transport-https. 2023-03-21T22:10:03.424 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../apt-transport-https_2.0.9_all.deb ... 2023-03-21T22:10:03.465 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking apt-transport-https (2.0.9) ... 2023-03-21T22:10:03.706 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../curl_7.68.0-1ubuntu2.18_amd64.deb ... 2023-03-21T22:10:03.826 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking curl (7.68.0-1ubuntu2.18) over (7.68.0-1ubuntu2.12) ... 2023-03-21T22:10:04.244 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../libcurl4_7.68.0-1ubuntu2.18_amd64.deb ... 2023-03-21T22:10:04.414 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.18) over (7.68.0-1ubuntu2.12) ... 2023-03-21T22:10:04.788 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up apt-transport-https (2.0.9) ... 2023-03-21T22:10:04.911 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ca-certificates (20211016ubuntu0.20.04.1) ... 2023-03-21T22:10:05.107 INFO:teuthology.orchestra.run.smithi018.stdout:debconf: unable to initialize frontend: Dialog 2023-03-21T22:10:05.107 INFO:teuthology.orchestra.run.smithi018.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-03-21T22:10:05.108 INFO:teuthology.orchestra.run.smithi018.stdout:debconf: falling back to frontend: Readline 2023-03-21T22:10:07.095 INFO:teuthology.orchestra.run.smithi018.stdout:Updating certificates in /etc/ssl/certs... 2023-03-21T22:10:08.061 INFO:teuthology.orchestra.run.smithi018.stdout:rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2023-03-21T22:10:08.072 INFO:teuthology.orchestra.run.smithi018.stdout:0 added, 3 removed; done. 2023-03-21T22:10:08.314 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libcurl4:amd64 (7.68.0-1ubuntu2.18) ... 2023-03-21T22:10:08.440 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up curl (7.68.0-1ubuntu2.18) ... 2023-03-21T22:10:08.567 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-03-21T22:10:09.119 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-03-21T22:10:09.278 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ... 2023-03-21T22:10:09.325 INFO:teuthology.orchestra.run.smithi018.stdout:Updating certificates in /etc/ssl/certs... 2023-03-21T22:10:09.971 INFO:teuthology.orchestra.run.smithi018.stdout:0 added, 0 removed; done. 2023-03-21T22:10:09.972 INFO:teuthology.orchestra.run.smithi018.stdout:Running hooks in /etc/ca-certificates/update.d... 2023-03-21T22:10:09.993 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-03-21T22:10:11.010 INFO:teuthology.orchestra.run.smithi018.stdout:done. 2023-03-21T22:10:11.010 INFO:teuthology.orchestra.run.smithi018.stdout:done. 2023-03-21T22:10:11.616 INFO:teuthology.orchestra.run.smithi018.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2023-03-21T22:10:11.630 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:10:11.630 INFO:teuthology.orchestra.run.smithi018.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-03-21T22:10:11.630 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:10:11.752 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-03-21T22:10:11.753 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-03-21T22:10:11.758 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-03-21T22:10:11.775 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-03-21T22:10:12.140 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B] 2023-03-21T22:10:12.463 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [64.5 kB] 2023-03-21T22:10:12.638 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 73.5 kB in 1s (85.6 kB/s) 2023-03-21T22:10:13.644 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:10:13.836 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2023-03-21T22:10:13.836 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2023-03-21T22:10:13.935 INFO:teuthology.orchestra.run.smithi018.stdout:152 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-03-21T22:10:13.952 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:10:13.952 INFO:teuthology.orchestra.run.smithi018.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-03-21T22:10:13.952 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-03-21T22:10:14.008 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2023-03-21T22:10:14.204 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2023-03-21T22:10:14.205 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2023-03-21T22:10:14.377 INFO:teuthology.orchestra.run.smithi018.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2023-03-21T22:10:14.377 INFO:teuthology.orchestra.run.smithi018.stdout:bridge-utils set to manually installed. 2023-03-21T22:10:14.377 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2023-03-21T22:10:14.378 INFO:teuthology.orchestra.run.smithi018.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2023-03-21T22:10:14.378 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2023-03-21T22:10:14.378 INFO:teuthology.orchestra.run.smithi018.stdout: nftables 2023-03-21T22:10:14.433 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2023-03-21T22:10:14.434 INFO:teuthology.orchestra.run.smithi018.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2023-03-21T22:10:14.496 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 8 newly installed, 0 to remove and 152 not upgraded. 2023-03-21T22:10:14.497 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 87.3 MB of archives. 2023-03-21T22:10:14.497 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 341 MB of additional disk space will be used. 2023-03-21T22:10:14.497 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2023-03-21T22:10:14.537 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2023-03-21T22:10:14.565 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-03-21T22:10:14.847 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.26.0-00 [18.9 MB] 2023-03-21T22:10:15.570 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 1.2.0-00 [27.6 MB] 2023-03-21T22:10:16.192 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.26.3-00 [20.5 MB] 2023-03-21T22:10:16.649 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.26.3-00 [10.1 MB] 2023-03-21T22:10:16.831 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.26.3-00 [9,747 kB] 2023-03-21T22:10:17.259 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: unable to initialize frontend: Dialog 2023-03-21T22:10:17.259 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-03-21T22:10:17.259 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: falling back to frontend: Readline 2023-03-21T22:10:17.268 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: unable to initialize frontend: Readline 2023-03-21T22:10:17.268 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: (This frontend requires a controlling tty.) 2023-03-21T22:10:17.268 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: falling back to frontend: Teletype 2023-03-21T22:10:17.274 INFO:teuthology.orchestra.run.smithi018.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-03-21T22:10:17.331 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 87.3 MB in 3s (33.9 MB/s) 2023-03-21T22:10:17.416 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package conntrack. 2023-03-21T22:10:17.469 INFO:teuthology.orchestra.run.smithi018.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 112645 files and directories currently installed.) 2023-03-21T22:10:17.472 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2023-03-21T22:10:17.515 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking conntrack (1:1.4.5-2) ... 2023-03-21T22:10:17.826 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package cri-tools. 2023-03-21T22:10:17.839 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../1-cri-tools_1.26.0-00_amd64.deb ... 2023-03-21T22:10:17.876 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking cri-tools (1.26.0-00) ... 2023-03-21T22:10:19.429 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ebtables. 2023-03-21T22:10:19.442 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2023-03-21T22:10:19.495 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ebtables (2.0.11-3build1) ... 2023-03-21T22:10:19.764 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package kubernetes-cni. 2023-03-21T22:10:19.778 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../3-kubernetes-cni_1.2.0-00_amd64.deb ... 2023-03-21T22:10:19.814 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking kubernetes-cni (1.2.0-00) ... 2023-03-21T22:10:21.208 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package socat. 2023-03-21T22:10:21.217 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2023-03-21T22:10:21.258 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking socat (1.7.3.3-2) ... 2023-03-21T22:10:21.628 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package kubelet. 2023-03-21T22:10:21.637 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../5-kubelet_1.26.3-00_amd64.deb ... 2023-03-21T22:10:21.678 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking kubelet (1.26.3-00) ... 2023-03-21T22:10:24.147 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package kubectl. 2023-03-21T22:10:24.160 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../6-kubectl_1.26.3-00_amd64.deb ... 2023-03-21T22:10:24.205 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking kubectl (1.26.3-00) ... 2023-03-21T22:10:25.491 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package kubeadm. 2023-03-21T22:10:25.505 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../7-kubeadm_1.26.3-00_amd64.deb ... 2023-03-21T22:10:25.549 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking kubeadm (1.26.3-00) ... 2023-03-21T22:10:26.773 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up conntrack (1:1.4.5-2) ... 2023-03-21T22:10:26.894 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up kubectl (1.26.3-00) ... 2023-03-21T22:10:27.020 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ebtables (2.0.11-3build1) ... 2023-03-21T22:10:27.827 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up socat (1.7.3.3-2) ... 2023-03-21T22:10:27.954 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up cri-tools (1.26.0-00) ... 2023-03-21T22:10:28.080 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up kubernetes-cni (1.2.0-00) ... 2023-03-21T22:10:28.206 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up kubelet (1.26.3-00) ... 2023-03-21T22:10:28.421 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2023-03-21T22:10:28.916 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up kubeadm (1.26.3-00) ... 2023-03-21T22:10:29.293 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-03-21T22:10:30.305 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2023-03-21T22:10:39.815 INFO:teuthology.orchestra.run.smithi018.stderr:failed to pull image "registry.k8s.io/kube-apiserver:v1.26.3": output: time="2023-03-21T22:10:39Z" level=fatal msg="validate service connection: CRI v1 image API is not implemented for endpoint \"unix:///var/run/containerd/containerd.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.ImageService" 2023-03-21T22:10:39.815 INFO:teuthology.orchestra.run.smithi018.stderr:, error: exit status 1 2023-03-21T22:10:39.815 INFO:teuthology.orchestra.run.smithi018.stderr:To see the stack trace of this error execute with --v=5 or higher 2023-03-21T22:10:39.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-03-21T22:10:39.819 INFO:tasks.kubeadm:Uninstalling kube{adm,let,ctl} 2023-03-21T22:10:39.820 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/contextutil.py", line 31, 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_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa/tasks/kubeadm.py", line 202, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 1: 'sudo systemctl enable --now kubelet && sudo kubeadm config images pull' 2023-03-21T22:10:39.820 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/run_tasks.py", line 106, 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_714f8ff94ab1a8a5b10ea54247535614e53b7234/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_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/contextutil.py", line 55, 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_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa/tasks/kubeadm.py", line 84, in preflight yield File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/contextutil.py", line 31, 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_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa/tasks/kubeadm.py", line 202, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 1: 'sudo systemctl enable --now kubelet && sudo kubeadm config images pull' 2023-03-21T22:10:39.886 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=07e7ec008a1747ef891f5b1730e509cf Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/run_tasks.py", line 106, 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_714f8ff94ab1a8a5b10ea54247535614e53b7234/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_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/contextutil.py", line 55, 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_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa/tasks/kubeadm.py", line 84, in preflight yield File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/contextutil.py", line 31, 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_714f8ff94ab1a8a5b10ea54247535614e53b7234/qa/tasks/kubeadm.py", line 202, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_7f7f7c33a372789d0252bbbcd5798300b0f044d0/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi018 with status 1: 'sudo systemctl enable --now kubelet && sudo kubeadm config images pull' 2023-03-21T22:10:39.889 DEBUG:teuthology.run_tasks:Unwinding manager kubeadm 2023-03-21T22:10:39.897 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-03-21T22:10:39.913 INFO:teuthology.task.clock:Checking final clock skew... 2023-03-21T22:10:39.913 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-03-21T22:10:40.749 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2023-03-21T22:10:40.750 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2023-03-21T22:10:40.750 INFO:teuthology.orchestra.run.smithi018.stdout: hv01.front.sepi 44.4.53.2 2 u 39 64 1 0.071 2.954 0.000 2023-03-21T22:10:40.750 INFO:teuthology.orchestra.run.smithi018.stdout: hv02.front.sepi 155.248.196.28 3 u 40 64 1 0.106 3.448 0.000 2023-03-21T22:10:40.751 INFO:teuthology.orchestra.run.smithi018.stdout: hv03.front.sepi 152.44.36.235 3 u 39 64 1 0.126 0.615 0.000 2023-03-21T22:10:40.751 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-03-21T22:10:40.752 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-03-21T22:10:40.760 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-03-21T22:10:40.761 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-03-21T22:10:40.769 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-03-21T22:10:40.776 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-03-21T22:10:40.783 INFO:teuthology.task.internal:Duration was 369.753169 seconds 2023-03-21T22:10:40.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-03-21T22:10:40.791 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-03-21T22:10:40.792 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-03-21T22:10:40.845 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-03-21T22:10:40.845 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2023-03-21T22:10:40.846 DEBUG:teuthology.orchestra.run.smithi018:> 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-03-21T22:10:40.859 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-03-21T22:10:40.860 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-03-21T22:10:40.939 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-03-21T22:10:40.939 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-03-21T22:10:41.041 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-03-21T22:10:41.050 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-03-21T22:10:41.051 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-03-21T22:10:41.068 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-03-21T22:10:41.078 DEBUG:teuthology.orchestra.run.smithi018:> 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-03-21T22:10:41.129 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2023-03-21T22:10:41.143 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2023-03-21T22:10:41.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-03-21T22:10:41.191 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-03-21T22:10:41.200 INFO:teuthology.task.internal:Transferring archived files... 2023-03-21T22:10:41.202 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-03-17_15:55:00-orch-quincy-release-distro-default-smithi/7211636/remote/smithi018 2023-03-21T22:10:41.203 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar cz -f - -C /home/ubuntu/cephtest/archive -- . 2023-03-21T22:10:41.263 INFO:teuthology.task.internal:Removing archive directory... 2023-03-21T22:10:41.264 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2023-03-21T22:10:41.310 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-03-21T22:10:41.321 INFO:teuthology.task.internal:Not uploading archives. 2023-03-21T22:10:41.321 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-03-21T22:10:41.330 INFO:teuthology.task.internal:Tidying up after the test... 2023-03-21T22:10:41.331 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-03-21T22:10:41.359 INFO:teuthology.orchestra.run.smithi018.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 22:10 /home/ubuntu/cephtest 2023-03-21T22:10:41.362 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-03-21T22:10:41.381 INFO:teuthology.nuke:Checking targets against current locks 2023-03-21T22:10:41.415 DEBUG:teuthology.nuke:shortname: smithi018 2023-03-21T22:10:41.416 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-03-21T22:10:41.444 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-03-17_15:55:00-orch-quincy-release-distro-default-smithi/7211636', '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-03-21 21:55:37.771906', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwINnmi+N3LgR9ET61cABYBnDJDAAQE1klaPINljTOvitiIM3/5ICam+qurn41RkfyLPz4uwE1yDyHeI7QBKChMImagaJPfltOSsFsTn67ifp6uunrBJblDzycEd7/lJfdMwBn8dApfOw5SSnVdpzpaKWGNpPqshrinViULNhTz2PMAkza/R7qM6v4qqKKxQx/yVi8/Lt03nxO672k5WH/Wkz7KHX4nwyeTelksSojH9SBt4yR4WpLbMjuFX33Ag14KBWr9YQ30L5/h7VtBLQL+2c7sq3Bnll5zj8H+sIa0hOHmwR5sxs4cVs6Eb4Cblr6xTs0Q9vQefWDDYNL4qRpuj1NO+bW1xGcALK9TujCJ0/fdcMLQ0/r4QukVxSE1j6frwWwo/u8lxTTp/wbNVU14w+37ppSvzcPbOD5FNnCu4PMHgrtqp02ggncjqMYpHvxXoQ53JPn84XfXX04vWf5emRMQ76T0NvWW0jYtj7x7ex7l/iEGUGHVnaOmjLqij0='} 2023-03-21T22:10:41.498 INFO:teuthology.orchestra.console:Power off smithi018 2023-03-21T22:10:41.499 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-03-21T22:10:41.524 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-03-21T22:10:45.550 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-03-21T22:10:49.665 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-03-21T22:10:49.876 INFO:teuthology.orchestra.console:Power off for smithi018 completed 2023-03-21T22:10:49.981 INFO:teuthology.run:Summary data: description: orch/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/calico rook/1.7.2} duration: 369.75316882133484 failure_reason: 'Command failed on smithi018 with status 1: ''sudo systemctl enable --now kubelet && sudo kubeadm config images pull''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=07e7ec008a1747ef891f5b1730e509cf status: fail success: false 2023-03-21T22:10:49.981 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-03-21T22:10:50.072 INFO:teuthology.run:FAIL