2024-03-21T21:37:03.181 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T21:37:03.181 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --owner scheduled_phlogistonjohn@teuthology --name phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi --verbose --archive /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615171 -- /home/teuthworker/archive/phlogistonjohn-2024-03-21_20:44:17-orch:cephadm-wip-phlogistonjohn-testing-2024-03-21-1131-distro-default-smithi/7615171/orig.config.yaml 2024-03-21T21:37:03.216 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:37:03.290 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/7615171 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-bucket 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7615171' 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: smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHE1hHhEob98lJP27AcHUmQIDuOrr4imG4cSoNnri/9h26dyh8CGx1dqVsjALRq4942uSuT7Q+zDYm4HPhLtRDc= smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA2JhVSeio34CCAktMB1nsIGbsmGU92ImMCHGnrLUUnrmQx+rp2JlpjN6S7VaJe1Z84UWGPvHQiFJzy7X3YH4Pc= 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 --bucket foobucket --cluster-id foo --pseudo-path /foobucket - 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}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/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 /foobucket - 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-21T21:37:03.291 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa; will attempt to use it 2024-03-21T21:37:03.291 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5d87ad5bd031c000b3eb3ea886a68e118ae09d38/qa/tasks 2024-03-21T21:37:03.291 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T21:37:03.293 INFO:teuthology.task.internal:Checking packages... 2024-03-21T21:37:03.314 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5d87ad5bd031c000b3eb3ea886a68e118ae09d38' 2024-03-21T21:37:03.314 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T21:37:03.314 INFO:teuthology.packaging:ref: None 2024-03-21T21:37:03.314 INFO:teuthology.packaging:tag: None 2024-03-21T21:37:03.314 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:37:03.314 INFO:teuthology.packaging:sha1: 5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:37:03.314 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2024-03-21-1131 2024-03-21T21:37:03.454 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2286-g5d87ad5b-1jammy 2024-03-21T21:37:03.455 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T21:37:03.462 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T21:37:03.462 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T21:37:03.481 INFO:teuthology.task.internal:Saving configuration 2024-03-21T21:37:03.493 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T21:37:03.499 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:37:03.521 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.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/7615171', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:51.830064', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAbhQ7YZ7IKHvVNX28pOsSvx5OAc9X2VpdYpvpCvJ12V'} 2024-03-21T21:37:03.539 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.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/7615171', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:51.828900', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICfE/mOyZtOM38va+Zi5jbe61d+Fhl6c2h1rggremEKK'} 2024-03-21T21:37:03.539 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T21:37:03.545 INFO:teuthology.task.internal:roles: ubuntu@smithi070.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-21T21:37:03.545 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-21T21:37:03.545 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T21:37:03.607 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0808184310>, signals=[15]) 2024-03-21T21:37:03.607 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T21:37:03.613 INFO:teuthology.task.internal:Opening connections... 2024-03-21T21:37:03.613 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi070.front.sepia.ceph.com 2024-03-21T21:37:03.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:37:03.692 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-03-21T21:37:03.693 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:37:03.770 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T21:37:03.777 DEBUG:teuthology.orchestra.run.smithi070:> uname -m 2024-03-21T21:37:03.781 INFO:teuthology.orchestra.run.smithi070.stdout:x86_64 2024-03-21T21:37:03.782 DEBUG:teuthology.orchestra.run.smithi070:> cat /etc/os-release 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:NAME="Ubuntu" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_ID="22.04" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_CODENAME=jammy 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:ID=ubuntu 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:ID_LIKE=debian 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:37:03.830 INFO:teuthology.orchestra.run.smithi070.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:37:03.831 INFO:teuthology.lock.ops:Updating smithi070.front.sepia.ceph.com on lock server 2024-03-21T21:37:03.852 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-03-21T21:37:03.857 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-03-21T21:37:03.857 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="Ubuntu" 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="22.04" 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_CODENAME=jammy 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:ID=ubuntu 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE=debian 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T21:37:03.902 INFO:teuthology.orchestra.run.smithi169.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T21:37:03.903 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T21:37:03.903 INFO:teuthology.orchestra.run.smithi169.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T21:37:03.903 INFO:teuthology.orchestra.run.smithi169.stdout:UBUNTU_CODENAME=jammy 2024-03-21T21:37:03.903 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-03-21T21:37:03.926 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T21:37:03.935 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T21:37:03.940 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T21:37:03.940 DEBUG:teuthology.orchestra.run.smithi070:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:37:03.942 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-03-21T21:37:03.953 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T21:37:03.960 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T21:37:03.960 DEBUG:teuthology.orchestra.run.smithi070:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:37:03.988 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-03-21T21:37:04.083 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T21:37:04.137 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T21:37:04.151 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T21:37:04.151 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T21:37:04.151 DEBUG:teuthology.orchestra.run.smithi070:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:37:04.152 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T21:37:04.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:37:04.156 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-03-21T21:37:04.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:37:04.157 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-03-21T21:37:04.203 INFO:teuthology.orchestra.run.smithi169.stdout:5.15.0-56-generic 2024-03-21T21:37:04.203 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-56-generic 2024-03-21T21:37:04.204 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.15.0-56-generic 2024-03-21T21:37:04.204 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-03-21T21:37:04.204 INFO:teuthology.task.kernel:Running kernel on smithi070: 5.15.0-56-generic 2024-03-21T21:37:04.204 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-03-21T21:37:04.355 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-03-21T21:37:04.356 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-03-21T21:37:04.594 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:37:04.674 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:37:04.692 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:37:04.692 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T21:37:04.742 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:37:04.742 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T21:37:04.916 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:37:05.031 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:37:05.090 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:37:05.099 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:37:05.099 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:37:05.099 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:37:05.100 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T21:37:05.103 INFO:teuthology.orchestra.run.smithi070.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:37:05.106 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T21:37:05.131 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:37:05.136 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:37:05.136 INFO:teuthology.orchestra.run.smithi070.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:37:05.146 INFO:teuthology.orchestra.run.smithi070.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:37:05.159 INFO:teuthology.orchestra.run.smithi070.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:37:05.168 INFO:teuthology.orchestra.run.smithi070.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:37:05.169 INFO:teuthology.orchestra.run.smithi070.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:37:05.169 INFO:teuthology.orchestra.run.smithi070.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:37:05.170 INFO:teuthology.orchestra.run.smithi070.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:37:05.187 INFO:teuthology.orchestra.run.smithi070.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:37:05.240 INFO:teuthology.orchestra.run.smithi070.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:37:05.245 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T21:37:05.518 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T21:37:05.535 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T21:37:05.545 INFO:teuthology.orchestra.run.smithi070.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:37:05.545 INFO:teuthology.orchestra.run.smithi169.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T21:37:05.546 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T21:37:05.548 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T21:37:05.548 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T21:37:05.583 INFO:teuthology.orchestra.run.smithi070.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:37:05.587 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T21:37:05.599 INFO:teuthology.orchestra.run.smithi070.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:37:05.600 INFO:teuthology.orchestra.run.smithi070.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:37:05.601 INFO:teuthology.orchestra.run.smithi070.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:37:05.602 INFO:teuthology.orchestra.run.smithi169.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T21:37:05.603 INFO:teuthology.orchestra.run.smithi169.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T21:37:05.660 INFO:teuthology.orchestra.run.smithi070.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:37:05.667 INFO:teuthology.orchestra.run.smithi070.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:37:05.673 INFO:teuthology.orchestra.run.smithi169.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T21:37:05.673 INFO:teuthology.orchestra.run.smithi169.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T21:37:05.675 INFO:teuthology.orchestra.run.smithi169.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T21:37:05.682 INFO:teuthology.orchestra.run.smithi169.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:37:05.683 INFO:teuthology.orchestra.run.smithi169.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T21:37:05.683 INFO:teuthology.orchestra.run.smithi169.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T21:37:05.695 INFO:teuthology.orchestra.run.smithi169.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T21:37:05.831 INFO:teuthology.orchestra.run.smithi070.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:37:05.847 INFO:teuthology.orchestra.run.smithi169.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T21:37:05.873 INFO:teuthology.orchestra.run.smithi169.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T21:37:06.285 INFO:teuthology.orchestra.run.smithi169.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T21:37:06.291 INFO:teuthology.orchestra.run.smithi169.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T21:37:06.306 INFO:teuthology.orchestra.run.smithi169.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T21:37:06.306 INFO:teuthology.orchestra.run.smithi169.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T21:37:06.308 INFO:teuthology.orchestra.run.smithi169.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T21:37:06.413 INFO:teuthology.orchestra.run.smithi070.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:37:06.424 INFO:teuthology.orchestra.run.smithi169.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T21:37:06.525 INFO:teuthology.orchestra.run.smithi070.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:37:06.535 INFO:teuthology.orchestra.run.smithi169.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T21:37:06.545 INFO:teuthology.orchestra.run.smithi070.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:37:06.546 INFO:teuthology.orchestra.run.smithi070.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:37:06.550 INFO:teuthology.orchestra.run.smithi070.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:37:06.552 INFO:teuthology.orchestra.run.smithi070.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:37:06.552 INFO:teuthology.orchestra.run.smithi070.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:37:06.553 INFO:teuthology.orchestra.run.smithi070.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:37:06.555 INFO:teuthology.orchestra.run.smithi169.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T21:37:06.556 INFO:teuthology.orchestra.run.smithi070.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:37:06.557 INFO:teuthology.orchestra.run.smithi169.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T21:37:06.559 INFO:teuthology.orchestra.run.smithi070.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:37:06.560 INFO:teuthology.orchestra.run.smithi169.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T21:37:06.560 INFO:teuthology.orchestra.run.smithi169.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T21:37:06.561 INFO:teuthology.orchestra.run.smithi169.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T21:37:06.561 INFO:teuthology.orchestra.run.smithi169.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T21:37:06.566 INFO:teuthology.orchestra.run.smithi169.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T21:37:06.569 INFO:teuthology.orchestra.run.smithi169.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T21:37:06.724 INFO:teuthology.orchestra.run.smithi070.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:37:06.734 INFO:teuthology.orchestra.run.smithi169.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T21:37:06.807 INFO:teuthology.orchestra.run.smithi070.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:37:06.816 INFO:teuthology.orchestra.run.smithi169.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T21:37:06.892 INFO:teuthology.orchestra.run.smithi070.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:37:06.898 INFO:teuthology.orchestra.run.smithi169.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T21:37:06.973 INFO:teuthology.orchestra.run.smithi070.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:37:06.979 INFO:teuthology.orchestra.run.smithi169.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T21:37:07.007 INFO:teuthology.orchestra.run.smithi070.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:37:07.009 INFO:teuthology.orchestra.run.smithi169.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T21:37:11.181 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 12.5 MB in 3s (4,815 kB/s) 2024-03-21T21:37:11.505 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 12.5 MB in 3s (4,821 kB/s) 2024-03-21T21:37:12.521 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-03-21T21:37:12.537 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:37:12.595 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-03-21T21:37:12.787 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-03-21T21:37:12.788 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-03-21T21:37:12.846 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-03-21T21:37:12.864 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:37:12.923 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-03-21T21:37:12.959 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:37:12.959 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:37:12.959 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:37:12.960 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:37:12.960 INFO:teuthology.orchestra.run.smithi070.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:37:12.960 INFO:teuthology.orchestra.run.smithi070.stdout: python2.7-minimal 2024-03-21T21:37:12.960 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:37:12.961 INFO:teuthology.orchestra.run.smithi070.stdout:The following additional packages will be installed: 2024-03-21T21:37:12.961 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:37:12.961 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:37:12.962 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:37:12.963 INFO:teuthology.orchestra.run.smithi070.stdout:Suggested packages: 2024-03-21T21:37:12.963 INFO:teuthology.orchestra.run.smithi070.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:37:12.963 INFO:teuthology.orchestra.run.smithi070.stdout:Recommended packages: 2024-03-21T21:37:12.963 INFO:teuthology.orchestra.run.smithi070.stdout: thermald 2024-03-21T21:37:13.023 INFO:teuthology.orchestra.run.smithi070.stdout:The following NEW packages will be installed: 2024-03-21T21:37:13.023 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:37:13.023 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:37:13.024 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:37:13.025 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages will be upgraded: 2024-03-21T21:37:13.026 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:37:13.119 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-03-21T21:37:13.119 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-03-21T21:37:13.207 INFO:teuthology.orchestra.run.smithi070.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:37:13.207 INFO:teuthology.orchestra.run.smithi070.stdout:Need to get 113 MB of archives. 2024-03-21T21:37:13.207 INFO:teuthology.orchestra.run.smithi070.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:37:13.207 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:37:13.283 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:37:13.283 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:37:13.283 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:37:13.284 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:37:13.284 INFO:teuthology.orchestra.run.smithi169.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T21:37:13.284 INFO:teuthology.orchestra.run.smithi169.stdout: python2.7-minimal 2024-03-21T21:37:13.284 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:37:13.285 INFO:teuthology.orchestra.run.smithi169.stdout:The following additional packages will be installed: 2024-03-21T21:37:13.285 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:37:13.285 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T21:37:13.286 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T21:37:13.287 INFO:teuthology.orchestra.run.smithi169.stdout:Suggested packages: 2024-03-21T21:37:13.287 INFO:teuthology.orchestra.run.smithi169.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T21:37:13.287 INFO:teuthology.orchestra.run.smithi169.stdout:Recommended packages: 2024-03-21T21:37:13.287 INFO:teuthology.orchestra.run.smithi169.stdout: thermald 2024-03-21T21:37:13.339 INFO:teuthology.orchestra.run.smithi169.stdout:The following NEW packages will be installed: 2024-03-21T21:37:13.339 INFO:teuthology.orchestra.run.smithi169.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T21:37:13.339 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T21:37:13.339 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T21:37:13.341 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages will be upgraded: 2024-03-21T21:37:13.341 INFO:teuthology.orchestra.run.smithi169.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T21:37:13.398 INFO:teuthology.orchestra.run.smithi169.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:37:13.398 INFO:teuthology.orchestra.run.smithi169.stdout:Need to get 113 MB of archives. 2024-03-21T21:37:13.399 INFO:teuthology.orchestra.run.smithi169.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T21:37:13.399 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T21:37:13.871 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:37:13.988 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:37:14.710 INFO:teuthology.orchestra.run.smithi070.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T21:37:14.993 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:37:14.993 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:37:14.993 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:37:15.067 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T21:37:15.497 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:37:15.543 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:37:15.965 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 113 MB in 2s (51.5 MB/s) 2024-03-21T21:37:16.140 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:37:17.384 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T21:37:17.384 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T21:37:17.384 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T21:37:17.825 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T21:37:17.909 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T21:37:18.112 INFO:teuthology.orchestra.run.smithi169.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T21:37:18.116 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:18.231 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:18.291 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 113 MB in 5s (23.2 MB/s) 2024-03-21T21:37:18.448 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T21:37:20.424 INFO:teuthology.orchestra.run.smithi070.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T21:37:20.428 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:20.432 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:37:20.453 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:20.495 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:20.540 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:21.019 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:37:21.039 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:21.077 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:22.806 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T21:37:22.827 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:22.915 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:23.351 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T21:37:23.372 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:23.409 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:27.968 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:37:28.095 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:37:28.444 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:37:28.548 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:37:28.818 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:37:28.829 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:37:28.893 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:37:29.370 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:37:29.497 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:37:29.848 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:37:29.960 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:37:30.221 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T21:37:30.232 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T21:37:30.271 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:37:34.952 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:37:34.990 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:35.019 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:35.951 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T21:37:35.987 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T21:37:36.025 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:37.698 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:37:37.824 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:37:38.190 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:37:38.312 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:38.438 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:37:38.567 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:38.571 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T21:37:38.697 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T21:37:39.022 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T21:37:39.160 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:39.295 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T21:37:39.424 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:39.892 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:37:39.892 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:37:39.892 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:37:39.892 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:37:40.762 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:40.773 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:37:40.773 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T21:37:40.773 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:37:40.774 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T21:37:40.936 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:42.162 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:42.302 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:43.581 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:37:43.671 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T21:37:43.715 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:37:43.797 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T21:37:43.858 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:43.913 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:37:43.913 INFO:teuthology.orchestra.run.smithi169.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:37:43.923 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T21:37:43.986 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T21:37:43.986 INFO:teuthology.orchestra.run.smithi070.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:37:58.027 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:37:58.027 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:37:58.045 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:37:58.060 INFO:teuthology.orchestra.run.smithi169.stdout:Generating grub configuration file ... 2024-03-21T21:37:58.099 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T21:37:58.099 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub' 2024-03-21T21:37:58.116 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:37:58.130 INFO:teuthology.orchestra.run.smithi070.stdout:Generating grub configuration file ... 2024-03-21T21:37:58.356 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:37:58.376 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:37:58.410 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:37:58.431 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:37:58.698 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:37:58.704 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:37:58.726 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:37:58.732 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:37:58.769 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:37:58.775 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:37:58.799 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:37:58.805 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:37:58.939 INFO:teuthology.orchestra.run.smithi169.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:37:58.939 INFO:teuthology.orchestra.run.smithi169.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:37:58.939 INFO:teuthology.orchestra.run.smithi169.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:37:58.975 INFO:teuthology.orchestra.run.smithi070.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:37:58.975 INFO:teuthology.orchestra.run.smithi070.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:37:58.975 INFO:teuthology.orchestra.run.smithi070.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:37:58.979 INFO:teuthology.orchestra.run.smithi169.stdout:done 2024-03-21T21:37:59.011 INFO:teuthology.orchestra.run.smithi070.stdout:done 2024-03-21T21:37:59.446 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-03-21T21:37:59.461 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.101.98 2024-03-21T21:37:59.464 INFO:teuthology.orchestra.run.smithi169.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:37:59.465 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:37:59.465 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-03-21T21:37:59.465 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-03-21T21:37:59.465 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:37:59.465 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-03-21T21:37:59.466 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:37:59.466 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:37:59.466 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:37:59.466 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T21:37:59.466 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:37:59.466 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-03-21T21:37:59.486 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-03-21T21:37:59.486 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-03-21T21:37:59.486 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-03-21T21:37:59.486 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-03-21T21:37:59.486 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-03-21T21:37:59.486 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.101.98 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:37:59.487 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-03-21T21:37:59.487 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T21:37:59.487 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T21:37:59.488 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T21:37:59.488 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T21:37:59.488 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi070.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T21:37:59.488 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-03-21T21:37:59.629 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-03-21T21:37:59.656 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-03-21T21:37:59.749 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:37:59.763 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:37:59.779 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:37:59.791 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:37:59.884 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T21:37:59.890 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T21:37:59.989 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T21:38:00.053 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T21:38:01.105 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-03-21T21:38:01.118 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-03-21T21:38:01.124 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:01.138 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T21:38:01.175 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-03-21T21:38:01.199 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-03-21T21:38:01.349 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-03-21T21:38:01.349 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-03-21T21:38:01.390 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-03-21T21:38:01.391 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-03-21T21:38:01.502 INFO:teuthology.orchestra.run.smithi169.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:38:01.503 INFO:teuthology.orchestra.run.smithi169.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:01.503 INFO:teuthology.orchestra.run.smithi169.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:01.503 INFO:teuthology.orchestra.run.smithi169.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:01.503 INFO:teuthology.orchestra.run.smithi169.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:01.503 INFO:teuthology.orchestra.run.smithi169.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:38:01.503 INFO:teuthology.orchestra.run.smithi169.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:38:01.503 INFO:teuthology.orchestra.run.smithi169.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:01.542 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:01.544 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic 2024-03-21T21:38:01.564 INFO:teuthology.orchestra.run.smithi070.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T21:38:01.564 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T21:38:01.564 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T21:38:01.564 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T21:38:01.564 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T21:38:01.565 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T21:38:01.565 INFO:teuthology.orchestra.run.smithi070.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T21:38:01.565 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T21:38:01.596 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic 2024-03-21T21:38:01.596 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-03-21T21:38:01.596 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-03-21T21:38:01.596 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.101.98 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:38:01.597 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-03-21T21:38:01.598 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-03-21T21:38:01.604 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T21:38:01.606 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-03-21T21:38:01.621 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.101.98 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-03-21T21:38:01.622 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-03-21T21:38:01.623 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-03-21T21:38:01.623 DEBUG:teuthology.orchestra.run.smithi070:> mktemp 2024-03-21T21:38:01.641 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.BuoYW68jxH 2024-03-21T21:38:01.679 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BuoYW68jxH 2024-03-21T21:38:01.684 INFO:teuthology.orchestra.run.smithi070.stdout:/tmp/tmp.n1uCFSCCGk 2024-03-21T21:38:01.684 DEBUG:teuthology.orchestra.run.smithi070:> sudo cp /boot/grub/grub.cfg /tmp/tmp.n1uCFSCCGk 2024-03-21T21:38:01.690 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.BuoYW68jxH 2024-03-21T21:38:01.739 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0666 /tmp/tmp.n1uCFSCCGk 2024-03-21T21:38:01.803 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.BuoYW68jxH is 10KB 2024-03-21T21:38:01.818 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.BuoYW68jxH 2024-03-21T21:38:01.824 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:38:01.855 DEBUG:teuthology.orchestra.remote:smithi070:/tmp/tmp.n1uCFSCCGk is 10KB 2024-03-21T21:38:01.870 DEBUG:teuthology.orchestra.run.smithi070:> rm -fr /tmp/tmp.n1uCFSCCGk 2024-03-21T21:38:01.876 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T21:38:01.877 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-03-21T21:38:01.877 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:38:01.877 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:38:01.934 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-03-21T21:38:01.935 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T21:38:01.935 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T21:38:01.944 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:38:01.945 DEBUG:teuthology.orchestra.run.smithi169:> sudo update-grub 2024-03-21T21:38:02.009 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T21:38:02.009 DEBUG:teuthology.orchestra.run.smithi070:> sudo update-grub 2024-03-21T21:38:03.081 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:38:03.082 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:38:03.084 INFO:teuthology.orchestra.run.smithi070.stderr:Generating grub configuration file ... 2024-03-21T21:38:03.134 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub' 2024-03-21T21:38:03.135 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T21:38:03.138 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-03-21T21:38:03.262 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:38:03.268 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:03.303 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T21:38:03.309 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T21:38:03.489 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:38:03.494 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:38:03.536 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:38:03.541 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:38:03.569 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T21:38:03.575 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T21:38:03.618 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T21:38:03.623 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T21:38:03.655 INFO:teuthology.orchestra.run.smithi070.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:38:03.655 INFO:teuthology.orchestra.run.smithi070.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:38:03.655 INFO:teuthology.orchestra.run.smithi070.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:38:03.672 INFO:teuthology.orchestra.run.smithi070.stderr:done 2024-03-21T21:38:03.681 DEBUG:teuthology.orchestra.run.smithi070:> sudo shutdown -r now 2024-03-21T21:38:03.775 INFO:teuthology.orchestra.run.smithi169.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T21:38:03.775 INFO:teuthology.orchestra.run.smithi169.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T21:38:03.775 INFO:teuthology.orchestra.run.smithi169.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T21:38:03.794 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-03-21T21:38:03.796 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-03-21T21:38:33.748 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T21:38:33.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-03-21T21:38:33.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:33.798 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T21:38:33.798 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-03-21T21:38:33.799 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:38:52.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-03-21T21:39:01.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-03-21T21:39:01.326 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:39:04.382 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-03-21T21:39:16.395 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-03-21T21:39:16.396 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:39:33.766 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T21:39:42.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-03-21T21:39:42.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:39:43.812 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-03-21T21:39:44.600 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-03-21T21:39:44.600 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T21:39:44.600 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-03-21T21:39:44.647 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-101-generic 2024-03-21T21:39:44.647 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:39:44.647 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:39:44.648 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:39:45.648 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T21:39:45.648 DEBUG:teuthology.orchestra.run.smithi070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:39:45.748 INFO:teuthology.orchestra.run.smithi070.stdout:ttyS1 2024-03-21T21:39:45.764 DEBUG:teuthology.parallel:result is None 2024-03-21T21:40:16.398 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T21:40:31.400 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-03-21T21:40:31.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:40:31.662 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-03-21T21:40:32.205 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-03-21T21:40:32.205 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T21:40:32.205 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-03-21T21:40:32.253 INFO:teuthology.orchestra.run.smithi169.stdout:5.15.0-101-generic 2024-03-21T21:40:32.253 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T21:40:32.253 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T21:40:32.253 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T21:40:33.254 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T21:40:33.255 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T21:40:33.623 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-03-21T21:40:33.650 DEBUG:teuthology.parallel:result is None 2024-03-21T21:40:33.651 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T21:40:33.658 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T21:40:33.658 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:40:33.661 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T21:40:33.666 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T21:40:33.673 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T21:40:33.680 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T21:40:33.681 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:40:33.707 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T21:40:33.778 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T21:40:33.785 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T21:40:33.785 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T21:40:33.788 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T21:40:33.809 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:33.810 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:33.817 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:33.818 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T21:40:33.819 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T21:40:33.827 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T21:40:33.827 DEBUG:teuthology.orchestra.run.smithi070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:40:33.863 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T21:40:33.882 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T21:40:33.891 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T21:40:33.892 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:40:33.930 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T21:40:33.936 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:40:33.978 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:40:34.026 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-03-21T21:40:34.026 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:40:34.087 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T21:40:34.093 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T21:40:34.142 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-03-21T21:40:34.143 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T21:40:34.208 DEBUG:teuthology.orchestra.run.smithi070:> sudo service rsyslog restart 2024-03-21T21:40:34.210 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-03-21T21:40:34.288 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T21:40:34.296 INFO:teuthology.task.internal:Starting timer... 2024-03-21T21:40:34.296 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T21:40:34.307 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T21:40:34.315 DEBUG:teuthology.task.selinux:Excluding smithi070: OS 'ubuntu' does not support SELinux 2024-03-21T21:40:34.315 DEBUG:teuthology.task.selinux:Excluding smithi169: OS 'ubuntu' does not support SELinux 2024-03-21T21:40:34.316 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T21:40:34.316 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T21:40:34.316 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T21:40:34.316 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T21:40:34.324 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T21:40:34.341 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-21T21:40:34.342 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi070.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T21:47:36.230 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi070.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-03-21T21:47:36.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-03-21T21:47:36.233 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:47:36.324 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-03-21T21:47:36.407 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-03-21T21:47:36.407 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-03-21T21:47:36.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T21:47:36.490 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-03-21T21:47:36.567 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-03-21T21:47:36.567 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T21:47:36.579 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T21:47:36.580 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:47:36.580 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:36.584 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T21:47:36.584 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:36.611 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:47:36.611 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Command line: ntpd -gq 2024-03-21T21:47:36.611 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: ---------------------------------------------------- 2024-03-21T21:47:36.611 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:47:36.611 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:47:36.611 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: corporation. Support and training for ntp-4 are 2024-03-21T21:47:36.611 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: available at https://www.nwtime.org/support 2024-03-21T21:47:36.612 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: ---------------------------------------------------- 2024-03-21T21:47:36.613 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: proto: precision = 0.048 usec (-24) 2024-03-21T21:47:36.613 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: basedate set to 2022-02-04 2024-03-21T21:47:36.613 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:47:36.613 INFO:teuthology.orchestra.run.smithi070.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:47:36.613 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:47:36.614 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:47:36.614 INFO:teuthology.orchestra.run.smithi070.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:47:36.615 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:47:36.615 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:47:36.615 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:47:36.615 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Listen normally on 3 enp3s0f1 172.21.15.70:123 2024-03-21T21:47:36.615 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Listen normally on 4 lo [::1]:123 2024-03-21T21:47:36.616 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3e7%5]:123 2024-03-21T21:47:36.616 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:36 ntpd[17164]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:47:36.639 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T21:47:36.639 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Command line: ntpd -gq 2024-03-21T21:47:36.639 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: ---------------------------------------------------- 2024-03-21T21:47:36.639 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T21:47:36.639 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T21:47:36.639 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: corporation. Support and training for ntp-4 are 2024-03-21T21:47:36.639 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: available at https://www.nwtime.org/support 2024-03-21T21:47:36.640 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: ---------------------------------------------------- 2024-03-21T21:47:36.640 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: proto: precision = 0.044 usec (-24) 2024-03-21T21:47:36.640 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: basedate set to 2022-02-04 2024-03-21T21:47:36.640 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: gps base set to 2022-02-06 (week 2196) 2024-03-21T21:47:36.641 INFO:teuthology.orchestra.run.smithi169.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:47:36.641 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T21:47:36.641 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:47:36.641 INFO:teuthology.orchestra.run.smithi169.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T21:47:36.642 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T21:47:36.642 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T21:47:36.642 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T21:47:36.643 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Listen normally on 3 enp3s0f1 172.21.15.169:123 2024-03-21T21:47:36.643 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Listen normally on 4 lo [::1]:123 2024-03-21T21:47:36.643 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f4d%5]:123 2024-03-21T21:47:36.643 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:36 ntpd[17235]: Listening on routing socket on fd #22 for interface updates 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:37.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:37.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:37.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:37.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:37.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:37.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:37 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:37.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:37 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:37.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:37 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:37.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:37 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:37.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:37 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:37.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:37 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:37.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:37 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:38.611 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:38.611 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:38 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:38.611 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:38.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:38 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:38.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:38 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:38.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:38 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:39.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:39.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:39.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:39.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:39.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:39 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:39.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:39 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:40.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:40.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:40 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:40.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:40.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:40 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:40.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:40 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:40.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:40 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:40.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:40.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:40.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:40.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:40 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:41.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:41.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:41.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:41.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:41.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:41 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:41.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:41 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:41.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:41 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:41.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:41 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:41.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:41 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:41.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:41 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:41.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:41 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:42.611 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:42.611 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:42 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:42.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:42.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:42 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:42.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:42 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:42.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:42 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:42.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:42.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:42.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:42.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:42 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:43.612 INFO:teuthology.orchestra.run.smithi070.stdout:21 Mar 21:47:43 ntpd[17164]: ntpd: time slew -0.001231 s 2024-03-21T21:47:43.613 INFO:teuthology.orchestra.run.smithi070.stdout:ntpd: time slew -0.001231s 2024-03-21T21:47:43.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:47:43.613 INFO:teuthology.orchestra.run.smithi070.stderr:21 Mar 21:47:43 ntpd[17164]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:47:43.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:43.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:43.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T21:47:43.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T21:47:43.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T21:47:43.640 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T21:47:43.641 INFO:teuthology.orchestra.run.smithi169.stdout:21 Mar 21:47:43 ntpd[17235]: ntpd: time slew +0.000050 s 2024-03-21T21:47:43.641 INFO:teuthology.orchestra.run.smithi169.stdout:ntpd: time slew +0.000050s 2024-03-21T21:47:43.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T21:47:43.641 INFO:teuthology.orchestra.run.smithi169.stderr:21 Mar 21:47:43 ntpd[17235]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T21:47:43.674 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:47:43.674 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-03-21T21:47:43.674 INFO:teuthology.orchestra.run.smithi070.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.674 INFO:teuthology.orchestra.run.smithi070.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.674 INFO:teuthology.orchestra.run.smithi070.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.674 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.679 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:47:43.679 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-03-21T21:47:43.679 INFO:teuthology.orchestra.run.smithi169.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.680 INFO:teuthology.orchestra.run.smithi169.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.680 INFO:teuthology.orchestra.run.smithi169.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.680 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:43.681 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-21T21:47:43.691 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-21T21:47:43.692 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-03-21T21:47:43.692 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:47:43.721 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:47:43.721 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_1 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-03-21 21:44:19.926779603 +0000 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-03-21 21:44:19.698781641 +0000 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-03-21 21:44:19.698781641 +0000 2024-03-21T21:47:43.770 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-03-21T21:47:43.770 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:47:43.824 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-03-21T21:47:43.824 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-03-21T21:47:43.824 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000320101 s, 1.6 MB/s 2024-03-21T21:47:43.825 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:47:43.875 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_2 2024-03-21T21:47:43.921 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:47:43.921 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:43.921 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-03-21T21:47:43.921 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:43.921 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-03-21 21:44:20.438775030 +0000 2024-03-21T21:47:43.921 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-03-21 21:44:20.170777424 +0000 2024-03-21T21:47:43.922 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-03-21 21:44:20.170777424 +0000 2024-03-21T21:47:43.922 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-03-21T21:47:43.922 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:47:43.975 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-03-21T21:47:43.975 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-03-21T21:47:43.975 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000262111 s, 2.0 MB/s 2024-03-21T21:47:43.976 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:47:44.026 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_3 2024-03-21T21:47:44.077 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:47:44.078 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:44.078 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-21T21:47:44.078 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:44.078 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-03-21 21:44:20.686772815 +0000 2024-03-21T21:47:44.078 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-03-21 21:44:20.682772851 +0000 2024-03-21T21:47:44.078 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-03-21 21:44:20.682772851 +0000 2024-03-21T21:47:44.078 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-03-21T21:47:44.078 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:47:44.135 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-03-21T21:47:44.135 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-03-21T21:47:44.136 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000290746 s, 1.8 MB/s 2024-03-21T21:47:44.137 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:47:44.187 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_4 2024-03-21T21:47:44.233 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:47:44.234 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:44.234 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-21T21:47:44.234 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:44.234 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-03-21 21:44:21.426766206 +0000 2024-03-21T21:47:44.234 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-03-21 21:44:21.174768457 +0000 2024-03-21T21:47:44.234 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-03-21 21:44:21.174768457 +0000 2024-03-21T21:47:44.234 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-03-21T21:47:44.234 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:47:44.287 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-03-21T21:47:44.288 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-03-21T21:47:44.288 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000258173 s, 2.0 MB/s 2024-03-21T21:47:44.289 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:47:44.339 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:44.468 INFO:teuthology.orchestra.run.smithi070.stdout:loop 2024-03-21T21:47:44.470 INFO:tasks.nvme_loop:Connecting nvme_loop smithi070:/dev/vg_nvme/lv_1... 2024-03-21T21:47:44.470 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:44.487 INFO:teuthology.orchestra.run.smithi070.stdout:1 2024-03-21T21:47:44.506 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:47:44.523 INFO:tasks.nvme_loop:Connecting nvme_loop smithi070:/dev/vg_nvme/lv_2... 2024-03-21T21:47:44.524 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:44.581 INFO:teuthology.orchestra.run.smithi070.stdout:1 2024-03-21T21:47:44.601 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:47:44.617 INFO:tasks.nvme_loop:Connecting nvme_loop smithi070:/dev/vg_nvme/lv_3... 2024-03-21T21:47:44.617 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:44.678 INFO:teuthology.orchestra.run.smithi070.stdout:1 2024-03-21T21:47:44.700 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:47:44.718 INFO:tasks.nvme_loop:Connecting nvme_loop smithi070:/dev/vg_nvme/lv_4... 2024-03-21T21:47:44.718 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:44.783 INFO:teuthology.orchestra.run.smithi070.stdout:1 2024-03-21T21:47:44.804 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:47:44.821 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-03-21T21:47:44.821 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:47:44.870 DEBUG:teuthology.orchestra.run.smithi070:> sudo nvme list 2024-03-21T21:47:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:47:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:47:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/nvme0n1 PHMB7513002P480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-03-21T21:47:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/nvme1n1 6b3b18e8866150c0963d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/nvme2n1 5368d4bcbbff026a3128 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/nvme3n1 45ebf45f4bc962a3873e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/dev/nvme4n1 24ef305368b985fe5cdf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:44.924 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:47:44.924 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-03-21T21:47:44.924 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/scratch_devs 2024-03-21T21:47:45.015 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-03-21T21:47:45.015 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:47:45.021 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:47:45.021 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_1 2024-03-21T21:47:45.072 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T21:47:45.072 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:45.073 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-03-21T21:47:45.073 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:45.073 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-03-21 21:44:19.652492130 +0000 2024-03-21T21:47:45.073 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-03-21 21:44:19.388494485 +0000 2024-03-21T21:47:45.073 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-03-21 21:44:19.388494485 +0000 2024-03-21T21:47:45.073 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-03-21T21:47:45.073 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T21:47:45.126 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-03-21T21:47:45.127 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-03-21T21:47:45.127 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000443184 s, 1.2 MB/s 2024-03-21T21:47:45.128 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T21:47:45.178 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_2 2024-03-21T21:47:45.223 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T21:47:45.223 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:45.223 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-03-21T21:47:45.224 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:45.224 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-03-21 21:44:20.100488132 +0000 2024-03-21T21:47:45.224 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-03-21 21:44:19.844490417 +0000 2024-03-21T21:47:45.224 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-03-21 21:44:19.844490417 +0000 2024-03-21T21:47:45.224 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-03-21T21:47:45.224 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T21:47:45.278 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-03-21T21:47:45.278 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-03-21T21:47:45.278 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000330173 s, 1.6 MB/s 2024-03-21T21:47:45.279 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T21:47:45.329 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_3 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-03-21 21:44:20.596483708 +0000 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-03-21 21:44:20.336486027 +0000 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-03-21 21:44:20.336486027 +0000 2024-03-21T21:47:45.376 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-03-21T21:47:45.377 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T21:47:45.430 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-03-21T21:47:45.430 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-03-21T21:47:45.430 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000309378 s, 1.7 MB/s 2024-03-21T21:47:45.431 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T21:47:45.481 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_4 2024-03-21T21:47:45.527 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T21:47:45.528 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T21:47:45.528 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-03-21T21:47:45.528 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T21:47:45.528 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-03-21 21:44:21.052479640 +0000 2024-03-21T21:47:45.528 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-03-21 21:44:20.812481781 +0000 2024-03-21T21:47:45.528 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-03-21 21:44:20.812481781 +0000 2024-03-21T21:47:45.528 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-03-21T21:47:45.528 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T21:47:45.582 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-03-21T21:47:45.582 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-03-21T21:47:45.582 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000409937 s, 1.2 MB/s 2024-03-21T21:47:45.587 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T21:47:45.646 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:45.796 INFO:teuthology.orchestra.run.smithi169.stdout:loop 2024-03-21T21:47:45.796 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_1... 2024-03-21T21:47:45.796 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:45.817 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-03-21T21:47:45.837 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_11 2024-03-21T21:47:45.854 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_2... 2024-03-21T21:47:45.854 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:45.915 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-03-21T21:47:45.936 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_21 2024-03-21T21:47:45.952 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_3... 2024-03-21T21:47:45.952 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:46.013 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-03-21T21:47:46.035 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_31 2024-03-21T21:47:46.052 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_4... 2024-03-21T21:47:46.052 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:46.115 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-03-21T21:47:46.134 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_41 2024-03-21T21:47:46.152 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-03-21T21:47:46.152 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T21:47:46.202 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme list 2024-03-21T21:47:46.256 INFO:teuthology.orchestra.run.smithi169.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-21T21:47:46.256 INFO:teuthology.orchestra.run.smithi169.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-21T21:47:46.256 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme0n1 CVFT623300LN400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-21T21:47:46.256 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme1n1 2716a2fcb7c766b2f7e8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:46.256 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme2n1 865fc2af326a90236bdf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:46.256 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme3n1 91e7acd016eceaf4d918 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:46.256 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme4n1 692a3c2ebca622e4b1e3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-21T21:47:46.257 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-21T21:47:46.258 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-03-21T21:47:46.258 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/scratch_devs 2024-03-21T21:47:46.349 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T21:47:46.462 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:47:46.462 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5d87ad5bd031c000b3eb3ea886a68e118ae09d38 2024-03-21T21:47:46.463 INFO:tasks.cephadm:Cluster fsid is a7809a84-e7cc-11ee-95cd-87774f69a715 2024-03-21T21:47:46.463 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T21:47:46.463 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-21T21:47:46.463 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:47:46.464 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:47:46.679 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6c64625793b545cb863d92493e968f48 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:47:46.682 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T21:47:46.692 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-21T21:47:46.699 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi070:/dev/vg_nvme/lv_1... 2024-03-21T21:47:46.700 DEBUG:teuthology.orchestra.run.smithi070:> sudo nvme disconnect -n lv_1 2024-03-21T21:47:46.934 INFO:teuthology.orchestra.run.smithi070.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:47:46.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:46.936 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi070:/dev/vg_nvme/lv_2... 2024-03-21T21:47:46.936 DEBUG:teuthology.orchestra.run.smithi070:> sudo nvme disconnect -n lv_2 2024-03-21T21:47:47.218 INFO:teuthology.orchestra.run.smithi070.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:47:47.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:47.220 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi070:/dev/vg_nvme/lv_3... 2024-03-21T21:47:47.220 DEBUG:teuthology.orchestra.run.smithi070:> sudo nvme disconnect -n lv_3 2024-03-21T21:47:47.454 INFO:teuthology.orchestra.run.smithi070.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:47:47.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:47.456 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi070:/dev/vg_nvme/lv_4... 2024-03-21T21:47:47.456 DEBUG:teuthology.orchestra.run.smithi070:> sudo nvme disconnect -n lv_4 2024-03-21T21:47:47.730 INFO:teuthology.orchestra.run.smithi070.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:47:47.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:47.732 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-03-21T21:47:47.732 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/scratch_devs 2024-03-21T21:47:47.744 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_1... 2024-03-21T21:47:47.745 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_1 2024-03-21T21:47:48.007 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-21T21:47:48.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:48.009 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_2... 2024-03-21T21:47:48.009 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_2 2024-03-21T21:47:48.259 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-21T21:47:48.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:48.261 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_3... 2024-03-21T21:47:48.261 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_3 2024-03-21T21:47:48.511 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-21T21:47:48.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:48.513 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_4... 2024-03-21T21:47:48.513 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_4 2024-03-21T21:47:48.751 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-21T21:47:48.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:48.753 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-03-21T21:47:48.753 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/scratch_devs 2024-03-21T21:47:48.766 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T21:47:48.775 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T21:47:48.775 DEBUG:teuthology.orchestra.run.smithi070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:47:48.777 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T21:47:48.789 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:47:48.789 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-03-21T21:47:48.789 INFO:teuthology.orchestra.run.smithi070.stdout: hv01.front.sepi 44.4.53.2 2 u - 64 1 0.145 -1.506 0.000 2024-03-21T21:47:48.790 INFO:teuthology.orchestra.run.smithi070.stdout: hv02.front.sepi 63.231.80.2 3 u 4 64 1 0.116 -0.938 0.000 2024-03-21T21:47:48.790 INFO:teuthology.orchestra.run.smithi070.stdout: hv03.front.sepi 74.6.168.72 3 u 2 64 1 0.126 -0.124 0.000 2024-03-21T21:47:48.790 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:48.818 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T21:47:48.818 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-03-21T21:47:48.819 INFO:teuthology.orchestra.run.smithi169.stdout: hv01.front.sepi 44.4.53.2 2 u 3 64 1 0.083 -1.436 0.000 2024-03-21T21:47:48.819 INFO:teuthology.orchestra.run.smithi169.stdout: hv02.front.sepi 63.231.80.2 3 u - 64 1 0.120 -0.063 0.000 2024-03-21T21:47:48.819 INFO:teuthology.orchestra.run.smithi169.stdout: hv03.front.sepi 74.6.168.72 3 u 2 64 1 0.086 -0.016 0.000 2024-03-21T21:47:48.819 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T21:47:48.820 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T21:47:48.829 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T21:47:48.830 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T21:47:48.838 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T21:47:48.847 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T21:47:48.858 INFO:teuthology.task.internal:Duration was 434.561233 seconds 2024-03-21T21:47:48.858 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T21:47:48.868 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T21:47:48.868 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:47:48.870 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T21:47:48.907 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T21:47:48.907 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi070.front.sepia.ceph.com 2024-03-21T21:47:48.907 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:48.954 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-03-21T21:47:48.955 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:48.965 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T21:47:48.965 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:47:48.999 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T21:47:49.043 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T21:47:49.043 DEBUG:teuthology.orchestra.run.smithi070:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:47:49.079 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T21:47:49.141 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T21:47:49.150 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T21:47:49.150 DEBUG:teuthology.orchestra.run.smithi070:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:47:49.162 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T21:47:49.174 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T21:47:49.184 DEBUG:teuthology.orchestra.run.smithi070:> 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:47:49.207 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:49.216 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = core 2024-03-21T21:47:49.223 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-03-21T21:47:49.241 DEBUG:teuthology.orchestra.run.smithi070:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:47:49.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:49.282 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T21:47:49.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T21:47:49.288 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T21:47:49.298 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T21:47:49.299 DEBUG:teuthology.misc:Transferring archived files from smithi070:/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/7615171/remote/smithi070 2024-03-21T21:47:49.300 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:47:49.346 DEBUG:teuthology.misc:Transferring archived files from smithi169:/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/7615171/remote/smithi169 2024-03-21T21:47:49.347 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T21:47:49.366 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T21:47:49.367 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:47:49.383 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T21:47:49.411 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T21:47:49.421 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T21:47:49.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T21:47:49.431 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T21:47:49.431 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:47:49.433 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T21:47:49.436 INFO:teuthology.orchestra.run.smithi070.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:47 /home/ubuntu/cephtest 2024-03-21T21:47:49.460 INFO:teuthology.orchestra.run.smithi169.stdout: 658463 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 21:47 /home/ubuntu/cephtest 2024-03-21T21:47:49.461 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T21:47:49.472 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T21:47:49.491 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T21:47:49.520 DEBUG:teuthology.nuke:shortname: smithi070 2024-03-21T21:47:49.520 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:47:49.547 DEBUG:teuthology.nuke:shortname: smithi169 2024-03-21T21:47:49.547 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T21:47:49.551 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.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/7615171', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:51.830064', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHE1hHhEob98lJP27AcHUmQIDuOrr4imG4cSoNnri/9h26dyh8CGx1dqVsjALRq4942uSuT7Q+zDYm4HPhLtRDc='} 2024-03-21T21:47:49.571 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.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/7615171', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 21:30:51.828900', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA2JhVSeio34CCAktMB1nsIGbsmGU92ImMCHGnrLUUnrmQx+rp2JlpjN6S7VaJe1Z84UWGPvHQiFJzy7X3YH4Pc='} 2024-03-21T21:47:49.597 INFO:teuthology.orchestra.console.smithi070:Power off 2024-03-21T21:47:49.597 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:47:49.621 DEBUG:teuthology.orchestra.console.smithi070:power off output: Chassis Power Control: Down/Off 2024-03-21T21:47:49.621 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:47:49.636 INFO:teuthology.orchestra.console.smithi169:Power off 2024-03-21T21:47:49.636 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T21:47:49.649 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2024-03-21T21:47:49.660 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2024-03-21T21:47:49.660 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:47:49.683 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-03-21T21:47:53.650 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:47:53.685 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:47:53.761 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2024-03-21T21:47:53.795 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2024-03-21T21:47:57.766 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:47:57.796 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T21:47:57.877 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is off 2024-03-21T21:47:57.907 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2024-03-21T21:47:57.979 INFO:teuthology.orchestra.console.smithi070:Power off completed 2024-03-21T21:47:58.008 INFO:teuthology.orchestra.console.smithi169:Power off completed 2024-03-21T21:47:58.112 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-bucket 3-final} duration: 434.5612325668335 failure_reason: '' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6c64625793b545cb863d92493e968f48 status: fail success: false 2024-03-21T21:47:58.112 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T21:47:58.194 INFO:teuthology.run:FAIL