2024-03-21T20:55:49.219 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T20:55:49.220 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106 --name phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi --owner scheduled_phlogistonjohn@teuthology -- /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106/orig.config.yaml 2024-03-21T20:55:49.256 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T20:55:49.343 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106 branch: wip-phlogistonjohn-testing-2024-03-21-1131 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7615106' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2024-03-21-1131 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 workunit: branch: wip-phlogistonjohn-testing-2024-03-21-1131 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 owner: scheduled_phlogistonjohn@teuthology priority: 95 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1248 sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2024-03-21-1131 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN8f8dcuBeCaUIEWTe1bIhldaPhKta1gHlYDLEd0I6lU+UBHGboMLMGkoiuKLkN6LxMZ0rJQYwFFkEStu51f+xE= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFLTe71wTSgJYwN55L+/i9GpbEhbQdIN0wQfiFkxUxhcBP6hc0SbHobqyQNmNdbuk/oaqbPweB23rIcfPoG9VRU= 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_20:44:17 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T20:55:49.343 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa; will attempt to use it 2024-03-21T20:55:49.344 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks 2024-03-21T20:55:49.344 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T20:55:49.346 INFO:teuthology.task.internal:Checking packages... 2024-03-21T20:55:49.370 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5d87ad5bd031c000b3eb3ea886a68e118ae09d38' 2024-03-21T20:55:49.370 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T20:55:49.370 INFO:teuthology.packaging:ref: None 2024-03-21T20:55:49.371 INFO:teuthology.packaging:tag: None 2024-03-21T20:55:49.371 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T20:55:49.371 INFO:teuthology.packaging:sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T20:55:49.371 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T20:55:49.516 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T20:55:49.517 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T20:55:49.523 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T20:55:49.524 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T20:55:49.542 INFO:teuthology.task.internal:Saving configuration 2024-03-21T20:55:49.557 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T20:55:49.563 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T20:55:49.584 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106', '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 20:50:10.678299', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKYdjf8FTPoZx+JQY1rg5lnOxpa/myrFz+dII9fx0FtS'} 2024-03-21T20:55:49.603 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106', '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 20:50:10.676812', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGf14r1srcRYBwEWqbefFDjfkZ8vUF7hoo1/TLRjkMxt'} 2024-03-21T20:55:49.603 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T20:55:49.611 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T20:55:49.611 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T20:55:49.611 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T20:55:49.725 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f912db89310>, signals=[15]) 2024-03-21T20:55:49.725 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T20:55:49.732 INFO:teuthology.task.internal:Opening connections... 2024-03-21T20:55:49.732 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T20:55:49.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:55:49.819 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-03-21T20:55:49.819 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:55:49.899 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T20:55:49.905 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-03-21T20:55:49.911 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-03-21T20:55:49.911 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-03-21T20:55:49.956 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T20:55:49.956 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="Ubuntu" 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="22.04" 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_CODENAME=jammy 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:ID=ubuntu 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE=debian 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T20:55:49.957 INFO:teuthology.orchestra.run.smithi031.stdout:UBUNTU_CODENAME=jammy 2024-03-21T20:55:49.958 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-03-21T20:55:49.984 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-03-21T20:55:49.989 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-03-21T20:55:49.990 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-03-21T20:55:50.037 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T20:55:50.037 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="Ubuntu" 2024-03-21T20:55:50.037 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="22.04" 2024-03-21T20:55:50.037 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T20:55:50.037 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_CODENAME=jammy 2024-03-21T20:55:50.037 INFO:teuthology.orchestra.run.smithi130.stdout:ID=ubuntu 2024-03-21T20:55:50.037 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE=debian 2024-03-21T20:55:50.038 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T20:55:50.038 INFO:teuthology.orchestra.run.smithi130.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T20:55:50.038 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T20:55:50.038 INFO:teuthology.orchestra.run.smithi130.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T20:55:50.038 INFO:teuthology.orchestra.run.smithi130.stdout:UBUNTU_CODENAME=jammy 2024-03-21T20:55:50.038 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-03-21T20:55:50.062 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T20:55:50.073 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T20:55:50.079 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T20:55:50.079 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-03-21T20:55:50.082 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-03-21T20:55:50.088 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T20:55:50.094 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T20:55:50.094 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-03-21T20:55:50.130 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-03-21T20:55:50.143 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T20:55:50.199 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T20:55:50.214 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T20:55:50.214 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T20:55:50.214 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T20:55:50.215 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T20:55:50.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T20:55:50.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T20:55:50.220 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-03-21T20:55:50.220 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-03-21T20:55:50.266 INFO:teuthology.orchestra.run.smithi130.stdout:5.15.0-56-generic 2024-03-21T20:55:50.267 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.15.0-56-generic 2024-03-21T20:55:50.267 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2024-03-21T20:55:50.270 INFO:teuthology.orchestra.run.smithi031.stdout:5.15.0-56-generic 2024-03-21T20:55:50.270 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.15.0-56-generic 2024-03-21T20:55:50.270 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-03-21T20:55:50.397 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-03-21T20:55:50.405 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2024-03-21T20:55:50.533 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T20:55:50.558 INFO:teuthology.orchestra.run.smithi130.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T20:55:50.640 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T20:55:50.654 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T20:55:50.722 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T20:55:50.736 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T20:55:50.769 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T20:55:50.769 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T20:55:50.845 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T20:55:50.884 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T20:55:50.887 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T20:55:50.887 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T20:55:50.889 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T20:55:50.897 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T20:55:50.902 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T20:55:50.902 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T20:55:50.903 INFO:teuthology.orchestra.run.smithi130.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T20:55:50.927 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T20:55:50.928 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T20:55:50.933 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T20:55:50.933 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T20:55:50.947 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T20:55:50.957 INFO:teuthology.orchestra.run.smithi130.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T20:55:50.958 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T20:55:50.962 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T20:55:50.962 INFO:teuthology.orchestra.run.smithi130.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T20:55:50.963 INFO:teuthology.orchestra.run.smithi130.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T20:55:50.973 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T20:55:50.973 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T20:55:50.980 INFO:teuthology.orchestra.run.smithi130.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T20:55:50.992 INFO:teuthology.orchestra.run.smithi130.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T20:55:50.994 INFO:teuthology.orchestra.run.smithi130.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T20:55:50.996 INFO:teuthology.orchestra.run.smithi130.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T20:55:50.996 INFO:teuthology.orchestra.run.smithi130.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T20:55:50.996 INFO:teuthology.orchestra.run.smithi130.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T20:55:51.012 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T20:55:51.012 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T20:55:51.031 INFO:teuthology.orchestra.run.smithi130.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T20:55:51.076 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T20:55:51.097 INFO:teuthology.orchestra.run.smithi130.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T20:55:51.215 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T20:55:51.235 INFO:teuthology.orchestra.run.smithi130.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T20:55:51.412 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T20:55:51.431 INFO:teuthology.orchestra.run.smithi130.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T20:55:51.558 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T20:55:51.573 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T20:55:51.574 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T20:55:51.578 INFO:teuthology.orchestra.run.smithi130.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T20:55:51.594 INFO:teuthology.orchestra.run.smithi130.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T20:55:51.595 INFO:teuthology.orchestra.run.smithi130.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T20:55:51.596 INFO:teuthology.orchestra.run.smithi130.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T20:55:51.634 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T20:55:51.635 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T20:55:51.642 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T20:55:51.655 INFO:teuthology.orchestra.run.smithi130.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T20:55:51.661 INFO:teuthology.orchestra.run.smithi130.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T20:55:51.806 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T20:55:51.826 INFO:teuthology.orchestra.run.smithi130.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T20:55:52.403 INFO:teuthology.orchestra.run.smithi130.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T20:55:52.434 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T20:55:52.471 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T20:55:52.484 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T20:55:52.485 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T20:55:52.488 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T20:55:52.489 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T20:55:52.489 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T20:55:52.490 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T20:55:52.514 INFO:teuthology.orchestra.run.smithi130.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T20:55:52.515 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T20:55:52.519 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T20:55:52.533 INFO:teuthology.orchestra.run.smithi130.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T20:55:52.535 INFO:teuthology.orchestra.run.smithi130.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T20:55:52.539 INFO:teuthology.orchestra.run.smithi130.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T20:55:52.539 INFO:teuthology.orchestra.run.smithi130.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T20:55:52.540 INFO:teuthology.orchestra.run.smithi130.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T20:55:52.540 INFO:teuthology.orchestra.run.smithi130.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T20:55:52.543 INFO:teuthology.orchestra.run.smithi130.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T20:55:52.548 INFO:teuthology.orchestra.run.smithi130.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T20:55:52.683 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T20:55:52.713 INFO:teuthology.orchestra.run.smithi130.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T20:55:52.765 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T20:55:52.795 INFO:teuthology.orchestra.run.smithi130.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T20:55:52.850 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T20:55:52.877 INFO:teuthology.orchestra.run.smithi130.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T20:55:52.931 INFO:teuthology.orchestra.run.smithi031.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T20:55:52.958 INFO:teuthology.orchestra.run.smithi130.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T20:55:52.965 INFO:teuthology.orchestra.run.smithi031.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T20:55:52.987 INFO:teuthology.orchestra.run.smithi130.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T20:55:57.326 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 12.5 MB in 3s (4,952 kB/s) 2024-03-21T20:55:57.854 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 12.5 MB in 3s (4,965 kB/s) 2024-03-21T20:55:58.654 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-03-21T20:55:58.671 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T20:55:58.722 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-03-21T20:55:58.896 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2024-03-21T20:55:58.897 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2024-03-21T20:55:59.046 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T20:55:59.047 INFO:teuthology.orchestra.run.smithi130.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T20:55:59.047 INFO:teuthology.orchestra.run.smithi130.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T20:55:59.047 INFO:teuthology.orchestra.run.smithi130.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T20:55:59.047 INFO:teuthology.orchestra.run.smithi130.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T20:55:59.047 INFO:teuthology.orchestra.run.smithi130.stdout: python2.7-minimal 2024-03-21T20:55:59.047 INFO:teuthology.orchestra.run.smithi130.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T20:55:59.048 INFO:teuthology.orchestra.run.smithi130.stdout:The following additional packages will be installed: 2024-03-21T20:55:59.048 INFO:teuthology.orchestra.run.smithi130.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T20:55:59.048 INFO:teuthology.orchestra.run.smithi130.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T20:55:59.049 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T20:55:59.050 INFO:teuthology.orchestra.run.smithi130.stdout:Suggested packages: 2024-03-21T20:55:59.050 INFO:teuthology.orchestra.run.smithi130.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T20:55:59.050 INFO:teuthology.orchestra.run.smithi130.stdout:Recommended packages: 2024-03-21T20:55:59.050 INFO:teuthology.orchestra.run.smithi130.stdout: thermald 2024-03-21T20:55:59.094 INFO:teuthology.orchestra.run.smithi130.stdout:The following NEW packages will be installed: 2024-03-21T20:55:59.094 INFO:teuthology.orchestra.run.smithi130.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T20:55:59.095 INFO:teuthology.orchestra.run.smithi130.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T20:55:59.095 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T20:55:59.096 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages will be upgraded: 2024-03-21T20:55:59.096 INFO:teuthology.orchestra.run.smithi130.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T20:55:59.151 INFO:teuthology.orchestra.run.smithi130.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T20:55:59.151 INFO:teuthology.orchestra.run.smithi130.stdout:Need to get 113 MB of archives. 2024-03-21T20:55:59.151 INFO:teuthology.orchestra.run.smithi130.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T20:55:59.151 INFO:teuthology.orchestra.run.smithi130.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-21T20:55:59.249 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T20:55:59.265 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T20:55:59.327 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T20:55:59.526 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-03-21T20:55:59.527 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-03-21T20:55:59.704 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T20:55:59.704 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T20:55:59.704 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T20:55:59.705 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T20:55:59.705 INFO:teuthology.orchestra.run.smithi031.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T20:55:59.705 INFO:teuthology.orchestra.run.smithi031.stdout: python2.7-minimal 2024-03-21T20:55:59.705 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T20:55:59.706 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-03-21T20:55:59.706 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T20:55:59.706 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T20:55:59.706 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T20:55:59.708 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-03-21T20:55:59.708 INFO:teuthology.orchestra.run.smithi031.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T20:55:59.708 INFO:teuthology.orchestra.run.smithi031.stdout:Recommended packages: 2024-03-21T20:55:59.708 INFO:teuthology.orchestra.run.smithi031.stdout: thermald 2024-03-21T20:55:59.713 INFO:teuthology.orchestra.run.smithi130.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-21T20:55:59.759 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-03-21T20:55:59.760 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T20:55:59.760 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T20:55:59.760 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T20:55:59.761 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages will be upgraded: 2024-03-21T20:55:59.761 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T20:55:59.819 INFO:teuthology.orchestra.run.smithi031.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T20:55:59.819 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 113 MB of archives. 2024-03-21T20:55:59.819 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T20:55:59.819 INFO:teuthology.orchestra.run.smithi031.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-21T20:55:59.860 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:00.512 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:00.722 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:01.108 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:01.108 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:01.109 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:01.380 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:01.616 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:01.883 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:01.884 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:01.884 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:02.015 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 113 MB in 3s (45.0 MB/s) 2024-03-21T20:56:02.098 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:02.138 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:02.201 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T20:56:02.554 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 113 MB in 2s (47.7 MB/s) 2024-03-21T20:56:02.728 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T20:56:04.190 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:04.195 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:04.266 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:04.775 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:04.779 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:04.916 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:06.518 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T20:56:06.539 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:06.630 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:07.062 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T20:56:07.071 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T20:56:07.080 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:07.091 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:07.129 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:07.168 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:07.595 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T20:56:07.616 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:07.645 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:14.253 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T20:56:14.314 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T20:56:14.352 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T20:56:14.444 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T20:56:14.635 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T20:56:14.747 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T20:56:14.799 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T20:56:14.920 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T20:56:15.042 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T20:56:15.065 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T20:56:15.108 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T20:56:15.217 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T20:56:15.240 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T20:56:15.283 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T20:56:20.950 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T20:56:20.987 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:21.001 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T20:56:21.037 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T20:56:21.074 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:21.091 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:23.747 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T20:56:23.870 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T20:56:24.171 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T20:56:24.195 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T20:56:24.286 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T20:56:24.324 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:24.475 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T20:56:24.593 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T20:56:24.604 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:24.715 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:24.841 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T20:56:24.970 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:25.959 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T20:56:25.959 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T20:56:25.959 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T20:56:25.959 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:26.333 INFO:teuthology.orchestra.run.smithi130.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T20:56:26.333 INFO:teuthology.orchestra.run.smithi130.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T20:56:26.333 INFO:teuthology.orchestra.run.smithi130.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T20:56:26.334 INFO:teuthology.orchestra.run.smithi130.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:26.890 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:28.232 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:28.282 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:29.651 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T20:56:29.692 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T20:56:29.751 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T20:56:29.817 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T20:56:29.853 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:29.915 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T20:56:29.915 INFO:teuthology.orchestra.run.smithi031.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:29.944 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T20:56:30.015 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T20:56:30.015 INFO:teuthology.orchestra.run.smithi130.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:43.837 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T20:56:43.837 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub' 2024-03-21T20:56:43.858 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T20:56:43.883 INFO:teuthology.orchestra.run.smithi130.stdout:Generating grub configuration file ... 2024-03-21T20:56:44.173 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T20:56:44.188 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:44.273 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T20:56:44.273 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub' 2024-03-21T20:56:44.286 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T20:56:44.305 INFO:teuthology.orchestra.run.smithi031.stdout:Generating grub configuration file ... 2024-03-21T20:56:44.469 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T20:56:44.475 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T20:56:44.546 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T20:56:44.552 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T20:56:44.577 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T20:56:44.593 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:44.718 INFO:teuthology.orchestra.run.smithi130.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T20:56:44.718 INFO:teuthology.orchestra.run.smithi130.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T20:56:44.718 INFO:teuthology.orchestra.run.smithi130.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T20:56:44.749 INFO:teuthology.orchestra.run.smithi130.stdout:done 2024-03-21T20:56:44.880 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T20:56:44.886 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T20:56:44.956 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T20:56:44.961 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T20:56:45.122 INFO:teuthology.orchestra.run.smithi031.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T20:56:45.122 INFO:teuthology.orchestra.run.smithi031.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T20:56:45.122 INFO:teuthology.orchestra.run.smithi031.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T20:56:45.166 INFO:teuthology.orchestra.run.smithi031.stdout:done 2024-03-21T20:56:45.186 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic 2024-03-21T20:56:45.205 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic 2024-03-21T20:56:45.205 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 21 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.15.0.101.98 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2024-03-21T20:56:45.206 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2024-03-21T20:56:45.207 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T20:56:45.207 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T20:56:45.207 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T20:56:45.207 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T20:56:45.207 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T20:56:45.207 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2024-03-21T20:56:45.385 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2024-03-21T20:56:45.503 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T20:56:45.503 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T20:56:45.515 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T20:56:45.536 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T20:56:45.631 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-03-21T20:56:45.646 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-03-21T20:56:45.646 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-03-21T20:56:45.646 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-03-21T20:56:45.646 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.101.98 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-03-21T20:56:45.647 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-03-21T20:56:45.647 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T20:56:45.647 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T20:56:45.648 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T20:56:45.648 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T20:56:45.648 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T20:56:45.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-03-21T20:56:45.794 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-03-21T20:56:45.907 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T20:56:45.907 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T20:56:45.922 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T20:56:45.942 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T20:56:46.831 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-03-21T20:56:46.848 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T20:56:46.911 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-03-21T20:56:47.107 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2024-03-21T20:56:47.107 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2024-03-21T20:56:47.278 INFO:teuthology.orchestra.run.smithi130.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T20:56:47.278 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T20:56:47.278 INFO:teuthology.orchestra.run.smithi130.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T20:56:47.278 INFO:teuthology.orchestra.run.smithi130.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T20:56:47.278 INFO:teuthology.orchestra.run.smithi130.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T20:56:47.278 INFO:teuthology.orchestra.run.smithi130.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T20:56:47.279 INFO:teuthology.orchestra.run.smithi130.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T20:56:47.279 INFO:teuthology.orchestra.run.smithi130.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T20:56:47.317 INFO:teuthology.orchestra.run.smithi130.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T20:56:47.319 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic 2024-03-21T20:56:47.321 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 21 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.15.0.101.98 2024-03-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.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-21T20:56:47.336 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2024-03-21T20:56:47.337 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2024-03-21T20:56:47.337 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2024-03-21T20:56:47.337 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2024-03-21T20:56:47.337 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-03-21T20:56:47.339 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T20:56:47.384 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.kHVZXeuGem 2024-03-21T20:56:47.384 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub/grub.cfg /tmp/tmp.kHVZXeuGem 2024-03-21T20:56:47.400 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-03-21T20:56:47.442 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.kHVZXeuGem 2024-03-21T20:56:47.565 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.kHVZXeuGem is 10KB 2024-03-21T20:56:47.579 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.kHVZXeuGem 2024-03-21T20:56:47.579 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-03-21T20:56:47.580 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-03-21T20:56:47.584 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T20:56:47.641 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-03-21T20:56:47.641 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T20:56:47.641 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T20:56:47.707 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T20:56:47.707 DEBUG:teuthology.orchestra.run.smithi130:> sudo update-grub 2024-03-21T20:56:47.741 INFO:teuthology.orchestra.run.smithi031.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T20:56:47.741 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T20:56:47.741 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T20:56:47.741 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T20:56:47.741 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T20:56:47.741 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T20:56:47.742 INFO:teuthology.orchestra.run.smithi031.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T20:56:47.742 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T20:56:47.782 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T20:56:47.783 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-03-21T20:56:47.799 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-03-21T20:56:47.799 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.101.98 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.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-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-03-21T20:56:47.800 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-03-21T20:56:47.801 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-03-21T20:56:47.854 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.KgrCl9aVvu 2024-03-21T20:56:47.854 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub/grub.cfg /tmp/tmp.KgrCl9aVvu 2024-03-21T20:56:47.908 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.KgrCl9aVvu 2024-03-21T20:56:48.027 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.KgrCl9aVvu is 10KB 2024-03-21T20:56:48.040 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.KgrCl9aVvu 2024-03-21T20:56:48.046 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T20:56:48.099 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T20:56:48.100 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T20:56:48.100 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T20:56:48.167 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T20:56:48.168 DEBUG:teuthology.orchestra.run.smithi031:> sudo update-grub 2024-03-21T20:56:48.879 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub' 2024-03-21T20:56:48.880 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T20:56:48.886 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-03-21T20:56:49.066 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T20:56:49.071 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:49.278 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub' 2024-03-21T20:56:49.279 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T20:56:49.281 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-03-21T20:56:49.293 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T20:56:49.298 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T20:56:49.338 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T20:56:49.343 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T20:56:49.441 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T20:56:49.446 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T20:56:49.466 INFO:teuthology.orchestra.run.smithi130.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T20:56:49.466 INFO:teuthology.orchestra.run.smithi130.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T20:56:49.466 INFO:teuthology.orchestra.run.smithi130.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T20:56:49.478 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-03-21T20:56:49.494 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-03-21T20:56:49.659 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T20:56:49.664 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T20:56:49.707 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T20:56:49.713 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T20:56:49.820 INFO:teuthology.orchestra.run.smithi031.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T20:56:49.820 INFO:teuthology.orchestra.run.smithi031.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T20:56:49.820 INFO:teuthology.orchestra.run.smithi031.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T20:56:49.839 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-03-21T20:56:49.848 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-03-21T20:57:19.526 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T20:57:19.527 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-03-21T20:57:19.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:57:19.851 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T20:57:19.852 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T20:57:19.852 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:57:38.339 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-03-21T20:57:47.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T20:57:47.345 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:57:54.206 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-03-21T20:58:03.214 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-03-21T20:58:03.215 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:58:35.294 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-03-21T20:58:35.978 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-03-21T20:58:35.978 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T20:58:35.978 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-03-21T20:58:36.022 INFO:teuthology.orchestra.run.smithi130.stdout:5.15.0-101-generic 2024-03-21T20:58:36.023 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T20:58:36.023 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T20:58:36.023 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T20:58:37.024 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T20:58:37.024 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T20:58:37.112 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-03-21T20:58:37.128 DEBUG:teuthology.parallel:result is None 2024-03-21T20:58:47.347 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T20:58:59.348 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T20:58:59.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T20:58:59.559 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-03-21T20:59:00.205 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T20:59:00.205 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T20:59:00.205 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-03-21T20:59:00.254 INFO:teuthology.orchestra.run.smithi031.stdout:5.15.0-101-generic 2024-03-21T20:59:00.254 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T20:59:00.254 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T20:59:00.254 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T20:59:01.255 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T20:59:01.255 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T20:59:01.327 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-03-21T20:59:01.360 DEBUG:teuthology.parallel:result is None 2024-03-21T20:59:01.360 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T20:59:01.369 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T20:59:01.369 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T20:59:01.372 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T20:59:01.378 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T20:59:01.384 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T20:59:01.394 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T20:59:01.395 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T20:59:01.419 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T20:59:01.443 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T20:59:01.452 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T20:59:01.452 DEBUG:teuthology.orchestra.run.smithi031:> 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-21T20:59:01.475 DEBUG:teuthology.orchestra.run.smithi130:> 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-21T20:59:01.489 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:59:01.498 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:59:01.502 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:59:01.510 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T20:59:01.511 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T20:59:01.519 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T20:59:01.519 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T20:59:01.543 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T20:59:01.565 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T20:59:01.575 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T20:59:01.575 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T20:59:01.599 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T20:59:01.611 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T20:59:01.651 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T20:59:01.698 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T20:59:01.698 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T20:59:01.762 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T20:59:01.767 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T20:59:01.815 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-03-21T20:59:01.815 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T20:59:01.877 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-03-21T20:59:01.880 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-03-21T20:59:01.953 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T20:59:01.962 INFO:teuthology.task.internal:Starting timer... 2024-03-21T20:59:01.962 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T20:59:01.984 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T20:59:01.993 DEBUG:teuthology.task.selinux:Excluding smithi031: OS 'ubuntu' does not support SELinux 2024-03-21T20:59:01.993 DEBUG:teuthology.task.selinux:Excluding smithi130: OS 'ubuntu' does not support SELinux 2024-03-21T20:59:01.994 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T20:59:01.994 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T20:59:01.994 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T20:59:01.994 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T20:59:02.002 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T20:59:02.020 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-21T20:59:02.021 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi130.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T21:06:11.107 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com')] 2024-03-21T21:06:11.108 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T21:06:11.109 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:06:11.192 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-03-21T21:06:11.270 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-03-21T21:06:11.270 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-03-21T21:06:11.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:06:11.352 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-03-21T21:06:11.431 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-03-21T21:06:11.431 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T21:06:11.443 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T21:06:11.443 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:06:11.443 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:06:11.446 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:06:11.446 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Command line: ntpd -gq 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: ---------------------------------------------------- 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: corporation. Support and training for ntp-4 are 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: available at https://www.nwtime.org/support 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: ---------------------------------------------------- 2024-03-21T21:06:11.475 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: proto: precision = 0.061 usec (-24) 2024-03-21T21:06:11.476 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: basedate set to 2022-02-04 2024-03-21T21:06:11.476 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:06:11.477 INFO:teuthology.orchestra.run.smithi031.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:06:11.477 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:06:11.477 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:06:11.477 INFO:teuthology.orchestra.run.smithi031.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:06:11.478 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:06:11.478 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:06:11.479 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:06:11.479 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Listen normally on 3 ens1f0 172.21.15.31:123 2024-03-21T21:06:11.479 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Listen normally on 4 lo [::1]:123 2024-03-21T21:06:11.479 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:caba%4]:123 2024-03-21T21:06:11.479 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:11 ntpd[17097]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:06:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:06:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Command line: ntpd -gq 2024-03-21T21:06:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: ---------------------------------------------------- 2024-03-21T21:06:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:06:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:06:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: corporation. Support and training for ntp-4 are 2024-03-21T21:06:11.498 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: available at https://www.nwtime.org/support 2024-03-21T21:06:11.498 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: ---------------------------------------------------- 2024-03-21T21:06:11.498 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: proto: precision = 0.071 usec (-24) 2024-03-21T21:06:11.498 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: basedate set to 2022-02-04 2024-03-21T21:06:11.498 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:06:11.499 INFO:teuthology.orchestra.run.smithi130.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:06:11.499 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:06:11.499 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:06:11.499 INFO:teuthology.orchestra.run.smithi130.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:06:11.500 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:06:11.500 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:06:11.500 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:06:11.500 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Listen normally on 3 enp3s0f1 172.21.15.130:123 2024-03-21T21:06:11.501 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Listen normally on 4 lo [::1]:123 2024-03-21T21:06:11.501 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f37%5]:123 2024-03-21T21:06:11.501 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:11 ntpd[17174]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:06:12.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:12 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:12.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:12 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:12.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:12 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:12.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:12 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:12.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:12 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:12.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:12 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:12.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:12 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:12.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:12 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:12.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:12 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:12.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:12 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:12.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:12 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:12.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:12 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:13.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:13 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:13.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:13 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:13.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:13 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:13.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:13 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:13.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:13 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:13.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:13 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:13.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:13 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:13.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:13 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:13.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:13 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:13.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:13 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:13.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:13 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:13.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:13 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.477 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:14.477 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:14 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:14.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:14.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:14.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:14.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:14.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:14 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:15.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:15 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:15.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:15 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:15.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:15 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:15.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:15 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:15.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:15 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:15.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:15 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:15.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:15 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:16.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:16.477 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:16 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:16.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:16.500 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:16 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:17.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:17 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:17.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:17 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:17.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:17 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:17.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:17 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:17.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:17 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:17.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:17 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:17.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:17 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:17.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:17 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:17.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:17 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:17.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:17 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:17.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:17 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:17.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:17 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:18.475 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stdout:21 Mar 21:06:18 ntpd[17097]: ntpd: time slew -0.000032 s 2024-03-21T21:06:18.476 INFO:teuthology.orchestra.run.smithi031.stdout:ntpd: time slew -0.000032s 2024-03-21T21:06:18.477 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:06:18.477 INFO:teuthology.orchestra.run.smithi031.stderr:21 Mar 21:06:18 ntpd[17097]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:06:18.498 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:06:18.499 INFO:teuthology.orchestra.run.smithi130.stdout:21 Mar 21:06:18 ntpd[17174]: ntpd: time slew +0.000003 s 2024-03-21T21:06:18.499 INFO:teuthology.orchestra.run.smithi130.stdout:ntpd: time slew +0.000003s 2024-03-21T21:06:18.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:06:18.499 INFO:teuthology.orchestra.run.smithi130.stderr:21 Mar 21:06:18 ntpd[17174]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:06:18.527 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:06:18.527 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-03-21T21:06:18.527 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.527 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.527 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.527 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.549 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:06:18.550 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2024-03-21T21:06:18.550 INFO:teuthology.orchestra.run.smithi130.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.550 INFO:teuthology.orchestra.run.smithi130.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.550 INFO:teuthology.orchestra.run.smithi130.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.550 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:18.551 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T21:06:18.589 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T21:06:18.589 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T21:06:18.589 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:06:18.596 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T21:06:18.596 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:02:51.585858123 +0000 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:02:51.301860659 +0000 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:02:51.301860659 +0000 2024-03-21T21:06:18.643 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T21:06:18.644 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:06:18.695 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T21:06:18.695 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T21:06:18.695 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000300176 s, 1.7 MB/s 2024-03-21T21:06:18.696 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:06:18.744 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-03-21T21:06:18.791 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:06:18.791 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:18.791 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-21T21:06:18.791 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:18.791 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:02:52.085853656 +0000 2024-03-21T21:06:18.792 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:02:51.813856087 +0000 2024-03-21T21:06:18.792 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:02:51.813856087 +0000 2024-03-21T21:06:18.792 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T21:06:18.792 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:06:18.846 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T21:06:18.846 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T21:06:18.846 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000338378 s, 1.5 MB/s 2024-03-21T21:06:18.847 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:06:18.896 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-03-21T21:06:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:06:18.943 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:18.943 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-03-21T21:06:18.943 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:18.944 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:02:52.597849083 +0000 2024-03-21T21:06:18.944 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:02:52.333851441 +0000 2024-03-21T21:06:18.944 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:02:52.333851441 +0000 2024-03-21T21:06:18.944 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T21:06:18.944 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:06:19.001 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T21:06:19.002 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T21:06:19.002 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000328562 s, 1.6 MB/s 2024-03-21T21:06:19.003 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:06:19.053 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-03-21T21:06:19.103 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:06:19.103 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:19.103 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-03-21T21:06:19.103 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:19.104 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-03-21 21:02:53.113844475 +0000 2024-03-21T21:06:19.104 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-03-21 21:02:52.849846833 +0000 2024-03-21T21:06:19.104 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-03-21 21:02:52.849846833 +0000 2024-03-21T21:06:19.104 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-03-21T21:06:19.104 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:06:19.158 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-03-21T21:06:19.158 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-03-21T21:06:19.158 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000387958 s, 1.3 MB/s 2024-03-21T21:06:19.160 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:06:19.209 DEBUG:teuthology.orchestra.run.smithi031:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-03-21T21:06:19.361 INFO:teuthology.orchestra.run.smithi031.stdout:loop 2024-03-21T21:06:19.362 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-03-21T21:06:19.362 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-03-21T21:06:19.380 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-03-21T21:06:19.402 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:06:19.419 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-03-21T21:06:19.419 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-21T21:06:19.482 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-03-21T21:06:19.502 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:06:19.519 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-03-21T21:06:19.519 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-21T21:06:19.582 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-03-21T21:06:19.603 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:06:19.620 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-03-21T21:06:19.620 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-21T21:06:19.678 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-03-21T21:06:19.698 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:06:19.716 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T21:06:19.716 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:06:19.764 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme list 2024-03-21T21:06:19.821 INFO:teuthology.orchestra.run.smithi031.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:06:19.822 INFO:teuthology.orchestra.run.smithi031.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:06:19.822 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme0n1 CVFT53310008400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T21:06:19.822 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme1n1 6b4e69787ec3250a630e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:19.822 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme2n1 2e632bf42caeb410f904 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:19.822 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme3n1 cc1c0a76a2cd6f749d25 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:19.822 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme4n1 8590b4c9358f1499f870 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:19.823 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:06:19.823 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T21:06:19.823 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-03-21T21:06:19.876 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-03-21T21:06:19.876 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:06:19.883 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T21:06:19.883 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_1 2024-03-21T21:06:19.933 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:06:19.933 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:19.933 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-03-21T21:06:19.933 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:19.933 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-03-21 21:02:46.386836119 +0000 2024-03-21T21:06:19.934 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-03-21 21:02:46.118838501 +0000 2024-03-21T21:06:19.934 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-03-21 21:02:46.118838501 +0000 2024-03-21T21:06:19.934 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-03-21T21:06:19.935 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:06:19.987 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-03-21T21:06:19.987 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-03-21T21:06:19.987 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000443185 s, 1.2 MB/s 2024-03-21T21:06:19.989 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:06:20.037 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_2 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-03-21 21:02:46.866831851 +0000 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-03-21 21:02:46.606834162 +0000 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-03-21 21:02:46.606834162 +0000 2024-03-21T21:06:20.084 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-03-21T21:06:20.085 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:06:20.138 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-03-21T21:06:20.138 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-03-21T21:06:20.138 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000441977 s, 1.2 MB/s 2024-03-21T21:06:20.139 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:06:20.189 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_3 2024-03-21T21:06:20.239 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:06:20.239 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:20.240 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-21T21:06:20.240 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:20.240 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-03-21 21:02:47.342827621 +0000 2024-03-21T21:06:20.240 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-03-21 21:02:47.102829753 +0000 2024-03-21T21:06:20.240 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-03-21 21:02:47.102829753 +0000 2024-03-21T21:06:20.240 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-03-21T21:06:20.240 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:06:20.293 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-03-21T21:06:20.294 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-03-21T21:06:20.294 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000423433 s, 1.2 MB/s 2024-03-21T21:06:20.295 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:06:20.344 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_4 2024-03-21T21:06:20.391 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:06:20.392 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:06:20.392 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-03-21T21:06:20.392 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:06:20.392 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-03-21 21:02:47.866822963 +0000 2024-03-21T21:06:20.392 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-03-21 21:02:47.586825452 +0000 2024-03-21T21:06:20.392 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-03-21 21:02:47.586825452 +0000 2024-03-21T21:06:20.392 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-03-21T21:06:20.392 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:06:20.445 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-03-21T21:06:20.446 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-03-21T21:06:20.446 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.00038182 s, 1.3 MB/s 2024-03-21T21:06:20.447 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:06:20.497 DEBUG:teuthology.orchestra.run.smithi130:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-03-21T21:06:20.628 INFO:teuthology.orchestra.run.smithi130.stdout:loop 2024-03-21T21:06:20.629 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2024-03-21T21:06:20.630 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-03-21T21:06:20.646 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-03-21T21:06:20.665 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:06:20.681 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2024-03-21T21:06:20.681 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-21T21:06:20.744 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-03-21T21:06:20.762 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:06:20.777 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2024-03-21T21:06:20.777 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-21T21:06:20.834 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-03-21T21:06:20.851 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:06:20.867 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2024-03-21T21:06:20.867 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-21T21:06:20.925 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-03-21T21:06:20.945 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:06:20.961 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-03-21T21:06:20.961 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:06:21.007 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme list 2024-03-21T21:06:21.060 INFO:teuthology.orchestra.run.smithi130.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:06:21.060 INFO:teuthology.orchestra.run.smithi130.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:06:21.060 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme0n1 PHFT620500Q1400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T21:06:21.060 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme1n1 d0bce720345367ff86e4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:21.060 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme2n1 71a9c298aa2924440d8b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:21.060 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme3n1 0e6fe2978d5848d22e4c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:21.060 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme4n1 801bf53c04c320c01ef8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:06:21.061 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:06:21.061 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-03-21T21:06:21.062 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2024-03-21T21:06:21.114 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T21:06:21.212 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '5d87ad5bd031c000b3eb3ea886a68e118ae09d38'} 2024-03-21T21:06:21.212 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:06:21.213 INFO:tasks.cephadm:Cluster fsid is de2d83e0-e7c6-11ee-95cd-87774f69a715 2024-03-21T21:06:21.213 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T21:06:21.213 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T21:06:21.213 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:06:21.214 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:06:21.417 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=86b00a12e4ed44b8a449a66cff13ced9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 2192, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/cephadm.py", line 1791, in initialize_config ctx.ceph[cluster_name].mons = get_mons( File "/home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks/ceph.py", line 510, in get_mons assert mons AssertionError 2024-03-21T21:06:21.420 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T21:06:21.429 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T21:06:21.437 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-03-21T21:06:21.437 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_1 2024-03-21T21:06:21.671 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:06:21.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:21.672 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-03-21T21:06:21.673 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_2 2024-03-21T21:06:21.947 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:06:21.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:21.948 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-03-21T21:06:21.948 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_3 2024-03-21T21:06:22.175 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:06:22.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:22.176 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-03-21T21:06:22.177 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_4 2024-03-21T21:06:22.439 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:06:22.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:22.440 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-03-21T21:06:22.440 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-03-21T21:06:22.454 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2024-03-21T21:06:22.455 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_1 2024-03-21T21:06:22.683 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:06:22.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:22.685 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2024-03-21T21:06:22.685 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_2 2024-03-21T21:06:22.940 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:06:22.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:22.942 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2024-03-21T21:06:22.942 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_3 2024-03-21T21:06:23.163 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:06:23.165 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:23.165 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2024-03-21T21:06:23.165 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_4 2024-03-21T21:06:23.419 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:06:23.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:23.421 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-03-21T21:06:23.421 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2024-03-21T21:06:23.435 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T21:06:23.444 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T21:06:23.444 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:06:23.447 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:06:23.458 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:06:23.458 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-03-21T21:06:23.458 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi 44.4.53.2 2 u 2 64 1 0.087 -1.332 0.000 2024-03-21T21:06:23.459 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi 63.231.80.2 3 u 4 64 1 0.088 -0.044 0.000 2024-03-21T21:06:23.459 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi 74.6.168.72 3 u 4 64 1 0.099 -0.189 0.000 2024-03-21T21:06:23.459 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:23.493 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:06:23.494 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2024-03-21T21:06:23.494 INFO:teuthology.orchestra.run.smithi130.stdout: hv01.front.sepi 44.4.53.2 2 u 2 64 1 0.148 -1.198 0.000 2024-03-21T21:06:23.494 INFO:teuthology.orchestra.run.smithi130.stdout: hv02.front.sepi 63.231.80.2 3 u 4 64 1 0.090 +0.115 0.000 2024-03-21T21:06:23.495 INFO:teuthology.orchestra.run.smithi130.stdout: hv03.front.sepi 74.6.168.72 3 u 4 64 1 0.098 -0.032 0.000 2024-03-21T21:06:23.495 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:06:23.496 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T21:06:23.505 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T21:06:23.509 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T21:06:23.521 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T21:06:23.531 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T21:06:23.541 INFO:teuthology.task.internal:Duration was 441.578454 seconds 2024-03-21T21:06:23.541 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T21:06:23.550 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T21:06:23.550 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:06:23.553 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:06:23.589 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T21:06:23.590 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-03-21T21:06:23.590 DEBUG:teuthology.orchestra.run.smithi031:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T21:06:23.639 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-03-21T21:06:23.640 DEBUG:teuthology.orchestra.run.smithi130:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T21:06:23.650 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T21:06:23.650 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:06:23.687 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:06:23.728 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T21:06:23.728 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:06:23.772 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:06:23.826 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T21:06:23.836 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T21:06:23.836 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:06:23.848 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:06:23.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T21:06:23.873 DEBUG:teuthology.orchestra.run.smithi031:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:06:23.892 DEBUG:teuthology.orchestra.run.smithi130:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:06:23.901 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-03-21T21:06:23.912 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-03-21T21:06:23.934 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:06:23.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:23.971 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:06:23.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:06:23.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T21:06:23.989 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T21:06:23.990 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106/remote/smithi031 2024-03-21T21:06:23.991 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:06:24.036 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106/remote/smithi130 2024-03-21T21:06:24.037 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:06:24.057 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T21:06:24.057 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:06:24.076 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:06:24.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T21:06:24.115 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T21:06:24.115 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T21:06:24.128 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T21:06:24.128 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:06:24.131 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:06:24.134 INFO:teuthology.orchestra.run.smithi031.stdout: 658626 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:06 /home/ubuntu/cephtest 2024-03-21T21:06:24.148 INFO:teuthology.orchestra.run.smithi130.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:06 /home/ubuntu/cephtest 2024-03-21T21:06:24.149 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T21:06:24.166 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T21:06:24.189 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T21:06:24.215 DEBUG:teuthology.nuke:shortname: smithi031 2024-03-21T21:06:24.216 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:06:24.245 DEBUG:teuthology.nuke:shortname: smithi130 2024-03-21T21:06:24.245 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:06:24.249 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106', '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 20:50:10.678299', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN8f8dcuBeCaUIEWTe1bIhldaPhKta1gHlYDLEd0I6lU+UBHGboMLMGkoiuKLkN6LxMZ0rJQYwFFkEStu51f+xE='} 2024-03-21T21:06:24.278 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615106', '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 20:50:10.676812', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFLTe71wTSgJYwN55L+/i9GpbEhbQdIN0wQfiFkxUxhcBP6hc0SbHobqyQNmNdbuk/oaqbPweB23rIcfPoG9VRU='} 2024-03-21T21:06:24.306 INFO:teuthology.orchestra.console.smithi031:Power off 2024-03-21T21:06:24.307 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:06:24.331 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-03-21T21:06:24.331 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:06:24.347 INFO:teuthology.orchestra.console.smithi130:Power off 2024-03-21T21:06:24.348 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:06:24.357 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-03-21T21:06:24.370 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2024-03-21T21:06:24.370 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:06:24.392 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-03-21T21:06:28.359 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:06:28.393 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:06:28.469 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-03-21T21:06:28.503 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-03-21T21:06:32.474 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:06:32.504 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:06:32.585 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-03-21T21:06:32.613 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2024-03-21T21:06:32.687 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-03-21T21:06:32.714 INFO:teuthology.orchestra.console.smithi130:Power off completed 2024-03-21T21:06:32.819 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.5784537792206 failure_reason: '' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=86b00a12e4ed44b8a449a66cff13ced9 status: fail success: false 2024-03-21T21:06:32.819 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:06:32.900 INFO:teuthology.run:FAIL