2024-03-21T21:38:00.355 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T21:38:00.355 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182 --name phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --owner scheduled_phlogistonjohn@teuthology -- /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182/orig.config.yaml 2024-03-21T21:38:00.387 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:38:00.474 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182 branch: wip-phlogistonjohn-testing-2024-03-21-1131 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7615182' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-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: wip-phlogistonjohn-testing-2024-03-21-1131 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 workunit: branch: wip-phlogistonjohn-testing-2024-03-21-1131 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 owner: scheduled_phlogistonjohn@teuthology priority: 95 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1248 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2024-03-21-1131 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 targets: smithi039.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHhzuJVpJFTLVI6PJ8ChCzT1Cnz1IZyrbB8GW4LvWSIm9Dx7+JHuK0BgUA3GSqBFdISe8aVqzHU+4clZ6KeFfo= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBfQ4tYREh804MEzuWlheSSTKQNa84SxVjelCpIRSi5aT/fqhRCn8XheLhAH7a7A9lelPIpN5G1ChwJDT1+MwTg= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_20:44:17 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T21:38:00.474 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa; will attempt to use it 2024-03-21T21:38:00.475 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks 2024-03-21T21:38:00.475 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T21:38:00.476 INFO:teuthology.task.internal:Checking packages... 2024-03-21T21:38:00.500 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5d87ad5bd031c000b3eb3ea886a68e118ae09d38' 2024-03-21T21:38:00.500 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T21:38:00.500 INFO:teuthology.packaging:ref: None 2024-03-21T21:38:00.500 INFO:teuthology.packaging:tag: None 2024-03-21T21:38:00.500 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:38:00.501 INFO:teuthology.packaging:sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:38:00.501 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:38:00.719 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:38:00.720 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T21:38:00.726 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T21:38:00.726 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T21:38:00.733 INFO:teuthology.task.internal:Saving configuration 2024-03-21T21:38:00.745 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T21:38:00.752 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:38:00.778 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi039.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182', '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-03-21 21:30:55.901045', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPfju5n68BwIuVpLLJ6XSqq9T9RWUU7D+sp7i4v+0E/u'} 2024-03-21T21:38:00.798 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182', '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-03-21 21:30:55.902089', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEza9+Pv35KOlreC6af0A+75fLAuyg7Iz/TQNcIkCNet'} 2024-03-21T21:38:00.798 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T21:38:00.804 INFO:teuthology.task.internal:roles: ubuntu@smithi039.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T21:38:00.804 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T21:38:00.804 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T21:38:00.874 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe09a9363a0>, signals=[15]) 2024-03-21T21:38:00.875 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T21:38:00.881 INFO:teuthology.task.internal:Opening connections... 2024-03-21T21:38:00.881 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi039.front.sepia.ceph.com 2024-03-21T21:38:00.882 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:00.964 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-03-21T21:38:00.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:01.040 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T21:38:01.046 DEBUG:teuthology.orchestra.run.smithi039:> uname -m 2024-03-21T21:38:01.051 INFO:teuthology.orchestra.run.smithi039.stdout:x86_64 2024-03-21T21:38:01.051 DEBUG:teuthology.orchestra.run.smithi039:> cat /etc/os-release 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:NAME="Ubuntu" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_ID="22.04" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_CODENAME=jammy 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:ID=ubuntu 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:ID_LIKE=debian 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:38:01.099 INFO:teuthology.orchestra.run.smithi039.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:38:01.100 INFO:teuthology.lock.ops:Updating smithi039.front.sepia.ceph.com on lock server 2024-03-21T21:38:01.126 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-03-21T21:38:01.131 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-03-21T21:38:01.131 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="22.04" 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=jammy 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:38:01.181 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:38:01.182 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:38:01.182 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-03-21T21:38:01.209 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T21:38:01.218 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T21:38:01.225 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T21:38:01.225 DEBUG:teuthology.orchestra.run.smithi039:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:38:01.227 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:38:01.231 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T21:38:01.237 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T21:38:01.237 DEBUG:teuthology.orchestra.run.smithi039:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:38:01.272 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:38:01.285 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T21:38:01.342 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T21:38:01.355 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T21:38:01.356 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T21:38:01.356 DEBUG:teuthology.orchestra.run.smithi039:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:38:01.356 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:38:01.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:38:01.361 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-03-21T21:38:01.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:38:01.362 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-03-21T21:38:01.407 INFO:teuthology.orchestra.run.smithi039.stdout:5.15.0-56-generic 2024-03-21T21:38:01.407 INFO:teuthology.task.kernel:Running kernel on smithi039: 5.15.0-56-generic 2024-03-21T21:38:01.407 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get clean 2024-03-21T21:38:01.410 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-56-generic 2024-03-21T21:38:01.410 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.15.0-56-generic 2024-03-21T21:38:01.410 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-03-21T21:38:01.532 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-03-21T21:38:01.555 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get update 2024-03-21T21:38:01.729 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:38:01.736 INFO:teuthology.orchestra.run.smithi039.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:38:01.806 INFO:teuthology.orchestra.run.smithi039.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:38:01.810 INFO:teuthology.orchestra.run.smithi039.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:38:01.817 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:38:01.818 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:38:01.873 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:38:01.986 INFO:teuthology.orchestra.run.smithi039.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:38:02.072 INFO:teuthology.orchestra.run.smithi039.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:38:02.108 INFO:teuthology.orchestra.run.smithi039.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:38:02.114 INFO:teuthology.orchestra.run.smithi039.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:38:02.114 INFO:teuthology.orchestra.run.smithi039.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:38:02.115 INFO:teuthology.orchestra.run.smithi039.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:38:02.138 INFO:teuthology.orchestra.run.smithi039.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:38:02.140 INFO:teuthology.orchestra.run.smithi039.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:02.141 INFO:teuthology.orchestra.run.smithi039.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:38:02.158 INFO:teuthology.orchestra.run.smithi039.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:38:02.165 INFO:teuthology.orchestra.run.smithi039.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:38:02.166 INFO:teuthology.orchestra.run.smithi039.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:38:02.167 INFO:teuthology.orchestra.run.smithi039.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:38:02.167 INFO:teuthology.orchestra.run.smithi039.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:38:02.167 INFO:teuthology.orchestra.run.smithi039.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:38:02.176 INFO:teuthology.orchestra.run.smithi039.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:38:02.177 INFO:teuthology.orchestra.run.smithi039.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:38:02.177 INFO:teuthology.orchestra.run.smithi039.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:38:02.187 INFO:teuthology.orchestra.run.smithi039.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:38:02.188 INFO:teuthology.orchestra.run.smithi039.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:38:02.188 INFO:teuthology.orchestra.run.smithi039.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:38:02.188 INFO:teuthology.orchestra.run.smithi039.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:38:02.188 INFO:teuthology.orchestra.run.smithi039.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:38:02.196 INFO:teuthology.orchestra.run.smithi039.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:38:02.231 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:38:02.234 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:38:02.253 INFO:teuthology.orchestra.run.smithi039.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:38:02.377 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:38:02.652 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:38:02.663 INFO:teuthology.orchestra.run.smithi039.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:38:02.671 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:38:02.680 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:38:02.680 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:38:02.682 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:38:02.682 INFO:teuthology.orchestra.run.smithi039.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:38:02.694 INFO:teuthology.orchestra.run.smithi039.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:38:02.695 INFO:teuthology.orchestra.run.smithi039.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:38:02.696 INFO:teuthology.orchestra.run.smithi039.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:38:02.718 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:38:02.734 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:38:02.735 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:38:02.774 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:38:02.776 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:38:02.789 INFO:teuthology.orchestra.run.smithi039.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:38:02.803 INFO:teuthology.orchestra.run.smithi039.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:02.803 INFO:teuthology.orchestra.run.smithi039.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:38:02.823 INFO:teuthology.orchestra.run.smithi039.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:38:02.831 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:38:02.831 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:02.832 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:38:02.832 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:38:02.838 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:38:02.842 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:38:03.002 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:38:03.021 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:38:03.023 INFO:teuthology.orchestra.run.smithi039.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:38:03.427 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:38:03.432 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:38:03.433 INFO:teuthology.orchestra.run.smithi039.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:38:03.438 INFO:teuthology.orchestra.run.smithi039.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:38:03.446 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:38:03.447 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:38:03.449 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:38:03.452 INFO:teuthology.orchestra.run.smithi039.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:38:03.453 INFO:teuthology.orchestra.run.smithi039.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:38:03.455 INFO:teuthology.orchestra.run.smithi039.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:38:03.629 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:38:03.667 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:38:03.679 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:38:03.681 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:38:03.681 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:38:03.685 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:38:03.685 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:38:03.685 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:38:03.710 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:38:03.714 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:38:03.879 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:38:03.962 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:38:04.043 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:38:04.125 INFO:teuthology.orchestra.run.smithi079.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:38:04.155 INFO:teuthology.orchestra.run.smithi079.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:38:08.272 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 12.5 MB in 2s (6,770 kB/s) 2024-03-21T21:38:08.718 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 12.5 MB in 3s (4,888 kB/s) 2024-03-21T21:38:09.730 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-03-21T21:38:09.747 DEBUG:teuthology.orchestra.run.smithi039:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:09.812 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-03-21T21:38:10.013 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-03-21T21:38:10.014 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-03-21T21:38:10.148 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-03-21T21:38:10.165 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:10.192 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:10.192 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:10.193 INFO:teuthology.orchestra.run.smithi039.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:10.193 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:10.193 INFO:teuthology.orchestra.run.smithi039.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:38:10.194 INFO:teuthology.orchestra.run.smithi039.stdout: python2.7-minimal 2024-03-21T21:38:10.194 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:10.195 INFO:teuthology.orchestra.run.smithi039.stdout:The following additional packages will be installed: 2024-03-21T21:38:10.195 INFO:teuthology.orchestra.run.smithi039.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:10.195 INFO:teuthology.orchestra.run.smithi039.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:38:10.196 INFO:teuthology.orchestra.run.smithi039.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:10.197 INFO:teuthology.orchestra.run.smithi039.stdout:Suggested packages: 2024-03-21T21:38:10.197 INFO:teuthology.orchestra.run.smithi039.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:38:10.197 INFO:teuthology.orchestra.run.smithi039.stdout:Recommended packages: 2024-03-21T21:38:10.197 INFO:teuthology.orchestra.run.smithi039.stdout: thermald 2024-03-21T21:38:10.226 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-03-21T21:38:10.266 INFO:teuthology.orchestra.run.smithi039.stdout:The following NEW packages will be installed: 2024-03-21T21:38:10.266 INFO:teuthology.orchestra.run.smithi039.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:10.266 INFO:teuthology.orchestra.run.smithi039.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:38:10.267 INFO:teuthology.orchestra.run.smithi039.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:10.268 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages will be upgraded: 2024-03-21T21:38:10.268 INFO:teuthology.orchestra.run.smithi039.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:38:10.327 INFO:teuthology.orchestra.run.smithi039.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:10.327 INFO:teuthology.orchestra.run.smithi039.stdout:Need to get 113 MB of archives. 2024-03-21T21:38:10.327 INFO:teuthology.orchestra.run.smithi039.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:38:10.327 INFO:teuthology.orchestra.run.smithi039.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:38:10.420 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-03-21T21:38:10.421 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-03-21T21:38:10.589 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:10.589 INFO:teuthology.orchestra.run.smithi079.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:10.589 INFO:teuthology.orchestra.run.smithi079.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:10.590 INFO:teuthology.orchestra.run.smithi079.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:10.590 INFO:teuthology.orchestra.run.smithi079.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:38:10.590 INFO:teuthology.orchestra.run.smithi079.stdout: python2.7-minimal 2024-03-21T21:38:10.590 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:10.591 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2024-03-21T21:38:10.591 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:10.592 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:38:10.592 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:10.593 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2024-03-21T21:38:10.593 INFO:teuthology.orchestra.run.smithi079.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:38:10.593 INFO:teuthology.orchestra.run.smithi079.stdout:Recommended packages: 2024-03-21T21:38:10.593 INFO:teuthology.orchestra.run.smithi079.stdout: thermald 2024-03-21T21:38:10.649 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2024-03-21T21:38:10.649 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:38:10.649 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:38:10.650 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:38:10.651 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages will be upgraded: 2024-03-21T21:38:10.652 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:38:10.832 INFO:teuthology.orchestra.run.smithi079.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:10.832 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 113 MB of archives. 2024-03-21T21:38:10.832 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:38:10.832 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:38:10.836 INFO:teuthology.orchestra.run.smithi039.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:38:10.953 INFO:teuthology.orchestra.run.smithi039.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:38:11.820 INFO:teuthology.orchestra.run.smithi039.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:38:11.820 INFO:teuthology.orchestra.run.smithi039.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:38:11.820 INFO:teuthology.orchestra.run.smithi039.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:38:11.950 INFO:teuthology.orchestra.run.smithi039.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:38:11.974 INFO:teuthology.orchestra.run.smithi039.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:38:12.248 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:38:12.393 INFO:teuthology.orchestra.run.smithi039.stdout:Fetched 113 MB in 2s (66.6 MB/s) 2024-03-21T21:38:12.525 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:38:12.599 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:38:14.507 INFO:teuthology.orchestra.run.smithi039.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-03-21T21:38:14.512 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:14.647 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:14.866 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:38:14.866 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:38:14.866 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:38:15.389 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:38:15.531 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:38:15.920 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 113 MB in 5s (23.2 MB/s) 2024-03-21T21:38:16.116 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:38:17.323 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:38:17.345 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:17.433 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:17.901 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:38:17.922 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:17.959 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:18.179 INFO:teuthology.orchestra.run.smithi079.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-03-21T21:38:18.183 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:18.263 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:20.481 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:38:20.502 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:20.596 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:21.084 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:38:21.105 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:21.142 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:24.390 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:24.517 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:24.859 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:24.996 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:25.323 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:38:25.346 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:38:25.390 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:38:28.042 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:28.169 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:28.511 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:28.648 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:28.942 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:38:28.965 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:38:29.000 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:38:31.087 INFO:teuthology.orchestra.run.smithi039.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:38:31.123 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:31.161 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:33.985 INFO:teuthology.orchestra.run.smithi039.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:34.125 INFO:teuthology.orchestra.run.smithi039.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:34.476 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:38:34.613 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:34.739 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:38:34.860 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:35.076 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:38:35.114 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:38:35.151 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:36.205 INFO:teuthology.orchestra.run.smithi039.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:38:36.205 INFO:teuthology.orchestra.run.smithi039.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:38:36.205 INFO:teuthology.orchestra.run.smithi039.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:38:36.206 INFO:teuthology.orchestra.run.smithi039.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:36.371 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:38.314 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:38.639 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:38:38.761 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:38:39.104 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:38:39.225 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:39.351 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:38:39.505 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:39.757 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:38:39.858 INFO:teuthology.orchestra.run.smithi039.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:38:39.959 INFO:teuthology.orchestra.run.smithi039.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:40.029 INFO:teuthology.orchestra.run.smithi039.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:38:40.029 INFO:teuthology.orchestra.run.smithi039.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:40.836 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:38:40.836 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:38:40.836 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:38:40.836 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:40.991 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:42.374 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:44.250 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:38:44.376 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:38:44.502 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:38:44.574 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:38:44.574 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:54.882 INFO:teuthology.orchestra.run.smithi039.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:38:54.882 INFO:teuthology.orchestra.run.smithi039.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:38:54.913 INFO:teuthology.orchestra.run.smithi039.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:38:54.936 INFO:teuthology.orchestra.run.smithi039.stdout:Generating grub configuration file ... 2024-03-21T21:38:55.185 INFO:teuthology.orchestra.run.smithi039.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:38:55.204 INFO:teuthology.orchestra.run.smithi039.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:55.533 INFO:teuthology.orchestra.run.smithi039.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:38:55.538 INFO:teuthology.orchestra.run.smithi039.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:38:55.610 INFO:teuthology.orchestra.run.smithi039.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:38:55.616 INFO:teuthology.orchestra.run.smithi039.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:38:55.773 INFO:teuthology.orchestra.run.smithi039.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:38:55.773 INFO:teuthology.orchestra.run.smithi039.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:38:55.773 INFO:teuthology.orchestra.run.smithi039.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:38:55.817 INFO:teuthology.orchestra.run.smithi039.stdout:done 2024-03-21T21:38:56.316 DEBUG:teuthology.orchestra.run.smithi039:> dpkg -s linux-image-generic 2024-03-21T21:38:56.334 INFO:teuthology.orchestra.run.smithi039.stdout:Package: linux-image-generic 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Status: install ok installed 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Priority: optional 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Section: kernel 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Installed-Size: 21 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Architecture: amd64 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Source: linux-meta 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Version: 5.15.0.101.98 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Recommends: thermald 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout:Description: Generic Linux kernel image 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:38:56.335 INFO:teuthology.orchestra.run.smithi039.stdout: available. 2024-03-21T21:38:56.336 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:38:56.336 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:38:56.336 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:38:56.336 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T21:38:56.336 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi039.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:38:56.336 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get clean 2024-03-21T21:38:56.559 DEBUG:teuthology.orchestra.run.smithi039:> sudo apt-get update 2024-03-21T21:38:56.689 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:38:56.689 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:38:56.700 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:38:56.721 INFO:teuthology.orchestra.run.smithi039.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:38:58.036 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-03-21T21:38:58.054 DEBUG:teuthology.orchestra.run.smithi039:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:58.119 INFO:teuthology.orchestra.run.smithi039.stdout:Reading package lists... 2024-03-21T21:38:58.319 INFO:teuthology.orchestra.run.smithi039.stdout:Building dependency tree... 2024-03-21T21:38:58.320 INFO:teuthology.orchestra.run.smithi039.stdout:Reading state information... 2024-03-21T21:38:58.502 INFO:teuthology.orchestra.run.smithi039.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:38:58.502 INFO:teuthology.orchestra.run.smithi039.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:58.502 INFO:teuthology.orchestra.run.smithi039.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:58.502 INFO:teuthology.orchestra.run.smithi039.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:58.502 INFO:teuthology.orchestra.run.smithi039.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:58.503 INFO:teuthology.orchestra.run.smithi039.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:38:58.503 INFO:teuthology.orchestra.run.smithi039.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:38:58.503 INFO:teuthology.orchestra.run.smithi039.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:58.544 INFO:teuthology.orchestra.run.smithi039.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:58.546 DEBUG:teuthology.orchestra.run.smithi039:> dpkg -s linux-image-generic 2024-03-21T21:38:58.559 INFO:teuthology.orchestra.run.smithi039.stdout:Package: linux-image-generic 2024-03-21T21:38:58.559 INFO:teuthology.orchestra.run.smithi039.stdout:Status: install ok installed 2024-03-21T21:38:58.559 INFO:teuthology.orchestra.run.smithi039.stdout:Priority: optional 2024-03-21T21:38:58.559 INFO:teuthology.orchestra.run.smithi039.stdout:Section: kernel 2024-03-21T21:38:58.559 INFO:teuthology.orchestra.run.smithi039.stdout:Installed-Size: 21 2024-03-21T21:38:58.559 INFO:teuthology.orchestra.run.smithi039.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout:Architecture: amd64 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout:Source: linux-meta 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout:Version: 5.15.0.101.98 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout:Recommends: thermald 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout:Description: Generic Linux kernel image 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:38:58.560 INFO:teuthology.orchestra.run.smithi039.stdout: available. 2024-03-21T21:38:58.560 DEBUG:teuthology.orchestra.run.smithi039:> mktemp 2024-03-21T21:38:58.607 INFO:teuthology.orchestra.run.smithi039.stdout:/tmp/tmp.aP7P4b9Bl2 2024-03-21T21:38:58.607 DEBUG:teuthology.orchestra.run.smithi039:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aP7P4b9Bl2 2024-03-21T21:38:58.679 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0666 /tmp/tmp.aP7P4b9Bl2 2024-03-21T21:38:58.792 DEBUG:teuthology.orchestra.remote:smithi039:/tmp/tmp.aP7P4b9Bl2 is 10KB 2024-03-21T21:38:58.805 DEBUG:teuthology.orchestra.run.smithi039:> rm -fr /tmp/tmp.aP7P4b9Bl2 2024-03-21T21:38:58.811 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:38:58.867 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-03-21T21:38:58.867 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:38:58.867 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:38:58.960 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:38:58.960 DEBUG:teuthology.orchestra.run.smithi039:> sudo update-grub 2024-03-21T21:38:59.143 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:38:59.144 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:38:59.175 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:38:59.199 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2024-03-21T21:38:59.522 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:38:59.549 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:59.882 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:38:59.887 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:38:59.954 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:38:59.960 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:00.107 INFO:teuthology.orchestra.run.smithi079.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:00.107 INFO:teuthology.orchestra.run.smithi079.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:00.107 INFO:teuthology.orchestra.run.smithi079.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:00.140 INFO:teuthology.orchestra.run.smithi079.stdout:done 2024-03-21T21:39:00.243 INFO:teuthology.orchestra.run.smithi039.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:39:00.244 INFO:teuthology.orchestra.run.smithi039.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:00.249 INFO:teuthology.orchestra.run.smithi039.stderr:Generating grub configuration file ... 2024-03-21T21:39:00.444 INFO:teuthology.orchestra.run.smithi039.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:00.451 INFO:teuthology.orchestra.run.smithi039.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:00.647 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-03-21T21:39:00.664 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 21 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:00.665 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-03-21T21:39:00.666 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:00.666 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:00.666 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-03-21T21:39:00.666 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:39:00.666 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:39:00.666 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:39:00.666 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T21:39:00.666 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:39:00.666 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-03-21T21:39:00.729 INFO:teuthology.orchestra.run.smithi039.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:00.734 INFO:teuthology.orchestra.run.smithi039.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:00.776 INFO:teuthology.orchestra.run.smithi039.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:00.781 INFO:teuthology.orchestra.run.smithi039.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:00.836 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-03-21T21:39:00.903 INFO:teuthology.orchestra.run.smithi039.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:00.903 INFO:teuthology.orchestra.run.smithi039.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:00.903 INFO:teuthology.orchestra.run.smithi039.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:00.913 INFO:teuthology.orchestra.run.smithi039.stderr:done 2024-03-21T21:39:00.923 DEBUG:teuthology.orchestra.run.smithi039:> sudo shutdown -r now 2024-03-21T21:39:00.962 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:39:00.962 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:39:00.974 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:39:00.997 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:39:02.404 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-03-21T21:39:02.420 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:39:02.479 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-03-21T21:39:02.676 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-03-21T21:39:02.677 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-03-21T21:39:02.851 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:39:02.851 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:39:02.851 INFO:teuthology.orchestra.run.smithi079.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:39:02.852 INFO:teuthology.orchestra.run.smithi079.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:39:02.852 INFO:teuthology.orchestra.run.smithi079.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:39:02.852 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:39:02.852 INFO:teuthology.orchestra.run.smithi079.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:39:02.852 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:39:02.892 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:39:02.894 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-03-21T21:39:02.952 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-03-21T21:39:02.952 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-03-21T21:39:02.952 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-03-21T21:39:02.952 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-03-21T21:39:02.952 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 21 2024-03-21T21:39:02.952 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.101.98 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.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-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:39:02.953 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-03-21T21:39:02.954 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-03-21T21:39:02.997 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.XiVJPYU50h 2024-03-21T21:39:02.997 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XiVJPYU50h 2024-03-21T21:39:03.060 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.XiVJPYU50h 2024-03-21T21:39:03.174 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.XiVJPYU50h is 10KB 2024-03-21T21:39:03.187 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.XiVJPYU50h 2024-03-21T21:39:03.192 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:03.244 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-21T21:39:03.244 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:39:03.244 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:39:03.308 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:39:03.308 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2024-03-21T21:39:04.521 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:39:04.522 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:39:04.525 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-03-21T21:39:04.731 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:39:04.737 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:39:04.980 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:39:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:39:05.024 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:39:05.030 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:39:05.147 INFO:teuthology.orchestra.run.smithi079.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:39:05.147 INFO:teuthology.orchestra.run.smithi079.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:39:05.147 INFO:teuthology.orchestra.run.smithi079.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:39:05.158 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-03-21T21:39:05.175 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-03-21T21:39:30.952 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T21:39:30.952 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-03-21T21:39:30.954 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:39:35.180 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T21:39:35.180 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-21T21:39:35.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:05.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-03-21T21:40:09.634 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-03-21T21:40:14.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-03-21T21:40:14.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:17.598 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-03-21T21:40:18.637 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-21T21:40:18.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:29.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-03-21T21:40:29.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:32.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-03-21T21:40:37.022 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-03-21T21:40:47.682 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-03-21T21:40:47.683 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:49.024 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-21T21:40:49.025 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:49.451 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-03-21T21:40:50.081 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-21T21:40:50.081 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T21:40:50.082 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-03-21T21:40:50.129 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-101-generic 2024-03-21T21:40:50.129 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:40:50.129 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:40:50.129 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:40:51.130 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T21:40:51.131 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:40:51.209 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-03-21T21:40:51.227 DEBUG:teuthology.parallel:result is None 2024-03-21T21:41:19.928 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-03-21T21:41:20.836 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-03-21T21:41:20.837 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T21:41:20.837 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-03-21T21:41:20.885 INFO:teuthology.orchestra.run.smithi039.stdout:5.15.0-101-generic 2024-03-21T21:41:20.885 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:41:20.885 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:41:20.886 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:41:21.887 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T21:41:21.887 DEBUG:teuthology.orchestra.run.smithi039:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:41:22.080 INFO:teuthology.orchestra.run.smithi039.stdout:ttyS1 2024-03-21T21:41:22.111 DEBUG:teuthology.parallel:result is None 2024-03-21T21:41:22.111 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T21:41:22.119 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T21:41:22.119 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:41:22.121 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:41:22.128 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T21:41:22.136 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T21:41:22.142 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T21:41:22.143 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:41:22.170 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:41:22.240 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T21:41:22.247 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T21:41:22.248 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:41:22.251 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:41:22.272 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:22.280 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:22.323 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:22.332 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:41:22.333 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T21:41:22.340 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T21:41:22.341 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:41:22.343 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:41:22.356 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T21:41:22.365 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T21:41:22.366 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:41:22.398 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:41:22.403 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:41:22.449 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:41:22.497 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-03-21T21:41:22.497 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:41:22.591 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:41:22.597 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:41:22.646 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-21T21:41:22.646 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:41:22.711 DEBUG:teuthology.orchestra.run.smithi039:> sudo service rsyslog restart 2024-03-21T21:41:22.714 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-03-21T21:41:22.784 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T21:41:22.796 INFO:teuthology.task.internal:Starting timer... 2024-03-21T21:41:22.797 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T21:41:22.807 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T21:41:22.816 DEBUG:teuthology.task.selinux:Excluding smithi039: OS 'ubuntu' does not support SELinux 2024-03-21T21:41:22.816 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2024-03-21T21:41:22.816 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T21:41:22.816 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T21:41:22.817 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T21:41:22.817 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T21:41:22.825 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T21:41:22.847 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-03-21T21:41:22.849 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi039.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T21:48:30.448 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi039.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2024-03-21T21:48:30.449 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-03-21T21:48:30.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:48:30.534 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-03-21T21:48:30.614 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-03-21T21:48:30.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-21T21:48:30.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:48:30.694 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-03-21T21:48:30.766 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-03-21T21:48:30.767 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T21:48:30.778 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T21:48:30.778 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:48:30.778 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:30.780 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:48:30.780 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:30.806 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:48:30.807 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Command line: ntpd -gq 2024-03-21T21:48:30.807 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: ---------------------------------------------------- 2024-03-21T21:48:30.807 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:48:30.807 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:48:30.807 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: corporation. Support and training for ntp-4 are 2024-03-21T21:48:30.807 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: available at https://www.nwtime.org/support 2024-03-21T21:48:30.807 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: ---------------------------------------------------- 2024-03-21T21:48:30.808 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: proto: precision = 0.046 usec (-24) 2024-03-21T21:48:30.808 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: basedate set to 2022-02-04 2024-03-21T21:48:30.808 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:48:30.808 INFO:teuthology.orchestra.run.smithi039.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:30.808 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:30.808 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:30.809 INFO:teuthology.orchestra.run.smithi039.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:30.810 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:48:30.810 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:48:30.810 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:48:30.810 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Listen normally on 3 ens1f0 172.21.15.39:123 2024-03-21T21:48:30.810 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Listen normally on 4 lo [::1]:123 2024-03-21T21:48:30.810 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1370%4]:123 2024-03-21T21:48:30.810 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:30 ntpd[17091]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:48:30.835 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:48:30.835 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Command line: ntpd -gq 2024-03-21T21:48:30.835 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: ---------------------------------------------------- 2024-03-21T21:48:30.835 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:48:30.835 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:48:30.836 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: corporation. Support and training for ntp-4 are 2024-03-21T21:48:30.836 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: available at https://www.nwtime.org/support 2024-03-21T21:48:30.836 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: ---------------------------------------------------- 2024-03-21T21:48:30.836 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: proto: precision = 0.059 usec (-24) 2024-03-21T21:48:30.836 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: basedate set to 2022-02-04 2024-03-21T21:48:30.836 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:48:30.837 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:30.837 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:48:30.837 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:30.837 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:48:30.838 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:48:30.838 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:48:30.838 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:48:30.838 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2024-03-21T21:48:30.838 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Listen normally on 4 lo [::1]:123 2024-03-21T21:48:30.839 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2024-03-21T21:48:30.839 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:30 ntpd[17206]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:48:31.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:31.809 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:31.809 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.809 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.809 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:31.809 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:31 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:31.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:31 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:32.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:32 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:32.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:32 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:32.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:32 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:32.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:32 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:32.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:32 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:32.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:32 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:32.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:32 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:32.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:32 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:32.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:32 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:32.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:32 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:32.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:32 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:32.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:32 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:33.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:33.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:33 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:33.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:33.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:33 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:34.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:34.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:34.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:34.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:34.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:34.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:34.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:34.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:34 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:34.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:34 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:34.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:34 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:34.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:34 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:34.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:34 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:34.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:34 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:34.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:34 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:35.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:35.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:35 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:35.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:35.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:35.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:35 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:36.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:36 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:36.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:36 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:36.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:36 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:36.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:36 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:36.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:36 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:36.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:36 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:36.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:36 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:36.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:36 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:36.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:36 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:36.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:36 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:36.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:36 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:36.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:36 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:37.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:37.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:37.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:37.807 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:37.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:37.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:37.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:37.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:37.808 INFO:teuthology.orchestra.run.smithi039.stdout:21 Mar 21:48:37 ntpd[17091]: ntpd: time slew -0.000189 s 2024-03-21T21:48:37.808 INFO:teuthology.orchestra.run.smithi039.stdout:ntpd: time slew -0.000189s 2024-03-21T21:48:37.808 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:48:37.809 INFO:teuthology.orchestra.run.smithi039.stderr:21 Mar 21:48:37 ntpd[17091]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:48:37.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:37.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:37.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:37.836 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:37.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:48:37.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:48:37.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:48:37.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:48:37.837 INFO:teuthology.orchestra.run.smithi079.stdout:21 Mar 21:48:37 ntpd[17206]: ntpd: time slew -0.000884 s 2024-03-21T21:48:37.837 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew -0.000884s 2024-03-21T21:48:37.837 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:48:37.838 INFO:teuthology.orchestra.run.smithi079.stderr:21 Mar 21:48:37 ntpd[17206]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:48:37.856 INFO:teuthology.orchestra.run.smithi039.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:48:37.856 INFO:teuthology.orchestra.run.smithi039.stdout:============================================================================== 2024-03-21T21:48:37.856 INFO:teuthology.orchestra.run.smithi039.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.856 INFO:teuthology.orchestra.run.smithi039.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.856 INFO:teuthology.orchestra.run.smithi039.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.856 INFO:teuthology.orchestra.run.smithi039.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.951 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:48:37.951 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-03-21T21:48:37.952 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.952 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.952 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.952 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:37.953 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T21:48:37.963 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T21:48:37.964 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-03-21T21:48:37.964 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:48:37.969 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-03-21T21:48:37.969 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_1 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 855 Links: 1 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-03-21 21:45:10.653600427 +0000 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-03-21 21:45:10.649600463 +0000 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-03-21 21:45:10.649600463 +0000 2024-03-21T21:48:38.015 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-03-21T21:48:38.016 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:48:38.069 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-03-21T21:48:38.069 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-03-21T21:48:38.069 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000506091 s, 1.0 MB/s 2024-03-21T21:48:38.070 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:48:38.120 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_2 2024-03-21T21:48:38.167 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:48:38.167 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:38.167 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 865 Links: 1 2024-03-21T21:48:38.167 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:38.167 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-03-21 21:45:11.405593719 +0000 2024-03-21T21:48:38.167 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-03-21 21:45:11.125596216 +0000 2024-03-21T21:48:38.168 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-03-21 21:45:11.125596216 +0000 2024-03-21T21:48:38.168 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-03-21T21:48:38.168 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:48:38.223 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-03-21T21:48:38.223 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-03-21T21:48:38.223 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000396088 s, 1.3 MB/s 2024-03-21T21:48:38.224 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:48:38.274 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_3 2024-03-21T21:48:38.319 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:48:38.319 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:38.319 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-03-21T21:48:38.319 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:38.319 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-03-21 21:45:11.901589294 +0000 2024-03-21T21:48:38.319 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-03-21 21:45:11.625591756 +0000 2024-03-21T21:48:38.320 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-03-21 21:45:11.625591756 +0000 2024-03-21T21:48:38.320 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-03-21T21:48:38.320 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:48:38.373 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-03-21T21:48:38.373 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-03-21T21:48:38.373 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000387166 s, 1.3 MB/s 2024-03-21T21:48:38.374 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:48:38.424 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_4 2024-03-21T21:48:38.471 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:48:38.471 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:38.471 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-03-21T21:48:38.471 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:38.471 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-03-21 21:45:12.405584798 +0000 2024-03-21T21:48:38.471 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-03-21 21:45:12.141587153 +0000 2024-03-21T21:48:38.471 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-03-21 21:45:12.141587153 +0000 2024-03-21T21:48:38.472 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: - 2024-03-21T21:48:38.472 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:48:38.525 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-03-21T21:48:38.525 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-03-21T21:48:38.525 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000531009 s, 964 kB/s 2024-03-21T21:48:38.527 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:48:38.577 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:38.747 INFO:teuthology.orchestra.run.smithi039.stdout:loop 2024-03-21T21:48:38.749 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_1... 2024-03-21T21:48:38.749 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:38.766 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-03-21T21:48:38.787 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:48:38.803 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_2... 2024-03-21T21:48:38.804 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:38.868 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-03-21T21:48:38.890 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:48:38.909 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_3... 2024-03-21T21:48:38.909 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:38.967 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-03-21T21:48:38.988 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:48:39.006 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_4... 2024-03-21T21:48:39.006 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:39.067 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-03-21T21:48:39.088 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:48:39.106 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-03-21T21:48:39.106 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:48:39.155 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme list 2024-03-21T21:48:39.212 INFO:teuthology.orchestra.run.smithi039.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:48:39.212 INFO:teuthology.orchestra.run.smithi039.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:48:39.212 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/nvme0n1 BTLE736102QX4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2024-03-21T21:48:39.212 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/nvme1n1 c546e566b1f727145553 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:39.213 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/nvme2n1 2032f819a0164512071f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:39.213 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/nvme3n1 d820a78cc8f0655d77c2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:39.213 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/nvme4n1 8c04cf07737da347dd63 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:39.213 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:48:39.214 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-03-21T21:48:39.214 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/scratch_devs 2024-03-21T21:48:39.265 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-21T21:48:39.265 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:48:39.271 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-03-21T21:48:39.271 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-03-21T21:48:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:48:39.318 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:39.318 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-03-21T21:48:39.318 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:39.318 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-21 21:45:08.903741055 +0000 2024-03-21T21:48:39.318 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-21 21:45:08.667743161 +0000 2024-03-21T21:48:39.318 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-21 21:45:08.667743161 +0000 2024-03-21T21:48:39.318 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-03-21T21:48:39.318 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:48:39.372 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-21T21:48:39.372 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-21T21:48:39.372 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000448654 s, 1.1 MB/s 2024-03-21T21:48:39.373 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:48:39.423 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-21 21:45:09.359736987 +0000 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-21 21:45:09.115739163 +0000 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-21 21:45:09.115739163 +0000 2024-03-21T21:48:39.469 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-03-21T21:48:39.469 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:48:39.523 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-21T21:48:39.523 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-21T21:48:39.523 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000415898 s, 1.2 MB/s 2024-03-21T21:48:39.524 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:48:39.574 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-03-21T21:48:39.621 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:48:39.621 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:39.621 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-03-21T21:48:39.622 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:39.622 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-21 21:45:09.887732276 +0000 2024-03-21T21:48:39.622 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-21 21:45:09.611734739 +0000 2024-03-21T21:48:39.622 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-21 21:45:09.611734739 +0000 2024-03-21T21:48:39.622 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-03-21T21:48:39.622 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:48:39.675 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-21T21:48:39.675 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-21T21:48:39.676 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000380718 s, 1.3 MB/s 2024-03-21T21:48:39.677 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:48:39.726 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-03-21T21:48:39.773 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:48:39.773 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:48:39.774 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-21T21:48:39.774 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:48:39.774 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-03-21 21:45:10.103730350 +0000 2024-03-21T21:48:39.774 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-03-21 21:45:10.099730386 +0000 2024-03-21T21:48:39.774 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-03-21 21:45:10.099730386 +0000 2024-03-21T21:48:39.774 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-03-21T21:48:39.775 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:48:39.827 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-03-21T21:48:39.827 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-03-21T21:48:39.827 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000310755 s, 1.6 MB/s 2024-03-21T21:48:39.829 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:48:39.879 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:40.000 INFO:teuthology.orchestra.run.smithi079.stdout:loop 2024-03-21T21:48:40.001 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-03-21T21:48:40.002 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:40.017 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-03-21T21:48:40.036 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:48:40.051 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-03-21T21:48:40.051 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:40.108 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-03-21T21:48:40.128 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:48:40.143 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-03-21T21:48:40.143 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:40.202 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-03-21T21:48:40.221 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:48:40.238 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-03-21T21:48:40.238 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:40.298 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-03-21T21:48:40.320 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:48:40.338 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-21T21:48:40.339 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:48:40.385 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme list 2024-03-21T21:48:40.439 INFO:teuthology.orchestra.run.smithi079.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:48:40.439 INFO:teuthology.orchestra.run.smithi079.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:48:40.439 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme0n1 PHFT6204013G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T21:48:40.439 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme1n1 e92090e16af4c66eb573 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:40.439 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme2n1 b12be34cf80c0314ef48 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:40.439 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme3n1 45ca77a725d5dcc8a23f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:40.440 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme4n1 4d9c96bcfdb137cc48c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:48:40.440 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:48:40.440 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-21T21:48:40.441 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-03-21T21:48:40.491 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T21:48:40.587 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T21:48:40.587 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:48:40.588 INFO:tasks.cephadm:Cluster fsid is c7c3688a-e7cc-11ee-95cd-87774f69a715 2024-03-21T21:48:40.588 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T21:48:40.588 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T21:48:40.588 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:48:40.589 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, 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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:48:40.805 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b193fe097f914545823e8fe46e9af1b1 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, 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_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:48:40.808 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T21:48:40.817 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T21:48:40.849 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_1... 2024-03-21T21:48:40.849 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_1 2024-03-21T21:48:41.111 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:48:41.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:41.112 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_2... 2024-03-21T21:48:41.113 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_2 2024-03-21T21:48:41.371 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:48:41.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:41.372 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_3... 2024-03-21T21:48:41.373 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_3 2024-03-21T21:48:41.623 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:48:41.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:41.624 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_4... 2024-03-21T21:48:41.625 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_4 2024-03-21T21:48:41.863 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:48:41.864 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:41.865 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-03-21T21:48:41.865 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/scratch_devs 2024-03-21T21:48:41.878 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-03-21T21:48:41.878 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_1 2024-03-21T21:48:42.121 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:48:42.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:42.123 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-03-21T21:48:42.123 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_2 2024-03-21T21:48:42.369 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:48:42.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:42.371 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-03-21T21:48:42.371 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_3 2024-03-21T21:48:42.645 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:48:42.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:42.647 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-03-21T21:48:42.647 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_4 2024-03-21T21:48:42.889 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:48:42.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:42.891 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-03-21T21:48:42.891 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-03-21T21:48:42.904 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T21:48:42.928 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T21:48:42.929 DEBUG:teuthology.orchestra.run.smithi039:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:48:42.931 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:48:42.942 INFO:teuthology.orchestra.run.smithi039.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:48:42.942 INFO:teuthology.orchestra.run.smithi039.stdout:============================================================================== 2024-03-21T21:48:42.943 INFO:teuthology.orchestra.run.smithi039.stdout: hv01.front.sepi 44.4.53.2 2 u 3 64 1 0.092 -1.425 0.000 2024-03-21T21:48:42.943 INFO:teuthology.orchestra.run.smithi039.stdout: hv02.front.sepi 63.231.80.2 3 u 4 64 1 0.117 -0.042 0.000 2024-03-21T21:48:42.943 INFO:teuthology.orchestra.run.smithi039.stdout: hv03.front.sepi 74.6.168.72 3 u 1 64 1 0.102 -0.012 0.000 2024-03-21T21:48:42.943 INFO:teuthology.orchestra.run.smithi039.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:42.958 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:48:42.959 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-03-21T21:48:42.959 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi 44.4.53.2 2 u 4 64 1 0.116 -1.923 0.000 2024-03-21T21:48:42.959 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi 63.231.80.2 3 u 3 64 1 0.090 -0.118 0.000 2024-03-21T21:48:42.959 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi 74.6.168.72 3 u 3 64 1 0.130 -0.081 0.000 2024-03-21T21:48:42.959 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:48:42.960 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T21:48:42.988 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T21:48:42.989 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T21:48:43.014 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T21:48:43.037 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T21:48:43.054 INFO:teuthology.task.internal:Duration was 440.257097 seconds 2024-03-21T21:48:43.054 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T21:48:43.063 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T21:48:43.063 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:48:43.066 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:48:43.103 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T21:48:43.104 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi039.front.sepia.ceph.com 2024-03-21T21:48:43.104 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:43.156 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-03-21T21:48:43.156 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:43.166 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T21:48:43.166 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:48:43.200 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:48:43.243 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T21:48:43.244 DEBUG:teuthology.orchestra.run.smithi039:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:48:43.276 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:48:43.338 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T21:48:43.349 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T21:48:43.349 DEBUG:teuthology.orchestra.run.smithi039:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:48:43.362 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:48:43.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T21:48:43.387 DEBUG:teuthology.orchestra.run.smithi039:> 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-03-21T21:48:43.407 DEBUG:teuthology.orchestra.run.smithi079:> 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-03-21T21:48:43.417 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = core 2024-03-21T21:48:43.427 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-03-21T21:48:43.451 DEBUG:teuthology.orchestra.run.smithi039:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:48:43.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:43.483 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:48:43.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:48:43.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T21:48:43.507 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T21:48:43.509 DEBUG:teuthology.misc:Transferring archived files from smithi039:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182/remote/smithi039 2024-03-21T21:48:43.509 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:48:43.547 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182/remote/smithi079 2024-03-21T21:48:43.548 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:48:43.569 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T21:48:43.569 DEBUG:teuthology.orchestra.run.smithi039:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:48:43.584 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:48:43.613 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T21:48:43.624 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T21:48:43.624 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T21:48:43.635 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T21:48:43.635 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:48:43.637 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:48:43.641 INFO:teuthology.orchestra.run.smithi039.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:48 /home/ubuntu/cephtest 2024-03-21T21:48:43.662 INFO:teuthology.orchestra.run.smithi079.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:48 /home/ubuntu/cephtest 2024-03-21T21:48:43.664 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T21:48:43.674 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T21:48:43.694 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T21:48:43.720 DEBUG:teuthology.nuke:shortname: smithi039 2024-03-21T21:48:43.721 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:48:43.747 DEBUG:teuthology.nuke:shortname: smithi079 2024-03-21T21:48:43.747 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:48:43.750 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi039.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182', '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-03-21 21:30:55.901045', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHhzuJVpJFTLVI6PJ8ChCzT1Cnz1IZyrbB8GW4LvWSIm9Dx7+JHuK0BgUA3GSqBFdISe8aVqzHU+4clZ6KeFfo='} 2024-03-21T21:48:43.771 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615182', '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-03-21 21:30:55.902089', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBfQ4tYREh804MEzuWlheSSTKQNa84SxVjelCpIRSi5aT/fqhRCn8XheLhAH7a7A9lelPIpN5G1ChwJDT1+MwTg='} 2024-03-21T21:48:43.803 INFO:teuthology.orchestra.console.smithi039:Power off 2024-03-21T21:48:43.804 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:48:43.827 DEBUG:teuthology.orchestra.console.smithi039:power off output: Chassis Power Control: Down/Off 2024-03-21T21:48:43.827 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:43.845 INFO:teuthology.orchestra.console.smithi079:Power off 2024-03-21T21:48:43.846 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:48:43.859 DEBUG:teuthology.orchestra.console.smithi039:check power output: Chassis Power is on 2024-03-21T21:48:43.873 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2024-03-21T21:48:43.873 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:43.896 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-03-21T21:48:47.860 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:47.897 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:47.972 DEBUG:teuthology.orchestra.console.smithi039:check power output: Chassis Power is on 2024-03-21T21:48:48.008 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-03-21T21:48:51.974 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:52.010 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:52.085 DEBUG:teuthology.orchestra.console.smithi039:check power output: Chassis Power is on 2024-03-21T21:48:52.119 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-03-21T21:48:56.090 DEBUG:teuthology.orchestra.console.smithi039:pexpect command: ipmitool -H smithi039.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:56.120 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:48:56.200 DEBUG:teuthology.orchestra.console.smithi039:check power output: Chassis Power is off 2024-03-21T21:48:56.230 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2024-03-21T21:48:56.302 INFO:teuthology.orchestra.console.smithi039:Power off completed 2024-03-21T21:48:56.331 INFO:teuthology.orchestra.console.smithi079:Power off completed 2024-03-21T21:48:56.435 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: 440.2570972442627 failure_reason: '' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b193fe097f914545823e8fe46e9af1b1 status: fail success: false 2024-03-21T21:48:56.435 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:48:56.519 INFO:teuthology.run:FAIL