2024-04-22T22:30:01.197 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:30:01.197 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915 --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --verbose --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915/orig.config.yaml 2024-04-22T22:30:01.234 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:30:01.341 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668915' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid 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\) log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDg5/ZQx9fxR2otSQpabpxDGrpAYnL+WRrYbXycoPm3TkZKN2yzwwuTxiajEKiGxlEq/XjX8yi3/oz0jWpGyU2Q= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKJAWzzbL+g7gaRXypMgkKGH6rmBHLFdDY/SugK1ogKI6MGR/UAlFmXOnpHoEViKULTYaEmcMhdP4fs+c6yn/E0= 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 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - 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 - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T22:30:01.342 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T22:30:01.342 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T22:30:01.343 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:30:01.344 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:30:01.375 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T22:30:01.375 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:30:01.375 INFO:teuthology.packaging:ref: None 2024-04-22T22:30:01.375 INFO:teuthology.packaging:tag: None 2024-04-22T22:30:01.375 INFO:teuthology.packaging:branch: squid 2024-04-22T22:30:01.375 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:30:01.376 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-22T22:30:01.682 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420-g246d7127-1jammy 2024-04-22T22:30:01.683 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:30:01.690 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:30:01.691 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:30:01.699 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:30:01.712 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:30:01.720 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:30:01.746 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:58.137086', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILy5NeNgQAYk9SRN3iMpXjr8y6+MvkgAUtYZNG8E8//2'} 2024-04-22T22:30:01.769 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:58.138759', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBuRmVgIrnpBleBE9NxkeRYnjnNYrKLEzAAJpN8IjRgC'} 2024-04-22T22:30:01.769 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:30:01.777 INFO:teuthology.task.internal:roles: ubuntu@smithi042.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-22T22:30:01.777 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-22T22:30:01.777 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:30:01.855 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f20ab4e13a0>, signals=[15]) 2024-04-22T22:30:01.856 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:30:01.862 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:30:01.863 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi042.front.sepia.ceph.com 2024-04-22T22:30:01.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:30:01.952 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-22T22:30:01.953 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:30:02.037 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:30:02.043 DEBUG:teuthology.orchestra.run.smithi042:> uname -m 2024-04-22T22:30:02.048 INFO:teuthology.orchestra.run.smithi042.stdout:x86_64 2024-04-22T22:30:02.048 DEBUG:teuthology.orchestra.run.smithi042:> cat /etc/os-release 2024-04-22T22:30:02.094 INFO:teuthology.orchestra.run.smithi042.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T22:30:02.094 INFO:teuthology.orchestra.run.smithi042.stdout:NAME="Ubuntu" 2024-04-22T22:30:02.094 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_ID="22.04" 2024-04-22T22:30:02.094 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T22:30:02.094 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_CODENAME=jammy 2024-04-22T22:30:02.095 INFO:teuthology.orchestra.run.smithi042.stdout:ID=ubuntu 2024-04-22T22:30:02.095 INFO:teuthology.orchestra.run.smithi042.stdout:ID_LIKE=debian 2024-04-22T22:30:02.095 INFO:teuthology.orchestra.run.smithi042.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T22:30:02.095 INFO:teuthology.orchestra.run.smithi042.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T22:30:02.095 INFO:teuthology.orchestra.run.smithi042.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T22:30:02.095 INFO:teuthology.orchestra.run.smithi042.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T22:30:02.095 INFO:teuthology.orchestra.run.smithi042.stdout:UBUNTU_CODENAME=jammy 2024-04-22T22:30:02.095 INFO:teuthology.lock.ops:Updating smithi042.front.sepia.ceph.com on lock server 2024-04-22T22:30:02.119 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-22T22:30:02.125 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-22T22:30:02.126 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-22T22:30:02.171 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T22:30:02.171 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Ubuntu" 2024-04-22T22:30:02.171 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="22.04" 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_CODENAME=jammy 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:ID=ubuntu 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE=debian 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T22:30:02.172 INFO:teuthology.orchestra.run.smithi161.stdout:UBUNTU_CODENAME=jammy 2024-04-22T22:30:02.172 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-22T22:30:02.193 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:30:02.203 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:30:02.241 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:30:02.242 DEBUG:teuthology.orchestra.run.smithi042:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:30:02.244 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:30:02.249 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:30:02.256 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:30:02.256 DEBUG:teuthology.orchestra.run.smithi042:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:30:02.292 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:30:02.309 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:30:02.367 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:30:02.383 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:30:02.383 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T22:30:02.384 DEBUG:teuthology.orchestra.run.smithi042:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:30:02.384 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:30:02.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:02.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:30:02.390 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-04-22T22:30:02.390 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-22T22:30:02.436 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-56-generic 2024-04-22T22:30:02.437 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.15.0-56-generic 2024-04-22T22:30:02.437 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-22T22:30:02.439 INFO:teuthology.orchestra.run.smithi042.stdout:5.15.0-56-generic 2024-04-22T22:30:02.439 INFO:teuthology.task.kernel:Running kernel on smithi042: 5.15.0-56-generic 2024-04-22T22:30:02.439 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2024-04-22T22:30:02.555 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2024-04-22T22:30:02.575 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-22T22:30:02.754 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T22:30:02.909 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T22:30:02.931 INFO:teuthology.orchestra.run.smithi042.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T22:30:02.976 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T22:30:02.991 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T22:30:03.010 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T22:30:03.013 INFO:teuthology.orchestra.run.smithi042.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T22:30:03.088 INFO:teuthology.orchestra.run.smithi042.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T22:30:03.095 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T22:30:03.102 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T22:30:03.108 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T22:30:03.110 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T22:30:03.110 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T22:30:03.111 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T22:30:03.154 INFO:teuthology.orchestra.run.smithi042.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T22:30:03.163 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T22:30:03.163 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:30:03.163 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T22:30:03.165 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T22:30:03.171 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T22:30:03.172 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T22:30:03.172 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T22:30:03.172 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T22:30:03.172 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T22:30:03.183 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T22:30:03.184 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T22:30:03.279 INFO:teuthology.orchestra.run.smithi042.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T22:30:03.285 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T22:30:03.289 INFO:teuthology.orchestra.run.smithi042.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T22:30:03.291 INFO:teuthology.orchestra.run.smithi042.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T22:30:03.291 INFO:teuthology.orchestra.run.smithi042.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T22:30:03.292 INFO:teuthology.orchestra.run.smithi042.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T22:30:03.297 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T22:30:03.304 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T22:30:03.330 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T22:30:03.331 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T22:30:03.331 INFO:teuthology.orchestra.run.smithi042.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T22:30:03.331 INFO:teuthology.orchestra.run.smithi042.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T22:30:03.332 INFO:teuthology.orchestra.run.smithi042.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:30:03.332 INFO:teuthology.orchestra.run.smithi042.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T22:30:03.339 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T22:30:03.343 INFO:teuthology.orchestra.run.smithi042.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T22:30:03.346 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:30:03.346 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T22:30:03.357 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T22:30:03.362 INFO:teuthology.orchestra.run.smithi042.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T22:30:03.365 INFO:teuthology.orchestra.run.smithi042.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T22:30:03.377 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T22:30:03.377 INFO:teuthology.orchestra.run.smithi042.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T22:30:03.379 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T22:30:03.380 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T22:30:03.380 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T22:30:03.381 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T22:30:03.381 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T22:30:03.397 INFO:teuthology.orchestra.run.smithi042.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T22:30:03.397 INFO:teuthology.orchestra.run.smithi042.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T22:30:03.397 INFO:teuthology.orchestra.run.smithi042.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T22:30:03.397 INFO:teuthology.orchestra.run.smithi042.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T22:30:03.397 INFO:teuthology.orchestra.run.smithi042.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T22:30:03.398 INFO:teuthology.orchestra.run.smithi042.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T22:30:03.398 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T22:30:03.399 INFO:teuthology.orchestra.run.smithi042.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T22:30:03.399 INFO:teuthology.orchestra.run.smithi042.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T22:30:03.399 INFO:teuthology.orchestra.run.smithi042.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T22:30:03.399 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T22:30:03.400 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T22:30:03.418 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T22:30:03.418 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T22:30:03.419 INFO:teuthology.orchestra.run.smithi042.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T22:30:03.419 INFO:teuthology.orchestra.run.smithi042.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T22:30:03.419 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T22:30:03.419 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T22:30:03.419 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T22:30:03.438 INFO:teuthology.orchestra.run.smithi042.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T22:30:03.508 INFO:teuthology.orchestra.run.smithi042.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T22:30:03.513 INFO:teuthology.orchestra.run.smithi042.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T22:30:03.514 INFO:teuthology.orchestra.run.smithi042.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T22:30:03.516 INFO:teuthology.orchestra.run.smithi042.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T22:30:03.547 INFO:teuthology.orchestra.run.smithi042.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T22:30:03.551 INFO:teuthology.orchestra.run.smithi042.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T22:30:03.552 INFO:teuthology.orchestra.run.smithi042.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T22:30:03.561 INFO:teuthology.orchestra.run.smithi042.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T22:30:03.567 INFO:teuthology.orchestra.run.smithi042.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T22:30:03.569 INFO:teuthology.orchestra.run.smithi042.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T22:30:03.569 INFO:teuthology.orchestra.run.smithi042.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T22:30:03.569 INFO:teuthology.orchestra.run.smithi042.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T22:30:03.569 INFO:teuthology.orchestra.run.smithi042.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T22:30:03.577 INFO:teuthology.orchestra.run.smithi042.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T22:30:08.914 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 13.2 MB in 2s (7,033 kB/s) 2024-04-22T22:30:09.325 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 13.2 MB in 2s (6,118 kB/s) 2024-04-22T22:30:10.360 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-22T22:30:10.378 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T22:30:10.444 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-22T22:30:10.639 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-22T22:30:10.639 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-22T22:30:10.713 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-22T22:30:10.728 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T22:30:10.791 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-22T22:30:10.807 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T22:30:10.807 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T22:30:10.807 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T22:30:10.808 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T22:30:10.808 INFO:teuthology.orchestra.run.smithi161.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T22:30:10.808 INFO:teuthology.orchestra.run.smithi161.stdout: python2.7-minimal 2024-04-22T22:30:10.808 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T22:30:10.809 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-22T22:30:10.809 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:30:10.809 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T22:30:10.810 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T22:30:10.811 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-22T22:30:10.811 INFO:teuthology.orchestra.run.smithi161.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T22:30:10.811 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-22T22:30:10.811 INFO:teuthology.orchestra.run.smithi161.stdout: thermald 2024-04-22T22:30:10.855 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-22T22:30:10.856 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:30:10.856 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T22:30:10.856 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T22:30:10.857 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-04-22T22:30:10.857 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T22:30:11.002 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2024-04-22T22:30:11.003 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2024-04-22T22:30:11.037 INFO:teuthology.orchestra.run.smithi161.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T22:30:11.037 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 113 MB of archives. 2024-04-22T22:30:11.037 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T22:30:11.037 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T22:30:11.189 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T22:30:11.189 INFO:teuthology.orchestra.run.smithi042.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T22:30:11.189 INFO:teuthology.orchestra.run.smithi042.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T22:30:11.190 INFO:teuthology.orchestra.run.smithi042.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T22:30:11.190 INFO:teuthology.orchestra.run.smithi042.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T22:30:11.190 INFO:teuthology.orchestra.run.smithi042.stdout: python2.7-minimal 2024-04-22T22:30:11.190 INFO:teuthology.orchestra.run.smithi042.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T22:30:11.191 INFO:teuthology.orchestra.run.smithi042.stdout:The following additional packages will be installed: 2024-04-22T22:30:11.191 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:30:11.191 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T22:30:11.192 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T22:30:11.193 INFO:teuthology.orchestra.run.smithi042.stdout:Suggested packages: 2024-04-22T22:30:11.193 INFO:teuthology.orchestra.run.smithi042.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T22:30:11.193 INFO:teuthology.orchestra.run.smithi042.stdout:Recommended packages: 2024-04-22T22:30:11.193 INFO:teuthology.orchestra.run.smithi042.stdout: thermald 2024-04-22T22:30:11.251 INFO:teuthology.orchestra.run.smithi042.stdout:The following NEW packages will be installed: 2024-04-22T22:30:11.251 INFO:teuthology.orchestra.run.smithi042.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T22:30:11.251 INFO:teuthology.orchestra.run.smithi042.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T22:30:11.251 INFO:teuthology.orchestra.run.smithi042.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T22:30:11.252 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages will be upgraded: 2024-04-22T22:30:11.253 INFO:teuthology.orchestra.run.smithi042.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T22:30:11.434 INFO:teuthology.orchestra.run.smithi042.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T22:30:11.434 INFO:teuthology.orchestra.run.smithi042.stdout:Need to get 113 MB of archives. 2024-04-22T22:30:11.434 INFO:teuthology.orchestra.run.smithi042.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T22:30:11.434 INFO:teuthology.orchestra.run.smithi042.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T22:30:12.428 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T22:30:12.832 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T22:30:12.874 INFO:teuthology.orchestra.run.smithi042.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T22:30:13.648 INFO:teuthology.orchestra.run.smithi042.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T22:30:15.058 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T22:30:15.058 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T22:30:15.058 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T22:30:15.974 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T22:30:16.067 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T22:30:16.249 INFO:teuthology.orchestra.run.smithi042.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T22:30:16.289 INFO:teuthology.orchestra.run.smithi042.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T22:30:16.316 INFO:teuthology.orchestra.run.smithi042.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T22:30:16.459 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 113 MB in 5s (21.8 MB/s) 2024-04-22T22:30:16.617 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T22:30:16.685 INFO:teuthology.orchestra.run.smithi042.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T22:30:16.797 INFO:teuthology.orchestra.run.smithi042.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T22:30:17.210 INFO:teuthology.orchestra.run.smithi042.stdout:Fetched 113 MB in 6s (20.5 MB/s) 2024-04-22T22:30:17.387 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T22:30:18.643 INFO:teuthology.orchestra.run.smithi161.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 ... 129542 files and directories currently installed.) 2024-04-22T22:30:18.647 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:18.738 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:19.602 INFO:teuthology.orchestra.run.smithi042.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 ... 129542 files and directories currently installed.) 2024-04-22T22:30:19.608 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:19.840 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:20.897 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T22:30:20.922 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:21.024 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:21.500 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T22:30:21.520 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:21.558 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:21.875 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T22:30:21.896 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:21.982 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:22.403 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T22:30:22.425 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:22.470 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:28.098 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T22:30:28.223 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T22:30:28.528 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T22:30:28.548 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T22:30:28.630 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T22:30:28.693 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T22:30:28.946 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T22:30:28.988 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T22:30:29.010 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T22:30:29.046 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T22:30:29.066 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T22:30:29.369 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T22:30:29.380 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T22:30:29.419 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T22:30:34.906 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T22:30:34.943 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:34.981 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:35.406 INFO:teuthology.orchestra.run.smithi042.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T22:30:35.444 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T22:30:35.497 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:37.841 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T22:30:37.974 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T22:30:38.315 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T22:30:38.318 INFO:teuthology.orchestra.run.smithi042.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T22:30:38.428 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:38.563 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T22:30:38.666 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:39.034 INFO:teuthology.orchestra.run.smithi042.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T22:30:39.393 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T22:30:39.514 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:39.640 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T22:30:39.768 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:39.982 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T22:30:39.983 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T22:30:39.983 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T22:30:39.983 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T22:30:40.176 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:41.128 INFO:teuthology.orchestra.run.smithi042.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T22:30:41.128 INFO:teuthology.orchestra.run.smithi042.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T22:30:41.128 INFO:teuthology.orchestra.run.smithi042.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T22:30:41.128 INFO:teuthology.orchestra.run.smithi042.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T22:30:41.312 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:41.570 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:42.765 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:43.913 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T22:30:44.390 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T22:30:44.499 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:44.559 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T22:30:44.559 INFO:teuthology.orchestra.run.smithi161.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T22:30:44.799 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T22:30:44.917 INFO:teuthology.orchestra.run.smithi042.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T22:30:45.043 INFO:teuthology.orchestra.run.smithi042.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T22:30:45.109 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T22:30:45.109 INFO:teuthology.orchestra.run.smithi042.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T22:30:58.466 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T22:30:58.466 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub' 2024-04-22T22:30:58.486 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T22:30:58.499 INFO:teuthology.orchestra.run.smithi161.stdout:Generating grub configuration file ... 2024-04-22T22:30:58.827 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T22:30:58.850 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T22:30:59.181 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T22:30:59.186 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T22:30:59.254 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T22:30:59.259 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T22:30:59.366 INFO:teuthology.orchestra.run.smithi042.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T22:30:59.366 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub' 2024-04-22T22:30:59.386 INFO:teuthology.orchestra.run.smithi042.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T22:30:59.402 INFO:teuthology.orchestra.run.smithi042.stdout:Generating grub configuration file ... 2024-04-22T22:30:59.427 INFO:teuthology.orchestra.run.smithi161.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T22:30:59.427 INFO:teuthology.orchestra.run.smithi161.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T22:30:59.427 INFO:teuthology.orchestra.run.smithi161.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T22:30:59.478 INFO:teuthology.orchestra.run.smithi161.stdout:done 2024-04-22T22:30:59.680 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T22:30:59.700 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T22:30:59.961 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-22T22:30:59.979 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-22T22:30:59.980 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T22:30:59.981 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T22:30:59.981 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-22T22:30:59.981 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-22T22:30:59.981 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-22T22:30:59.981 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-22T22:30:59.981 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T22:30:59.981 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T22:30:59.981 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T22:30:59.981 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T22:30:59.982 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T22:30:59.982 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-22T22:30:59.982 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T22:30:59.987 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T22:31:00.060 INFO:teuthology.orchestra.run.smithi042.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T22:31:00.066 INFO:teuthology.orchestra.run.smithi042.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T22:31:00.130 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-22T22:31:00.234 INFO:teuthology.orchestra.run.smithi042.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T22:31:00.234 INFO:teuthology.orchestra.run.smithi042.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T22:31:00.234 INFO:teuthology.orchestra.run.smithi042.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T22:31:00.259 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T22:31:00.269 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T22:31:00.285 INFO:teuthology.orchestra.run.smithi042.stdout:done 2024-04-22T22:31:00.288 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T22:31:00.369 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T22:31:00.734 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 21 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2024-04-22T22:31:00.755 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.15.0.105.102 2024-04-22T22:31:00.756 INFO:teuthology.orchestra.run.smithi042.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T22:31:00.756 INFO:teuthology.orchestra.run.smithi042.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T22:31:00.756 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2024-04-22T22:31:00.756 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2024-04-22T22:31:00.756 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2024-04-22T22:31:00.756 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2024-04-22T22:31:00.756 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T22:31:00.756 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T22:31:00.756 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T22:31:00.756 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T22:31:00.757 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi042.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T22:31:00.757 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get clean 2024-04-22T22:31:00.899 DEBUG:teuthology.orchestra.run.smithi042:> sudo apt-get update 2024-04-22T22:31:01.025 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T22:31:01.042 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T22:31:01.065 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T22:31:01.141 INFO:teuthology.orchestra.run.smithi042.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T22:31:01.505 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-22T22:31:01.524 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T22:31:01.586 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-22T22:31:01.786 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-22T22:31:01.787 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-22T22:31:01.966 INFO:teuthology.orchestra.run.smithi161.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T22:31:01.966 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T22:31:01.966 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T22:31:01.966 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T22:31:01.966 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T22:31:01.966 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T22:31:01.967 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T22:31:01.967 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T22:31:02.006 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T22:31:02.007 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-22T22:31:02.023 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T22:31:02.024 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T22:31:02.024 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-22T22:31:02.024 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-22T22:31:02.024 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-22T22:31:02.024 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-22T22:31:02.024 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-04-22T22:31:02.068 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.ppaSTj5pJg 2024-04-22T22:31:02.068 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ppaSTj5pJg 2024-04-22T22:31:02.124 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.ppaSTj5pJg 2024-04-22T22:31:02.256 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.ppaSTj5pJg is 10KB 2024-04-22T22:31:02.270 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.ppaSTj5pJg 2024-04-22T22:31:02.283 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T22:31:02.337 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:31:02.337 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T22:31:02.337 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T22:31:02.369 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-22T22:31:02.387 DEBUG:teuthology.orchestra.run.smithi042:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T22:31:02.415 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T22:31:02.415 DEBUG:teuthology.orchestra.run.smithi161:> sudo update-grub 2024-04-22T22:31:02.453 INFO:teuthology.orchestra.run.smithi042.stdout:Reading package lists... 2024-04-22T22:31:02.652 INFO:teuthology.orchestra.run.smithi042.stdout:Building dependency tree... 2024-04-22T22:31:02.663 INFO:teuthology.orchestra.run.smithi042.stdout:Reading state information... 2024-04-22T22:31:02.847 INFO:teuthology.orchestra.run.smithi042.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T22:31:02.847 INFO:teuthology.orchestra.run.smithi042.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T22:31:02.847 INFO:teuthology.orchestra.run.smithi042.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T22:31:02.847 INFO:teuthology.orchestra.run.smithi042.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T22:31:02.847 INFO:teuthology.orchestra.run.smithi042.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T22:31:02.848 INFO:teuthology.orchestra.run.smithi042.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T22:31:02.848 INFO:teuthology.orchestra.run.smithi042.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T22:31:02.848 INFO:teuthology.orchestra.run.smithi042.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T22:31:02.892 INFO:teuthology.orchestra.run.smithi042.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T22:31:02.894 DEBUG:teuthology.orchestra.run.smithi042:> dpkg -s linux-image-generic 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Package: linux-image-generic 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Status: install ok installed 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Priority: optional 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Section: kernel 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Installed-Size: 21 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Architecture: amd64 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Source: linux-meta 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Version: 5.15.0.105.102 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T22:31:02.907 INFO:teuthology.orchestra.run.smithi042.stdout:Recommends: thermald 2024-04-22T22:31:02.908 INFO:teuthology.orchestra.run.smithi042.stdout:Description: Generic Linux kernel image 2024-04-22T22:31:02.908 INFO:teuthology.orchestra.run.smithi042.stdout: This package will always depend on the latest generic kernel image 2024-04-22T22:31:02.908 INFO:teuthology.orchestra.run.smithi042.stdout: available. 2024-04-22T22:31:02.908 DEBUG:teuthology.orchestra.run.smithi042:> mktemp 2024-04-22T22:31:02.955 INFO:teuthology.orchestra.run.smithi042.stdout:/tmp/tmp.m7yK3zk7df 2024-04-22T22:31:02.955 DEBUG:teuthology.orchestra.run.smithi042:> sudo cp /boot/grub/grub.cfg /tmp/tmp.m7yK3zk7df 2024-04-22T22:31:03.011 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 0666 /tmp/tmp.m7yK3zk7df 2024-04-22T22:31:03.124 DEBUG:teuthology.orchestra.remote:smithi042:/tmp/tmp.m7yK3zk7df is 10KB 2024-04-22T22:31:03.143 DEBUG:teuthology.orchestra.run.smithi042:> rm -fr /tmp/tmp.m7yK3zk7df 2024-04-22T22:31:03.151 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T22:31:03.213 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-22T22:31:03.213 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T22:31:03.213 DEBUG:teuthology.orchestra.run.smithi042:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T22:31:03.284 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T22:31:03.284 DEBUG:teuthology.orchestra.run.smithi042:> sudo update-grub 2024-04-22T22:31:03.717 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub' 2024-04-22T22:31:03.717 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T22:31:03.721 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-04-22T22:31:03.902 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T22:31:03.908 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T22:31:04.192 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T22:31:04.197 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T22:31:04.238 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T22:31:04.243 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T22:31:04.392 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T22:31:04.392 INFO:teuthology.orchestra.run.smithi161.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T22:31:04.393 INFO:teuthology.orchestra.run.smithi161.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T22:31:04.404 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-04-22T22:31:04.406 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-04-22T22:31:04.430 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub' 2024-04-22T22:31:04.431 INFO:teuthology.orchestra.run.smithi042.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T22:31:04.432 INFO:teuthology.orchestra.run.smithi042.stderr:Generating grub configuration file ... 2024-04-22T22:31:04.599 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T22:31:04.605 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T22:31:04.821 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T22:31:04.827 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T22:31:04.875 INFO:teuthology.orchestra.run.smithi042.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T22:31:04.882 INFO:teuthology.orchestra.run.smithi042.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T22:31:05.010 INFO:teuthology.orchestra.run.smithi042.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T22:31:05.010 INFO:teuthology.orchestra.run.smithi042.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T22:31:05.010 INFO:teuthology.orchestra.run.smithi042.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T22:31:05.020 INFO:teuthology.orchestra.run.smithi042.stderr:done 2024-04-22T22:31:05.031 DEBUG:teuthology.orchestra.run.smithi042:> sudo shutdown -r now 2024-04-22T22:31:34.437 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T22:31:34.437 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:31:34.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:31:35.035 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T22:31:35.036 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-22T22:31:35.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:32:08.991 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-22T22:32:17.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:32:17.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:32:35.054 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T22:32:44.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-22T22:32:44.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:32:46.076 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.42 2024-04-22T22:32:58.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-22T22:32:58.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:32:58.325 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-04-22T22:32:58.866 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-22T22:32:58.867 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T22:32:58.867 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2024-04-22T22:32:58.915 INFO:teuthology.orchestra.run.smithi042.stdout:5.15.0-105-generic 2024-04-22T22:32:58.915 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T22:32:58.915 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T22:32:58.915 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T22:32:59.916 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:32:59.916 DEBUG:teuthology.orchestra.run.smithi042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:32:59.990 INFO:teuthology.orchestra.run.smithi042.stdout:ttyS1 2024-04-22T22:33:00.036 DEBUG:teuthology.parallel:result is None 2024-04-22T22:33:18.001 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T22:33:30.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:33:30.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:33:30.448 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-22T22:33:31.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:33:31.014 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T22:33:31.014 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-22T22:33:31.060 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-105-generic 2024-04-22T22:33:31.060 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T22:33:31.060 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T22:33:31.060 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T22:33:32.061 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:33:32.062 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:33:32.424 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-22T22:33:32.458 DEBUG:teuthology.parallel:result is None 2024-04-22T22:33:32.459 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:33:32.466 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:33:32.466 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:33:32.470 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:33:32.476 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:33:32.482 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:33:32.489 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:33:32.489 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:33:32.516 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:33:32.540 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:33:32.548 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:33:32.548 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:33:32.572 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:33:32.595 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:33:32.603 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:33:32.610 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:33:32.618 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:33:32.619 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:33:32.629 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:33:32.629 DEBUG:teuthology.orchestra.run.smithi042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:33:32.648 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:33:32.685 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:33:32.695 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:33:32.695 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:33:32.708 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:33:32.732 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:33:32.759 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:33:32.808 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-22T22:33:32.808 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:33:32.868 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:33:32.874 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:33:32.920 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:33:32.921 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:33:33.001 DEBUG:teuthology.orchestra.run.smithi042:> sudo service rsyslog restart 2024-04-22T22:33:33.004 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-22T22:33:33.076 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:33:33.083 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:33:33.083 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:33:33.093 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:33:33.102 DEBUG:teuthology.task.selinux:Excluding smithi042: OS 'ubuntu' does not support SELinux 2024-04-22T22:33:33.102 DEBUG:teuthology.task.selinux:Excluding smithi161: OS 'ubuntu' does not support SELinux 2024-04-22T22:33:33.103 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:33:33.103 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T22:33:33.103 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:33:33.103 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:33:33.112 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:33:33.129 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'}]}] 2024-04-22T22:33:33.130 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi042.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:40:35.561 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi042.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-04-22T22:40:35.563 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-22T22:40:35.564 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:40:35.647 DEBUG:teuthology.orchestra.run.smithi042:> true 2024-04-22T22:40:35.726 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2024-04-22T22:40:35.726 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:40:35.727 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:40:35.807 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-22T22:40:35.882 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-22T22:40:35.882 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:40:35.892 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:40:35.892 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:40:35.893 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:35.895 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:40:35.895 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Command line: ntpd -gq 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: ---------------------------------------------------- 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: corporation. Support and training for ntp-4 are 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: available at https://www.nwtime.org/support 2024-04-22T22:40:35.923 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: ---------------------------------------------------- 2024-04-22T22:40:35.924 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: proto: precision = 0.046 usec (-24) 2024-04-22T22:40:35.924 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: basedate set to 2022-02-04 2024-04-22T22:40:35.924 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: gps base set to 2022-02-06 (week 2196) 2024-04-22T22:40:35.924 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:40:35.924 INFO:teuthology.orchestra.run.smithi042.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:40:35.924 INFO:teuthology.orchestra.run.smithi042.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:40:35.925 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:40:35.925 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T22:40:35.926 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T22:40:35.926 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T22:40:35.926 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Listen normally on 3 ens1f0 172.21.15.42:123 2024-04-22T22:40:35.926 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Listen normally on 4 lo [::1]:123 2024-04-22T22:40:35.926 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1440%4]:123 2024-04-22T22:40:35.926 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:35 ntpd[17164]: Listening on routing socket on fd #22 for interface updates 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Command line: ntpd -gq 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: ---------------------------------------------------- 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: corporation. Support and training for ntp-4 are 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: available at https://www.nwtime.org/support 2024-04-22T22:40:35.953 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: ---------------------------------------------------- 2024-04-22T22:40:35.954 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: proto: precision = 0.064 usec (-24) 2024-04-22T22:40:35.954 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: basedate set to 2022-02-04 2024-04-22T22:40:35.954 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: gps base set to 2022-02-06 (week 2196) 2024-04-22T22:40:35.954 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:40:35.955 INFO:teuthology.orchestra.run.smithi161.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T22:40:35.955 INFO:teuthology.orchestra.run.smithi161.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:40:35.955 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T22:40:35.956 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T22:40:35.956 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T22:40:35.956 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T22:40:35.956 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Listen normally on 3 enp3s0f1 172.21.15.161:123 2024-04-22T22:40:35.956 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Listen normally on 4 lo [::1]:123 2024-04-22T22:40:35.956 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7251%5]:123 2024-04-22T22:40:35.956 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:35 ntpd[17228]: Listening on routing socket on fd #22 for interface updates 2024-04-22T22:40:36.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:36.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:36.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:36.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:36 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:36.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:36 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:36.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:36 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:36.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:36 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:36.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:36 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:36.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:36 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:36.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:36 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:37.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:37.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:37.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:37.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:37.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:37.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:37 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:38.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:38.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:38.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:38 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:38.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:38 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:38.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:38 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:38.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:38 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:38.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:38 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:38.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:38 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:38.954 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:38 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:39.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:39.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:39 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:39.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:39.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:39 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:39.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:39.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:39 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:40.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:40.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:40 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:40.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:40.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:40.957 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:40.957 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:40.957 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:40.957 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:40 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:41.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:41.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:41 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:41.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:41.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:41 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:41.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:41.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:41 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:42.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.924 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:42.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:42.925 INFO:teuthology.orchestra.run.smithi042.stdout:22 Apr 22:40:42 ntpd[17164]: ntpd: time slew +0.000013 s 2024-04-22T22:40:42.925 INFO:teuthology.orchestra.run.smithi042.stdout:ntpd: time slew +0.000013s 2024-04-22T22:40:42.925 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T22:40:42.926 INFO:teuthology.orchestra.run.smithi042.stderr:22 Apr 22:40:42 ntpd[17164]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T22:40:42.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:42.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:42 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:42.976 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:40:42.977 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2024-04-22T22:40:42.977 INFO:teuthology.orchestra.run.smithi042.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:42.977 INFO:teuthology.orchestra.run.smithi042.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:42.977 INFO:teuthology.orchestra.run.smithi042.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:42.977 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:44.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:44.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:44.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:44.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:44.955 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T22:40:44.956 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T22:40:44.957 INFO:teuthology.orchestra.run.smithi161.stdout:22 Apr 22:40:44 ntpd[17228]: ntpd: time slew -0.001915 s 2024-04-22T22:40:44.957 INFO:teuthology.orchestra.run.smithi161.stdout:ntpd: time slew -0.001915s 2024-04-22T22:40:44.957 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T22:40:44.957 INFO:teuthology.orchestra.run.smithi161.stderr:22 Apr 22:40:44 ntpd[17228]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T22:40:45.009 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:40:45.009 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-22T22:40:45.009 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:45.009 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:45.009 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:45.009 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:45.010 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-22T22:40:45.021 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-22T22:40:45.021 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-22T22:40:45.021 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:40:45.027 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T22:40:45.027 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_1 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-22 22:37:18.573497991 +0000 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-22 22:37:18.305500386 +0000 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-22 22:37:18.305500386 +0000 2024-04-22T22:40:45.076 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-22T22:40:45.076 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:40:45.134 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-22T22:40:45.135 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-22T22:40:45.135 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.00029835 s, 1.7 MB/s 2024-04-22T22:40:45.136 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:40:45.185 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_2 2024-04-22T22:40:45.231 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:40:45.231 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:45.232 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-04-22T22:40:45.232 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:45.232 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-22 22:37:19.093493347 +0000 2024-04-22T22:40:45.232 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-22 22:37:18.821495776 +0000 2024-04-22T22:40:45.232 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-22 22:37:18.821495776 +0000 2024-04-22T22:40:45.232 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-22T22:40:45.232 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:40:45.286 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-22T22:40:45.286 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-22T22:40:45.286 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000300314 s, 1.7 MB/s 2024-04-22T22:40:45.287 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:40:45.337 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_3 2024-04-22T22:40:45.387 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:40:45.387 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:45.387 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-04-22T22:40:45.388 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:45.388 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-22 22:37:19.341491132 +0000 2024-04-22T22:40:45.388 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-22 22:37:19.337491168 +0000 2024-04-22T22:40:45.388 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-22 22:37:19.337491168 +0000 2024-04-22T22:40:45.388 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-22T22:40:45.388 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:40:45.441 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-22T22:40:45.441 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-22T22:40:45.441 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000199944 s, 2.6 MB/s 2024-04-22T22:40:45.442 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:40:45.492 DEBUG:teuthology.orchestra.run.smithi042:> stat /dev/vg_nvme/lv_4 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout:Access: 2024-04-22 22:37:20.085484486 +0000 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout:Modify: 2024-04-22 22:37:19.821486844 +0000 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout:Change: 2024-04-22 22:37:19.821486844 +0000 2024-04-22T22:40:45.544 INFO:teuthology.orchestra.run.smithi042.stdout: Birth: - 2024-04-22T22:40:45.544 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:40:45.598 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records in 2024-04-22T22:40:45.598 INFO:teuthology.orchestra.run.smithi042.stderr:1+0 records out 2024-04-22T22:40:45.598 INFO:teuthology.orchestra.run.smithi042.stderr:512 bytes copied, 0.000294831 s, 1.7 MB/s 2024-04-22T22:40:45.599 DEBUG:teuthology.orchestra.run.smithi042:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:40:45.652 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:45.781 INFO:teuthology.orchestra.run.smithi042.stdout:loop 2024-04-22T22:40:45.782 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_1... 2024-04-22T22:40:45.782 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:45.802 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-22T22:40:45.821 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:40:45.838 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_2... 2024-04-22T22:40:45.838 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:45.899 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-22T22:40:45.919 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:40:45.936 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_3... 2024-04-22T22:40:45.936 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:45.999 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-22T22:40:46.020 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:40:46.037 INFO:tasks.nvme_loop:Connecting nvme_loop smithi042:/dev/vg_nvme/lv_4... 2024-04-22T22:40:46.038 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:46.096 INFO:teuthology.orchestra.run.smithi042.stdout:1 2024-04-22T22:40:46.116 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:40:46.135 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-22T22:40:46.135 DEBUG:teuthology.orchestra.run.smithi042:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:40:46.184 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme list 2024-04-22T22:40:46.237 INFO:teuthology.orchestra.run.smithi042.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:40:46.237 INFO:teuthology.orchestra.run.smithi042.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:40:46.238 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme0n1 PHMB75130021480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-22T22:40:46.238 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme1n1 4d51f583f5c35650dd26 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:46.238 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme2n1 96bb185b0b07114e03d3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:46.238 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme3n1 2dd52a989cd2a875ef0d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:46.238 INFO:teuthology.orchestra.run.smithi042.stdout:/dev/nvme4n1 cf3fb7b4100a5754883b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:46.239 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:40:46.239 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-22T22:40:46.239 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/scratch_devs 2024-04-22T22:40:46.294 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:40:46.294 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:40:46.300 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T22:40:46.300 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-04-22T22:40:46.346 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T22:40:46.346 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:46.346 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-04-22T22:40:46.346 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:46.346 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:37:17.622741207 +0000 2024-04-22T22:40:46.346 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:37:17.354743601 +0000 2024-04-22T22:40:46.346 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:37:17.354743601 +0000 2024-04-22T22:40:46.347 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-22T22:40:46.347 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T22:40:46.400 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:40:46.400 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:40:46.400 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000447119 s, 1.1 MB/s 2024-04-22T22:40:46.401 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T22:40:46.451 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:37:18.106736884 +0000 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:37:17.854739135 +0000 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:37:17.854739135 +0000 2024-04-22T22:40:46.498 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-22T22:40:46.499 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T22:40:46.552 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:40:46.552 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:40:46.552 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000412117 s, 1.2 MB/s 2024-04-22T22:40:46.553 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T22:40:46.603 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-04-22T22:40:46.654 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T22:40:46.654 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:46.654 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-04-22T22:40:46.654 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:46.654 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:37:18.602732454 +0000 2024-04-22T22:40:46.654 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:37:18.334734847 +0000 2024-04-22T22:40:46.655 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:37:18.334734847 +0000 2024-04-22T22:40:46.655 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-22T22:40:46.655 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T22:40:46.712 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:40:46.712 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:40:46.712 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000440509 s, 1.2 MB/s 2024-04-22T22:40:46.714 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T22:40:46.763 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-04-22T22:40:46.809 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T22:40:46.809 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T22:40:46.809 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-22T22:40:46.810 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T22:40:46.810 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-22 22:37:19.082728166 +0000 2024-04-22T22:40:46.810 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-22 22:37:18.830730417 +0000 2024-04-22T22:40:46.810 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-22 22:37:18.830730417 +0000 2024-04-22T22:40:46.810 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-22T22:40:46.810 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T22:40:46.864 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-22T22:40:46.864 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-22T22:40:46.864 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000358079 s, 1.4 MB/s 2024-04-22T22:40:46.865 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T22:40:46.915 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:47.045 INFO:teuthology.orchestra.run.smithi161.stdout:loop 2024-04-22T22:40:47.047 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-04-22T22:40:47.047 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:47.063 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:40:47.085 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_11 2024-04-22T22:40:47.102 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-04-22T22:40:47.102 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:47.161 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:40:47.180 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_21 2024-04-22T22:40:47.195 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-04-22T22:40:47.195 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:47.253 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:40:47.273 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_31 2024-04-22T22:40:47.291 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-04-22T22:40:47.291 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:47.350 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-04-22T22:40:47.373 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_41 2024-04-22T22:40:47.390 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:40:47.391 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T22:40:47.438 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme list 2024-04-22T22:40:47.491 INFO:teuthology.orchestra.run.smithi161.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-22T22:40:47.492 INFO:teuthology.orchestra.run.smithi161.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-22T22:40:47.492 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme0n1 CVFT6233001X400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-22T22:40:47.492 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme1n1 68217b281c6a12ce565f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:47.492 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme2n1 340e066a97c310512943 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:47.492 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme3n1 0e20da8d3fc2b81f94ec Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:47.492 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme4n1 36651749571fb8073edb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-22T22:40:47.493 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-22T22:40:47.493 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:40:47.493 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-04-22T22:40:47.544 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:40:47.637 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:40:47.638 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:40:47.638 INFO:tasks.cephadm:Cluster fsid is 5cd96c72-00f9-11ef-bc93-c7b262605968 2024-04-22T22:40:47.638 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:40:47.638 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-22T22:40:47.638 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi042': '172.21.15.42', 'mon.smithi161': '172.21.15.161'} 2024-04-22T22:40:47.638 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:40:47.639 DEBUG:teuthology.orchestra.run.smithi042:> sudo hostname $(hostname -s) 2024-04-22T22:40:47.654 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-22T22:40:47.668 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:40:47.668 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:40:47.901 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.15.4+smithi004', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407-g430e09df-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 00:19:22.441032', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-22T22:40:48.041 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:40:48.043 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-22T22:40:48.043 DEBUG:teuthology.orchestra.run.smithi042:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:48.710 INFO:teuthology.orchestra.run.smithi042.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788785 Apr 22 22:40 /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:48.710 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:49.262 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788785 Apr 22 22:40 /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:49.263 DEBUG:teuthology.orchestra.run.smithi042:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:49.271 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:49.288 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:40:49.288 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:40:49.317 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:40:49.486 INFO:teuthology.orchestra.run.smithi042.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:40:49.489 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:40:49.691 INFO:teuthology.orchestra.run.smithi042.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:40:49.691 INFO:teuthology.orchestra.run.smithi042.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f not found: manifest unknown: manifest unknown 2024-04-22T22:40:49.691 INFO:teuthology.orchestra.run.smithi042.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:40:49.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:49.722 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:40:49.723 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:40:49.725 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/lib/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915/remote/smithi042/crash 2024-04-22T22:40:49.726 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/lib/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:40:49.738 INFO:teuthology.orchestra.run.smithi042.stderr:tar: /var/lib/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:40:49.738 INFO:teuthology.orchestra.run.smithi042.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:40:49.740 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915/remote/smithi161/crash 2024-04-22T22:40:49.741 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:40:49.755 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:40:49.755 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:40:49.756 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:40:49.757 DEBUG:teuthology.orchestra.run.smithi042:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:40:49.794 INFO:teuthology.orchestra.run.smithi042.stderr:grep: /var/log/ceph/5cd96c72-00f9-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:40:49.796 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:40:49.796 DEBUG:teuthology.orchestra.run.smithi042:> 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 -- 2024-04-22T22:40:49.840 DEBUG:teuthology.orchestra.run.smithi161:> 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 -- 2024-04-22T22:40:49.850 INFO:teuthology.orchestra.run.smithi042.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T22:40:49.853 INFO:teuthology.orchestra.run.smithi161.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T22:40:49.858 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:40:49.859 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: 55.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:40:49.860 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-22T22:40:49.860 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.016s 2024-04-22T22:40:49.861 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.010s 2024-04-22T22:40:49.861 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.009s 2024-04-22T22:40:49.868 INFO:teuthology.orchestra.run.smithi042.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:40:49.870 INFO:teuthology.orchestra.run.smithi042.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:40:49.872 INFO:teuthology.orchestra.run.smithi042.stderr: 2024-04-22T22:40:49.872 INFO:teuthology.orchestra.run.smithi042.stderr:real 0m0.030s 2024-04-22T22:40:49.872 INFO:teuthology.orchestra.run.smithi042.stderr:user 0m0.010s 2024-04-22T22:40:49.872 INFO:teuthology.orchestra.run.smithi042.stderr:sys 0m0.011s 2024-04-22T22:40:49.872 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:40:49.872 DEBUG:teuthology.misc:Transferring archived files from smithi042:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915/remote/smithi042/log 2024-04-22T22:40:49.873 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:40:49.926 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915/remote/smithi161/log 2024-04-22T22:40:49.927 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:40:49.940 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:40:49.940 DEBUG:teuthology.orchestra.run.smithi042:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cd96c72-00f9-11ef-bc93-c7b262605968 --force 2024-04-22T22:40:50.103 INFO:teuthology.orchestra.run.smithi161.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:40:50.103 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f not found: manifest unknown: manifest unknown 2024-04-22T22:40:50.103 INFO:teuthology.orchestra.run.smithi161.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:40:50.135 INFO:teuthology.orchestra.run.smithi042.stdout:Deleting cluster with fsid: 5cd96c72-00f9-11ef-bc93-c7b262605968 2024-04-22T22:40:51.268 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cd96c72-00f9-11ef-bc93-c7b262605968 --force 2024-04-22T22:40:51.437 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 5cd96c72-00f9-11ef-bc93-c7b262605968 2024-04-22T22:40:52.555 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:40:52.555 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:52.561 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:40:52.567 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:40:52.567 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:40:52.759 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f5587318ab614897ab494ea935e37249 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi042 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:40:52.762 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:40:52.772 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-22T22:40:52.787 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_1... 2024-04-22T22:40:52.787 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_1 2024-04-22T22:40:53.047 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:40:53.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:53.049 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_2... 2024-04-22T22:40:53.049 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_2 2024-04-22T22:40:53.303 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:40:53.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:53.305 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_3... 2024-04-22T22:40:53.305 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_3 2024-04-22T22:40:53.595 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:40:53.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:53.597 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi042:/dev/vg_nvme/lv_4... 2024-04-22T22:40:53.597 DEBUG:teuthology.orchestra.run.smithi042:> sudo nvme disconnect -n lv_4 2024-04-22T22:40:53.835 INFO:teuthology.orchestra.run.smithi042.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:40:53.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:53.837 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2024-04-22T22:40:53.837 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/scratch_devs 2024-04-22T22:40:53.851 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-04-22T22:40:53.851 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_1 2024-04-22T22:40:54.071 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-22T22:40:54.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:54.072 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-04-22T22:40:54.072 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_2 2024-04-22T22:40:54.330 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-22T22:40:54.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:54.332 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-04-22T22:40:54.332 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_3 2024-04-22T22:40:54.599 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-22T22:40:54.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:54.601 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-04-22T22:40:54.601 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_4 2024-04-22T22:40:54.843 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-22T22:40:54.844 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:54.845 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-22T22:40:54.845 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-04-22T22:40:54.858 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:40:54.867 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:40:54.867 DEBUG:teuthology.orchestra.run.smithi042:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:40:54.870 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:40:54.882 INFO:teuthology.orchestra.run.smithi042.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:40:54.882 INFO:teuthology.orchestra.run.smithi042.stdout:============================================================================== 2024-04-22T22:40:54.882 INFO:teuthology.orchestra.run.smithi042.stdout: hv01.front.sepi 44.4.53.2 2 u 11 64 1 0.087 -0.545 0.000 2024-04-22T22:40:54.883 INFO:teuthology.orchestra.run.smithi042.stdout: hv02.front.sepi 63.231.80.2 3 u 8 64 1 0.118 +0.173 0.000 2024-04-22T22:40:54.883 INFO:teuthology.orchestra.run.smithi042.stdout: hv03.front.sepi 74.6.168.72 3 u 8 64 1 0.103 +0.009 0.000 2024-04-22T22:40:54.883 INFO:teuthology.orchestra.run.smithi042.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:54.913 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T22:40:54.913 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-22T22:40:54.913 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi 44.4.53.2 2 u 7 64 1 0.131 -0.475 0.000 2024-04-22T22:40:54.913 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi 63.231.80.2 3 u 5 64 1 0.122 +0.649 0.000 2024-04-22T22:40:54.913 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi 74.6.168.72 3 u 5 64 1 0.097 +0.476 0.000 2024-04-22T22:40:54.914 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T22:40:54.914 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:40:54.922 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:40:54.923 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:40:54.930 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:40:54.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:40:54.947 INFO:teuthology.task.internal:Duration was 441.863582 seconds 2024-04-22T22:40:54.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:40:54.955 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:40:54.955 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:40:54.958 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:40:54.994 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:40:54.994 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi042.front.sepia.ceph.com 2024-04-22T22:40:54.994 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:55.044 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-22T22:40:55.044 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:55.055 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:40:55.055 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:40:55.088 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:40:55.123 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:40:55.123 DEBUG:teuthology.orchestra.run.smithi042:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:40:55.156 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:40:55.218 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:40:55.227 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:40:55.227 DEBUG:teuthology.orchestra.run.smithi042:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:40:55.240 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:40:55.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:40:55.259 DEBUG:teuthology.orchestra.run.smithi042:> 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 2024-04-22T22:40:55.288 DEBUG:teuthology.orchestra.run.smithi161:> 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 2024-04-22T22:40:55.297 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = core 2024-04-22T22:40:55.305 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-22T22:40:55.322 DEBUG:teuthology.orchestra.run.smithi042:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:40:55.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:55.368 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:40:55.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:40:55.373 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:40:55.382 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:40:55.382 DEBUG:teuthology.misc:Transferring archived files from smithi042:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915/remote/smithi042 2024-04-22T22:40:55.383 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:40:55.432 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915/remote/smithi161 2024-04-22T22:40:55.432 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:40:55.452 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:40:55.452 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:40:55.472 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:40:55.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:40:55.512 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:40:55.513 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:40:55.521 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:40:55.521 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:40:55.524 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:40:55.527 INFO:teuthology.orchestra.run.smithi042.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:40 /home/ubuntu/cephtest 2024-04-22T22:40:55.551 INFO:teuthology.orchestra.run.smithi161.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:40 /home/ubuntu/cephtest 2024-04-22T22:40:55.552 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:40:55.561 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:40:55.579 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:40:55.606 DEBUG:teuthology.nuke:shortname: smithi042 2024-04-22T22:40:55.607 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:40:55.628 DEBUG:teuthology.nuke:shortname: smithi161 2024-04-22T22:40:55.628 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:40:55.632 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:58.137086', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDg5/ZQx9fxR2otSQpabpxDGrpAYnL+WRrYbXycoPm3TkZKN2yzwwuTxiajEKiGxlEq/XjX8yi3/oz0jWpGyU2Q='} 2024-04-22T22:40:55.654 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668915', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:21:58.138759', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKJAWzzbL+g7gaRXypMgkKGH6rmBHLFdDY/SugK1ogKI6MGR/UAlFmXOnpHoEViKULTYaEmcMhdP4fs+c6yn/E0='} 2024-04-22T22:40:55.681 INFO:teuthology.orchestra.console.smithi042:Power off 2024-04-22T22:40:55.681 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:40:55.705 DEBUG:teuthology.orchestra.console.smithi042:power off output: Chassis Power Control: Down/Off 2024-04-22T22:40:55.705 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:40:55.721 INFO:teuthology.orchestra.console.smithi161:Power off 2024-04-22T22:40:55.722 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:40:55.731 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2024-04-22T22:40:55.747 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-04-22T22:40:55.748 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:40:55.770 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-22T22:40:59.733 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:40:59.771 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:40:59.842 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2024-04-22T22:40:59.880 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-22T22:41:03.847 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:41:03.881 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:41:03.960 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is off 2024-04-22T22:41:03.991 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-04-22T22:41:04.062 INFO:teuthology.orchestra.console.smithi042:Power off completed 2024-04-22T22:41:04.092 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-04-22T22:41:04.197 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 441.8635823726654 failure_reason: 'Command failed on smithi042 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f5587318ab614897ab494ea935e37249 status: fail success: false 2024-04-22T22:41:04.198 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:41:04.292 INFO:teuthology.run:FAIL