2024-03-21T13:35:31.119 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T13:35:31.119 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879 --verbose -- /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879/orig.config.yaml 2024-03-21T13:35:31.152 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:35:31.240 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879 branch: wip-adk-testing-2024-03-20-2326 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: adking@redhat.com first_in_suite: false job_id: '7614879' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-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-adk-testing-2024-03-20-2326 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: ba760091cd7bd2b0d23f4825ac856ba66450e988 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 workunit: branch: wip-adk-testing-2024-03-20-2326 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4016 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-20-2326 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 targets: smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMyXjCmIFjptnrW3EHDX3p91ZxtX/tKJq8EZIkB5h+SRthIAN7r8vBTnrzqmI+De8Y1OJCwt3ofvp6wboxRyDpM= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEvOuaZQ02NLGB95c0qxR4Ka3s4K71rRtrqKqK8ydryW6e4OhT7y4Wuv2vON4wrBL7hzijpY7eWKc+zv7BdgvN0= 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_11:21:25 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T13:35:31.240 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa; will attempt to use it 2024-03-21T13:35:31.241 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks 2024-03-21T13:35:31.241 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T13:35:31.243 INFO:teuthology.task.internal:Checking packages... 2024-03-21T13:35:31.266 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ba760091cd7bd2b0d23f4825ac856ba66450e988' 2024-03-21T13:35:31.266 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T13:35:31.266 INFO:teuthology.packaging:ref: None 2024-03-21T13:35:31.266 INFO:teuthology.packaging:tag: None 2024-03-21T13:35:31.266 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-20-2326 2024-03-21T13:35:31.266 INFO:teuthology.packaging:sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:35:31.266 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-03-20-2326 2024-03-21T13:35:31.489 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2309-gba760091-1jammy 2024-03-21T13:35:31.491 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T13:35:31.497 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T13:35:31.497 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T13:35:31.508 INFO:teuthology.task.internal:Saving configuration 2024-03-21T13:35:31.520 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T13:35:31.526 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:35:31.548 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879', '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 13:29:06.052209', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGlexJkVjiGEA57lkvK56o7i0L2QvOX3pYuefyjdvEgv'} 2024-03-21T13:35:31.571 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879', '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 13:29:06.053709', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPj3dz9ydGwZZMvVXWHydx2VBUtERKb5YD2imX2fCzrv'} 2024-03-21T13:35:31.571 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T13:35:31.578 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T13:35:31.578 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T13:35:31.578 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T13:35:31.654 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1c950784c0>, signals=[15]) 2024-03-21T13:35:31.655 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T13:35:31.661 INFO:teuthology.task.internal:Opening connections... 2024-03-21T13:35:31.661 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2024-03-21T13:35:31.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:35:31.743 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-03-21T13:35:31.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:35:31.823 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T13:35:31.829 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2024-03-21T13:35:31.835 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2024-03-21T13:35:31.835 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2024-03-21T13:35:31.886 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:35:31.886 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="Ubuntu" 2024-03-21T13:35:31.886 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="22.04" 2024-03-21T13:35:31.886 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_CODENAME=jammy 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:ID=ubuntu 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE=debian 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:35:31.887 INFO:teuthology.orchestra.run.smithi153.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:35:31.888 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2024-03-21T13:35:31.910 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-03-21T13:35:31.915 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-03-21T13:35:31.916 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="Ubuntu" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="22.04" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_CODENAME=jammy 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:ID=ubuntu 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE=debian 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T13:35:31.967 INFO:teuthology.orchestra.run.smithi189.stdout:UBUNTU_CODENAME=jammy 2024-03-21T13:35:31.968 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-03-21T13:35:31.992 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T13:35:32.000 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T13:35:32.082 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T13:35:32.082 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:35:32.084 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-03-21T13:35:32.089 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T13:35:32.095 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T13:35:32.095 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:35:32.131 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-03-21T13:35:32.149 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T13:35:32.203 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T13:35:32.218 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T13:35:32.218 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T13:35:32.219 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:35:32.219 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T13:35:32.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:35:32.224 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-03-21T13:35:32.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:35:32.225 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-03-21T13:35:32.270 INFO:teuthology.orchestra.run.smithi153.stdout:5.15.0-56-generic 2024-03-21T13:35:32.271 INFO:teuthology.task.kernel:Running kernel on smithi153: 5.15.0-56-generic 2024-03-21T13:35:32.271 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2024-03-21T13:35:32.272 INFO:teuthology.orchestra.run.smithi189.stdout:5.15.0-56-generic 2024-03-21T13:35:32.272 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.15.0-56-generic 2024-03-21T13:35:32.272 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-03-21T13:35:32.412 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2024-03-21T13:35:32.414 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-03-21T13:35:32.625 INFO:teuthology.orchestra.run.smithi189.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:35:32.664 INFO:teuthology.orchestra.run.smithi153.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T13:35:32.686 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:35:32.710 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:35:32.749 INFO:teuthology.orchestra.run.smithi189.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:35:32.779 INFO:teuthology.orchestra.run.smithi153.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T13:35:32.959 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:35:32.975 INFO:teuthology.orchestra.run.smithi153.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:35:33.114 INFO:teuthology.orchestra.run.smithi189.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:35:33.135 INFO:teuthology.orchestra.run.smithi153.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T13:35:33.216 INFO:teuthology.orchestra.run.smithi153.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T13:35:33.249 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:35:33.272 INFO:teuthology.orchestra.run.smithi153.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:35:33.344 INFO:teuthology.orchestra.run.smithi189.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T13:35:33.371 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:35:33.409 INFO:teuthology.orchestra.run.smithi189.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:35:33.410 INFO:teuthology.orchestra.run.smithi189.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:35:33.470 INFO:teuthology.orchestra.run.smithi153.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T13:35:33.484 INFO:teuthology.orchestra.run.smithi153.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T13:35:33.495 INFO:teuthology.orchestra.run.smithi153.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T13:35:33.495 INFO:teuthology.orchestra.run.smithi153.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:35:33.497 INFO:teuthology.orchestra.run.smithi153.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T13:35:33.507 INFO:teuthology.orchestra.run.smithi189.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T13:35:33.508 INFO:teuthology.orchestra.run.smithi189.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:35:33.513 INFO:teuthology.orchestra.run.smithi189.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:35:33.514 INFO:teuthology.orchestra.run.smithi189.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:35:33.542 INFO:teuthology.orchestra.run.smithi153.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T13:35:33.557 INFO:teuthology.orchestra.run.smithi153.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:35:33.557 INFO:teuthology.orchestra.run.smithi153.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:35:33.561 INFO:teuthology.orchestra.run.smithi189.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T13:35:33.562 INFO:teuthology.orchestra.run.smithi189.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T13:35:33.583 INFO:teuthology.orchestra.run.smithi189.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:35:33.586 INFO:teuthology.orchestra.run.smithi189.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:35:33.587 INFO:teuthology.orchestra.run.smithi189.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:35:33.587 INFO:teuthology.orchestra.run.smithi189.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:35:33.591 INFO:teuthology.orchestra.run.smithi153.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T13:35:33.592 INFO:teuthology.orchestra.run.smithi189.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:35:33.603 INFO:teuthology.orchestra.run.smithi189.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:35:33.603 INFO:teuthology.orchestra.run.smithi189.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:35:33.606 INFO:teuthology.orchestra.run.smithi153.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T13:35:33.607 INFO:teuthology.orchestra.run.smithi189.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:35:33.609 INFO:teuthology.orchestra.run.smithi153.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T13:35:33.628 INFO:teuthology.orchestra.run.smithi153.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T13:35:33.628 INFO:teuthology.orchestra.run.smithi153.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T13:35:33.629 INFO:teuthology.orchestra.run.smithi153.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T13:35:33.629 INFO:teuthology.orchestra.run.smithi153.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T13:35:33.630 INFO:teuthology.orchestra.run.smithi153.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T13:35:33.633 INFO:teuthology.orchestra.run.smithi153.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T13:35:33.634 INFO:teuthology.orchestra.run.smithi153.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:35:33.664 INFO:teuthology.orchestra.run.smithi189.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:35:33.665 INFO:teuthology.orchestra.run.smithi189.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T13:35:33.692 INFO:teuthology.orchestra.run.smithi153.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T13:35:33.692 INFO:teuthology.orchestra.run.smithi153.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:35:33.693 INFO:teuthology.orchestra.run.smithi189.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T13:35:33.698 INFO:teuthology.orchestra.run.smithi189.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:35:33.710 INFO:teuthology.orchestra.run.smithi153.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T13:35:33.861 INFO:teuthology.orchestra.run.smithi189.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:35:33.874 INFO:teuthology.orchestra.run.smithi153.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T13:35:34.486 INFO:teuthology.orchestra.run.smithi189.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:35:34.524 INFO:teuthology.orchestra.run.smithi189.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:35:34.537 INFO:teuthology.orchestra.run.smithi189.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:35:34.538 INFO:teuthology.orchestra.run.smithi189.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:35:34.541 INFO:teuthology.orchestra.run.smithi189.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:35:34.541 INFO:teuthology.orchestra.run.smithi189.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:35:34.542 INFO:teuthology.orchestra.run.smithi189.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:35:34.542 INFO:teuthology.orchestra.run.smithi189.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:35:34.568 INFO:teuthology.orchestra.run.smithi189.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:35:34.572 INFO:teuthology.orchestra.run.smithi189.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:35:34.609 INFO:teuthology.orchestra.run.smithi153.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T13:35:34.648 INFO:teuthology.orchestra.run.smithi153.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T13:35:34.662 INFO:teuthology.orchestra.run.smithi153.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T13:35:34.663 INFO:teuthology.orchestra.run.smithi153.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T13:35:34.664 INFO:teuthology.orchestra.run.smithi153.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T13:35:34.665 INFO:teuthology.orchestra.run.smithi153.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T13:35:34.666 INFO:teuthology.orchestra.run.smithi153.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T13:35:34.666 INFO:teuthology.orchestra.run.smithi153.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T13:35:34.691 INFO:teuthology.orchestra.run.smithi153.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T13:35:34.694 INFO:teuthology.orchestra.run.smithi153.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T13:35:34.736 INFO:teuthology.orchestra.run.smithi189.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:35:34.818 INFO:teuthology.orchestra.run.smithi189.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:35:34.860 INFO:teuthology.orchestra.run.smithi153.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T13:35:34.927 INFO:teuthology.orchestra.run.smithi189.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:35:34.942 INFO:teuthology.orchestra.run.smithi153.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T13:35:34.984 INFO:teuthology.orchestra.run.smithi189.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:35:35.015 INFO:teuthology.orchestra.run.smithi189.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:35:35.043 INFO:teuthology.orchestra.run.smithi153.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T13:35:35.105 INFO:teuthology.orchestra.run.smithi153.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T13:35:35.135 INFO:teuthology.orchestra.run.smithi153.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T13:35:39.533 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 12.5 MB in 3s (4,740 kB/s) 2024-03-21T13:35:39.576 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 12.5 MB in 3s (4,903 kB/s) 2024-03-21T13:35:40.945 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T13:35:40.963 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:35:40.979 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-03-21T13:35:40.996 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:35:41.023 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T13:35:41.048 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-03-21T13:35:41.219 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-03-21T13:35:41.220 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-03-21T13:35:41.221 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2024-03-21T13:35:41.222 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2024-03-21T13:35:41.373 INFO:teuthology.orchestra.run.smithi153.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:35:41.373 INFO:teuthology.orchestra.run.smithi153.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:35:41.373 INFO:teuthology.orchestra.run.smithi153.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:35:41.373 INFO:teuthology.orchestra.run.smithi153.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:35:41.374 INFO:teuthology.orchestra.run.smithi153.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:35:41.374 INFO:teuthology.orchestra.run.smithi153.stdout: python2.7-minimal 2024-03-21T13:35:41.374 INFO:teuthology.orchestra.run.smithi153.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:35:41.375 INFO:teuthology.orchestra.run.smithi153.stdout:The following additional packages will be installed: 2024-03-21T13:35:41.375 INFO:teuthology.orchestra.run.smithi153.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:35:41.375 INFO:teuthology.orchestra.run.smithi153.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:35:41.375 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:35:41.376 INFO:teuthology.orchestra.run.smithi153.stdout:Suggested packages: 2024-03-21T13:35:41.376 INFO:teuthology.orchestra.run.smithi153.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:35:41.376 INFO:teuthology.orchestra.run.smithi153.stdout:Recommended packages: 2024-03-21T13:35:41.376 INFO:teuthology.orchestra.run.smithi153.stdout: thermald 2024-03-21T13:35:41.383 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:35:41.383 INFO:teuthology.orchestra.run.smithi189.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:35:41.383 INFO:teuthology.orchestra.run.smithi189.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:35:41.384 INFO:teuthology.orchestra.run.smithi189.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:35:41.384 INFO:teuthology.orchestra.run.smithi189.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T13:35:41.384 INFO:teuthology.orchestra.run.smithi189.stdout: python2.7-minimal 2024-03-21T13:35:41.384 INFO:teuthology.orchestra.run.smithi189.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:35:41.385 INFO:teuthology.orchestra.run.smithi189.stdout:The following additional packages will be installed: 2024-03-21T13:35:41.385 INFO:teuthology.orchestra.run.smithi189.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:35:41.385 INFO:teuthology.orchestra.run.smithi189.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T13:35:41.385 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T13:35:41.387 INFO:teuthology.orchestra.run.smithi189.stdout:Suggested packages: 2024-03-21T13:35:41.387 INFO:teuthology.orchestra.run.smithi189.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T13:35:41.387 INFO:teuthology.orchestra.run.smithi189.stdout:Recommended packages: 2024-03-21T13:35:41.387 INFO:teuthology.orchestra.run.smithi189.stdout: thermald 2024-03-21T13:35:41.424 INFO:teuthology.orchestra.run.smithi153.stdout:The following NEW packages will be installed: 2024-03-21T13:35:41.424 INFO:teuthology.orchestra.run.smithi153.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:35:41.424 INFO:teuthology.orchestra.run.smithi153.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:35:41.424 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:35:41.425 INFO:teuthology.orchestra.run.smithi153.stdout:The following packages will be upgraded: 2024-03-21T13:35:41.426 INFO:teuthology.orchestra.run.smithi153.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:35:41.428 INFO:teuthology.orchestra.run.smithi189.stdout:The following NEW packages will be installed: 2024-03-21T13:35:41.428 INFO:teuthology.orchestra.run.smithi189.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T13:35:41.428 INFO:teuthology.orchestra.run.smithi189.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T13:35:41.428 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T13:35:41.430 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages will be upgraded: 2024-03-21T13:35:41.430 INFO:teuthology.orchestra.run.smithi189.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T13:35:41.605 INFO:teuthology.orchestra.run.smithi153.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:35:41.605 INFO:teuthology.orchestra.run.smithi153.stdout:Need to get 113 MB of archives. 2024-03-21T13:35:41.605 INFO:teuthology.orchestra.run.smithi153.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:35:41.606 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:41.609 INFO:teuthology.orchestra.run.smithi189.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:35:41.609 INFO:teuthology.orchestra.run.smithi189.stdout:Need to get 113 MB of archives. 2024-03-21T13:35:41.609 INFO:teuthology.orchestra.run.smithi189.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T13:35:41.609 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:42.991 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:43.049 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:43.359 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:43.400 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:45.536 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:45.537 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:45.537 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:45.579 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:45.579 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:45.580 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:46.372 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:46.462 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:46.500 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:46.594 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:46.889 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 113 MB in 5s (22.3 MB/s) 2024-03-21T13:35:46.984 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 113 MB in 5s (21.9 MB/s) 2024-03-21T13:35:47.062 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:35:47.142 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T13:35:49.073 INFO:teuthology.orchestra.run.smithi153.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-21T13:35:49.077 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:35:49.164 INFO:teuthology.orchestra.run.smithi189.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-21T13:35:49.169 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:35:49.209 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:35:49.223 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:35:51.291 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:35:51.312 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:35:51.403 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:35:51.769 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T13:35:51.791 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:35:51.882 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:35:51.894 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:35:51.906 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:35:51.944 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:35:52.372 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T13:35:52.393 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:35:52.455 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:35:58.746 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:35:58.865 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:35:59.023 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:35:59.159 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:35:59.206 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:35:59.344 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:35:59.509 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:35:59.637 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:35:59.655 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:35:59.677 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:35:59.713 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:35:59.983 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T13:36:00.005 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T13:36:00.048 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:36:05.500 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:36:05.537 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:36:05.575 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:05.957 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T13:36:05.994 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T13:36:06.032 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:08.897 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:36:09.021 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:36:09.354 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:36:09.476 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:09.587 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T13:36:09.602 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:36:09.709 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T13:36:09.731 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:10.091 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T13:36:10.222 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:10.373 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T13:36:10.501 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:11.070 INFO:teuthology.orchestra.run.smithi189.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:36:11.070 INFO:teuthology.orchestra.run.smithi189.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:36:11.071 INFO:teuthology.orchestra.run.smithi189.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:36:11.071 INFO:teuthology.orchestra.run.smithi189.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:11.216 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:11.841 INFO:teuthology.orchestra.run.smithi153.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:36:11.842 INFO:teuthology.orchestra.run.smithi153.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T13:36:11.842 INFO:teuthology.orchestra.run.smithi153.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:36:11.842 INFO:teuthology.orchestra.run.smithi153.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:11.997 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:12.633 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:13.439 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:14.685 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:36:14.811 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:36:14.954 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:15.015 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:36:15.015 INFO:teuthology.orchestra.run.smithi189.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:15.082 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T13:36:15.241 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T13:36:15.368 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T13:36:15.473 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T13:36:15.473 INFO:teuthology.orchestra.run.smithi153.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:29.314 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:36:29.315 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:36:29.328 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:36:29.347 INFO:teuthology.orchestra.run.smithi189.stdout:Generating grub configuration file ... 2024-03-21T13:36:29.608 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:36:29.631 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:29.632 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T13:36:29.632 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub' 2024-03-21T13:36:29.649 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:36:29.683 INFO:teuthology.orchestra.run.smithi153.stdout:Generating grub configuration file ... 2024-03-21T13:36:29.942 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:36:29.948 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:36:30.006 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:36:30.013 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:36:30.019 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:36:30.036 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:30.190 INFO:teuthology.orchestra.run.smithi189.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:36:30.190 INFO:teuthology.orchestra.run.smithi189.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:36:30.190 INFO:teuthology.orchestra.run.smithi189.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:36:30.238 INFO:teuthology.orchestra.run.smithi189.stdout:done 2024-03-21T13:36:30.410 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:36:30.416 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:36:30.489 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:36:30.495 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:36:30.693 INFO:teuthology.orchestra.run.smithi153.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:36:30.693 INFO:teuthology.orchestra.run.smithi153.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:36:30.693 INFO:teuthology.orchestra.run.smithi153.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:36:30.719 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic 2024-03-21T13:36:30.732 INFO:teuthology.orchestra.run.smithi153.stdout:done 2024-03-21T13:36:30.739 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic 2024-03-21T13:36:30.739 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-03-21T13:36:30.739 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 21 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.15.0.101.98 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.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-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.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-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:36:30.740 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-03-21T13:36:30.740 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:36:30.741 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:36:30.741 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:36:30.741 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T13:36:30.741 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi189.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:36:30.741 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-03-21T13:36:30.914 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-03-21T13:36:31.057 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:36:31.068 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:36:31.073 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:36:31.088 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:36:31.255 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 21 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.101.98 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.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-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.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-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:36:31.272 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2024-03-21T13:36:31.273 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T13:36:31.273 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T13:36:31.273 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T13:36:31.273 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T13:36:31.273 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T13:36:31.273 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2024-03-21T13:36:31.525 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2024-03-21T13:36:31.660 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T13:36:31.660 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T13:36:31.673 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T13:36:31.694 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T13:36:32.410 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T13:36:32.428 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:36:32.489 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T13:36:32.686 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-03-21T13:36:32.687 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-03-21T13:36:32.859 INFO:teuthology.orchestra.run.smithi189.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:36:32.859 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:36:32.859 INFO:teuthology.orchestra.run.smithi189.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:36:32.859 INFO:teuthology.orchestra.run.smithi189.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:36:32.859 INFO:teuthology.orchestra.run.smithi189.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:36:32.859 INFO:teuthology.orchestra.run.smithi189.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:36:32.860 INFO:teuthology.orchestra.run.smithi189.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:36:32.860 INFO:teuthology.orchestra.run.smithi189.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:36:32.899 INFO:teuthology.orchestra.run.smithi189.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:36:32.901 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic 2024-03-21T13:36:32.916 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic 2024-03-21T13:36:32.916 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-03-21T13:36:32.916 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-03-21T13:36:32.916 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-03-21T13:36:32.916 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 21 2024-03-21T13:36:32.916 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:36:32.916 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-03-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta 2024-03-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.15.0.101.98 2024-03-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.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-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.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-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-03-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-03-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:36:32.917 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-03-21T13:36:32.917 DEBUG:teuthology.orchestra.run.smithi189:> mktemp 2024-03-21T13:36:32.962 INFO:teuthology.orchestra.run.smithi189.stdout:/tmp/tmp.vxtZvsQzNr 2024-03-21T13:36:32.962 DEBUG:teuthology.orchestra.run.smithi189:> sudo cp /boot/grub/grub.cfg /tmp/tmp.vxtZvsQzNr 2024-03-21T13:36:32.963 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-03-21T13:36:32.981 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T13:36:33.018 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0666 /tmp/tmp.vxtZvsQzNr 2024-03-21T13:36:33.043 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2024-03-21T13:36:33.137 DEBUG:teuthology.orchestra.remote:smithi189:/tmp/tmp.vxtZvsQzNr is 10KB 2024-03-21T13:36:33.150 DEBUG:teuthology.orchestra.run.smithi189:> rm -fr /tmp/tmp.vxtZvsQzNr 2024-03-21T13:36:33.155 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:36:33.210 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T13:36:33.210 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:36:33.210 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:36:33.239 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2024-03-21T13:36:33.240 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2024-03-21T13:36:33.277 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:36:33.277 DEBUG:teuthology.orchestra.run.smithi189:> sudo update-grub 2024-03-21T13:36:33.411 INFO:teuthology.orchestra.run.smithi153.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T13:36:33.411 INFO:teuthology.orchestra.run.smithi153.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T13:36:33.411 INFO:teuthology.orchestra.run.smithi153.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T13:36:33.411 INFO:teuthology.orchestra.run.smithi153.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T13:36:33.411 INFO:teuthology.orchestra.run.smithi153.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T13:36:33.412 INFO:teuthology.orchestra.run.smithi153.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T13:36:33.412 INFO:teuthology.orchestra.run.smithi153.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T13:36:33.412 INFO:teuthology.orchestra.run.smithi153.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T13:36:33.451 INFO:teuthology.orchestra.run.smithi153.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T13:36:33.453 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic 2024-03-21T13:36:33.466 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic 2024-03-21T13:36:33.466 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 21 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.101.98 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.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-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.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-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2024-03-21T13:36:33.467 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2024-03-21T13:36:33.468 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2024-03-21T13:36:33.513 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.MbW4m7Ez3g 2024-03-21T13:36:33.513 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub/grub.cfg /tmp/tmp.MbW4m7Ez3g 2024-03-21T13:36:33.569 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.MbW4m7Ez3g 2024-03-21T13:36:33.699 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.MbW4m7Ez3g is 10KB 2024-03-21T13:36:33.712 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.MbW4m7Ez3g 2024-03-21T13:36:33.717 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T13:36:33.773 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-03-21T13:36:33.773 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T13:36:33.773 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T13:36:33.857 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T13:36:33.857 DEBUG:teuthology.orchestra.run.smithi153:> sudo update-grub 2024-03-21T13:36:34.446 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:36:34.448 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:36:34.450 INFO:teuthology.orchestra.run.smithi189.stderr:Generating grub configuration file ... 2024-03-21T13:36:34.623 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:36:34.629 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:34.847 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:36:34.853 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:36:34.893 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:36:34.898 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:36:35.023 INFO:teuthology.orchestra.run.smithi189.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:36:35.023 INFO:teuthology.orchestra.run.smithi189.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:36:35.023 INFO:teuthology.orchestra.run.smithi189.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:36:35.038 INFO:teuthology.orchestra.run.smithi189.stderr:done 2024-03-21T13:36:35.047 DEBUG:teuthology.orchestra.run.smithi189:> sudo shutdown -r now 2024-03-21T13:36:35.188 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub' 2024-03-21T13:36:35.198 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T13:36:35.202 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2024-03-21T13:36:35.370 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T13:36:35.376 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T13:36:35.632 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T13:36:35.638 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T13:36:35.681 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T13:36:35.687 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T13:36:35.821 INFO:teuthology.orchestra.run.smithi153.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T13:36:35.821 INFO:teuthology.orchestra.run.smithi153.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T13:36:35.821 INFO:teuthology.orchestra.run.smithi153.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T13:36:35.834 INFO:teuthology.orchestra.run.smithi153.stderr:done 2024-03-21T13:36:35.840 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2024-03-21T13:37:05.069 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T13:37:05.069 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T13:37:05.070 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:37:05.846 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T13:37:05.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-03-21T13:37:05.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:37:23.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-03-21T13:37:24.254 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-03-21T13:37:32.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T13:37:32.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:37:33.256 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-03-21T13:37:33.257 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:37:35.550 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-03-21T13:37:36.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-03-21T13:37:47.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T13:37:47.563 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:37:48.320 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-03-21T13:37:48.320 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:38:06.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-03-21T13:38:21.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-03-21T13:38:21.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:38:22.367 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-03-21T13:38:23.077 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-03-21T13:38:23.077 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T13:38:23.077 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-03-21T13:38:23.123 INFO:teuthology.orchestra.run.smithi153.stdout:5.15.0-101-generic 2024-03-21T13:38:23.123 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:38:23.123 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:38:23.124 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:38:24.124 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T13:38:24.125 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:38:24.542 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2024-03-21T13:38:24.570 DEBUG:teuthology.parallel:result is None 2024-03-21T13:38:47.566 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T13:39:02.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T13:39:02.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:39:02.795 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-03-21T13:39:03.347 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T13:39:03.348 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T13:39:03.348 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-03-21T13:39:03.393 INFO:teuthology.orchestra.run.smithi189.stdout:5.15.0-101-generic 2024-03-21T13:39:03.393 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T13:39:03.393 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T13:39:03.393 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T13:39:04.394 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T13:39:04.394 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T13:39:04.473 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-03-21T13:39:04.495 DEBUG:teuthology.parallel:result is None 2024-03-21T13:39:04.495 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T13:39:04.502 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T13:39:04.503 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:39:04.505 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T13:39:04.511 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T13:39:04.531 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T13:39:04.541 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T13:39:04.542 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:39:04.552 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T13:39:04.570 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T13:39:04.576 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T13:39:04.576 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:39:04.608 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:39:04.624 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:39:04.626 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:39:04.632 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:39:04.634 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T13:39:04.636 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T13:39:04.642 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T13:39:04.642 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:39:04.680 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T13:39:04.698 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T13:39:04.707 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T13:39:04.707 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:39:04.736 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T13:39:04.746 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:39:04.787 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:39:04.836 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-03-21T13:39:04.836 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:39:04.899 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T13:39:04.904 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T13:39:04.955 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T13:39:04.955 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T13:39:05.010 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2024-03-21T13:39:05.012 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-03-21T13:39:05.096 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T13:39:05.104 INFO:teuthology.task.internal:Starting timer... 2024-03-21T13:39:05.104 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T13:39:05.115 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T13:39:05.123 DEBUG:teuthology.task.selinux:Excluding smithi153: OS 'ubuntu' does not support SELinux 2024-03-21T13:39:05.123 DEBUG:teuthology.task.selinux:Excluding smithi189: OS 'ubuntu' does not support SELinux 2024-03-21T13:39:05.123 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T13:39:05.123 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T13:39:05.123 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T13:39:05.124 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T13:39:05.132 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T13:39:05.148 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-21T13:39:05.153 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi153.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T13:46:03.996 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi153.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-03-21T13:46:03.997 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-03-21T13:46:03.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:46:04.081 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-03-21T13:46:04.154 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-03-21T13:46:04.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T13:46:04.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T13:46:04.237 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-03-21T13:46:04.314 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T13:46:04.315 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T13:46:04.325 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T13:46:04.325 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:46:04.326 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:04.328 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T13:46:04.328 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:04.358 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:46:04.358 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Command line: ntpd -gq 2024-03-21T13:46:04.358 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: ---------------------------------------------------- 2024-03-21T13:46:04.358 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: corporation. Support and training for ntp-4 are 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: available at https://www.nwtime.org/support 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: ---------------------------------------------------- 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: proto: precision = 0.059 usec (-24) 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: basedate set to 2022-02-04 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:46:04.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:46:04.360 INFO:teuthology.orchestra.run.smithi153.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:46:04.360 INFO:teuthology.orchestra.run.smithi153.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:46:04.361 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:46:04.361 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:46:04.361 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:46:04.361 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:46:04.361 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Listen normally on 3 enp3s0f1 172.21.15.153:123 2024-03-21T13:46:04.361 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Listen normally on 4 lo [::1]:123 2024-03-21T13:46:04.362 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6deb%5]:123 2024-03-21T13:46:04.362 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:04 ntpd[17236]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:46:04.388 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T13:46:04.388 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Command line: ntpd -gq 2024-03-21T13:46:04.388 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: ---------------------------------------------------- 2024-03-21T13:46:04.388 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T13:46:04.388 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: corporation. Support and training for ntp-4 are 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: available at https://www.nwtime.org/support 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: ---------------------------------------------------- 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: proto: precision = 0.043 usec (-24) 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: basedate set to 2022-02-04 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: gps base set to 2022-02-06 (week 2196) 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T13:46:04.389 INFO:teuthology.orchestra.run.smithi189.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:46:04.390 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T13:46:04.391 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T13:46:04.391 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T13:46:04.391 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T13:46:04.391 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Listen normally on 3 enp3s0f1 172.21.15.189:123 2024-03-21T13:46:04.391 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Listen normally on 4 lo [::1]:123 2024-03-21T13:46:04.391 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df1%5]:123 2024-03-21T13:46:04.391 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:04 ntpd[17165]: Listening on routing socket on fd #22 for interface updates 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:05.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:05.360 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:05 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:05.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:05 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:05.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:05 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:06.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:06 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:06.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:06 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:06.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:06 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:06.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:06 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:06.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:06 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:06.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:06 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:07.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:07.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:07 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:08.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:08 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:08.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:08 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:08.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:08 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:08.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:08 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:08.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:08 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:08.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:08 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:08.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:08.390 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:08 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:09.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:09.360 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:09.360 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:09 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:09.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:09 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:09.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:09 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:09.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:09 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:09.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:09 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:09.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:09 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:09.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:09 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:10.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:10 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:10.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:10 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:10.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:10 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:10.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:10 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:10.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:10 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:10.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:10 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:10.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:10.390 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:10 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:11.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:11.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:11.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:11.358 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:11.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:11.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:11.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:11.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:11.359 INFO:teuthology.orchestra.run.smithi153.stdout:21 Mar 13:46:11 ntpd[17236]: ntpd: time slew -0.000478 s 2024-03-21T13:46:11.359 INFO:teuthology.orchestra.run.smithi153.stdout:ntpd: time slew -0.000478s 2024-03-21T13:46:11.359 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:46:11.360 INFO:teuthology.orchestra.run.smithi153.stderr:21 Mar 13:46:11 ntpd[17236]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:46:11.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:11 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:11.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:11 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:11.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:11 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:11.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:11 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:11.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:11 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:11.388 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:11 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:11.418 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:46:11.418 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2024-03-21T13:46:11.418 INFO:teuthology.orchestra.run.smithi153.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:11.418 INFO:teuthology.orchestra.run.smithi153.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:11.418 INFO:teuthology.orchestra.run.smithi153.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:11.418 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 13:46:12 ntpd[17165]: ntpd: time slew +0.002634 s 2024-03-21T13:46:12.389 INFO:teuthology.orchestra.run.smithi189.stdout:ntpd: time slew +0.002634s 2024-03-21T13:46:12.390 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T13:46:12.390 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 13:46:12 ntpd[17165]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T13:46:12.445 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:46:12.445 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-03-21T13:46:12.446 INFO:teuthology.orchestra.run.smithi189.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:12.446 INFO:teuthology.orchestra.run.smithi189.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:12.446 INFO:teuthology.orchestra.run.smithi189.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:12.446 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:12.447 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T13:46:12.456 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T13:46:12.457 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-03-21T13:46:12.457 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:46:12.463 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-21T13:46:12.463 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-03-21 13:42:48.365477592 +0000 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-03-21 13:42:48.089480057 +0000 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-03-21 13:42:48.089480057 +0000 2024-03-21T13:46:12.511 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-03-21T13:46:12.511 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:46:12.565 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-03-21T13:46:12.566 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-03-21T13:46:12.566 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000438553 s, 1.2 MB/s 2024-03-21T13:46:12.567 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:46:12.616 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-03-21 13:42:48.889472911 +0000 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-03-21 13:42:48.633475198 +0000 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-03-21 13:42:48.633475198 +0000 2024-03-21T13:46:12.663 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-03-21T13:46:12.664 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:46:12.717 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-03-21T13:46:12.717 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-03-21T13:46:12.717 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000422934 s, 1.2 MB/s 2024-03-21T13:46:12.719 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:46:12.768 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-03-21 13:42:49.353468767 +0000 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-03-21 13:42:49.113470910 +0000 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-03-21 13:42:49.113470910 +0000 2024-03-21T13:46:12.815 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-03-21T13:46:12.815 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:46:12.869 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-03-21T13:46:12.869 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-03-21T13:46:12.869 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000442685 s, 1.2 MB/s 2024-03-21T13:46:12.870 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:46:12.916 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-03-21 13:42:49.585466695 +0000 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-03-21 13:42:49.581466730 +0000 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-03-21 13:42:49.581466730 +0000 2024-03-21T13:46:12.963 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2024-03-21T13:46:12.963 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:46:13.017 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-03-21T13:46:13.017 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-03-21T13:46:13.017 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000373086 s, 1.4 MB/s 2024-03-21T13:46:13.018 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:46:13.068 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:13.210 INFO:teuthology.orchestra.run.smithi153.stdout:loop 2024-03-21T13:46:13.211 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2024-03-21T13:46:13.211 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:13.227 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-03-21T13:46:13.246 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_11 2024-03-21T13:46:13.263 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2024-03-21T13:46:13.263 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:13.326 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-03-21T13:46:13.345 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_21 2024-03-21T13:46:13.361 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2024-03-21T13:46:13.362 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:13.417 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-03-21T13:46:13.436 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_31 2024-03-21T13:46:13.451 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2024-03-21T13:46:13.451 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:13.514 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-03-21T13:46:13.534 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_41 2024-03-21T13:46:13.550 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-03-21T13:46:13.550 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:46:13.599 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme list 2024-03-21T13:46:13.654 INFO:teuthology.orchestra.run.smithi153.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T13:46:13.654 INFO:teuthology.orchestra.run.smithi153.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T13:46:13.654 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme0n1 CVFT623300MV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2024-03-21T13:46:13.654 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme1n1 e8f076d1e061490ac14c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:13.654 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme2n1 0102ee155b1667e2e0e0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:13.654 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme3n1 e4ca2781ab4ca2eb4a46 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:13.654 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme4n1 c778c519520af622e73b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:13.655 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:46:13.655 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-03-21T13:46:13.655 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2024-03-21T13:46:13.714 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T13:46:13.714 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:46:13.720 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-21T13:46:13.720 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_1 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 13:42:47.435381548 +0000 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 13:42:47.191383725 +0000 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 13:42:47.191383725 +0000 2024-03-21T13:46:13.767 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T13:46:13.767 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T13:46:13.821 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T13:46:13.821 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T13:46:13.821 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000444135 s, 1.2 MB/s 2024-03-21T13:46:13.822 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T13:46:13.872 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_2 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 13:42:47.903377374 +0000 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 13:42:47.647379657 +0000 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 13:42:47.647379657 +0000 2024-03-21T13:46:13.919 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T13:46:13.919 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T13:46:13.972 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T13:46:13.972 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T13:46:13.972 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000346386 s, 1.5 MB/s 2024-03-21T13:46:13.973 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T13:46:14.023 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_3 2024-03-21T13:46:14.070 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T13:46:14.070 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:14.070 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-21T13:46:14.070 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:14.070 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 13:42:48.375373163 +0000 2024-03-21T13:46:14.070 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 13:42:48.135375303 +0000 2024-03-21T13:46:14.071 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 13:42:48.135375303 +0000 2024-03-21T13:46:14.071 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T13:46:14.071 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T13:46:14.124 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T13:46:14.125 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T13:46:14.125 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000423054 s, 1.2 MB/s 2024-03-21T13:46:14.126 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T13:46:14.176 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_4 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 13:42:48.875368702 +0000 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 13:42:48.619370986 +0000 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 13:42:48.619370986 +0000 2024-03-21T13:46:14.222 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T13:46:14.222 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T13:46:14.276 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T13:46:14.276 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T13:46:14.276 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000378049 s, 1.4 MB/s 2024-03-21T13:46:14.277 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T13:46:14.327 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:14.460 INFO:teuthology.orchestra.run.smithi189.stdout:loop 2024-03-21T13:46:14.461 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_1... 2024-03-21T13:46:14.462 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:14.477 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-03-21T13:46:14.495 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_11 2024-03-21T13:46:14.512 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_2... 2024-03-21T13:46:14.512 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:14.569 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-03-21T13:46:14.588 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_21 2024-03-21T13:46:14.603 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_3... 2024-03-21T13:46:14.604 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:14.662 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-03-21T13:46:14.681 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_31 2024-03-21T13:46:14.697 INFO:tasks.nvme_loop:Connecting nvme_loop smithi189:/dev/vg_nvme/lv_4... 2024-03-21T13:46:14.697 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:14.757 INFO:teuthology.orchestra.run.smithi189.stdout:1 2024-03-21T13:46:14.777 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/vg_nvme/lv_41 2024-03-21T13:46:14.794 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T13:46:14.794 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T13:46:14.842 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme list 2024-03-21T13:46:14.896 INFO:teuthology.orchestra.run.smithi189.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T13:46:14.896 INFO:teuthology.orchestra.run.smithi189.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T13:46:14.896 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/nvme0n1 CVFT6232004L400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T13:46:14.896 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/nvme1n1 1a1584c03376a822e01b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:14.896 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/nvme2n1 60871be702c6c44bc488 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:14.896 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/nvme3n1 6a0f7aa188c42e96c984 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:14.896 INFO:teuthology.orchestra.run.smithi189.stdout:/dev/nvme4n1 45fee61f5d06cc24e9c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T13:46:14.897 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T13:46:14.897 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T13:46:14.898 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/scratch_devs 2024-03-21T13:46:14.953 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T13:46:15.038 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': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'} 2024-03-21T13:46:15.038 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T13:46:15.039 INFO:tasks.cephadm:Cluster fsid is 62df2bd6-e789-11ee-95cd-87774f69a715 2024-03-21T13:46:15.039 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T13:46:15.039 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T13:46:15.039 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T13:46:15.040 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T13:46:15.233 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5ac7906ac13c44f6ba9acb769d47df0b 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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/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_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T13:46:15.235 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T13:46:15.244 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T13:46:15.252 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2024-03-21T13:46:15.253 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_1 2024-03-21T13:46:15.495 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T13:46:15.496 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:15.496 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2024-03-21T13:46:15.497 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_2 2024-03-21T13:46:15.739 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T13:46:15.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:15.740 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2024-03-21T13:46:15.741 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_3 2024-03-21T13:46:15.999 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T13:46:16.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:16.001 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2024-03-21T13:46:16.001 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_4 2024-03-21T13:46:16.247 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T13:46:16.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:16.249 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-03-21T13:46:16.249 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2024-03-21T13:46:16.262 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_1... 2024-03-21T13:46:16.262 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_1 2024-03-21T13:46:16.525 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T13:46:16.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:16.526 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_2... 2024-03-21T13:46:16.527 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_2 2024-03-21T13:46:16.761 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T13:46:16.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:16.762 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_3... 2024-03-21T13:46:16.762 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_3 2024-03-21T13:46:17.032 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T13:46:17.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:17.034 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi189:/dev/vg_nvme/lv_4... 2024-03-21T13:46:17.034 DEBUG:teuthology.orchestra.run.smithi189:> sudo nvme disconnect -n lv_4 2024-03-21T13:46:17.288 INFO:teuthology.orchestra.run.smithi189.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T13:46:17.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:17.290 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T13:46:17.290 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/scratch_devs 2024-03-21T13:46:17.303 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T13:46:17.313 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T13:46:17.313 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:46:17.315 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T13:46:17.326 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:46:17.326 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2024-03-21T13:46:17.326 INFO:teuthology.orchestra.run.smithi153.stdout: hv01.front.sepi 44.4.53.2 2 u 5 64 1 0.069 -3.039 0.000 2024-03-21T13:46:17.326 INFO:teuthology.orchestra.run.smithi153.stdout: hv02.front.sepi 63.231.80.2 3 u 5 64 1 0.101 +1.037 0.000 2024-03-21T13:46:17.326 INFO:teuthology.orchestra.run.smithi153.stdout: hv03.front.sepi 74.6.168.72 3 u 3 64 1 0.124 -0.040 0.000 2024-03-21T13:46:17.326 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:17.355 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T13:46:17.355 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-03-21T13:46:17.356 INFO:teuthology.orchestra.run.smithi189.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:17.356 INFO:teuthology.orchestra.run.smithi189.stdout: hv02.front.sepi 63.231.80.2 3 u 4 64 1 0.103 +2.428 0.000 2024-03-21T13:46:17.356 INFO:teuthology.orchestra.run.smithi189.stdout: hv03.front.sepi 74.6.168.72 3 u 1 64 1 0.157 -0.437 0.000 2024-03-21T13:46:17.356 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T13:46:17.357 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T13:46:17.366 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T13:46:17.366 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T13:46:17.375 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T13:46:17.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T13:46:17.401 INFO:teuthology.task.internal:Duration was 432.296810 seconds 2024-03-21T13:46:17.401 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T13:46:17.410 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T13:46:17.410 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:46:17.412 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T13:46:17.449 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T13:46:17.449 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2024-03-21T13:46:17.449 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:17.500 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-03-21T13:46:17.500 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:17.510 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T13:46:17.510 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:46:17.548 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T13:46:17.586 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T13:46:17.586 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:46:17.632 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T13:46:17.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T13:46:17.699 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T13:46:17.699 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:46:17.710 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T13:46:17.723 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T13:46:17.732 DEBUG:teuthology.orchestra.run.smithi153:> 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-21T13:46:17.756 DEBUG:teuthology.orchestra.run.smithi189:> 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-21T13:46:17.764 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2024-03-21T13:46:17.778 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-03-21T13:46:17.800 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:46:17.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:17.830 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T13:46:17.847 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T13:46:17.847 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T13:46:17.857 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T13:46:17.858 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879/remote/smithi153 2024-03-21T13:46:17.859 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:46:17.895 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879/remote/smithi189 2024-03-21T13:46:17.895 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T13:46:17.915 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T13:46:17.915 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:46:17.936 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T13:46:17.960 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T13:46:17.970 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T13:46:17.971 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T13:46:17.980 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T13:46:17.980 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:46:17.984 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T13:46:17.987 INFO:teuthology.orchestra.run.smithi153.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:46 /home/ubuntu/cephtest 2024-03-21T13:46:18.008 INFO:teuthology.orchestra.run.smithi189.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 13:46 /home/ubuntu/cephtest 2024-03-21T13:46:18.009 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T13:46:18.020 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T13:46:18.039 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T13:46:18.066 DEBUG:teuthology.nuke:shortname: smithi153 2024-03-21T13:46:18.066 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:46:18.092 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879', '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 13:29:06.052209', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMyXjCmIFjptnrW3EHDX3p91ZxtX/tKJq8EZIkB5h+SRthIAN7r8vBTnrzqmI+De8Y1OJCwt3ofvp6wboxRyDpM='} 2024-03-21T13:46:18.096 DEBUG:teuthology.nuke:shortname: smithi189 2024-03-21T13:46:18.096 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T13:46:18.120 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614879', '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 13:29:06.053709', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEvOuaZQ02NLGB95c0qxR4Ka3s4K71rRtrqKqK8ydryW6e4OhT7y4Wuv2vON4wrBL7hzijpY7eWKc+zv7BdgvN0='} 2024-03-21T13:46:18.157 INFO:teuthology.orchestra.console.smithi153:Power off 2024-03-21T13:46:18.157 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:46:18.180 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2024-03-21T13:46:18.181 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:18.194 INFO:teuthology.orchestra.console.smithi189:Power off 2024-03-21T13:46:18.195 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T13:46:18.205 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-03-21T13:46:18.217 DEBUG:teuthology.orchestra.console.smithi189:power off output: Chassis Power Control: Down/Off 2024-03-21T13:46:18.217 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:18.240 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-03-21T13:46:22.206 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:22.242 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:22.317 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-03-21T13:46:22.352 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-03-21T13:46:26.322 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:26.353 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:26.435 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2024-03-21T13:46:26.463 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-03-21T13:46:26.536 INFO:teuthology.orchestra.console.smithi153:Power off completed 2024-03-21T13:46:30.468 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T13:46:30.577 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is off 2024-03-21T13:46:30.678 INFO:teuthology.orchestra.console.smithi189:Power off completed 2024-03-21T13:46:30.783 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: 432.2968099117279 failure_reason: '' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5ac7906ac13c44f6ba9acb769d47df0b status: fail success: false 2024-03-21T13:46:30.783 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T13:46:30.900 INFO:teuthology.run:FAIL