2024-03-21T11:30:53.236 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T11:30:53.236 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --owner scheduled_adking@teuthology --name adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi --verbose --archive /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614803 -- /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614803/orig.config.yaml 2024-03-21T11:30:53.272 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T11:30:53.386 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/7614803 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-ingress-rgw-user 3-final} email: adking@redhat.com first_in_suite: false job_id: '7614803' 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: smithi050.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLsv6udohAzLWHqALzep+frYypLDuDGnl2VZ8kylkfXNw/m6PJJaHwr2phOYGuWesrqKWe0VgyamjoIYQeu/vGA= smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACBfzIrkbE03NfU1BWNbmEK/iLQgPUU9e/esL+AdxRr7z6fc9yJK9Glu8bDs8f6N82PfVzzR+XcddS/DhsXW98= 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 orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - 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}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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-21T11:30:53.386 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-21T11:30:53.387 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks 2024-03-21T11:30:53.387 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T11:30:53.389 INFO:teuthology.task.internal:Checking packages... 2024-03-21T11:30:53.416 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ba760091cd7bd2b0d23f4825ac856ba66450e988' 2024-03-21T11:30:53.416 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T11:30:53.416 INFO:teuthology.packaging:ref: None 2024-03-21T11:30:53.416 INFO:teuthology.packaging:tag: None 2024-03-21T11:30:53.416 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-20-2326 2024-03-21T11:30:53.416 INFO:teuthology.packaging:sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:30:53.416 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-21T11:30:53.553 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2309-gba760091-1jammy 2024-03-21T11:30:53.555 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T11:30:53.561 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T11:30:53.561 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T11:30:53.567 INFO:teuthology.task.internal:Saving configuration 2024-03-21T11:30:53.580 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T11:30:53.586 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T11:30:53.608 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.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/7614803', '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 11:25:16.367694', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINNrHABMRuGEuMeSc8VNoCcqmMb0lOrBzah6H8a3sZzx'} 2024-03-21T11:30:53.630 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.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/7614803', '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 11:25:16.369698', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJv1l0l8xk7/jYajD4N5K5gD1DDZRivgAaZKiTMiasvM'} 2024-03-21T11:30:53.630 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T11:30:53.636 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T11:30:53.637 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T11:30:53.637 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T11:30:53.707 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff744b71430>, signals=[15]) 2024-03-21T11:30:53.707 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T11:30:53.714 INFO:teuthology.task.internal:Opening connections... 2024-03-21T11:30:53.714 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2024-03-21T11:30:53.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:30:53.799 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-03-21T11:30:53.800 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:30:53.879 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T11:30:53.886 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2024-03-21T11:30:53.891 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2024-03-21T11:30:53.892 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="Ubuntu" 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="22.04" 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_CODENAME=jammy 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:ID=ubuntu 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE=debian 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T11:30:53.944 INFO:teuthology.orchestra.run.smithi050.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T11:30:53.945 INFO:teuthology.orchestra.run.smithi050.stdout:UBUNTU_CODENAME=jammy 2024-03-21T11:30:53.945 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2024-03-21T11:30:53.971 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-03-21T11:30:53.976 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-03-21T11:30:53.976 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-03-21T11:30:54.027 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T11:30:54.027 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Ubuntu" 2024-03-21T11:30:54.027 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="22.04" 2024-03-21T11:30:54.027 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T11:30:54.027 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_CODENAME=jammy 2024-03-21T11:30:54.027 INFO:teuthology.orchestra.run.smithi063.stdout:ID=ubuntu 2024-03-21T11:30:54.028 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE=debian 2024-03-21T11:30:54.028 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T11:30:54.028 INFO:teuthology.orchestra.run.smithi063.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T11:30:54.028 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T11:30:54.028 INFO:teuthology.orchestra.run.smithi063.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T11:30:54.028 INFO:teuthology.orchestra.run.smithi063.stdout:UBUNTU_CODENAME=jammy 2024-03-21T11:30:54.028 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-03-21T11:30:54.054 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T11:30:54.063 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T11:30:54.070 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T11:30:54.070 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2024-03-21T11:30:54.073 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-03-21T11:30:54.078 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T11:30:54.084 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T11:30:54.085 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2024-03-21T11:30:54.121 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-03-21T11:30:54.130 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T11:30:54.218 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T11:30:54.231 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T11:30:54.232 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T11:30:54.232 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T11:30:54.232 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T11:30:54.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:30:54.237 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2024-03-21T11:30:54.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:30:54.238 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-03-21T11:30:54.284 INFO:teuthology.orchestra.run.smithi050.stdout:5.15.0-56-generic 2024-03-21T11:30:54.284 INFO:teuthology.task.kernel:Running kernel on smithi050: 5.15.0-56-generic 2024-03-21T11:30:54.284 DEBUG:teuthology.orchestra.run.smithi050:> sudo apt-get clean 2024-03-21T11:30:54.287 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-56-generic 2024-03-21T11:30:54.287 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.15.0-56-generic 2024-03-21T11:30:54.287 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-03-21T11:30:54.408 DEBUG:teuthology.orchestra.run.smithi050:> sudo apt-get update 2024-03-21T11:30:54.411 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-03-21T11:30:54.555 INFO:teuthology.orchestra.run.smithi050.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:30:54.581 INFO:teuthology.orchestra.run.smithi050.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T11:30:54.619 INFO:teuthology.orchestra.run.smithi050.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:30:54.658 INFO:teuthology.orchestra.run.smithi050.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T11:30:54.685 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:30:54.751 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T11:30:54.751 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:30:54.786 INFO:teuthology.orchestra.run.smithi050.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T11:30:54.896 INFO:teuthology.orchestra.run.smithi050.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T11:30:54.902 INFO:teuthology.orchestra.run.smithi050.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T11:30:54.911 INFO:teuthology.orchestra.run.smithi050.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T11:30:54.911 INFO:teuthology.orchestra.run.smithi050.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T11:30:54.911 INFO:teuthology.orchestra.run.smithi050.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T11:30:54.926 INFO:teuthology.orchestra.run.smithi050.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T11:30:54.928 INFO:teuthology.orchestra.run.smithi050.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:30:54.929 INFO:teuthology.orchestra.run.smithi050.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T11:30:54.932 INFO:teuthology.orchestra.run.smithi050.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T11:30:54.936 INFO:teuthology.orchestra.run.smithi050.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T11:30:54.947 INFO:teuthology.orchestra.run.smithi050.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T11:30:54.949 INFO:teuthology.orchestra.run.smithi050.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T11:30:54.949 INFO:teuthology.orchestra.run.smithi050.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T11:30:54.950 INFO:teuthology.orchestra.run.smithi050.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T11:30:54.950 INFO:teuthology.orchestra.run.smithi050.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T11:30:55.002 INFO:teuthology.orchestra.run.smithi050.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T11:30:55.003 INFO:teuthology.orchestra.run.smithi050.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T11:30:55.003 INFO:teuthology.orchestra.run.smithi050.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T11:30:55.005 INFO:teuthology.orchestra.run.smithi050.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T11:30:55.005 INFO:teuthology.orchestra.run.smithi050.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T11:30:55.005 INFO:teuthology.orchestra.run.smithi050.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T11:30:55.005 INFO:teuthology.orchestra.run.smithi050.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T11:30:55.005 INFO:teuthology.orchestra.run.smithi050.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T11:30:55.006 INFO:teuthology.orchestra.run.smithi050.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T11:30:55.034 INFO:teuthology.orchestra.run.smithi050.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T11:30:55.039 INFO:teuthology.orchestra.run.smithi050.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T11:30:55.042 INFO:teuthology.orchestra.run.smithi050.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T11:30:55.042 INFO:teuthology.orchestra.run.smithi050.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T11:30:55.065 INFO:teuthology.orchestra.run.smithi050.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T11:30:55.066 INFO:teuthology.orchestra.run.smithi050.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T11:30:55.069 INFO:teuthology.orchestra.run.smithi050.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:30:55.069 INFO:teuthology.orchestra.run.smithi050.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T11:30:55.075 INFO:teuthology.orchestra.run.smithi050.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T11:30:55.083 INFO:teuthology.orchestra.run.smithi050.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T11:30:55.085 INFO:teuthology.orchestra.run.smithi050.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T11:30:55.085 INFO:teuthology.orchestra.run.smithi050.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T11:30:55.085 INFO:teuthology.orchestra.run.smithi050.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T11:30:55.102 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T11:30:55.103 INFO:teuthology.orchestra.run.smithi050.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T11:30:55.103 INFO:teuthology.orchestra.run.smithi050.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T11:30:55.184 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T11:30:55.262 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T11:30:55.550 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T11:30:55.584 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T11:30:55.602 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T11:30:55.612 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T11:30:55.613 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T11:30:55.614 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T11:30:55.699 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T11:30:55.705 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T11:30:55.717 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:30:55.717 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T11:30:55.754 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T11:30:55.754 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T11:30:55.764 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T11:30:55.783 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T11:30:55.784 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T11:30:55.794 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:30:55.942 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T11:30:55.959 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T11:30:56.338 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T11:30:56.344 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T11:30:56.358 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T11:30:56.359 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T11:30:56.361 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T11:30:56.591 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T11:30:56.629 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T11:30:56.642 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T11:30:56.643 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T11:30:56.645 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T11:30:56.646 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T11:30:56.647 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T11:30:56.647 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T11:30:56.673 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T11:30:56.676 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T11:30:56.840 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T11:30:56.923 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T11:30:57.024 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T11:30:57.086 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T11:30:57.115 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T11:31:00.889 INFO:teuthology.orchestra.run.smithi050.stdout:Fetched 12.5 MB in 2s (6,793 kB/s) 2024-03-21T11:31:01.692 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 12.5 MB in 3s (4,736 kB/s) 2024-03-21T11:31:02.405 INFO:teuthology.orchestra.run.smithi050.stdout:Reading package lists... 2024-03-21T11:31:02.422 DEBUG:teuthology.orchestra.run.smithi050:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:31:02.482 INFO:teuthology.orchestra.run.smithi050.stdout:Reading package lists... 2024-03-21T11:31:02.685 INFO:teuthology.orchestra.run.smithi050.stdout:Building dependency tree... 2024-03-21T11:31:02.685 INFO:teuthology.orchestra.run.smithi050.stdout:Reading state information... 2024-03-21T11:31:02.866 INFO:teuthology.orchestra.run.smithi050.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:31:02.866 INFO:teuthology.orchestra.run.smithi050.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:31:02.866 INFO:teuthology.orchestra.run.smithi050.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:31:02.867 INFO:teuthology.orchestra.run.smithi050.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:31:02.867 INFO:teuthology.orchestra.run.smithi050.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T11:31:02.867 INFO:teuthology.orchestra.run.smithi050.stdout: python2.7-minimal 2024-03-21T11:31:02.867 INFO:teuthology.orchestra.run.smithi050.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:31:02.868 INFO:teuthology.orchestra.run.smithi050.stdout:The following additional packages will be installed: 2024-03-21T11:31:02.868 INFO:teuthology.orchestra.run.smithi050.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:31:02.868 INFO:teuthology.orchestra.run.smithi050.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T11:31:02.869 INFO:teuthology.orchestra.run.smithi050.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T11:31:02.870 INFO:teuthology.orchestra.run.smithi050.stdout:Suggested packages: 2024-03-21T11:31:02.870 INFO:teuthology.orchestra.run.smithi050.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T11:31:02.870 INFO:teuthology.orchestra.run.smithi050.stdout:Recommended packages: 2024-03-21T11:31:02.870 INFO:teuthology.orchestra.run.smithi050.stdout: thermald 2024-03-21T11:31:02.922 INFO:teuthology.orchestra.run.smithi050.stdout:The following NEW packages will be installed: 2024-03-21T11:31:02.922 INFO:teuthology.orchestra.run.smithi050.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:31:02.922 INFO:teuthology.orchestra.run.smithi050.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T11:31:02.922 INFO:teuthology.orchestra.run.smithi050.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T11:31:02.923 INFO:teuthology.orchestra.run.smithi050.stdout:The following packages will be upgraded: 2024-03-21T11:31:02.924 INFO:teuthology.orchestra.run.smithi050.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T11:31:03.093 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-21T11:31:03.111 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:31:03.177 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-21T11:31:03.187 INFO:teuthology.orchestra.run.smithi050.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:31:03.187 INFO:teuthology.orchestra.run.smithi050.stdout:Need to get 113 MB of archives. 2024-03-21T11:31:03.187 INFO:teuthology.orchestra.run.smithi050.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T11:31:03.187 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:03.379 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-03-21T11:31:03.380 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-03-21T11:31:03.561 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:31:03.561 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:31:03.561 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:31:03.562 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:31:03.562 INFO:teuthology.orchestra.run.smithi063.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T11:31:03.562 INFO:teuthology.orchestra.run.smithi063.stdout: python2.7-minimal 2024-03-21T11:31:03.562 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:31:03.563 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-03-21T11:31:03.563 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:31:03.563 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T11:31:03.563 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T11:31:03.565 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-03-21T11:31:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T11:31:03.565 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-03-21T11:31:03.565 INFO:teuthology.orchestra.run.smithi063.stdout: thermald 2024-03-21T11:31:03.619 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-03-21T11:31:03.620 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:31:03.620 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T11:31:03.620 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T11:31:03.621 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-03-21T11:31:03.621 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T11:31:03.680 INFO:teuthology.orchestra.run.smithi063.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:31:03.680 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 113 MB of archives. 2024-03-21T11:31:03.680 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T11:31:03.681 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:04.196 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:04.318 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:04.593 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:04.928 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:05.219 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:05.219 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:05.219 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:05.361 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:05.388 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:05.882 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 113 MB in 2s (62.1 MB/s) 2024-03-21T11:31:06.041 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T11:31:07.108 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:07.108 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:07.108 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:08.038 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:08.041 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:08.046 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:08.121 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:08.155 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:08.523 INFO:teuthology.orchestra.run.smithi050.stdout:Fetched 113 MB in 5s (21.8 MB/s) 2024-03-21T11:31:08.692 INFO:teuthology.orchestra.run.smithi050.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T11:31:10.399 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T11:31:10.420 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:10.510 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:10.792 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:10.796 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:10.941 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:11.010 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T11:31:11.031 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:11.068 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:13.434 INFO:teuthology.orchestra.run.smithi050.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T11:31:13.455 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:13.561 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:14.095 INFO:teuthology.orchestra.run.smithi050.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T11:31:14.116 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:14.153 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:17.679 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:31:17.794 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:31:18.136 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:31:18.239 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:31:18.559 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T11:31:18.582 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T11:31:18.626 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:31:20.972 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:31:21.096 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:31:21.430 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:31:21.558 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:31:21.879 INFO:teuthology.orchestra.run.smithi050.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T11:31:21.901 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T11:31:21.945 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:31:24.931 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T11:31:24.969 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:25.039 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:27.867 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:31:27.992 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:31:28.003 INFO:teuthology.orchestra.run.smithi050.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T11:31:28.041 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:31:28.086 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:28.350 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:31:28.471 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:28.614 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T11:31:28.743 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:30.167 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:31:30.168 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T11:31:30.168 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:31:30.168 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:30.904 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:31.817 INFO:teuthology.orchestra.run.smithi050.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:31:31.964 INFO:teuthology.orchestra.run.smithi050.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:31:32.339 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:31:32.346 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:32.460 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:32.620 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T11:31:32.740 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:33.747 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T11:31:33.873 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T11:31:34.025 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:34.087 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T11:31:34.087 INFO:teuthology.orchestra.run.smithi063.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:34.114 INFO:teuthology.orchestra.run.smithi050.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:31:34.114 INFO:teuthology.orchestra.run.smithi050.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T11:31:34.114 INFO:teuthology.orchestra.run.smithi050.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:31:34.114 INFO:teuthology.orchestra.run.smithi050.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:34.284 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:35.751 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:37.253 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T11:31:37.362 INFO:teuthology.orchestra.run.smithi050.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T11:31:37.488 INFO:teuthology.orchestra.run.smithi050.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:31:37.555 INFO:teuthology.orchestra.run.smithi050.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T11:31:37.555 INFO:teuthology.orchestra.run.smithi050.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:48.636 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T11:31:48.636 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub' 2024-03-21T11:31:48.675 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:31:48.694 INFO:teuthology.orchestra.run.smithi063.stdout:Generating grub configuration file ... 2024-03-21T11:31:49.090 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:31:49.104 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:49.507 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:31:49.512 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:31:49.582 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:31:49.587 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:31:49.749 INFO:teuthology.orchestra.run.smithi063.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:31:49.749 INFO:teuthology.orchestra.run.smithi063.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:31:49.749 INFO:teuthology.orchestra.run.smithi063.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:31:49.791 INFO:teuthology.orchestra.run.smithi063.stdout:done 2024-03-21T11:31:50.281 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-03-21T11:31:50.303 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-03-21T11:31:50.304 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.101.98 2024-03-21T11:31:50.304 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:50.304 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:50.304 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-03-21T11:31:50.304 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-03-21T11:31:50.304 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:31:50.304 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-03-21T11:31:50.304 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T11:31:50.304 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T11:31:50.304 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T11:31:50.304 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T11:31:50.305 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T11:31:50.305 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-03-21T11:31:50.459 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-03-21T11:31:50.572 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:31:50.572 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T11:31:50.585 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:31:50.605 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:31:51.989 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-21T11:31:52.006 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:31:52.067 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-03-21T11:31:52.113 INFO:teuthology.orchestra.run.smithi050.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T11:31:52.113 INFO:teuthology.orchestra.run.smithi050.stdout:Sourcing file `/etc/default/grub' 2024-03-21T11:31:52.139 INFO:teuthology.orchestra.run.smithi050.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:31:52.164 INFO:teuthology.orchestra.run.smithi050.stdout:Generating grub configuration file ... 2024-03-21T11:31:52.264 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-03-21T11:31:52.265 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-03-21T11:31:52.446 INFO:teuthology.orchestra.run.smithi063.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T11:31:52.447 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:31:52.447 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:31:52.447 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:31:52.447 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:31:52.447 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:31:52.447 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:31:52.447 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:31:52.492 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:31:52.494 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-03-21T11:31:52.510 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-03-21T11:31:52.510 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-03-21T11:31:52.510 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-03-21T11:31:52.510 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-03-21T11:31:52.510 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-03-21T11:31:52.510 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:31:52.510 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-03-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-03-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.101.98 2024-03-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.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-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-03-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-03-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:31:52.511 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-03-21T11:31:52.511 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-03-21T11:31:52.542 INFO:teuthology.orchestra.run.smithi050.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:31:52.555 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.EF7qKuhV7g 2024-03-21T11:31:52.555 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EF7qKuhV7g 2024-03-21T11:31:52.555 INFO:teuthology.orchestra.run.smithi050.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:52.610 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.EF7qKuhV7g 2024-03-21T11:31:52.728 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.EF7qKuhV7g is 10KB 2024-03-21T11:31:52.742 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.EF7qKuhV7g 2024-03-21T11:31:52.747 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T11:31:52.803 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-21T11:31:52.803 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T11:31:52.803 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T11:31:52.885 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T11:31:52.885 DEBUG:teuthology.orchestra.run.smithi063:> sudo update-grub 2024-03-21T11:31:52.954 INFO:teuthology.orchestra.run.smithi050.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:31:52.960 INFO:teuthology.orchestra.run.smithi050.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:31:53.046 INFO:teuthology.orchestra.run.smithi050.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:31:53.052 INFO:teuthology.orchestra.run.smithi050.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:31:53.227 INFO:teuthology.orchestra.run.smithi050.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:31:53.227 INFO:teuthology.orchestra.run.smithi050.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:31:53.227 INFO:teuthology.orchestra.run.smithi050.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:31:53.274 INFO:teuthology.orchestra.run.smithi050.stdout:done 2024-03-21T11:31:53.778 DEBUG:teuthology.orchestra.run.smithi050:> dpkg -s linux-image-generic 2024-03-21T11:31:53.801 INFO:teuthology.orchestra.run.smithi050.stdout:Package: linux-image-generic 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Status: install ok installed 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Priority: optional 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Section: kernel 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Installed-Size: 21 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Architecture: amd64 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Source: linux-meta 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Version: 5.15.0.101.98 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Recommends: thermald 2024-03-21T11:31:53.802 INFO:teuthology.orchestra.run.smithi050.stdout:Description: Generic Linux kernel image 2024-03-21T11:31:53.803 INFO:teuthology.orchestra.run.smithi050.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:31:53.803 INFO:teuthology.orchestra.run.smithi050.stdout: available. 2024-03-21T11:31:53.803 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T11:31:53.803 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T11:31:53.803 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T11:31:53.803 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T11:31:53.803 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi050.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T11:31:53.803 DEBUG:teuthology.orchestra.run.smithi050:> sudo apt-get clean 2024-03-21T11:31:53.970 DEBUG:teuthology.orchestra.run.smithi050:> sudo apt-get update 2024-03-21T11:31:54.091 INFO:teuthology.orchestra.run.smithi050.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T11:31:54.147 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub' 2024-03-21T11:31:54.148 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:31:54.150 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-03-21T11:31:54.201 INFO:teuthology.orchestra.run.smithi050.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:31:54.282 INFO:teuthology.orchestra.run.smithi050.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:31:54.364 INFO:teuthology.orchestra.run.smithi050.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:31:54.381 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:31:54.388 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:54.648 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:31:54.653 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:31:54.696 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:31:54.701 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:31:54.870 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:31:54.871 INFO:teuthology.orchestra.run.smithi063.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:31:54.871 INFO:teuthology.orchestra.run.smithi063.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:31:54.902 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-03-21T11:31:54.911 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-03-21T11:31:55.421 INFO:teuthology.orchestra.run.smithi050.stdout:Reading package lists... 2024-03-21T11:31:55.439 DEBUG:teuthology.orchestra.run.smithi050:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:31:55.491 INFO:teuthology.orchestra.run.smithi050.stdout:Reading package lists... 2024-03-21T11:31:55.670 INFO:teuthology.orchestra.run.smithi050.stdout:Building dependency tree... 2024-03-21T11:31:55.670 INFO:teuthology.orchestra.run.smithi050.stdout:Reading state information... 2024-03-21T11:31:55.830 INFO:teuthology.orchestra.run.smithi050.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T11:31:55.831 INFO:teuthology.orchestra.run.smithi050.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:31:55.831 INFO:teuthology.orchestra.run.smithi050.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:31:55.831 INFO:teuthology.orchestra.run.smithi050.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:31:55.831 INFO:teuthology.orchestra.run.smithi050.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:31:55.831 INFO:teuthology.orchestra.run.smithi050.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:31:55.831 INFO:teuthology.orchestra.run.smithi050.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:31:55.831 INFO:teuthology.orchestra.run.smithi050.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:31:55.868 INFO:teuthology.orchestra.run.smithi050.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:31:55.870 DEBUG:teuthology.orchestra.run.smithi050:> dpkg -s linux-image-generic 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Package: linux-image-generic 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Status: install ok installed 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Priority: optional 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Section: kernel 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Installed-Size: 21 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Architecture: amd64 2024-03-21T11:31:55.929 INFO:teuthology.orchestra.run.smithi050.stdout:Source: linux-meta 2024-03-21T11:31:55.930 INFO:teuthology.orchestra.run.smithi050.stdout:Version: 5.15.0.101.98 2024-03-21T11:31:55.930 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:55.930 INFO:teuthology.orchestra.run.smithi050.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-21T11:31:55.930 INFO:teuthology.orchestra.run.smithi050.stdout:Recommends: thermald 2024-03-21T11:31:55.930 INFO:teuthology.orchestra.run.smithi050.stdout:Description: Generic Linux kernel image 2024-03-21T11:31:55.930 INFO:teuthology.orchestra.run.smithi050.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:31:55.930 INFO:teuthology.orchestra.run.smithi050.stdout: available. 2024-03-21T11:31:55.930 DEBUG:teuthology.orchestra.run.smithi050:> mktemp 2024-03-21T11:31:55.974 INFO:teuthology.orchestra.run.smithi050.stdout:/tmp/tmp.nFl1OkSqP5 2024-03-21T11:31:55.974 DEBUG:teuthology.orchestra.run.smithi050:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nFl1OkSqP5 2024-03-21T11:31:56.031 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 0666 /tmp/tmp.nFl1OkSqP5 2024-03-21T11:31:56.143 DEBUG:teuthology.orchestra.remote:smithi050:/tmp/tmp.nFl1OkSqP5 is 10KB 2024-03-21T11:31:56.155 DEBUG:teuthology.orchestra.run.smithi050:> rm -fr /tmp/tmp.nFl1OkSqP5 2024-03-21T11:31:56.160 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T11:31:56.215 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-03-21T11:31:56.215 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T11:31:56.215 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T11:31:56.302 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T11:31:56.303 DEBUG:teuthology.orchestra.run.smithi050:> sudo update-grub 2024-03-21T11:31:57.658 INFO:teuthology.orchestra.run.smithi050.stderr:Sourcing file `/etc/default/grub' 2024-03-21T11:31:57.660 INFO:teuthology.orchestra.run.smithi050.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:31:57.670 INFO:teuthology.orchestra.run.smithi050.stderr:Generating grub configuration file ... 2024-03-21T11:31:57.856 INFO:teuthology.orchestra.run.smithi050.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:31:57.862 INFO:teuthology.orchestra.run.smithi050.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:31:58.117 INFO:teuthology.orchestra.run.smithi050.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:31:58.122 INFO:teuthology.orchestra.run.smithi050.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:31:58.166 INFO:teuthology.orchestra.run.smithi050.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:31:58.172 INFO:teuthology.orchestra.run.smithi050.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:31:58.293 INFO:teuthology.orchestra.run.smithi050.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:31:58.293 INFO:teuthology.orchestra.run.smithi050.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:31:58.294 INFO:teuthology.orchestra.run.smithi050.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:31:58.317 INFO:teuthology.orchestra.run.smithi050.stderr:done 2024-03-21T11:31:58.345 DEBUG:teuthology.orchestra.run.smithi050:> sudo shutdown -r now 2024-03-21T11:32:24.928 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T11:32:24.929 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-21T11:32:24.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:32:28.350 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T11:32:28.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-03-21T11:32:28.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:32:43.422 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-03-21T11:32:46.750 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.50 2024-03-21T11:32:52.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-21T11:32:52.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:32:55.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-03-21T11:32:55.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-03-21T11:32:55.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:32:58.814 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.50 2024-03-21T11:33:07.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-21T11:33:07.494 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:33:10.818 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-03-21T11:33:10.819 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:33:25.918 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-03-21T11:33:40.934 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-21T11:33:40.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:33:41.262 ERROR:teuthology.orchestra.connection:Error authenticating with smithi063.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 794, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1664, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2024-03-21T11:33:42.545 DEBUG:teuthology.orchestra.run.smithi050:> true 2024-03-21T11:33:43.093 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-03-21T11:33:43.093 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T11:33:43.094 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2024-03-21T11:33:43.141 INFO:teuthology.orchestra.run.smithi050.stdout:5.15.0-101-generic 2024-03-21T11:33:43.141 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T11:33:43.141 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T11:33:43.141 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T11:33:44.142 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T11:33:44.142 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T11:33:44.212 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2024-03-21T11:33:44.243 DEBUG:teuthology.parallel:result is None 2024-03-21T11:33:45.373 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-03-21T11:33:46.311 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-21T11:33:46.313 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T11:33:46.313 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-03-21T11:33:46.359 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-101-generic 2024-03-21T11:33:46.360 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T11:33:46.360 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T11:33:46.360 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T11:33:47.361 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T11:33:47.361 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T11:33:47.450 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-03-21T11:33:47.495 DEBUG:teuthology.parallel:result is None 2024-03-21T11:33:47.496 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T11:33:47.502 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T11:33:47.502 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T11:33:47.505 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T11:33:47.510 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T11:33:47.520 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T11:33:47.528 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T11:33:47.528 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T11:33:47.554 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T11:33:47.588 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T11:33:47.595 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T11:33:47.595 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:33:47.614 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:33:47.635 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:33:47.644 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:33:47.657 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:33:47.667 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:33:47.670 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T11:33:47.677 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T11:33:47.678 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T11:33:47.690 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T11:33:47.726 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T11:33:47.736 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T11:33:47.736 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T11:33:47.746 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T11:33:47.774 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:33:47.797 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:33:47.845 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-03-21T11:33:47.845 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T11:33:47.905 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:33:47.911 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:33:47.959 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-21T11:33:47.959 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T11:33:48.018 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2024-03-21T11:33:48.020 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-03-21T11:33:48.096 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T11:33:48.103 INFO:teuthology.task.internal:Starting timer... 2024-03-21T11:33:48.103 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T11:33:48.112 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T11:33:48.120 DEBUG:teuthology.task.selinux:Excluding smithi050: OS 'ubuntu' does not support SELinux 2024-03-21T11:33:48.120 DEBUG:teuthology.task.selinux:Excluding smithi063: OS 'ubuntu' does not support SELinux 2024-03-21T11:33:48.120 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T11:33:48.120 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T11:33:48.120 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T11:33:48.120 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T11:33:48.128 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T11:33:48.145 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-21T11:33:48.146 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi050.front.sepia.ceph.com,smithi063.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T11:40:54.610 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi050.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com')] 2024-03-21T11:40:54.611 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-03-21T11:40:54.612 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:40:54.691 DEBUG:teuthology.orchestra.run.smithi050:> true 2024-03-21T11:40:54.770 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-03-21T11:40:54.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-21T11:40:54.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:40:54.856 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-03-21T11:40:54.938 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-03-21T11:40:54.939 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T11:40:54.949 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T11:40:54.949 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T11:40:54.950 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:40:54.956 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T11:40:54.956 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:40:54.981 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Command line: ntpd -gq 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: ---------------------------------------------------- 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: corporation. Support and training for ntp-4 are 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: available at https://www.nwtime.org/support 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: ---------------------------------------------------- 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: proto: precision = 0.046 usec (-24) 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: basedate set to 2022-02-04 2024-03-21T11:40:54.982 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: gps base set to 2022-02-06 (week 2196) 2024-03-21T11:40:54.983 INFO:teuthology.orchestra.run.smithi050.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:40:54.983 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:40:54.983 INFO:teuthology.orchestra.run.smithi050.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:40:54.984 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:40:54.984 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T11:40:54.984 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T11:40:54.984 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T11:40:54.985 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Listen normally on 3 ens1f0 172.21.15.50:123 2024-03-21T11:40:54.985 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Listen normally on 4 lo [::1]:123 2024-03-21T11:40:54.985 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1584%4]:123 2024-03-21T11:40:54.985 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:40:54 ntpd[17059]: Listening on routing socket on fd #22 for interface updates 2024-03-21T11:40:55.015 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T11:40:55.015 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Command line: ntpd -gq 2024-03-21T11:40:55.015 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: ---------------------------------------------------- 2024-03-21T11:40:55.015 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T11:40:55.015 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: corporation. Support and training for ntp-4 are 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: available at https://www.nwtime.org/support 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: ---------------------------------------------------- 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: proto: precision = 0.067 usec (-24) 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: basedate set to 2022-02-04 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: gps base set to 2022-02-06 (week 2196) 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:40:55.016 INFO:teuthology.orchestra.run.smithi063.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:40:55.017 INFO:teuthology.orchestra.run.smithi063.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Listen normally on 3 enp3s0f1 172.21.15.63:123 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Listen normally on 4 lo [::1]:123 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8d7%5]:123 2024-03-21T11:40:55.018 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:40:55 ntpd[17175]: Listening on routing socket on fd #22 for interface updates 2024-03-21T11:40:55.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:55 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:55.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:55 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:55.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:55 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:55.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:55 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:55.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:55 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:40:55.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:55 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:40:57.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:57.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:57.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:57.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:57.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:57.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:57.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:40:57.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:57 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:40:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:58.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:40:58.984 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:40:58.984 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:58.984 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:58.984 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:40:58.984 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:58 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:59.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:59.017 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:40:59.017 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:40:59 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:40:59.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:59 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:59.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:59 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:59.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:59 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:40:59.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:59 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:40:59.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:59 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:40:59.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:40:59 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:00.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:00 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:00.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:00 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:00.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:00 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:00.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:00 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:00.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:00 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:00.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:00 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:00.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:00.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:00 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:01.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:01.017 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:01 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:01.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:01.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:01.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:01.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:01.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:01.982 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:01.983 INFO:teuthology.orchestra.run.smithi050.stdout:21 Mar 11:41:01 ntpd[17059]: ntpd: time slew -0.001343 s 2024-03-21T11:41:01.983 INFO:teuthology.orchestra.run.smithi050.stdout:ntpd: time slew -0.001343s 2024-03-21T11:41:01.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T11:41:01.983 INFO:teuthology.orchestra.run.smithi050.stderr:21 Mar 11:41:01 ntpd[17059]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T11:41:02.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:02 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:02.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:02 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:02.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:02 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:02.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:02 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:02.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:02 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:02.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:02 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:02.036 INFO:teuthology.orchestra.run.smithi050.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T11:41:02.036 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================== 2024-03-21T11:41:02.036 INFO:teuthology.orchestra.run.smithi050.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:02.036 INFO:teuthology.orchestra.run.smithi050.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:02.036 INFO:teuthology.orchestra.run.smithi050.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:02.036 INFO:teuthology.orchestra.run.smithi050.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:03.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:03.017 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:03.017 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:03 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:04.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:04.015 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:04 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:04.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:04.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:04 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:04.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:04 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:04.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:04 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:41:05.016 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:41:05.017 INFO:teuthology.orchestra.run.smithi063.stdout:21 Mar 11:41:05 ntpd[17175]: ntpd: time slew +0.000237 s 2024-03-21T11:41:05.017 INFO:teuthology.orchestra.run.smithi063.stdout:ntpd: time slew +0.000237s 2024-03-21T11:41:05.017 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T11:41:05.017 INFO:teuthology.orchestra.run.smithi063.stderr:21 Mar 11:41:05 ntpd[17175]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T11:41:05.074 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T11:41:05.074 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-03-21T11:41:05.074 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:05.075 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:05.075 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:05.075 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:05.075 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T11:41:05.086 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T11:41:05.086 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-03-21T11:41:05.086 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:41:05.092 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-21T11:41:05.092 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_1 2024-03-21T11:41:05.138 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T11:41:05.139 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:05.139 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-03-21T11:41:05.139 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:05.139 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-03-21 11:37:36.376904238 +0000 2024-03-21T11:41:05.139 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-03-21 11:37:36.108906633 +0000 2024-03-21T11:41:05.139 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-03-21 11:37:36.108906633 +0000 2024-03-21T11:41:05.139 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-03-21T11:41:05.139 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T11:41:05.193 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-03-21T11:41:05.193 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-03-21T11:41:05.193 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000259599 s, 2.0 MB/s 2024-03-21T11:41:05.195 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T11:41:05.243 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_2 2024-03-21T11:41:05.290 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T11:41:05.290 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:05.290 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-21T11:41:05.291 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:05.291 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-03-21 11:37:36.904899519 +0000 2024-03-21T11:41:05.291 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-03-21 11:37:36.624902021 +0000 2024-03-21T11:41:05.291 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-03-21 11:37:36.624902021 +0000 2024-03-21T11:41:05.291 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-03-21T11:41:05.291 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T11:41:05.344 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-03-21T11:41:05.344 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-03-21T11:41:05.345 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000268154 s, 1.9 MB/s 2024-03-21T11:41:05.346 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T11:41:05.401 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_3 2024-03-21T11:41:05.454 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T11:41:05.454 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:05.454 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-03-21T11:41:05.454 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:05.455 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-03-21 11:37:37.400895085 +0000 2024-03-21T11:41:05.455 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-03-21 11:37:37.108897695 +0000 2024-03-21T11:41:05.455 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-03-21 11:37:37.108897695 +0000 2024-03-21T11:41:05.455 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-03-21T11:41:05.455 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T11:41:05.508 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-03-21T11:41:05.509 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-03-21T11:41:05.509 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000321498 s, 1.6 MB/s 2024-03-21T11:41:05.510 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T11:41:05.560 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_4 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-03-21 11:37:37.660892762 +0000 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-03-21 11:37:37.656892798 +0000 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-03-21 11:37:37.656892798 +0000 2024-03-21T11:41:05.607 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2024-03-21T11:41:05.608 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T11:41:05.667 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-03-21T11:41:05.667 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-03-21T11:41:05.667 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000299881 s, 1.7 MB/s 2024-03-21T11:41:05.668 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T11:41:05.719 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:41:05.862 INFO:teuthology.orchestra.run.smithi050.stdout:loop 2024-03-21T11:41:05.864 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_1... 2024-03-21T11:41:05.864 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:41:05.882 INFO:teuthology.orchestra.run.smithi050.stdout:1 2024-03-21T11:41:05.905 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_11 2024-03-21T11:41:05.922 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_2... 2024-03-21T11:41:05.922 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:41:05.982 INFO:teuthology.orchestra.run.smithi050.stdout:1 2024-03-21T11:41:06.002 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_21 2024-03-21T11:41:06.019 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_3... 2024-03-21T11:41:06.019 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:41:06.077 INFO:teuthology.orchestra.run.smithi050.stdout:1 2024-03-21T11:41:06.097 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_31 2024-03-21T11:41:06.115 INFO:tasks.nvme_loop:Connecting nvme_loop smithi050:/dev/vg_nvme/lv_4... 2024-03-21T11:41:06.115 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:41:06.173 INFO:teuthology.orchestra.run.smithi050.stdout:1 2024-03-21T11:41:06.192 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/vg_nvme/lv_41 2024-03-21T11:41:06.208 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-03-21T11:41:06.208 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:41:06.254 DEBUG:teuthology.orchestra.run.smithi050:> sudo nvme list 2024-03-21T11:41:06.307 INFO:teuthology.orchestra.run.smithi050.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T11:41:06.307 INFO:teuthology.orchestra.run.smithi050.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T11:41:06.307 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme0n1 PHMB7513001F480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-03-21T11:41:06.307 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme1n1 855d41fce88b614ec686 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:06.307 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme2n1 db8519ee3349904f20ae Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:06.307 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme3n1 7d4c85569700ce240b75 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:06.307 INFO:teuthology.orchestra.run.smithi050.stdout:/dev/nvme4n1 0e744971bab02710b5d2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:06.308 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T11:41:06.308 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-03-21T11:41:06.308 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/scratch_devs 2024-03-21T11:41:06.360 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-21T11:41:06.360 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:41:06.366 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-21T11:41:06.366 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-03-21T11:41:06.415 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T11:41:06.415 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:06.415 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-03-21T11:41:06.415 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:06.415 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-03-21 11:37:35.005572631 +0000 2024-03-21T11:41:06.415 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-03-21 11:37:34.745574951 +0000 2024-03-21T11:41:06.416 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-03-21 11:37:34.745574951 +0000 2024-03-21T11:41:06.416 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-03-21T11:41:06.416 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T11:41:06.469 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-03-21T11:41:06.469 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-03-21T11:41:06.469 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000453581 s, 1.1 MB/s 2024-03-21T11:41:06.471 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T11:41:06.520 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-03-21T11:41:06.566 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T11:41:06.566 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:06.566 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-03-21T11:41:06.566 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:06.567 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-03-21 11:37:35.529567957 +0000 2024-03-21T11:41:06.567 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-03-21 11:37:35.253570419 +0000 2024-03-21T11:41:06.567 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-03-21 11:37:35.253570419 +0000 2024-03-21T11:41:06.567 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-03-21T11:41:06.567 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T11:41:06.621 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-03-21T11:41:06.621 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-03-21T11:41:06.621 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000407977 s, 1.3 MB/s 2024-03-21T11:41:06.622 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T11:41:06.671 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-03-21T11:41:06.718 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T11:41:06.719 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:06.719 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-03-21T11:41:06.719 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:06.719 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-03-21 11:37:36.001563746 +0000 2024-03-21T11:41:06.719 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-03-21 11:37:35.761565886 +0000 2024-03-21T11:41:06.719 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-03-21 11:37:35.761565886 +0000 2024-03-21T11:41:06.720 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-03-21T11:41:06.720 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T11:41:06.773 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-03-21T11:41:06.773 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-03-21T11:41:06.773 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.00035871 s, 1.4 MB/s 2024-03-21T11:41:06.774 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T11:41:06.824 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-03-21T11:41:06.870 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T11:41:06.870 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:41:06.870 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-03-21T11:41:06.870 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:41:06.870 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-03-21 11:37:36.465559607 +0000 2024-03-21T11:41:06.871 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-03-21 11:37:36.225561747 +0000 2024-03-21T11:41:06.871 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-03-21 11:37:36.225561747 +0000 2024-03-21T11:41:06.871 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-03-21T11:41:06.871 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T11:41:06.924 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-03-21T11:41:06.924 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-03-21T11:41:06.924 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000284109 s, 1.8 MB/s 2024-03-21T11:41:06.925 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T11:41:06.975 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:41:07.103 INFO:teuthology.orchestra.run.smithi063.stdout:loop 2024-03-21T11:41:07.105 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_1... 2024-03-21T11:41:07.105 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:41:07.121 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-03-21T11:41:07.142 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_11 2024-03-21T11:41:07.158 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_2... 2024-03-21T11:41:07.158 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:41:07.217 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-03-21T11:41:07.238 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_21 2024-03-21T11:41:07.255 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_3... 2024-03-21T11:41:07.256 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:41:07.313 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-03-21T11:41:07.333 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_31 2024-03-21T11:41:07.350 INFO:tasks.nvme_loop:Connecting nvme_loop smithi063:/dev/vg_nvme/lv_4... 2024-03-21T11:41:07.350 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:41:07.411 INFO:teuthology.orchestra.run.smithi063.stdout:1 2024-03-21T11:41:07.431 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/vg_nvme/lv_41 2024-03-21T11:41:07.446 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-21T11:41:07.447 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:41:07.495 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme list 2024-03-21T11:41:07.549 INFO:teuthology.orchestra.run.smithi063.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T11:41:07.550 INFO:teuthology.orchestra.run.smithi063.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T11:41:07.550 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme0n1 CVFT5344005B400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T11:41:07.550 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme1n1 cc5a7c7d3ff94c1966be Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:07.550 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme2n1 7947f63f45b4ba3c711d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:07.550 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme3n1 97cbc041ecfae81addfd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:07.550 INFO:teuthology.orchestra.run.smithi063.stdout:/dev/nvme4n1 6b3d02efc86d3729bfce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T11:41:07.551 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T11:41:07.551 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-21T11:41:07.551 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/scratch_devs 2024-03-21T11:41:07.606 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T11:41:07.709 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-21T11:41:07.709 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:41:07.710 INFO:tasks.cephadm:Cluster fsid is e827b040-e777-11ee-95cd-87774f69a715 2024-03-21T11:41:07.710 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T11:41:07.710 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T11:41:07.711 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-21T11:41:07.712 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-21T11:41:07.924 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e7470dcabdd0449f991dfddb86c1a751 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-21T11:41:07.927 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T11:41:07.939 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T11:41:07.951 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi050:/dev/vg_nvme/lv_1... 2024-03-21T11:41:07.952 DEBUG:teuthology.orchestra.run.smithi050:> sudo nvme disconnect -n lv_1 2024-03-21T11:41:08.186 INFO:teuthology.orchestra.run.smithi050.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T11:41:08.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:08.188 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi050:/dev/vg_nvme/lv_2... 2024-03-21T11:41:08.188 DEBUG:teuthology.orchestra.run.smithi050:> sudo nvme disconnect -n lv_2 2024-03-21T11:41:08.430 INFO:teuthology.orchestra.run.smithi050.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T11:41:08.431 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:08.431 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi050:/dev/vg_nvme/lv_3... 2024-03-21T11:41:08.432 DEBUG:teuthology.orchestra.run.smithi050:> sudo nvme disconnect -n lv_3 2024-03-21T11:41:08.658 INFO:teuthology.orchestra.run.smithi050.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T11:41:08.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:08.659 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi050:/dev/vg_nvme/lv_4... 2024-03-21T11:41:08.659 DEBUG:teuthology.orchestra.run.smithi050:> sudo nvme disconnect -n lv_4 2024-03-21T11:41:08.897 INFO:teuthology.orchestra.run.smithi050.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T11:41:08.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:08.899 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-03-21T11:41:08.899 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/scratch_devs 2024-03-21T11:41:08.912 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_1... 2024-03-21T11:41:08.913 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_1 2024-03-21T11:41:09.142 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T11:41:09.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:09.144 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_2... 2024-03-21T11:41:09.144 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_2 2024-03-21T11:41:09.402 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T11:41:09.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:09.403 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_3... 2024-03-21T11:41:09.403 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_3 2024-03-21T11:41:09.658 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T11:41:09.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:09.659 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi063:/dev/vg_nvme/lv_4... 2024-03-21T11:41:09.660 DEBUG:teuthology.orchestra.run.smithi063:> sudo nvme disconnect -n lv_4 2024-03-21T11:41:09.898 INFO:teuthology.orchestra.run.smithi063.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T11:41:09.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:09.899 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-03-21T11:41:09.899 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/scratch_devs 2024-03-21T11:41:09.912 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T11:41:09.922 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T11:41:09.922 DEBUG:teuthology.orchestra.run.smithi050:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T11:41:09.924 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T11:41:09.936 INFO:teuthology.orchestra.run.smithi050.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T11:41:09.936 INFO:teuthology.orchestra.run.smithi050.stdout:============================================================================== 2024-03-21T11:41:09.936 INFO:teuthology.orchestra.run.smithi050.stdout: hv01.front.sepi 44.4.53.2 2 u 3 64 1 0.106 -0.588 0.000 2024-03-21T11:41:09.936 INFO:teuthology.orchestra.run.smithi050.stdout: hv02.front.sepi 63.231.80.2 3 u 5 64 1 0.114 +1.022 0.000 2024-03-21T11:41:09.937 INFO:teuthology.orchestra.run.smithi050.stdout: hv03.front.sepi 74.6.168.72 3 u 6 64 1 0.105 -0.864 0.000 2024-03-21T11:41:09.937 INFO:teuthology.orchestra.run.smithi050.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:09.965 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T11:41:09.965 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-03-21T11:41:09.966 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi 44.4.53.2 2 u 3 64 1 0.090 -0.252 0.000 2024-03-21T11:41:09.966 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi 63.231.80.2 3 u - 64 1 0.107 +1.413 0.000 2024-03-21T11:41:09.966 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:09.966 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:41:09.967 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T11:41:09.975 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T11:41:09.976 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T11:41:10.002 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T11:41:10.011 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T11:41:10.020 INFO:teuthology.task.internal:Duration was 441.916707 seconds 2024-03-21T11:41:10.020 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T11:41:10.029 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T11:41:10.030 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T11:41:10.032 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T11:41:10.070 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T11:41:10.071 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi050.front.sepia.ceph.com 2024-03-21T11:41:10.071 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:41:10.123 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-03-21T11:41:10.123 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:41:10.134 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T11:41:10.134 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T11:41:10.170 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T11:41:10.210 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T11:41:10.210 DEBUG:teuthology.orchestra.run.smithi050:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T11:41:10.254 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T11:41:10.317 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T11:41:10.327 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T11:41:10.327 DEBUG:teuthology.orchestra.run.smithi050:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T11:41:10.339 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T11:41:10.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T11:41:10.360 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T11:41:10.383 DEBUG:teuthology.orchestra.run.smithi063:> 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-21T11:41:10.392 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = core 2024-03-21T11:41:10.404 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-03-21T11:41:10.425 DEBUG:teuthology.orchestra.run.smithi050:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T11:41:10.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:10.453 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T11:41:10.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:41:10.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T11:41:10.484 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T11:41:10.485 DEBUG:teuthology.misc:Transferring archived files from smithi050:/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/7614803/remote/smithi050 2024-03-21T11:41:10.486 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T11:41:10.518 DEBUG:teuthology.misc:Transferring archived files from smithi063:/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/7614803/remote/smithi063 2024-03-21T11:41:10.519 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T11:41:10.540 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T11:41:10.540 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T11:41:10.559 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T11:41:10.582 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T11:41:10.593 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T11:41:10.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T11:41:10.603 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T11:41:10.603 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T11:41:10.606 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T11:41:10.610 INFO:teuthology.orchestra.run.smithi050.stdout: 658468 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 11:41 /home/ubuntu/cephtest 2024-03-21T11:41:10.630 INFO:teuthology.orchestra.run.smithi063.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 11:41 /home/ubuntu/cephtest 2024-03-21T11:41:10.631 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T11:41:10.642 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T11:41:10.661 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T11:41:10.689 DEBUG:teuthology.nuke:shortname: smithi050 2024-03-21T11:41:10.689 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T11:41:10.713 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.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/7614803', '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 11:25:16.367694', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLsv6udohAzLWHqALzep+frYypLDuDGnl2VZ8kylkfXNw/m6PJJaHwr2phOYGuWesrqKWe0VgyamjoIYQeu/vGA='} 2024-03-21T11:41:10.717 DEBUG:teuthology.nuke:shortname: smithi063 2024-03-21T11:41:10.717 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T11:41:10.743 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.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/7614803', '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 11:25:16.369698', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBACBfzIrkbE03NfU1BWNbmEK/iLQgPUU9e/esL+AdxRr7z6fc9yJK9Glu8bDs8f6N82PfVzzR+XcddS/DhsXW98='} 2024-03-21T11:41:10.773 INFO:teuthology.orchestra.console.smithi050:Power off 2024-03-21T11:41:10.773 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T11:41:10.796 DEBUG:teuthology.orchestra.console.smithi050:power off output: Chassis Power Control: Down/Off 2024-03-21T11:41:10.796 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:41:10.810 INFO:teuthology.orchestra.console.smithi063:Power off 2024-03-21T11:41:10.810 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T11:41:10.820 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2024-03-21T11:41:10.834 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-03-21T11:41:10.834 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:41:10.858 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-03-21T11:41:14.821 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:41:14.859 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:41:14.931 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2024-03-21T11:41:14.969 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-03-21T11:41:18.937 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:41:18.971 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:41:19.046 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2024-03-21T11:41:19.080 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-03-21T11:41:19.181 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-03-21T11:41:23.050 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T11:41:23.160 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is off 2024-03-21T11:41:23.261 INFO:teuthology.orchestra.console.smithi050:Power off completed 2024-03-21T11:41:23.365 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 441.91670656204224 failure_reason: '' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e7470dcabdd0449f991dfddb86c1a751 status: fail success: false 2024-03-21T11:41:23.365 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T11:41:23.460 INFO:teuthology.run:FAIL