2023-12-01T05:25:07.749 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:25:07.749 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932 --owner scheduled_phlogistonjohn@teuthology --verbose -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932/orig.config.yaml 2023-12-01T05:25:07.784 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:25:07.862 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472932' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d kernel: hwe: true workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi141.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:25:07.863 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:25:07.863 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:25:07.864 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:25:07.865 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:25:07.893 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:25:07.893 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:25:07.893 INFO:teuthology.packaging:ref: None 2023-12-01T05:25:07.893 INFO:teuthology.packaging:tag: None 2023-12-01T05:25:07.893 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:25:07.893 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:25:07.894 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:25:08.110 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662-g875037c4-1focal 2023-12-01T05:25:08.110 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:25:08.117 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:25:08.118 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:25:08.127 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:25:08.140 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:25:08.146 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:25:08.174 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932', '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-12-01 05:17:29.363072', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:25:08.193 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi141.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932', '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-12-01 05:17:29.365123', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:25:08.193 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:25:08.200 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:25:08.200 INFO:teuthology.task.internal:roles: ubuntu@smithi141.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:25:08.200 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:25:08.329 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc165655f70>, signals=[15]) 2023-12-01T05:25:08.330 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:25:08.336 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:25:08.336 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2023-12-01T05:25:08.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:25:08.385 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi141.front.sepia.ceph.com 2023-12-01T05:25:08.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:25:08.434 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:25:08.441 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2023-12-01T05:25:08.471 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2023-12-01T05:25:08.471 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2023-12-01T05:25:08.521 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="Ubuntu" 2023-12-01T05:25:08.521 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:25:08.521 INFO:teuthology.orchestra.run.smithi027.stdout:ID=ubuntu 2023-12-01T05:25:08.521 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE=debian 2023-12-01T05:25:08.521 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:25:08.522 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="20.04" 2023-12-01T05:25:08.522 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:25:08.522 INFO:teuthology.orchestra.run.smithi027.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:25:08.522 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:25:08.522 INFO:teuthology.orchestra.run.smithi027.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:25:08.522 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_CODENAME=focal 2023-12-01T05:25:08.522 INFO:teuthology.orchestra.run.smithi027.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:25:08.523 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2023-12-01T05:25:08.548 DEBUG:teuthology.orchestra.run.smithi141:> uname -m 2023-12-01T05:25:08.555 INFO:teuthology.orchestra.run.smithi141.stdout:x86_64 2023-12-01T05:25:08.555 DEBUG:teuthology.orchestra.run.smithi141:> cat /etc/os-release 2023-12-01T05:25:08.604 INFO:teuthology.orchestra.run.smithi141.stdout:NAME="Ubuntu" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:ID=ubuntu 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:ID_LIKE=debian 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION_ID="20.04" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION_CODENAME=focal 2023-12-01T05:25:08.605 INFO:teuthology.orchestra.run.smithi141.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:25:08.606 INFO:teuthology.lock.ops:Updating smithi141.front.sepia.ceph.com on lock server 2023-12-01T05:25:08.632 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:25:08.640 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:25:08.646 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:25:08.647 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:25:08.649 DEBUG:teuthology.orchestra.run.smithi141:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:25:08.654 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:25:08.660 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:25:08.660 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:25:08.663 DEBUG:teuthology.orchestra.run.smithi141:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:25:08.684 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:25:08.736 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:25:08.751 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:25:08.751 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-01T05:25:08.751 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-01T05:25:08.751 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-01T05:25:08.751 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:25:08.752 DEBUG:teuthology.orchestra.run.smithi141:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:25:08.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:08.757 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-01T05:25:08.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:25:08.758 DEBUG:teuthology.orchestra.run.smithi141:> uname -r 2023-12-01T05:25:08.764 INFO:teuthology.orchestra.run.smithi027.stdout:5.4.0-124-generic 2023-12-01T05:25:08.765 INFO:teuthology.task.kernel:Running kernel on smithi027: 5.4.0-124-generic 2023-12-01T05:25:08.765 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get clean 2023-12-01T05:25:08.766 INFO:teuthology.orchestra.run.smithi141.stdout:5.4.0-124-generic 2023-12-01T05:25:08.766 INFO:teuthology.task.kernel:Running kernel on smithi141: 5.4.0-124-generic 2023-12-01T05:25:08.766 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get clean 2023-12-01T05:25:08.880 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2023-12-01T05:25:08.916 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get update 2023-12-01T05:25:09.106 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:25:09.107 INFO:teuthology.orchestra.run.smithi141.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:25:09.107 INFO:teuthology.orchestra.run.smithi141.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:25:09.154 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:25:09.172 INFO:teuthology.orchestra.run.smithi141.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:25:09.236 INFO:teuthology.orchestra.run.smithi027.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:25:09.459 INFO:teuthology.orchestra.run.smithi027.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:25:09.479 INFO:teuthology.orchestra.run.smithi141.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:25:09.570 INFO:teuthology.orchestra.run.smithi027.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:25:09.655 INFO:teuthology.orchestra.run.smithi141.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:25:09.660 INFO:teuthology.orchestra.run.smithi141.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:25:09.675 INFO:teuthology.orchestra.run.smithi141.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:25:09.678 INFO:teuthology.orchestra.run.smithi141.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:25:09.678 INFO:teuthology.orchestra.run.smithi141.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:25:09.695 INFO:teuthology.orchestra.run.smithi141.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:25:09.695 INFO:teuthology.orchestra.run.smithi141.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:25:09.698 INFO:teuthology.orchestra.run.smithi141.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:25:09.698 INFO:teuthology.orchestra.run.smithi141.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:25:09.704 INFO:teuthology.orchestra.run.smithi141.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:25:09.709 INFO:teuthology.orchestra.run.smithi141.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:25:09.711 INFO:teuthology.orchestra.run.smithi141.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:25:09.717 INFO:teuthology.orchestra.run.smithi141.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:25:09.717 INFO:teuthology.orchestra.run.smithi027.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:25:09.718 INFO:teuthology.orchestra.run.smithi141.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:25:09.718 INFO:teuthology.orchestra.run.smithi141.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:25:09.718 INFO:teuthology.orchestra.run.smithi141.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:25:09.726 INFO:teuthology.orchestra.run.smithi141.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:25:09.760 INFO:teuthology.orchestra.run.smithi141.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:25:09.764 INFO:teuthology.orchestra.run.smithi141.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:25:09.764 INFO:teuthology.orchestra.run.smithi141.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:25:09.764 INFO:teuthology.orchestra.run.smithi141.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:25:09.780 INFO:teuthology.orchestra.run.smithi141.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:25:09.783 INFO:teuthology.orchestra.run.smithi141.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:25:09.783 INFO:teuthology.orchestra.run.smithi141.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:25:09.790 INFO:teuthology.orchestra.run.smithi141.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:25:09.796 INFO:teuthology.orchestra.run.smithi141.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:25:09.796 INFO:teuthology.orchestra.run.smithi027.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:25:09.798 INFO:teuthology.orchestra.run.smithi141.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:25:09.798 INFO:teuthology.orchestra.run.smithi141.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:25:09.798 INFO:teuthology.orchestra.run.smithi141.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:25:09.798 INFO:teuthology.orchestra.run.smithi141.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:25:09.813 INFO:teuthology.orchestra.run.smithi141.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:25:09.813 INFO:teuthology.orchestra.run.smithi141.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:25:09.814 INFO:teuthology.orchestra.run.smithi141.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:25:09.814 INFO:teuthology.orchestra.run.smithi141.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:25:09.830 INFO:teuthology.orchestra.run.smithi141.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:25:09.830 INFO:teuthology.orchestra.run.smithi141.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:25:09.831 INFO:teuthology.orchestra.run.smithi141.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:25:09.902 INFO:teuthology.orchestra.run.smithi027.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:25:09.949 INFO:teuthology.orchestra.run.smithi027.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:25:09.952 INFO:teuthology.orchestra.run.smithi027.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:25:09.952 INFO:teuthology.orchestra.run.smithi027.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:25:09.967 INFO:teuthology.orchestra.run.smithi027.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:25:09.975 INFO:teuthology.orchestra.run.smithi027.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:25:09.975 INFO:teuthology.orchestra.run.smithi027.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:25:09.978 INFO:teuthology.orchestra.run.smithi027.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:25:09.978 INFO:teuthology.orchestra.run.smithi027.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:25:09.990 INFO:teuthology.orchestra.run.smithi027.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:25:09.996 INFO:teuthology.orchestra.run.smithi027.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:25:09.997 INFO:teuthology.orchestra.run.smithi027.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:25:10.005 INFO:teuthology.orchestra.run.smithi027.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:25:10.005 INFO:teuthology.orchestra.run.smithi027.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:25:10.005 INFO:teuthology.orchestra.run.smithi027.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:25:10.006 INFO:teuthology.orchestra.run.smithi027.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:25:10.132 INFO:teuthology.orchestra.run.smithi027.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:25:10.145 INFO:teuthology.orchestra.run.smithi027.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:25:10.145 INFO:teuthology.orchestra.run.smithi027.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:25:10.146 INFO:teuthology.orchestra.run.smithi027.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:25:10.211 INFO:teuthology.orchestra.run.smithi027.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:25:10.221 INFO:teuthology.orchestra.run.smithi027.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:25:10.384 INFO:teuthology.orchestra.run.smithi027.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:25:11.026 INFO:teuthology.orchestra.run.smithi027.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:25:11.064 INFO:teuthology.orchestra.run.smithi027.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:25:11.078 INFO:teuthology.orchestra.run.smithi027.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:25:11.079 INFO:teuthology.orchestra.run.smithi027.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:25:11.079 INFO:teuthology.orchestra.run.smithi027.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:25:11.080 INFO:teuthology.orchestra.run.smithi027.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:25:11.081 INFO:teuthology.orchestra.run.smithi027.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:25:11.081 INFO:teuthology.orchestra.run.smithi027.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:25:11.083 INFO:teuthology.orchestra.run.smithi027.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:25:11.109 INFO:teuthology.orchestra.run.smithi027.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:25:11.273 INFO:teuthology.orchestra.run.smithi027.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:25:11.462 INFO:teuthology.orchestra.run.smithi027.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:25:11.484 INFO:teuthology.orchestra.run.smithi027.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:25:13.644 INFO:teuthology.orchestra.run.smithi141.stdout:Fetched 18.3 MB in 3s (6,815 kB/s) 2023-12-01T05:25:14.094 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 18.3 MB in 3s (5,894 kB/s) 2023-12-01T05:25:15.008 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-01T05:25:15.033 DEBUG:teuthology.orchestra.run.smithi141:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:25:15.119 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-01T05:25:15.323 INFO:teuthology.orchestra.run.smithi141.stdout:Building dependency tree... 2023-12-01T05:25:15.323 INFO:teuthology.orchestra.run.smithi141.stdout:Reading state information... 2023-12-01T05:25:15.505 INFO:teuthology.orchestra.run.smithi141.stdout:The following additional packages will be installed: 2023-12-01T05:25:15.505 INFO:teuthology.orchestra.run.smithi141.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:25:15.505 INFO:teuthology.orchestra.run.smithi141.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:25:15.506 INFO:teuthology.orchestra.run.smithi141.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:25:15.507 INFO:teuthology.orchestra.run.smithi141.stdout:Suggested packages: 2023-12-01T05:25:15.507 INFO:teuthology.orchestra.run.smithi141.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:25:15.507 INFO:teuthology.orchestra.run.smithi141.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:25:15.564 INFO:teuthology.orchestra.run.smithi141.stdout:The following NEW packages will be installed: 2023-12-01T05:25:15.565 INFO:teuthology.orchestra.run.smithi141.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:25:15.565 INFO:teuthology.orchestra.run.smithi141.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:25:15.566 INFO:teuthology.orchestra.run.smithi141.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:25:15.566 INFO:teuthology.orchestra.run.smithi141.stdout: thermald upower usbmuxd 2023-12-01T05:25:15.604 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-01T05:25:15.632 DEBUG:teuthology.orchestra.run.smithi027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:25:15.701 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-01T05:25:15.749 INFO:teuthology.orchestra.run.smithi141.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:25:15.749 INFO:teuthology.orchestra.run.smithi141.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:25:15.749 INFO:teuthology.orchestra.run.smithi141.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:25:15.749 INFO:teuthology.orchestra.run.smithi141.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-01T05:25:15.909 INFO:teuthology.orchestra.run.smithi027.stdout:Building dependency tree... 2023-12-01T05:25:15.910 INFO:teuthology.orchestra.run.smithi027.stdout:Reading state information... 2023-12-01T05:25:16.021 INFO:teuthology.orchestra.run.smithi141.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:25:16.050 INFO:teuthology.orchestra.run.smithi141.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:25:16.068 INFO:teuthology.orchestra.run.smithi141.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-01T05:25:16.093 INFO:teuthology.orchestra.run.smithi027.stdout:The following additional packages will be installed: 2023-12-01T05:25:16.093 INFO:teuthology.orchestra.run.smithi027.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:25:16.094 INFO:teuthology.orchestra.run.smithi027.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:25:16.094 INFO:teuthology.orchestra.run.smithi027.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:25:16.094 INFO:teuthology.orchestra.run.smithi027.stdout:Suggested packages: 2023-12-01T05:25:16.094 INFO:teuthology.orchestra.run.smithi027.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:25:16.094 INFO:teuthology.orchestra.run.smithi027.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:25:16.143 INFO:teuthology.orchestra.run.smithi141.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:25:16.145 INFO:teuthology.orchestra.run.smithi027.stdout:The following NEW packages will be installed: 2023-12-01T05:25:16.145 INFO:teuthology.orchestra.run.smithi027.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:25:16.145 INFO:teuthology.orchestra.run.smithi027.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:25:16.146 INFO:teuthology.orchestra.run.smithi027.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:25:16.146 INFO:teuthology.orchestra.run.smithi027.stdout: thermald upower usbmuxd 2023-12-01T05:25:16.177 INFO:teuthology.orchestra.run.smithi141.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-01T05:25:16.328 INFO:teuthology.orchestra.run.smithi027.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:25:16.328 INFO:teuthology.orchestra.run.smithi027.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:25:16.328 INFO:teuthology.orchestra.run.smithi027.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:25:16.328 INFO:teuthology.orchestra.run.smithi027.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-01T05:25:16.611 INFO:teuthology.orchestra.run.smithi027.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:25:16.640 INFO:teuthology.orchestra.run.smithi027.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:25:16.659 INFO:teuthology.orchestra.run.smithi027.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-01T05:25:16.730 INFO:teuthology.orchestra.run.smithi027.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:25:16.767 INFO:teuthology.orchestra.run.smithi027.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-01T05:25:17.100 INFO:teuthology.orchestra.run.smithi141.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-01T05:25:17.411 INFO:teuthology.orchestra.run.smithi141.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-01T05:25:17.661 INFO:teuthology.orchestra.run.smithi027.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-01T05:25:17.953 INFO:teuthology.orchestra.run.smithi027.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-01T05:25:19.265 INFO:teuthology.orchestra.run.smithi141.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-01T05:25:19.343 INFO:teuthology.orchestra.run.smithi141.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-01T05:25:19.344 INFO:teuthology.orchestra.run.smithi141.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:25:19.514 INFO:teuthology.orchestra.run.smithi141.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:25:19.865 INFO:teuthology.orchestra.run.smithi141.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-01T05:25:19.887 INFO:teuthology.orchestra.run.smithi027.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-01T05:25:19.888 INFO:teuthology.orchestra.run.smithi027.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-01T05:25:19.889 INFO:teuthology.orchestra.run.smithi027.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:25:20.058 INFO:teuthology.orchestra.run.smithi027.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:25:20.403 INFO:teuthology.orchestra.run.smithi027.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-01T05:25:20.547 INFO:teuthology.orchestra.run.smithi141.stdout:Fetched 90.8 MB in 4s (21.1 MB/s) 2023-12-01T05:25:20.777 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:25:21.107 INFO:teuthology.orchestra.run.smithi027.stdout:Fetched 90.8 MB in 4s (21.3 MB/s) 2023-12-01T05:25:21.320 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:25:22.492 INFO:teuthology.orchestra.run.smithi141.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-12-01T05:25:22.497 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:25:22.642 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:25:22.986 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:25:22.999 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:25:23.045 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:25:23.081 INFO:teuthology.orchestra.run.smithi027.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-12-01T05:25:23.086 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:25:23.226 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:25:23.406 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:25:23.420 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:25:23.464 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:25:23.612 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:25:23.625 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:25:23.662 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:25:23.725 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:25:23.741 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:25:23.775 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:25:23.998 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:25:24.012 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:25:24.057 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:25:24.112 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:25:24.128 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:25:24.172 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:25:24.318 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:25:24.334 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:25:24.367 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:25:24.475 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:25:24.488 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:25:24.533 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:24.687 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:25:24.703 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:25:24.745 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:25:25.091 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:25:25.103 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:25:25.140 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:26.993 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:25:27.009 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:25:27.109 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:27.637 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:25:27.651 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:25:27.695 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:27.765 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:25:27.782 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:25:27.893 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:28.393 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:25:28.408 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:25:28.451 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:34.489 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:25:34.505 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:25:34.547 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:25:34.867 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:25:34.883 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:25:34.925 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:25:35.308 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package thermald. 2023-12-01T05:25:35.325 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:25:35.369 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:25:35.693 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:25:35.709 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:25:35.751 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:25:35.900 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package upower. 2023-12-01T05:25:35.916 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:25:35.975 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:25:36.079 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:25:36.095 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:25:36.137 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:25:36.429 INFO:teuthology.orchestra.run.smithi141.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:25:36.444 INFO:teuthology.orchestra.run.smithi141.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:25:36.487 INFO:teuthology.orchestra.run.smithi141.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:25:36.499 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package thermald. 2023-12-01T05:25:36.513 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:25:36.590 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:25:36.786 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:25:36.908 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:25:37.051 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:25:37.120 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package upower. 2023-12-01T05:25:37.135 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:25:37.152 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:25:37.220 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:25:37.253 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:25:37.381 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:25:37.505 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:25:37.616 INFO:teuthology.orchestra.run.smithi027.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:25:37.629 INFO:teuthology.orchestra.run.smithi027.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:25:37.666 INFO:teuthology.orchestra.run.smithi027.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:25:37.973 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:25:38.095 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:25:38.230 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:25:38.289 INFO:teuthology.orchestra.run.smithi141.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:25:38.342 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:25:38.355 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:25:38.507 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:25:38.513 INFO:teuthology.orchestra.run.smithi141.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:25:38.523 INFO:teuthology.orchestra.run.smithi141.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:25:38.523 INFO:teuthology.orchestra.run.smithi141.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:25:38.633 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:25:38.759 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:25:39.026 INFO:teuthology.orchestra.run.smithi141.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:25:39.235 INFO:teuthology.orchestra.run.smithi141.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:25:39.281 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:25:39.299 INFO:teuthology.orchestra.run.smithi027.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:25:39.354 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:25:39.556 INFO:teuthology.orchestra.run.smithi027.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:25:39.576 INFO:teuthology.orchestra.run.smithi027.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:25:39.577 INFO:teuthology.orchestra.run.smithi027.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:25:39.596 INFO:teuthology.orchestra.run.smithi141.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:25:39.597 INFO:teuthology.orchestra.run.smithi141.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:25:40.043 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:40.080 INFO:teuthology.orchestra.run.smithi027.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:25:40.300 INFO:teuthology.orchestra.run.smithi027.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:25:40.368 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:25:40.691 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:25:40.692 INFO:teuthology.orchestra.run.smithi027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:25:41.255 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:41.436 INFO:teuthology.orchestra.run.smithi141.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:25:41.436 INFO:teuthology.orchestra.run.smithi141.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:25:41.614 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:42.623 INFO:teuthology.orchestra.run.smithi027.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:25:42.623 INFO:teuthology.orchestra.run.smithi027.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:25:42.791 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:43.007 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:44.234 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:44.634 INFO:teuthology.orchestra.run.smithi141.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:25:44.761 INFO:teuthology.orchestra.run.smithi141.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:25:45.040 INFO:teuthology.orchestra.run.smithi141.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:25:45.618 INFO:teuthology.orchestra.run.smithi027.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:25:45.744 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:25:45.818 INFO:teuthology.orchestra.run.smithi141.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:25:45.951 INFO:teuthology.orchestra.run.smithi141.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:46.016 INFO:teuthology.orchestra.run.smithi141.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:25:46.017 INFO:teuthology.orchestra.run.smithi141.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:25:46.033 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:25:48.053 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:25:48.161 INFO:teuthology.orchestra.run.smithi027.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:25:48.253 INFO:teuthology.orchestra.run.smithi027.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:25:48.253 INFO:teuthology.orchestra.run.smithi027.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:26:11.438 INFO:teuthology.orchestra.run.smithi141.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:26:11.438 INFO:teuthology.orchestra.run.smithi141.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:26:11.451 INFO:teuthology.orchestra.run.smithi141.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:26:11.473 INFO:teuthology.orchestra.run.smithi141.stdout:Generating grub configuration file ... 2023-12-01T05:26:11.779 INFO:teuthology.orchestra.run.smithi141.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:26:11.802 INFO:teuthology.orchestra.run.smithi141.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:26:12.225 INFO:teuthology.orchestra.run.smithi141.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:26:12.237 INFO:teuthology.orchestra.run.smithi141.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:26:13.968 INFO:teuthology.orchestra.run.smithi027.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:26:13.968 INFO:teuthology.orchestra.run.smithi027.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:26:13.990 INFO:teuthology.orchestra.run.smithi027.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:26:14.015 INFO:teuthology.orchestra.run.smithi027.stdout:Generating grub configuration file ... 2023-12-01T05:26:14.414 INFO:teuthology.orchestra.run.smithi027.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:26:14.438 INFO:teuthology.orchestra.run.smithi027.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:26:14.906 INFO:teuthology.orchestra.run.smithi027.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:26:14.912 INFO:teuthology.orchestra.run.smithi141.stdout:done 2023-12-01T05:26:14.918 INFO:teuthology.orchestra.run.smithi027.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:26:15.324 DEBUG:teuthology.orchestra.run.smithi141:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:26:15.388 INFO:teuthology.orchestra.run.smithi141.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Status: install ok installed 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Priority: optional 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Section: kernel 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Installed-Size: 20 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Architecture: amd64 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:26:15.389 INFO:teuthology.orchestra.run.smithi141.stdout:Recommends: thermald 2023-12-01T05:26:15.390 INFO:teuthology.orchestra.run.smithi141.stdout:Description: Generic Linux kernel image 2023-12-01T05:26:15.390 INFO:teuthology.orchestra.run.smithi141.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:26:15.390 INFO:teuthology.orchestra.run.smithi141.stdout: available. 2023-12-01T05:26:15.390 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:26:15.390 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:26:15.390 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:26:15.390 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T05:26:15.390 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi141.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:26:15.390 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get clean 2023-12-01T05:26:15.490 DEBUG:teuthology.orchestra.run.smithi141:> sudo apt-get update 2023-12-01T05:26:15.755 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:26:15.765 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:26:15.826 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:26:15.912 INFO:teuthology.orchestra.run.smithi141.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:26:17.513 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-01T05:26:17.538 DEBUG:teuthology.orchestra.run.smithi141:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:26:17.605 INFO:teuthology.orchestra.run.smithi141.stdout:Reading package lists... 2023-12-01T05:26:17.641 INFO:teuthology.orchestra.run.smithi027.stdout:done 2023-12-01T05:26:17.811 INFO:teuthology.orchestra.run.smithi141.stdout:Building dependency tree... 2023-12-01T05:26:17.811 INFO:teuthology.orchestra.run.smithi141.stdout:Reading state information... 2023-12-01T05:26:18.024 INFO:teuthology.orchestra.run.smithi141.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:26:18.024 INFO:teuthology.orchestra.run.smithi141.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:26:18.026 DEBUG:teuthology.orchestra.run.smithi141:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:26:18.043 INFO:teuthology.orchestra.run.smithi141.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:26:18.043 INFO:teuthology.orchestra.run.smithi141.stdout:Status: install ok installed 2023-12-01T05:26:18.043 INFO:teuthology.orchestra.run.smithi141.stdout:Priority: optional 2023-12-01T05:26:18.043 INFO:teuthology.orchestra.run.smithi141.stdout:Section: kernel 2023-12-01T05:26:18.043 INFO:teuthology.orchestra.run.smithi141.stdout:Installed-Size: 20 2023-12-01T05:26:18.043 INFO:teuthology.orchestra.run.smithi141.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:26:18.043 INFO:teuthology.orchestra.run.smithi141.stdout:Architecture: amd64 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout:Recommends: thermald 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout:Description: Generic Linux kernel image 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:26:18.044 INFO:teuthology.orchestra.run.smithi141.stdout: available. 2023-12-01T05:26:18.044 DEBUG:teuthology.orchestra.run.smithi141:> mktemp 2023-12-01T05:26:18.050 INFO:teuthology.orchestra.run.smithi141.stdout:/tmp/tmp.VITkLlGKH4 2023-12-01T05:26:18.051 DEBUG:teuthology.orchestra.run.smithi141:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VITkLlGKH4 2023-12-01T05:26:18.073 DEBUG:teuthology.orchestra.run.smithi027:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:26:18.110 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 0666 /tmp/tmp.VITkLlGKH4 2023-12-01T05:26:18.121 INFO:teuthology.orchestra.run.smithi027.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:26:18.121 INFO:teuthology.orchestra.run.smithi027.stdout:Status: install ok installed 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Priority: optional 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Section: kernel 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Installed-Size: 20 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: amd64 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Recommends: thermald 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout:Description: Generic Linux kernel image 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:26:18.122 INFO:teuthology.orchestra.run.smithi027.stdout: available. 2023-12-01T05:26:18.123 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:26:18.123 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:26:18.123 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:26:18.123 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T05:26:18.123 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:26:18.123 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get clean 2023-12-01T05:26:18.149 DEBUG:teuthology.orchestra.remote:smithi141:/tmp/tmp.VITkLlGKH4 is 9KB 2023-12-01T05:26:18.163 DEBUG:teuthology.orchestra.run.smithi141:> rm -fr /tmp/tmp.VITkLlGKH4 2023-12-01T05:26:18.170 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:26:18.194 DEBUG:teuthology.orchestra.run.smithi027:> sudo apt-get update 2023-12-01T05:26:18.225 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-01T05:26:18.225 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:26:18.225 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:26:18.253 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:26:18.253 DEBUG:teuthology.orchestra.run.smithi141:> sudo update-grub 2023-12-01T05:26:18.328 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:26:18.328 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:26:18.343 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:26:18.363 INFO:teuthology.orchestra.run.smithi027.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:26:19.554 INFO:teuthology.orchestra.run.smithi141.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:26:19.558 INFO:teuthology.orchestra.run.smithi141.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:26:19.571 INFO:teuthology.orchestra.run.smithi141.stderr:Generating grub configuration file ... 2023-12-01T05:26:19.929 INFO:teuthology.orchestra.run.smithi141.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:26:19.941 INFO:teuthology.orchestra.run.smithi141.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:26:20.164 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-01T05:26:20.190 DEBUG:teuthology.orchestra.run.smithi027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:26:20.259 INFO:teuthology.orchestra.run.smithi027.stdout:Reading package lists... 2023-12-01T05:26:20.306 INFO:teuthology.orchestra.run.smithi141.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:26:20.317 INFO:teuthology.orchestra.run.smithi141.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:26:20.446 INFO:teuthology.orchestra.run.smithi027.stdout:Building dependency tree... 2023-12-01T05:26:20.447 INFO:teuthology.orchestra.run.smithi027.stdout:Reading state information... 2023-12-01T05:26:20.665 INFO:teuthology.orchestra.run.smithi027.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:26:20.665 INFO:teuthology.orchestra.run.smithi027.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:26:20.667 DEBUG:teuthology.orchestra.run.smithi027:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:26:20.687 INFO:teuthology.orchestra.run.smithi027.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:26:20.687 INFO:teuthology.orchestra.run.smithi027.stdout:Status: install ok installed 2023-12-01T05:26:20.687 INFO:teuthology.orchestra.run.smithi027.stdout:Priority: optional 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Section: kernel 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Installed-Size: 20 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: amd64 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Recommends: thermald 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout:Description: Generic Linux kernel image 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:26:20.688 INFO:teuthology.orchestra.run.smithi027.stdout: available. 2023-12-01T05:26:20.689 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2023-12-01T05:26:20.693 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.7aGKaBZY6Q 2023-12-01T05:26:20.693 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub/grub.cfg /tmp/tmp.7aGKaBZY6Q 2023-12-01T05:26:20.750 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.7aGKaBZY6Q 2023-12-01T05:26:20.778 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.7aGKaBZY6Q is 9KB 2023-12-01T05:26:20.791 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.7aGKaBZY6Q 2023-12-01T05:26:20.797 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:26:20.852 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-01T05:26:20.852 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:26:20.852 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:26:20.879 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:26:20.879 DEBUG:teuthology.orchestra.run.smithi027:> sudo update-grub 2023-12-01T05:26:21.939 INFO:teuthology.orchestra.run.smithi141.stderr:done 2023-12-01T05:26:21.941 DEBUG:teuthology.orchestra.run.smithi141:> sudo shutdown -r now 2023-12-01T05:26:22.165 INFO:teuthology.orchestra.run.smithi027.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:26:22.172 INFO:teuthology.orchestra.run.smithi027.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:26:22.181 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2023-12-01T05:26:22.385 INFO:teuthology.orchestra.run.smithi027.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:26:22.397 INFO:teuthology.orchestra.run.smithi027.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:26:22.743 INFO:teuthology.orchestra.run.smithi027.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:26:22.755 INFO:teuthology.orchestra.run.smithi027.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:26:24.399 INFO:teuthology.orchestra.run.smithi027.stderr:done 2023-12-01T05:26:24.401 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2023-12-01T05:26:51.970 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T05:26:51.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-01T05:26:51.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:26:54.404 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T05:26:54.405 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:26:54.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:10.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-01T05:27:19.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-01T05:27:19.444 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:22.502 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-01T05:27:28.870 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-01T05:27:34.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-01T05:27:34.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:37.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:27:37.874 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:40.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-01T05:27:52.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-01T05:27:53.000 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:27:53.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:56.070 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-01T05:28:08.012 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-01T05:28:08.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:28:08.244 DEBUG:teuthology.orchestra.run.smithi141:> true 2023-12-01T05:28:08.851 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-01T05:28:08.851 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-89-generic"... 2023-12-01T05:28:08.852 DEBUG:teuthology.orchestra.run.smithi141:> uname -r 2023-12-01T05:28:08.900 INFO:teuthology.orchestra.run.smithi141.stdout:5.15.0-89-generic 2023-12-01T05:28:08.900 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:28:08.900 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:28:08.900 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:28:09.901 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:28:09.901 DEBUG:teuthology.orchestra.run.smithi141:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:28:10.238 INFO:teuthology.orchestra.run.smithi141.stdout:ttyS1 2023-12-01T05:28:10.264 DEBUG:teuthology.parallel:result is None 2023-12-01T05:28:11.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:28:11.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:29:11.073 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:29:29.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:29:29.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:29:29.310 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-01T05:29:29.816 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:29:29.816 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-89-generic"... 2023-12-01T05:29:29.817 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-01T05:29:29.866 INFO:teuthology.orchestra.run.smithi027.stdout:5.15.0-89-generic 2023-12-01T05:29:29.867 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:29:29.867 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:29:29.867 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:29:30.867 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:29:30.868 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:29:30.948 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2023-12-01T05:29:30.967 DEBUG:teuthology.parallel:result is None 2023-12-01T05:29:30.967 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:29:30.976 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:29:30.976 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:29:30.979 DEBUG:teuthology.orchestra.run.smithi141:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:29:30.987 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:29:30.997 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:29:31.011 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:29:31.012 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:29:31.030 DEBUG:teuthology.orchestra.run.smithi141:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:29:31.056 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:29:31.067 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:29:31.068 DEBUG:teuthology.orchestra.run.smithi027:> 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-12-01T05:29:31.082 DEBUG:teuthology.orchestra.run.smithi141:> 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-12-01T05:29:31.096 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:29:31.103 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:29:31.117 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:29:31.123 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:29:31.124 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:29:31.135 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:29:31.136 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:29:31.151 DEBUG:teuthology.orchestra.run.smithi141:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:29:31.180 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:29:31.200 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:29:31.200 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:29:31.210 DEBUG:teuthology.orchestra.run.smithi141:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:29:31.228 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:29:31.263 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:29:31.311 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-01T05:29:31.311 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:29:31.371 DEBUG:teuthology.orchestra.run.smithi141:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:29:31.379 DEBUG:teuthology.orchestra.run.smithi141:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:29:31.429 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-01T05:29:31.429 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:29:31.493 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2023-12-01T05:29:31.496 DEBUG:teuthology.orchestra.run.smithi141:> sudo service rsyslog restart 2023-12-01T05:29:31.577 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:29:31.588 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:29:31.588 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:29:31.603 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:29:31.614 DEBUG:teuthology.task.selinux:Excluding smithi027: OS 'ubuntu' does not support SELinux 2023-12-01T05:29:31.614 DEBUG:teuthology.task.selinux:Excluding smithi141: OS 'ubuntu' does not support SELinux 2023-12-01T05:29:31.614 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:29:31.615 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-01T05:29:31.615 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:29:31.615 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:29:31.626 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T05:29:31.631 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T05:29:31.743 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:29:31.758 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-12-01T05:29:31.761 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi141.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:35:33.622 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi141.front.sepia.ceph.com')] 2023-12-01T05:35:33.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:35:33.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:35:33.703 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-01T05:35:33.824 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-01T05:35:33.824 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-01T05:35:33.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:35:33.914 DEBUG:teuthology.orchestra.run.smithi141:> true 2023-12-01T05:35:34.040 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-01T05:35:34.041 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:35:34.052 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:35:34.052 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:35:34.052 DEBUG:teuthology.orchestra.run.smithi027:> 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-12-01T05:35:34.055 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:35:34.055 DEBUG:teuthology.orchestra.run.smithi141:> 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-12-01T05:35:34.088 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T05:35:34.088 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Command line: ntpd -gq 2023-12-01T05:35:34.089 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: proto: precision = 0.080 usec (-23) 2023-12-01T05:35:34.089 INFO:teuthology.orchestra.run.smithi027.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:35:34.089 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:35:34.090 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:35:34.090 INFO:teuthology.orchestra.run.smithi027.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:35:34.091 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T05:35:34.091 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T05:35:34.091 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T05:35:34.091 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Listen normally on 3 ens1f0 172.21.15.27:123 2023-12-01T05:35:34.091 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Listen normally on 4 lo [::1]:123 2023-12-01T05:35:34.091 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:395a%4]:123 2023-12-01T05:35:34.091 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:34 ntpd[23347]: Listening on routing socket on fd #22 for interface updates 2023-12-01T05:35:34.116 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T05:35:34.116 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Command line: ntpd -gq 2023-12-01T05:35:34.117 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: proto: precision = 0.093 usec (-23) 2023-12-01T05:35:34.117 INFO:teuthology.orchestra.run.smithi141.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:35:34.117 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T05:35:34.118 INFO:teuthology.orchestra.run.smithi141.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Listen normally on 3 enp3s0f1 172.21.15.141:123 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Listen normally on 4 lo [::1]:123 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:726d%5]:123 2023-12-01T05:35:34.119 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:34 ntpd[23426]: Listening on routing socket on fd #22 for interface updates 2023-12-01T05:35:35.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:35 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:35.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:35 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:35.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:35 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:35.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:35 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:35.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:35 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:35.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:35 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:36.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:36 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:36.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:36 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:36.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:36 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:36.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:36 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:36.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:36 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:36.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:36 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:37.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:37 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:37.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:37 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:37.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:37 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:37.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:37 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:37.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:37 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:37.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:37 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:37.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:37.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:37.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:37.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:37.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:37.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:37.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:37.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:37 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:38.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.091 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.091 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:38.091 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:38 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:38.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:38.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:38 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:39.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:39 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:39.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:39 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:39.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:39 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:39.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:39 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:39.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:39 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:39.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:39 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:39.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:39 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:39.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:39 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:39.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:39 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:39.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:39 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:39.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:39 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:39.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:39 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:40.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:40.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:40 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:40.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:40.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:40 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:41.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:41.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:41.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:41.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:41.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:41.089 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:41.090 INFO:teuthology.orchestra.run.smithi027.stdout: 1 Dec 05:35:41 ntpd[23347]: ntpd: time slew -0.000497 s 2023-12-01T05:35:41.090 INFO:teuthology.orchestra.run.smithi027.stdout:ntpd: time slew -0.000497s 2023-12-01T05:35:41.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T05:35:41.090 INFO:teuthology.orchestra.run.smithi027.stderr: 1 Dec 05:35:41 ntpd[23347]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T05:35:41.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:41 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:41.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:41 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:41.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:41 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:41.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:41 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:41.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:41 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:41.117 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:41 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:41.150 INFO:teuthology.orchestra.run.smithi027.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:35:41.150 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================== 2023-12-01T05:35:41.151 INFO:teuthology.orchestra.run.smithi027.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:41.151 INFO:teuthology.orchestra.run.smithi027.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:41.151 INFO:teuthology.orchestra.run.smithi027.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:41.151 INFO:teuthology.orchestra.run.smithi027.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:42.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:42.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:42.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:42.118 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T05:35:42.119 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T05:35:42.120 INFO:teuthology.orchestra.run.smithi141.stdout: 1 Dec 05:35:42 ntpd[23426]: ntpd: time slew -0.001599 s 2023-12-01T05:35:42.120 INFO:teuthology.orchestra.run.smithi141.stdout:ntpd: time slew -0.001599s 2023-12-01T05:35:42.120 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T05:35:42.120 INFO:teuthology.orchestra.run.smithi141.stderr: 1 Dec 05:35:42 ntpd[23426]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T05:35:42.183 INFO:teuthology.orchestra.run.smithi141.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:35:42.183 INFO:teuthology.orchestra.run.smithi141.stdout:============================================================================== 2023-12-01T05:35:42.183 INFO:teuthology.orchestra.run.smithi141.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:42.183 INFO:teuthology.orchestra.run.smithi141.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:42.183 INFO:teuthology.orchestra.run.smithi141.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:42.183 INFO:teuthology.orchestra.run.smithi141.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:42.183 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T05:35:42.195 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T05:35:42.195 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-01T05:35:42.195 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:35:42.204 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T05:35:42.204 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2023-12-01T05:35:42.254 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:35:42.254 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:42.255 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 494 Links: 1 2023-12-01T05:35:42.255 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:42.255 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-01 05:34:05.391697978 +0000 2023-12-01T05:35:42.255 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-01 05:34:05.071705357 +0000 2023-12-01T05:35:42.255 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-01 05:34:05.071705357 +0000 2023-12-01T05:35:42.255 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-01T05:35:42.255 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:35:42.310 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-01T05:35:42.310 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-01T05:35:42.310 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.00040917 s, 1.3 MB/s 2023-12-01T05:35:42.311 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:35:42.364 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 499 Links: 1 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-01 05:34:05.931685524 +0000 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-01 05:34:05.607692996 +0000 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-01 05:34:05.607692996 +0000 2023-12-01T05:35:42.415 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-01T05:35:42.416 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:35:42.470 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-01T05:35:42.470 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-01T05:35:42.470 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000380593 s, 1.3 MB/s 2023-12-01T05:35:42.471 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:35:42.524 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 506 Links: 1 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-01 05:34:06.159680266 +0000 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-01 05:34:06.155680358 +0000 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-01 05:34:06.155680358 +0000 2023-12-01T05:35:42.575 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-01T05:35:42.575 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:35:42.629 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-01T05:35:42.629 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-01T05:35:42.629 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000403871 s, 1.3 MB/s 2023-12-01T05:35:42.630 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:35:42.682 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 5h/5d Inode: 513 Links: 1 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-01 05:34:07.055659604 +0000 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-01 05:34:06.727667168 +0000 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-01 05:34:06.727667168 +0000 2023-12-01T05:35:42.731 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-01T05:35:42.731 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:35:42.786 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-01T05:35:42.786 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-01T05:35:42.786 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000424707 s, 1.2 MB/s 2023-12-01T05:35:42.787 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:35:42.840 DEBUG:teuthology.orchestra.run.smithi027:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-01T05:35:42.978 INFO:teuthology.orchestra.run.smithi027.stdout:loop 2023-12-01T05:35:42.980 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_1... 2023-12-01T05:35:42.981 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-01T05:35:43.001 INFO:teuthology.orchestra.run.smithi027.stdout:1 2023-12-01T05:35:43.025 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:35:43.048 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_2... 2023-12-01T05:35:43.048 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-01T05:35:43.118 INFO:teuthology.orchestra.run.smithi027.stdout:1 2023-12-01T05:35:43.140 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:35:43.161 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_3... 2023-12-01T05:35:43.161 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-01T05:35:43.227 INFO:teuthology.orchestra.run.smithi027.stdout:1 2023-12-01T05:35:43.252 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:35:43.277 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_4... 2023-12-01T05:35:43.277 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-01T05:35:43.345 INFO:teuthology.orchestra.run.smithi027.stdout:1 2023-12-01T05:35:43.369 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:35:43.392 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-01T05:35:43.392 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:35:43.443 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme list 2023-12-01T05:35:43.497 INFO:teuthology.orchestra.run.smithi027.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:35:43.497 INFO:teuthology.orchestra.run.smithi027.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:35:43.497 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme0n1 CVFT5331001C400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:35:43.497 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme1n1 c1cbb36ddde978c864fa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:43.497 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme2n1 d4550ae98634a62e39f9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:43.497 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme3n1 8fc9da144a6fd0fc8c68 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:43.497 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme4n1 72a621205a46054b2e5b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:43.498 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:35:43.498 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-01T05:35:43.499 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/scratch_devs 2023-12-01T05:35:43.554 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-01T05:35:43.554 DEBUG:teuthology.orchestra.run.smithi141:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:35:43.561 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T05:35:43.562 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_1 2023-12-01T05:35:43.613 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T05:35:43.613 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:43.613 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 5h/5d Inode: 494 Links: 1 2023-12-01T05:35:43.613 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:43.613 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-01 05:33:56.461615762 +0000 2023-12-01T05:35:43.613 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-01 05:33:56.121623602 +0000 2023-12-01T05:35:43.613 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-01 05:33:56.121623602 +0000 2023-12-01T05:35:43.614 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-01T05:35:43.614 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T05:35:43.667 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-01T05:35:43.667 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-01T05:35:43.667 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000402513 s, 1.3 MB/s 2023-12-01T05:35:43.668 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T05:35:43.718 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_2 2023-12-01T05:35:43.772 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T05:35:43.772 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:43.772 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-12-01T05:35:43.772 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:43.772 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-01 05:33:56.681610688 +0000 2023-12-01T05:35:43.772 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-01 05:33:56.677610780 +0000 2023-12-01T05:35:43.772 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-01 05:33:56.677610780 +0000 2023-12-01T05:35:43.773 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-01T05:35:43.773 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T05:35:43.827 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-01T05:35:43.827 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-01T05:35:43.827 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000395913 s, 1.3 MB/s 2023-12-01T05:35:43.828 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T05:35:43.878 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_3 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-01 05:33:57.585589841 +0000 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-01 05:33:57.257597405 +0000 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-01 05:33:57.257597405 +0000 2023-12-01T05:35:43.929 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-01T05:35:43.930 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T05:35:43.985 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-01T05:35:43.985 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-01T05:35:43.985 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000395557 s, 1.3 MB/s 2023-12-01T05:35:43.986 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T05:35:44.039 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_4 2023-12-01T05:35:44.089 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T05:35:44.089 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T05:35:44.089 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-12-01T05:35:44.089 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T05:35:44.090 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-01 05:33:58.121577480 +0000 2023-12-01T05:35:44.090 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-01 05:33:57.789585137 +0000 2023-12-01T05:35:44.090 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-01 05:33:57.789585137 +0000 2023-12-01T05:35:44.090 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-01T05:35:44.090 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T05:35:44.143 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-01T05:35:44.143 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-01T05:35:44.143 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000395288 s, 1.3 MB/s 2023-12-01T05:35:44.144 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T05:35:44.195 DEBUG:teuthology.orchestra.run.smithi141:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-01T05:35:44.331 INFO:teuthology.orchestra.run.smithi141.stdout:loop 2023-12-01T05:35:44.332 INFO:tasks.nvme_loop:Connecting nvme_loop smithi141:/dev/vg_nvme/lv_1... 2023-12-01T05:35:44.333 DEBUG:teuthology.orchestra.run.smithi141:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-01T05:35:44.353 INFO:teuthology.orchestra.run.smithi141.stdout:1 2023-12-01T05:35:44.377 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/vg_nvme/lv_11 2023-12-01T05:35:44.398 INFO:tasks.nvme_loop:Connecting nvme_loop smithi141:/dev/vg_nvme/lv_2... 2023-12-01T05:35:44.398 DEBUG:teuthology.orchestra.run.smithi141:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-01T05:35:44.467 INFO:teuthology.orchestra.run.smithi141.stdout:1 2023-12-01T05:35:44.494 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/vg_nvme/lv_21 2023-12-01T05:35:44.517 INFO:tasks.nvme_loop:Connecting nvme_loop smithi141:/dev/vg_nvme/lv_3... 2023-12-01T05:35:44.517 DEBUG:teuthology.orchestra.run.smithi141:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-01T05:35:44.580 INFO:teuthology.orchestra.run.smithi141.stdout:1 2023-12-01T05:35:44.604 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/vg_nvme/lv_31 2023-12-01T05:35:44.628 INFO:tasks.nvme_loop:Connecting nvme_loop smithi141:/dev/vg_nvme/lv_4... 2023-12-01T05:35:44.629 DEBUG:teuthology.orchestra.run.smithi141:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-01T05:35:44.691 INFO:teuthology.orchestra.run.smithi141.stdout:1 2023-12-01T05:35:44.713 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/vg_nvme/lv_41 2023-12-01T05:35:44.736 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-01T05:35:44.736 DEBUG:teuthology.orchestra.run.smithi141:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T05:35:44.785 DEBUG:teuthology.orchestra.run.smithi141:> sudo nvme list 2023-12-01T05:35:44.841 INFO:teuthology.orchestra.run.smithi141.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T05:35:44.841 INFO:teuthology.orchestra.run.smithi141.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T05:35:44.842 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/nvme0n1 CVFT6242001S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T05:35:44.842 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/nvme1n1 1e6ffc587d4b17b8faf5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:44.842 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/nvme2n1 204f991b48f657e4ceee Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:44.842 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/nvme3n1 b4acf5d21edee845000c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:44.842 INFO:teuthology.orchestra.run.smithi141.stdout:/dev/nvme4n1 b55f5ddde1165095b719 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T05:35:44.843 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T05:35:44.843 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-01T05:35:44.843 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/scratch_devs 2023-12-01T05:35:44.902 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T05:35:44.979 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T05:35:44.979 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:35:44.980 INFO:tasks.cephadm:Cluster fsid is 79564bf4-900b-11ee-95a2-87774f69a715 2023-12-01T05:35:44.980 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T05:35:44.980 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T05:35:44.980 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi027': '172.21.15.27', 'mon.smithi141': '172.21.15.141'} 2023-12-01T05:35:44.980 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T05:35:44.980 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2023-12-01T05:35:44.996 DEBUG:teuthology.orchestra.run.smithi141:> sudo hostname $(hostname -s) 2023-12-01T05:35:45.011 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T05:35:45.012 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:35:45.405 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic/74575/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7662-g875037c4', 'node_name': '172.21.2.17+braggi17', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7662-g875037c4-1focal'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-11-30 20:18:54.535220', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2023-11-30-1010', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-12-01T05:35:45.743 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-phlogistonjohn-testing-2023-11-30-1010, sha1 875037c4c0585d32b171b61f9b83f482e6b73b3d from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:35:45.743 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm 2023-12-01T05:35:45.743 DEBUG:teuthology.orchestra.run.smithi027:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:46.298 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 05:35 /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:46.299 DEBUG:teuthology.orchestra.run.smithi141:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:47.728 INFO:teuthology.orchestra.run.smithi141.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 05:35 /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:47.728 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:47.738 DEBUG:teuthology.orchestra.run.smithi141:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:47.754 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T05:35:47.754 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:35:47.781 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr:Traceback (most recent call last): 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: return _get_module_details(main_name) 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T05:35:47.859 INFO:teuthology.orchestra.run.smithi027.stderr: return _find_spec(fullname, parent_path) 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 914, in _find_spec 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 1407, in find_spec 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 1381, in _get_spec 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 414, in spec_from_loader 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 709, in spec_from_file_location 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 191, in get_filename 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 713, in _get_module_code 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 647, in _compile_source 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr: ^ 2023-12-01T05:35:47.860 INFO:teuthology.orchestra.run.smithi027.stderr:SyntaxError: invalid syntax 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr:Traceback (most recent call last): 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: return _get_module_details(main_name) 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: return _find_spec(fullname, parent_path) 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 914, in _find_spec 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 1407, in find_spec 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 1381, in _get_spec 2023-12-01T05:35:47.862 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 414, in spec_from_loader 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 709, in spec_from_file_location 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 191, in get_filename 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 713, in _get_module_code 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: File "", line 647, in _compile_source 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr: ^ 2023-12-01T05:35:47.863 INFO:teuthology.orchestra.run.smithi141.stderr:SyntaxError: invalid syntax 2023-12-01T05:35:47.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:47.865 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T05:35:47.866 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T05:35:47.867 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/79564bf4-900b-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932/remote/smithi027/crash 2023-12-01T05:35:47.868 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/79564bf4-900b-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:35:47.883 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/79564bf4-900b-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:35:47.883 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:35:47.885 DEBUG:teuthology.misc:Transferring archived files from smithi141:/var/lib/ceph/79564bf4-900b-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932/remote/smithi141/crash 2023-12-01T05:35:47.885 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /var/lib/ceph/79564bf4-900b-11ee-95a2-87774f69a715/crash -- . 2023-12-01T05:35:47.900 INFO:teuthology.orchestra.run.smithi141.stderr:tar: /var/lib/ceph/79564bf4-900b-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T05:35:47.900 INFO:teuthology.orchestra.run.smithi141.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:35:47.901 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T05:35:47.901 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/79564bf4-900b-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T05:35:47.943 INFO:teuthology.orchestra.run.smithi027.stderr:grep: /var/log/ceph/79564bf4-900b-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T05:35:47.945 INFO:tasks.cephadm:Compressing logs... 2023-12-01T05:35:47.945 DEBUG:teuthology.orchestra.run.smithi027:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T05:35:47.989 DEBUG:teuthology.orchestra.run.smithi141:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T05:35:48.003 INFO:teuthology.orchestra.run.smithi027.stderr:find: '/var/log/ceph': No such file or directory 2023-12-01T05:35:48.003 INFO:teuthology.orchestra.run.smithi027.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T05:35:48.006 INFO:teuthology.orchestra.run.smithi141.stderr:find: '/var/log/ceph': No such file or directory 2023-12-01T05:35:48.006 INFO:teuthology.orchestra.run.smithi141.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T05:35:48.011 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-01T05:35:48.011 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m0.018s 2023-12-01T05:35:48.011 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m0.020s 2023-12-01T05:35:48.011 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m0.004s 2023-12-01T05:35:48.013 INFO:teuthology.orchestra.run.smithi141.stderr: 2023-12-01T05:35:48.014 INFO:teuthology.orchestra.run.smithi141.stderr:real 0m0.018s 2023-12-01T05:35:48.014 INFO:teuthology.orchestra.run.smithi141.stderr:user 0m0.012s 2023-12-01T05:35:48.014 INFO:teuthology.orchestra.run.smithi141.stderr:sys 0m0.013s 2023-12-01T05:35:48.014 INFO:tasks.cephadm:Archiving logs... 2023-12-01T05:35:48.014 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932/remote/smithi027/log 2023-12-01T05:35:48.015 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:35:48.067 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:35:48.067 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:35:48.068 DEBUG:teuthology.misc:Transferring archived files from smithi141:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932/remote/smithi141/log 2023-12-01T05:35:48.069 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T05:35:48.085 INFO:teuthology.orchestra.run.smithi141.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T05:35:48.085 INFO:teuthology.orchestra.run.smithi141.stderr:tar: Error is not recoverable: exiting now 2023-12-01T05:35:48.086 INFO:tasks.cephadm:Removing cluster... 2023-12-01T05:35:48.087 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79564bf4-900b-11ee-95a2-87774f69a715 --force 2023-12-01T05:35:48.170 INFO:teuthology.orchestra.run.smithi027.stderr:Traceback (most recent call last): 2023-12-01T05:35:48.170 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: return _get_module_details(main_name) 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: return _find_spec(fullname, parent_path) 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 914, in _find_spec 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 1407, in find_spec 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 1381, in _get_spec 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 414, in spec_from_loader 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 709, in spec_from_file_location 2023-12-01T05:35:48.171 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 191, in get_filename 2023-12-01T05:35:48.172 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 713, in _get_module_code 2023-12-01T05:35:48.172 INFO:teuthology.orchestra.run.smithi027.stderr: File "", line 647, in _compile_source 2023-12-01T05:35:48.172 INFO:teuthology.orchestra.run.smithi027.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T05:35:48.172 INFO:teuthology.orchestra.run.smithi027.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T05:35:48.172 INFO:teuthology.orchestra.run.smithi027.stderr: ^ 2023-12-01T05:35:48.172 INFO:teuthology.orchestra.run.smithi027.stderr:SyntaxError: invalid syntax 2023-12-01T05:35:48.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:48.176 INFO:tasks.cephadm:Teardown complete 2023-12-01T05:35:48.176 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79564bf4-900b-11ee-95a2-87774f69a715 --force' 2023-12-01T05:35:48.254 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=af13eab8ab4b465f9d5b526113e36d9b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79564bf4-900b-11ee-95a2-87774f69a715 --force' 2023-12-01T05:35:48.259 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T05:35:48.268 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T05:35:48.276 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_1... 2023-12-01T05:35:48.276 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_1 2023-12-01T05:35:48.564 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:35:48.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:48.566 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_2... 2023-12-01T05:35:48.567 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_2 2023-12-01T05:35:48.845 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:35:48.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:48.846 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_3... 2023-12-01T05:35:48.846 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_3 2023-12-01T05:35:49.141 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:35:49.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:49.143 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_4... 2023-12-01T05:35:49.144 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_4 2023-12-01T05:35:49.408 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:35:49.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:49.411 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-01T05:35:49.411 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/scratch_devs 2023-12-01T05:35:49.427 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi141:/dev/vg_nvme/lv_1... 2023-12-01T05:35:49.427 DEBUG:teuthology.orchestra.run.smithi141:> sudo nvme disconnect -n lv_1 2023-12-01T05:35:49.704 INFO:teuthology.orchestra.run.smithi141.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T05:35:49.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:49.706 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi141:/dev/vg_nvme/lv_2... 2023-12-01T05:35:49.706 DEBUG:teuthology.orchestra.run.smithi141:> sudo nvme disconnect -n lv_2 2023-12-01T05:35:49.992 INFO:teuthology.orchestra.run.smithi141.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T05:35:49.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:49.994 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi141:/dev/vg_nvme/lv_3... 2023-12-01T05:35:49.994 DEBUG:teuthology.orchestra.run.smithi141:> sudo nvme disconnect -n lv_3 2023-12-01T05:35:50.263 INFO:teuthology.orchestra.run.smithi141.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T05:35:50.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:50.266 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi141:/dev/vg_nvme/lv_4... 2023-12-01T05:35:50.269 DEBUG:teuthology.orchestra.run.smithi141:> sudo nvme disconnect -n lv_4 2023-12-01T05:35:50.560 INFO:teuthology.orchestra.run.smithi141.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T05:35:50.561 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:50.561 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-01T05:35:50.561 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/scratch_devs 2023-12-01T05:35:50.576 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:35:50.585 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:35:50.585 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:35:50.588 DEBUG:teuthology.orchestra.run.smithi141:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:35:50.607 INFO:teuthology.orchestra.run.smithi027.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:35:50.607 INFO:teuthology.orchestra.run.smithi027.stdout:============================================================================== 2023-12-01T05:35:50.607 INFO:teuthology.orchestra.run.smithi027.stdout: hv01.front.sepi 44.4.53.2 2 u 4 64 1 0.104 -2.560 0.000 2023-12-01T05:35:50.607 INFO:teuthology.orchestra.run.smithi027.stdout: hv02.front.sepi 63.231.80.2 3 u 8 64 1 0.063 -0.445 0.000 2023-12-01T05:35:50.607 INFO:teuthology.orchestra.run.smithi027.stdout: hv03.front.sepi 74.6.168.72 3 u 5 64 1 0.112 -1.678 0.000 2023-12-01T05:35:50.608 INFO:teuthology.orchestra.run.smithi027.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:50.638 INFO:teuthology.orchestra.run.smithi141.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T05:35:50.638 INFO:teuthology.orchestra.run.smithi141.stdout:============================================================================== 2023-12-01T05:35:50.638 INFO:teuthology.orchestra.run.smithi141.stdout: hv01.front.sepi 44.4.53.2 2 u 5 64 1 0.126 -0.561 0.000 2023-12-01T05:35:50.638 INFO:teuthology.orchestra.run.smithi141.stdout: hv02.front.sepi 63.231.80.2 3 u 5 64 1 0.066 2.018 0.000 2023-12-01T05:35:50.638 INFO:teuthology.orchestra.run.smithi141.stdout: hv03.front.sepi 74.6.168.72 3 u 5 64 1 0.118 0.336 0.000 2023-12-01T05:35:50.638 INFO:teuthology.orchestra.run.smithi141.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T05:35:50.639 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:35:50.648 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:35:50.648 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:35:50.657 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:35:50.666 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:35:50.677 INFO:teuthology.task.internal:Duration was 379.088584 seconds 2023-12-01T05:35:50.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:35:50.687 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:35:50.688 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:35:50.691 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:35:50.738 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:35:50.738 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2023-12-01T05:35:50.739 DEBUG:teuthology.orchestra.run.smithi027:> 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-12-01T05:35:50.794 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi141.front.sepia.ceph.com 2023-12-01T05:35:50.794 DEBUG:teuthology.orchestra.run.smithi141:> 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-12-01T05:35:50.809 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:35:50.809 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:35:50.838 DEBUG:teuthology.orchestra.run.smithi141:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:35:50.884 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:35:50.884 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:35:50.917 DEBUG:teuthology.orchestra.run.smithi141:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:35:50.992 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:35:51.002 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:35:51.002 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:35:51.018 DEBUG:teuthology.orchestra.run.smithi141:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:35:51.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:35:51.046 DEBUG:teuthology.orchestra.run.smithi027:> 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-12-01T05:35:51.067 DEBUG:teuthology.orchestra.run.smithi141:> 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-12-01T05:35:51.079 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2023-12-01T05:35:51.094 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern = core 2023-12-01T05:35:51.120 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:35:51.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:51.157 DEBUG:teuthology.orchestra.run.smithi141:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:35:51.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:51.172 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:35:51.182 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:35:51.183 DEBUG:teuthology.misc:Transferring archived files from smithi027:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932/remote/smithi027 2023-12-01T05:35:51.183 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:35:51.220 DEBUG:teuthology.misc:Transferring archived files from smithi141:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932/remote/smithi141 2023-12-01T05:35:51.221 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:35:51.243 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:35:51.243 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:35:51.265 DEBUG:teuthology.orchestra.run.smithi141:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:35:51.293 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:35:51.304 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:35:51.304 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:35:51.334 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:35:51.334 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:35:51.336 DEBUG:teuthology.orchestra.run.smithi141:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:35:51.342 INFO:teuthology.orchestra.run.smithi027.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:35 /home/ubuntu/cephtest 2023-12-01T05:35:51.342 INFO:teuthology.orchestra.run.smithi027.stdout: 1048604 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 05:35 /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:51.343 INFO:teuthology.orchestra.run.smithi027.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:35:51.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:35:51.344 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:35:51.349 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:35:51.359 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:35:51.375 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi027 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T05:35:51.375 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:35:51.381 INFO:teuthology.orchestra.run.smithi141.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:35 /home/ubuntu/cephtest 2023-12-01T05:35:51.382 INFO:teuthology.orchestra.run.smithi141.stdout: 1048603 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 05:35 /home/ubuntu/cephtest/cephadm 2023-12-01T05:35:51.382 INFO:teuthology.orchestra.run.smithi141.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T05:35:51.407 DEBUG:teuthology.nuke:shortname: smithi027 2023-12-01T05:35:51.408 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:35:51.430 DEBUG:teuthology.nuke:shortname: smithi141 2023-12-01T05:35:51.430 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:35:51.433 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932', '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-12-01 05:17:29.363072', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T05:35:51.453 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi141.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472932', '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-12-01 05:17:29.365123', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T05:35:51.485 INFO:teuthology.orchestra.console.smithi027:Power off 2023-12-01T05:35:51.485 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:35:51.512 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2023-12-01T05:35:51.513 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:35:51.533 INFO:teuthology.orchestra.console.smithi141:Power off 2023-12-01T05:35:51.534 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:35:51.543 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-01T05:35:51.556 DEBUG:teuthology.orchestra.console.smithi141:power off output: Chassis Power Control: Down/Off 2023-12-01T05:35:51.556 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:35:51.580 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-01T05:35:55.543 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:35:55.582 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:35:55.654 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-01T05:35:55.692 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-01T05:35:59.659 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:35:59.694 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:35:59.770 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-01T05:35:59.804 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-01T05:36:03.774 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:36:03.805 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:36:03.886 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2023-12-01T05:36:03.916 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is off 2023-12-01T05:36:03.988 INFO:teuthology.orchestra.console.smithi027:Power off completed 2023-12-01T05:36:04.018 INFO:teuthology.orchestra.console.smithi141:Power off completed 2023-12-01T05:36:04.122 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 379.088583946228 failure_reason: 'Command failed on smithi027 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 79564bf4-900b-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=af13eab8ab4b465f9d5b526113e36d9b status: fail success: false 2023-12-01T05:36:04.123 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:36:04.200 INFO:teuthology.run:FAIL