2023-01-24T20:39:38.928 INFO:root:teuthology version: 0.0.1.dev22+g8e1bba1 2023-01-24T20:39:38.929 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi --verbose --description rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/calico rook/1.7.2} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi/7135760 -- /home/teuthworker/archive/yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi/7135760/orig.config.yaml 2023-01-24T20:39:38.963 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-01-24T20:39:39.036 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi/7135760 branch: wip-yuri7-testing-2023-01-23-1532-quincy description: rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/calico rook/1.7.2} email: yweinstein@radhat.com first_in_suite: false job_id: '7135760' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri7-testing-2023-01-23-1532-quincy ceph: conf: global: osd crush chooseleaf type: 0 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 49f8fb05584886826e8eade75f7105fba754560c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 49f8fb05584886826e8eade75f7105fba754560c 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: wip-yuri7-testing-2023-01-23-1532-quincy sha1: 49f8fb05584886826e8eade75f7105fba754560c owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: 49f8fb05584886826e8eade75f7105fba754560c sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri7-testing-2023-01-23-1532-quincy suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_49f8fb05584886826e8eade75f7105fba754560c/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 49f8fb05584886826e8eade75f7105fba754560c targets: smithi016.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: 8e1bba12e584b7ae912e92e94afe9c075ab51fa3 timestamp: 2023-01-24_16:05:13 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.17735 2023-01-24T20:39:39.037 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_49f8fb05584886826e8eade75f7105fba754560c/qa; will attempt to use it 2023-01-24T20:39:39.038 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_49f8fb05584886826e8eade75f7105fba754560c/qa/tasks 2023-01-24T20:39:39.038 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-01-24T20:39:39.040 INFO:teuthology.task.internal:Checking packages... 2023-01-24T20:39:39.069 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '49f8fb05584886826e8eade75f7105fba754560c' 2023-01-24T20:39:39.070 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-01-24T20:39:39.070 INFO:teuthology.packaging:ref: None 2023-01-24T20:39:39.071 INFO:teuthology.packaging:tag: None 2023-01-24T20:39:39.071 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-01-23-1532-quincy 2023-01-24T20:39:39.071 INFO:teuthology.packaging:sha1: 49f8fb05584886826e8eade75f7105fba754560c 2023-01-24T20:39:39.072 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri7-testing-2023-01-23-1532-quincy 2023-01-24T20:39:39.228 INFO:teuthology.task.internal:Found packages for ceph version 17.2.5-727-g49f8fb05-1focal 2023-01-24T20:39:39.229 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-01-24T20:39:39.236 INFO:teuthology.task.internal:no buildpackages task found 2023-01-24T20:39:39.237 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-01-24T20:39:39.266 INFO:teuthology.task.internal:Saving configuration 2023-01-24T20:39:39.278 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-01-24T20:39:39.291 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-24T20:39:39.322 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi/7135760', '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-01-24 20:33:59.020971', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-01-24T20:39:39.322 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-01-24T20:39:39.332 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'client.a'] 2023-01-24T20:39:39.333 INFO:teuthology.run_tasks:Running task console_log... 2023-01-24T20:39:39.381 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbcf02875e0>, signals=[15]) 2023-01-24T20:39:39.382 INFO:teuthology.run_tasks:Running task internal.connect... 2023-01-24T20:39:39.389 INFO:teuthology.task.internal:Opening connections... 2023-01-24T20:39:39.389 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2023-01-24T20:39:39.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-24T20:39:39.451 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-01-24T20:39:39.458 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2023-01-24T20:39:39.575 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2023-01-24T20:39:39.575 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2023-01-24T20:39:39.627 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2023-01-24T20:39:39.628 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-01-24T20:39:39.628 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2023-01-24T20:39:39.628 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2023-01-24T20:39:39.628 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-01-24T20:39:39.629 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="20.04" 2023-01-24T20:39:39.629 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2023-01-24T20:39:39.629 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-01-24T20:39:39.629 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-01-24T20:39:39.629 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-01-24T20:39:39.630 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=focal 2023-01-24T20:39:39.630 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=focal 2023-01-24T20:39:39.631 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2023-01-24T20:39:39.650 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-01-24T20:39:39.659 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-01-24T20:39:39.666 INFO:teuthology.task.internal:Checking for old test directory... 2023-01-24T20:39:39.667 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2023-01-24T20:39:39.672 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-01-24T20:39:39.678 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-01-24T20:39:39.678 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2023-01-24T20:39:39.692 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-01-24T20:39:39.727 INFO:teuthology.run_tasks:Running task kernel... 2023-01-24T20:39:39.741 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-01-24T20:39:39.742 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-01-24T20:39:39.742 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2023-01-24T20:39:39.742 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-01-24T20:39:39.743 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2023-01-24T20:39:39.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-24T20:39:39.750 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2023-01-24T20:39:39.756 INFO:teuthology.orchestra.run.smithi016.stdout:5.4.0-124-generic 2023-01-24T20:39:39.756 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.4.0-124-generic 2023-01-24T20:39:39.756 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2023-01-24T20:39:39.855 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2023-01-24T20:39:40.019 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-24T20:39:40.027 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-01-24T20:39:40.089 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-01-24T20:39:40.150 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-01-24T20:39:40.388 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [775 kB] 2023-01-24T20:39:40.476 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,336 kB] 2023-01-24T20:39:40.512 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [403 kB] 2023-01-24T20:39:40.515 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [16.2 kB] 2023-01-24T20:39:40.515 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [30.4 kB] 2023-01-24T20:39:40.518 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,560 kB] 2023-01-24T20:39:40.530 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [220 kB] 2023-01-24T20:39:40.531 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [620 B] 2023-01-24T20:39:40.532 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [708 kB] 2023-01-24T20:39:40.537 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,017 kB] 2023-01-24T20:39:40.544 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [236 kB] 2023-01-24T20:39:40.546 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [23.2 kB] 2023-01-24T20:39:40.547 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.2 kB] 2023-01-24T20:39:40.547 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,408 B] 2023-01-24T20:39:40.548 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [604 B] 2023-01-24T20:39:40.564 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [24.9 kB] 2023-01-24T20:39:40.565 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-01-24T20:39:40.565 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-01-24T20:39:40.711 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [543 kB] 2023-01-24T20:39:41.047 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,960 kB] 2023-01-24T20:39:41.250 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [320 kB] 2023-01-24T20:39:41.266 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [11.7 kB] 2023-01-24T20:39:41.266 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,463 kB] 2023-01-24T20:39:41.333 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [29.1 kB] 2023-01-24T20:39:41.334 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [207 kB] 2023-01-24T20:39:41.339 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [624 B] 2023-01-24T20:39:41.340 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [787 kB] 2023-01-24T20:39:41.361 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [576 kB] 2023-01-24T20:39:41.374 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [152 kB] 2023-01-24T20:39:41.377 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [16.9 kB] 2023-01-24T20:39:44.074 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 13.8 MB in 2s (6,509 kB/s) 2023-01-24T20:39:45.394 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:39:45.420 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-24T20:39:45.503 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:39:45.694 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-01-24T20:39:45.694 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-01-24T20:39:45.853 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2023-01-24T20:39:45.853 INFO:teuthology.orchestra.run.smithi016.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-24T20:39:45.853 INFO:teuthology.orchestra.run.smithi016.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-modules-5.15.0-58-generic 2023-01-24T20:39:45.854 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-58-generic thermald upower usbmuxd 2023-01-24T20:39:45.854 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2023-01-24T20:39:45.854 INFO:teuthology.orchestra.run.smithi016.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-01-24T20:39:45.855 INFO:teuthology.orchestra.run.smithi016.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-58-generic 2023-01-24T20:39:45.909 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2023-01-24T20:39:45.910 INFO:teuthology.orchestra.run.smithi016.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-01-24T20:39:45.910 INFO:teuthology.orchestra.run.smithi016.stdout: libusbmuxd6 linux-image-5.15.0-58-generic linux-image-generic-hwe-20.04 2023-01-24T20:39:45.911 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-58-generic linux-modules-extra-5.15.0-58-generic 2023-01-24T20:39:45.911 INFO:teuthology.orchestra.run.smithi016.stdout: thermald upower usbmuxd 2023-01-24T20:39:46.109 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 13 newly installed, 0 to remove and 128 not upgraded. 2023-01-24T20:39:46.110 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 90.3 MB of archives. 2023-01-24T20:39:46.110 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 485 MB of additional disk space will be used. 2023-01-24T20:39:46.110 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-01-24T20:39:46.413 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-01-24T20:39:46.445 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-01-24T20:39:46.465 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-01-24T20:39:46.545 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-01-24T20:39:46.585 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [20.5 MB] 2023-01-24T20:39:47.528 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [11.3 MB] 2023-01-24T20:39:47.839 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-58-generic amd64 5.15.0-58.64~20.04.1 [57.8 MB] 2023-01-24T20:39:49.900 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.58.64~20.04.24 [2,840 B] 2023-01-24T20:39:49.901 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-01-24T20:39:49.902 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-01-24T20:39:49.905 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-01-24T20:39:49.908 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-01-24T20:39:50.580 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 90.3 MB in 4s (22.6 MB/s) 2023-01-24T20:39:50.804 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-01-24T20:39:52.515 INFO:teuthology.orchestra.run.smithi016.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-01-24T20:39:52.520 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-01-24T20:39:52.627 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-24T20:39:52.980 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libplist3:amd64. 2023-01-24T20:39:52.996 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-01-24T20:39:53.030 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-01-24T20:39:53.308 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-01-24T20:39:53.323 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-01-24T20:39:53.358 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-24T20:39:53.694 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-01-24T20:39:53.707 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-01-24T20:39:53.744 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-24T20:39:54.080 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-01-24T20:39:54.094 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-01-24T20:39:54.139 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-24T20:39:54.417 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-58-generic. 2023-01-24T20:39:54.430 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../05-linux-modules-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-24T20:39:54.458 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-24T20:39:56.942 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-58-generic. 2023-01-24T20:39:56.957 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../06-linux-image-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-24T20:39:57.060 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-24T20:39:57.570 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-58-generic. 2023-01-24T20:39:57.586 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-58-generic_5.15.0-58.64~20.04.1_amd64.deb ... 2023-01-24T20:39:57.628 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-24T20:40:04.405 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-01-24T20:40:04.427 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.58.64~20.04.24_amd64.deb ... 2023-01-24T20:40:04.463 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-24T20:40:04.809 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libevdev2:amd64. 2023-01-24T20:40:04.822 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-01-24T20:40:04.865 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-24T20:40:05.160 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package thermald. 2023-01-24T20:40:05.178 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-01-24T20:40:05.210 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-01-24T20:40:05.732 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package upower. 2023-01-24T20:40:05.748 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-01-24T20:40:05.805 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking upower (0.99.11-1build2) ... 2023-01-24T20:40:06.170 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package usbmuxd. 2023-01-24T20:40:06.186 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-01-24T20:40:06.228 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-24T20:40:06.528 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-01-24T20:40:06.649 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-01-24T20:40:06.775 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-01-24T20:40:06.901 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-01-24T20:40:07.044 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-01-24T20:40:07.162 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-01-24T20:40:07.271 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up upower (0.99.11-1build2) ... 2023-01-24T20:40:07.812 INFO:teuthology.orchestra.run.smithi016.stdout:upower.service is a disabled or a static unit, not starting it. 2023-01-24T20:40:07.867 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-01-24T20:40:08.026 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-01-24T20:40:08.033 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user `usbmux' (UID 114) ... 2023-01-24T20:40:08.033 INFO:teuthology.orchestra.run.smithi016.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-01-24T20:40:08.534 INFO:teuthology.orchestra.run.smithi016.stdout:Not creating home directory `/var/lib/usbmux'. 2023-01-24T20:40:08.753 INFO:teuthology.orchestra.run.smithi016.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-01-24T20:40:08.789 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-01-24T20:40:09.100 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-01-24T20:40:09.100 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-01-24T20:40:09.638 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-24T20:40:11.068 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-58-generic 2023-01-24T20:40:11.068 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-58-generic 2023-01-24T20:40:11.229 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-24T20:40:12.672 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-24T20:40:14.082 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.58.64~20.04.24) ... 2023-01-24T20:40:14.207 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-01-24T20:40:14.488 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-01-24T20:40:16.300 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-01-24T20:40:16.441 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-58-generic (5.15.0-58.64~20.04.1) ... 2023-01-24T20:40:16.515 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-01-24T20:40:16.516 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-58-generic 2023-01-24T20:40:42.111 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-01-24T20:40:42.112 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2023-01-24T20:40:42.131 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-24T20:40:42.159 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2023-01-24T20:40:42.468 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-24T20:40:42.486 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-24T20:40:42.861 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-24T20:40:42.873 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-24T20:40:44.679 INFO:teuthology.orchestra.run.smithi016.stdout:done 2023-01-24T20:40:45.060 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic-hwe-20.04 2023-01-24T20:40:45.119 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic-hwe-20.04 2023-01-24T20:40:45.119 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2023-01-24T20:40:45.120 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2023-01-24T20:40:45.120 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2023-01-24T20:40:45.120 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 20 2023-01-24T20:40:45.120 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2023-01-24T20:40:45.120 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2023-01-24T20:40:45.121 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta-hwe-5.15 2023-01-24T20:40:45.121 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-24T20:40:45.121 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-58), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-01-24T20:40:45.121 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-58-generic, linux-modules-extra-5.15.0-58-generic, linux-firmware, intel-microcode, amd64-microcode 2023-01-24T20:40:45.121 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2023-01-24T20:40:45.122 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2023-01-24T20:40:45.122 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2023-01-24T20:40:45.122 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2023-01-24T20:40:45.122 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-58-generic 2023-01-24T20:40:45.123 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-01-24T20:40:45.123 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-01-24T20:40:45.123 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-01-24T20:40:45.123 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2023-01-24T20:40:45.124 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2023-01-24T20:40:45.213 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2023-01-24T20:40:45.345 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-24T20:40:45.346 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-01-24T20:40:45.351 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-01-24T20:40:45.369 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-01-24T20:40:47.041 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:40:47.065 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-01-24T20:40:47.135 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:40:47.324 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-01-24T20:40:47.325 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-01-24T20:40:47.533 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.58.64~20.04.24). 2023-01-24T20:40:47.533 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 128 not upgraded. 2023-01-24T20:40:47.535 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic-hwe-20.04 2023-01-24T20:40:47.555 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic-hwe-20.04 2023-01-24T20:40:47.556 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2023-01-24T20:40:47.556 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2023-01-24T20:40:47.556 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2023-01-24T20:40:47.556 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 20 2023-01-24T20:40:47.556 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2023-01-24T20:40:47.557 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2023-01-24T20:40:47.557 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta-hwe-5.15 2023-01-24T20:40:47.557 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.58.64~20.04.24 2023-01-24T20:40:47.557 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: spl-modules (= 2.1.4-0ubuntu0.1), v4l2loopback-modules (= 0.12.5-1ubuntu5), virtualbox-guest-modules (= 5.15.0-58), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.4-0ubuntu0.1) 2023-01-24T20:40:47.557 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-58-generic, linux-modules-extra-5.15.0-58-generic, linux-firmware, intel-microcode, amd64-microcode 2023-01-24T20:40:47.558 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2023-01-24T20:40:47.558 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2023-01-24T20:40:47.558 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2023-01-24T20:40:47.558 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2023-01-24T20:40:47.559 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2023-01-24T20:40:47.603 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.630P1owHmX 2023-01-24T20:40:47.604 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.630P1owHmX 2023-01-24T20:40:47.619 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.630P1owHmX 2023-01-24T20:40:47.666 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.630P1owHmX is 9KB 2023-01-24T20:40:47.680 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.630P1owHmX 2023-01-24T20:40:47.687 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-01-24T20:40:47.744 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-01-24T20:40:47.745 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-01-24T20:40:47.745 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-01-24T20:40:47.774 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-58-generic 2023-01-24T20:40:47.774 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2023-01-24T20:40:49.035 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2023-01-24T20:40:49.046 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-01-24T20:40:49.057 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2023-01-24T20:40:49.311 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-58-generic 2023-01-24T20:40:49.323 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-58-generic 2023-01-24T20:40:49.668 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-01-24T20:40:49.680 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-01-24T20:40:50.396 INFO:teuthology.orchestra.run.smithi016.stderr:done 2023-01-24T20:40:50.397 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2023-01-24T20:41:20.428 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-01-24T20:41:20.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-01-24T20:41:20.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-24T20:41:38.920 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2023-01-24T20:42:08.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-01-24T20:42:08.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-24T20:42:25.101 DEBUG:teuthology.orchestra.run.smithi016:> true 2023-01-24T20:42:25.850 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-01-24T20:42:25.850 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-58-generic"... 2023-01-24T20:42:25.851 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2023-01-24T20:42:25.898 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-58-generic 2023-01-24T20:42:25.898 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-58-generic vs 5.15.0-58-generic 2023-01-24T20:42:25.899 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-01-24T20:42:25.899 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-01-24T20:42:26.900 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-01-24T20:42:26.901 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-01-24T20:42:26.976 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2023-01-24T20:42:27.001 DEBUG:teuthology.parallel:result is None 2023-01-24T20:42:27.002 INFO:teuthology.run_tasks:Running task internal.base... 2023-01-24T20:42:27.010 INFO:teuthology.task.internal:Creating test directory... 2023-01-24T20:42:27.011 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-01-24T20:42:27.018 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-01-24T20:42:27.037 INFO:teuthology.run_tasks:Running task internal.archive... 2023-01-24T20:42:27.045 INFO:teuthology.task.internal:Creating archive directory... 2023-01-24T20:42:27.045 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-01-24T20:42:27.089 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-01-24T20:42:27.100 INFO:teuthology.task.internal:Enabling coredump saving... 2023-01-24T20:42:27.101 DEBUG:teuthology.orchestra.run.smithi016:> 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-01-24T20:42:27.284 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-24T20:42:27.291 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-01-24T20:42:27.292 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-01-24T20:42:27.302 INFO:teuthology.task.internal:Configuring sudo... 2023-01-24T20:42:27.303 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-01-24T20:42:27.320 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-01-24T20:42:27.329 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-01-24T20:42:27.329 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-01-24T20:42:27.369 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-01-24T20:42:27.417 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-01-24T20:42:27.466 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-01-24T20:42:27.466 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-01-24T20:42:27.536 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2023-01-24T20:42:27.638 INFO:teuthology.run_tasks:Running task internal.timer... 2023-01-24T20:42:27.648 INFO:teuthology.task.internal:Starting timer... 2023-01-24T20:42:27.648 INFO:teuthology.run_tasks:Running task pcp... 2023-01-24T20:42:27.662 INFO:teuthology.run_tasks:Running task selinux... 2023-01-24T20:42:27.674 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2023-01-24T20:42:27.675 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-01-24T20:42:27.675 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-01-24T20:42:27.676 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-01-24T20:42:27.676 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-01-24T20:42:27.691 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-01-24T20:42:27.697 INFO:teuthology.repo_utils:Fetching main from origin 2023-01-24T20:42:27.815 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-01-24T20:42:27.834 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-01-24T20:42:27.835 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-01-24T20:47:08.351 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com')] 2023-01-24T20:47:08.352 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2023-01-24T20:47:08.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-01-24T20:47:08.441 DEBUG:teuthology.orchestra.run.smithi016:> true 2023-01-24T20:47:08.566 INFO:teuthology.run_tasks:Running task clock... 2023-01-24T20:47:08.578 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-01-24T20:47:08.578 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-01-24T20:47:08.579 DEBUG:teuthology.orchestra.run.smithi016:> 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-01-24T20:47:08.641 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-01-24T20:47:08.641 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Command line: ntpd -gq 2023-01-24T20:47:08.642 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: proto: precision = 0.103 usec (-23) 2023-01-24T20:47:08.642 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-24T20:47:08.643 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-01-24T20:47:08.644 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2023-01-24T20:47:08.645 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: restrict ::: KOD does nothing without LIMITED. 2023-01-24T20:47:08.645 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Listen and drop on 0 v6wildcard [::]:123 2023-01-24T20:47:08.645 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-01-24T20:47:08.646 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Listen normally on 2 lo 127.0.0.1:123 2023-01-24T20:47:08.646 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Listen normally on 3 ens1f0 172.21.15.16:123 2023-01-24T20:47:08.646 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Listen normally on 4 lo [::1]:123 2023-01-24T20:47:08.647 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%3]:123 2023-01-24T20:47:08.647 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:08 ntpd[19248]: Listening on routing socket on fd #22 for interface updates 2023-01-24T20:47:09.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:09.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:09.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:09.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:09.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:09.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:09.646 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:09.646 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:09.647 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:09.647 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:09.647 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:09.648 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:09 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:10.642 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:10 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:10.642 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:10 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:10.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:10 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:10.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:10 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:10.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:10 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:10.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:10 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:11.642 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:11.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:11.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:11.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:11.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:11.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:11.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:11.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:11.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:11.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:11.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:11.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:11 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:12.642 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:12 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:12.642 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:12 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:12.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:12 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:12.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:12 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:12.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:12 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:12.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:12 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:13.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:13.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:13.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:13.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:13.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:13.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:13.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:13.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:13.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:13.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:13.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:13.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:13.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:13.646 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:13 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:14.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:14 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:14.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:14 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:14.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:14 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:14.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:14 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:14.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:14 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:14.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:14 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:15.642 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:15.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:15.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:15.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:15.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-01-24T20:47:15.643 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: can't open /var/log/ntpstats/rawstats.20230124: Permission denied 2023-01-24T20:47:15.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-01-24T20:47:15.644 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: can't open /var/log/ntpstats/peerstats.20230124: Permission denied 2023-01-24T20:47:15.644 INFO:teuthology.orchestra.run.smithi016.stdout:24 Jan 20:47:15 ntpd[19248]: ntpd: time slew +0.000721 s 2023-01-24T20:47:15.645 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew +0.000721s 2023-01-24T20:47:15.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-01-24T20:47:15.645 INFO:teuthology.orchestra.run.smithi016.stderr:24 Jan 20:47:15 ntpd[19248]: can't open /var/log/ntpstats/loopstats.20230124: Permission denied 2023-01-24T20:47:15.702 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2023-01-24T20:47:15.702 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2023-01-24T20:47:15.702 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-24T20:47:15.702 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-24T20:47:15.702 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-24T20:47:15.703 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-24T20:47:15.704 INFO:teuthology.run_tasks:Running task kubeadm... 2023-01-24T20:47:15.720 INFO:tasks.kubeadm:Kubeadm start 2023-01-24T20:47:15.721 INFO:tasks.kubeadm:Config: {'pod_network': 'calico', 'version': '1.21'} 2023-01-24T20:47:15.721 DEBUG:teuthology.orchestra.run.smithi016:> 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-01-24T20:47:15.771 INFO:teuthology.orchestra.run.smithi016.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2023-01-24T20:47:15.779 INFO:teuthology.orchestra.run.smithi016.stdout:net.bridge.bridge-nf-call-iptables = 1 2023-01-24T20:47:15.788 INFO:teuthology.orchestra.run.smithi016.stdout:net.ipv4.ip_forward = 1 2023-01-24T20:47:15.824 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-01-24T20:47:15.824 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2023-01-24T20:47:15.879 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2023-01-24T20:47:15.880 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/docker/daemon.json 2023-01-24T20:47:15.939 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl restart docker || true 2023-01-24T20:47:17.004 INFO:tasks.kubeadm:Identifying pod subnet 2023-01-24T20:47:17.008 INFO:tasks.kubeadm:172.21.15.16 is in 172.21.0.0/20 at pos 3855 2023-01-24T20:47:17.017 INFO:tasks.kubeadm:Pod subnet: 10.248.120.0/21 2023-01-24T20:47:17.018 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2023-01-24T20:47:17.018 DEBUG:teuthology.orchestra.run.smithi016:> 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-01-24T20:47:17.044 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:17.044 INFO:teuthology.orchestra.run.smithi016.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-01-24T20:47:17.044 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:17.154 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-24T20:47:17.159 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-01-24T20:47:17.176 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-01-24T20:47:17.291 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-01-24T20:47:18.791 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:47:18.981 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-01-24T20:47:18.982 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-01-24T20:47:19.076 INFO:teuthology.orchestra.run.smithi016.stdout:123 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-01-24T20:47:19.088 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:19.088 INFO:teuthology.orchestra.run.smithi016.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-01-24T20:47:19.089 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:19.144 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:47:19.316 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-01-24T20:47:19.317 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-01-24T20:47:19.472 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2023-01-24T20:47:19.473 INFO:teuthology.orchestra.run.smithi016.stdout: libcurl4 2023-01-24T20:47:19.512 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2023-01-24T20:47:19.513 INFO:teuthology.orchestra.run.smithi016.stdout: apt-transport-https 2023-01-24T20:47:19.513 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2023-01-24T20:47:19.514 INFO:teuthology.orchestra.run.smithi016.stdout: ca-certificates curl libcurl4 2023-01-24T20:47:19.589 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 1 newly installed, 0 to remove and 120 not upgraded. 2023-01-24T20:47:19.589 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 539 kB of archives. 2023-01-24T20:47:19.589 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 156 kB of additional disk space will be used. 2023-01-24T20:47:19.590 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB] 2023-01-24T20:47:19.667 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1,704 B] 2023-01-24T20:47:19.667 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.15 [161 kB] 2023-01-24T20:47:19.684 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.15 [235 kB] 2023-01-24T20:47:19.951 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: unable to initialize frontend: Dialog 2023-01-24T20:47:19.952 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-01-24T20:47:19.952 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: falling back to frontend: Readline 2023-01-24T20:47:19.970 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: unable to initialize frontend: Readline 2023-01-24T20:47:19.971 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: (This frontend requires a controlling tty.) 2023-01-24T20:47:19.971 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: falling back to frontend: Teletype 2023-01-24T20:47:19.976 INFO:teuthology.orchestra.run.smithi016.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-01-24T20:47:20.032 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 539 kB in 0s (2,958 kB/s) 2023-01-24T20:47:20.285 INFO:teuthology.orchestra.run.smithi016.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-01-24T20:47:20.288 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../ca-certificates_20211016ubuntu0.20.04.1_all.deb ... 2023-01-24T20:47:20.420 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ca-certificates (20211016ubuntu0.20.04.1) over (20211016~20.04.1) ... 2023-01-24T20:47:21.077 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package apt-transport-https. 2023-01-24T20:47:21.093 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../apt-transport-https_2.0.9_all.deb ... 2023-01-24T20:47:21.136 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking apt-transport-https (2.0.9) ... 2023-01-24T20:47:21.393 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../curl_7.68.0-1ubuntu2.15_amd64.deb ... 2023-01-24T20:47:21.522 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking curl (7.68.0-1ubuntu2.15) over (7.68.0-1ubuntu2.12) ... 2023-01-24T20:47:21.933 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../libcurl4_7.68.0-1ubuntu2.15_amd64.deb ... 2023-01-24T20:47:22.127 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.15) over (7.68.0-1ubuntu2.12) ... 2023-01-24T20:47:22.493 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up apt-transport-https (2.0.9) ... 2023-01-24T20:47:22.615 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ca-certificates (20211016ubuntu0.20.04.1) ... 2023-01-24T20:47:22.821 INFO:teuthology.orchestra.run.smithi016.stdout:debconf: unable to initialize frontend: Dialog 2023-01-24T20:47:22.822 INFO:teuthology.orchestra.run.smithi016.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-01-24T20:47:22.822 INFO:teuthology.orchestra.run.smithi016.stdout:debconf: falling back to frontend: Readline 2023-01-24T20:47:24.828 INFO:teuthology.orchestra.run.smithi016.stdout:Updating certificates in /etc/ssl/certs... 2023-01-24T20:47:25.817 INFO:teuthology.orchestra.run.smithi016.stdout:rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL 2023-01-24T20:47:25.829 INFO:teuthology.orchestra.run.smithi016.stdout:0 added, 3 removed; done. 2023-01-24T20:47:26.060 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcurl4:amd64 (7.68.0-1ubuntu2.15) ... 2023-01-24T20:47:26.161 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up curl (7.68.0-1ubuntu2.15) ... 2023-01-24T20:47:26.280 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-01-24T20:47:26.849 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-01-24T20:47:27.000 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ... 2023-01-24T20:47:27.045 INFO:teuthology.orchestra.run.smithi016.stdout:Updating certificates in /etc/ssl/certs... 2023-01-24T20:47:27.697 INFO:teuthology.orchestra.run.smithi016.stdout:0 added, 0 removed; done. 2023-01-24T20:47:27.697 INFO:teuthology.orchestra.run.smithi016.stdout:Running hooks in /etc/ca-certificates/update.d... 2023-01-24T20:47:27.714 INFO:teuthology.orchestra.run.smithi016.stdout: 2023-01-24T20:47:28.739 INFO:teuthology.orchestra.run.smithi016.stdout:done. 2023-01-24T20:47:28.739 INFO:teuthology.orchestra.run.smithi016.stdout:done. 2023-01-24T20:47:29.347 INFO:teuthology.orchestra.run.smithi016.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2023-01-24T20:47:29.361 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:29.362 INFO:teuthology.orchestra.run.smithi016.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-01-24T20:47:29.362 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:29.633 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-01-24T20:47:29.642 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-01-24T20:47:29.712 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-01-24T20:47:29.803 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-01-24T20:47:30.007 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B] 2023-01-24T20:47:30.337 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [63.2 kB] 2023-01-24T20:47:30.516 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 72.2 kB in 1s (72.4 kB/s) 2023-01-24T20:47:31.502 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:47:31.691 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-01-24T20:47:31.692 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-01-24T20:47:31.792 INFO:teuthology.orchestra.run.smithi016.stdout:120 packages can be upgraded. Run 'apt list --upgradable' to see them. 2023-01-24T20:47:31.809 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:31.809 INFO:teuthology.orchestra.run.smithi016.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-01-24T20:47:31.809 INFO:teuthology.orchestra.run.smithi016.stderr: 2023-01-24T20:47:31.867 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2023-01-24T20:47:32.059 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2023-01-24T20:47:32.060 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2023-01-24T20:47:32.233 INFO:teuthology.orchestra.run.smithi016.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2023-01-24T20:47:32.233 INFO:teuthology.orchestra.run.smithi016.stdout:bridge-utils set to manually installed. 2023-01-24T20:47:32.233 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2023-01-24T20:47:32.234 INFO:teuthology.orchestra.run.smithi016.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2023-01-24T20:47:32.235 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2023-01-24T20:47:32.235 INFO:teuthology.orchestra.run.smithi016.stdout: nftables 2023-01-24T20:47:32.281 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2023-01-24T20:47:32.282 INFO:teuthology.orchestra.run.smithi016.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2023-01-24T20:47:32.494 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 8 newly installed, 0 to remove and 120 not upgraded. 2023-01-24T20:47:32.494 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 87.2 MB of archives. 2023-01-24T20:47:32.494 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 341 MB of additional disk space will be used. 2023-01-24T20:47:32.494 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2023-01-24T20:47:32.620 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.26.0-00 [18.9 MB] 2023-01-24T20:47:32.710 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2023-01-24T20:47:32.868 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-01-24T20:47:33.210 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 1.2.0-00 [27.6 MB] 2023-01-24T20:47:33.793 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.26.1-00 [20.5 MB] 2023-01-24T20:47:34.159 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.26.1-00 [10.1 MB] 2023-01-24T20:47:34.310 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.26.1-00 [9,732 kB] 2023-01-24T20:47:34.758 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: unable to initialize frontend: Dialog 2023-01-24T20:47:34.758 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-01-24T20:47:34.759 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: falling back to frontend: Readline 2023-01-24T20:47:34.768 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: unable to initialize frontend: Readline 2023-01-24T20:47:34.768 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: (This frontend requires a controlling tty.) 2023-01-24T20:47:34.768 INFO:teuthology.orchestra.run.smithi016.stderr:debconf: falling back to frontend: Teletype 2023-01-24T20:47:34.774 INFO:teuthology.orchestra.run.smithi016.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-01-24T20:47:34.831 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 87.2 MB in 2s (39.1 MB/s) 2023-01-24T20:47:34.905 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package conntrack. 2023-01-24T20:47:34.949 INFO:teuthology.orchestra.run.smithi016.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-01-24T20:47:34.952 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2023-01-24T20:47:34.995 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking conntrack (1:1.4.5-2) ... 2023-01-24T20:47:35.264 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package cri-tools. 2023-01-24T20:47:35.278 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-cri-tools_1.26.0-00_amd64.deb ... 2023-01-24T20:47:35.314 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking cri-tools (1.26.0-00) ... 2023-01-24T20:47:36.892 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ebtables. 2023-01-24T20:47:36.900 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2023-01-24T20:47:36.958 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ebtables (2.0.11-3build1) ... 2023-01-24T20:47:37.228 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package kubernetes-cni. 2023-01-24T20:47:37.242 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-kubernetes-cni_1.2.0-00_amd64.deb ... 2023-01-24T20:47:37.287 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking kubernetes-cni (1.2.0-00) ... 2023-01-24T20:47:38.659 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package socat. 2023-01-24T20:47:38.673 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2023-01-24T20:47:38.718 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking socat (1.7.3.3-2) ... 2023-01-24T20:47:39.073 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package kubelet. 2023-01-24T20:47:39.087 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-kubelet_1.26.1-00_amd64.deb ... 2023-01-24T20:47:39.131 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking kubelet (1.26.1-00) ... 2023-01-24T20:47:41.659 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package kubectl. 2023-01-24T20:47:41.674 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-kubectl_1.26.1-00_amd64.deb ... 2023-01-24T20:47:41.717 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking kubectl (1.26.1-00) ... 2023-01-24T20:47:43.028 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package kubeadm. 2023-01-24T20:47:43.042 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-kubeadm_1.26.1-00_amd64.deb ... 2023-01-24T20:47:43.086 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking kubeadm (1.26.1-00) ... 2023-01-24T20:47:44.293 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up conntrack (1:1.4.5-2) ... 2023-01-24T20:47:44.398 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up kubectl (1.26.1-00) ... 2023-01-24T20:47:44.524 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ebtables (2.0.11-3build1) ... 2023-01-24T20:47:45.270 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up socat (1.7.3.3-2) ... 2023-01-24T20:47:45.396 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up cri-tools (1.26.0-00) ... 2023-01-24T20:47:45.538 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up kubernetes-cni (1.2.0-00) ... 2023-01-24T20:47:45.664 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up kubelet (1.26.1-00) ... 2023-01-24T20:47:45.895 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2023-01-24T20:47:46.366 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up kubeadm (1.26.1-00) ... 2023-01-24T20:47:46.743 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-01-24T20:47:47.681 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2023-01-24T20:47:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:failed to pull image "registry.k8s.io/kube-apiserver:v1.26.1": output: time="2023-01-24T20:47:57Z" 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-01-24T20:47:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:, error: exit status 1 2023-01-24T20:47:57.478 INFO:teuthology.orchestra.run.smithi016.stderr:To see the stack trace of this error execute with --v=5 or higher 2023-01-24T20:47:57.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-24T20:47:57.482 INFO:tasks.kubeadm:Uninstalling kube{adm,let,ctl} 2023-01-24T20:47:57.482 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/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_49f8fb05584886826e8eade75f7105fba754560c/qa/tasks/kubeadm.py", line 202, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo systemctl enable --now kubelet && sudo kubeadm config images pull' 2023-01-24T20:47:57.483 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/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_49f8fb05584886826e8eade75f7105fba754560c/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_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/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_49f8fb05584886826e8eade75f7105fba754560c/qa/tasks/kubeadm.py", line 84, in preflight yield File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/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_49f8fb05584886826e8eade75f7105fba754560c/qa/tasks/kubeadm.py", line 202, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo systemctl enable --now kubelet && sudo kubeadm config images pull' 2023-01-24T20:47:57.547 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=356c97321b1c46d7a6d4f7b47f6202b9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/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_49f8fb05584886826e8eade75f7105fba754560c/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_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/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_49f8fb05584886826e8eade75f7105fba754560c/qa/tasks/kubeadm.py", line 84, in preflight yield File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/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_49f8fb05584886826e8eade75f7105fba754560c/qa/tasks/kubeadm.py", line 202, in kubeadm_install run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8e1bba12e584b7ae912e92e94afe9c075ab51fa3/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi016 with status 1: 'sudo systemctl enable --now kubelet && sudo kubeadm config images pull' 2023-01-24T20:47:57.550 DEBUG:teuthology.run_tasks:Unwinding manager kubeadm 2023-01-24T20:47:57.559 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-01-24T20:47:57.573 INFO:teuthology.task.clock:Checking final clock skew... 2023-01-24T20:47:57.574 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-01-24T20:47:57.596 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2023-01-24T20:47:57.597 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2023-01-24T20:47:57.597 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi 216.240.36.24 3 u 37 64 1 0.100 -4.351 0.000 2023-01-24T20:47:57.597 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi 108.61.73.243 3 u 41 64 1 0.080 -1.569 0.000 2023-01-24T20:47:57.598 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi 206.82.28.3 3 u 39 64 1 0.112 0.024 0.000 2023-01-24T20:47:57.598 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-01-24T20:47:57.599 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-01-24T20:47:57.608 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-01-24T20:47:57.609 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-01-24T20:47:57.618 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-01-24T20:47:57.627 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-01-24T20:47:57.638 INFO:teuthology.task.internal:Duration was 329.989882 seconds 2023-01-24T20:47:57.638 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-01-24T20:47:57.648 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-01-24T20:47:57.648 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-01-24T20:47:57.699 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-01-24T20:47:57.700 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2023-01-24T20:47:57.700 DEBUG:teuthology.orchestra.run.smithi016:> 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-01-24T20:47:57.714 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-01-24T20:47:57.714 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-01-24T20:47:57.791 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-01-24T20:47:57.792 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-01-24T20:47:57.948 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-01-24T20:47:57.958 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-01-24T20:47:57.958 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-01-24T20:47:57.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-01-24T20:47:57.983 DEBUG:teuthology.orchestra.run.smithi016:> 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-01-24T20:47:58.030 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2023-01-24T20:47:58.054 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2023-01-24T20:47:58.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-01-24T20:47:58.102 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-01-24T20:47:58.111 INFO:teuthology.task.internal:Transferring archived files... 2023-01-24T20:47:58.113 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi/7135760/remote/smithi016 2023-01-24T20:47:58.114 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar cz -f - -C /home/ubuntu/cephtest/archive -- . 2023-01-24T20:47:58.177 INFO:teuthology.task.internal:Removing archive directory... 2023-01-24T20:47:58.178 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2023-01-24T20:47:58.227 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-01-24T20:47:58.237 INFO:teuthology.task.internal:Not uploading archives. 2023-01-24T20:47:58.237 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-01-24T20:47:58.249 INFO:teuthology.task.internal:Tidying up after the test... 2023-01-24T20:47:58.249 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-01-24T20:47:58.275 INFO:teuthology.orchestra.run.smithi016.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 20:47 /home/ubuntu/cephtest 2023-01-24T20:47:58.278 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-01-24T20:47:58.297 INFO:teuthology.nuke:Checking targets against current locks 2023-01-24T20:47:58.326 DEBUG:teuthology.nuke:shortname: smithi016 2023-01-24T20:47:58.327 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-24T20:47:58.353 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-01-24_16:05:13-rados-wip-yuri7-testing-2023-01-23-1532-quincy-distro-default-smithi/7135760', '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-01-24 20:33:59.020971', '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-01-24T20:47:58.412 INFO:teuthology.orchestra.console:Power off smithi016 2023-01-24T20:47:58.413 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-01-24T20:47:58.432 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-01-24T20:48:02.459 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-01-24T20:48:06.572 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-01-24T20:48:10.684 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi016.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-01-24T20:48:10.894 INFO:teuthology.orchestra.console:Power off for smithi016 completed 2023-01-24T20:48:10.999 INFO:teuthology.run:Summary data: description: rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/calico rook/1.7.2} duration: 329.98988223075867 failure_reason: 'Command failed on smithi016 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=356c97321b1c46d7a6d4f7b47f6202b9 status: fail success: false 2023-01-24T20:48:10.999 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2023-01-24T20:48:11.057 INFO:teuthology.run:FAIL