2023-12-01T05:53:33.188 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:53:33.188 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --owner scheduled_phlogistonjohn@teuthology --verbose --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994 -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994/orig.config.yaml 2023-12-01T05:53:33.228 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:53:33.332 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7472994' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 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: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d kernel: hwe: true workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:53:33.332 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:53:33.333 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:53:33.333 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:53:33.334 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:53:33.358 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:53:33.358 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:53:33.358 INFO:teuthology.packaging:ref: None 2023-12-01T05:53:33.358 INFO:teuthology.packaging:tag: None 2023-12-01T05:53:33.358 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:53:33.358 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:53:33.358 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:53:33.503 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662-g875037c4-1focal 2023-12-01T05:53:33.503 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:53:33.510 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:53:33.510 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:53:33.531 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:53:33.545 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:53:33.550 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:53:33.575 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:47:46.605241', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:53:33.601 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:47:46.602215', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-01T05:53:33.601 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:53:33.607 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T05:53:33.607 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T05:53:33.607 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:53:33.688 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ffab0949f70>, signals=[15]) 2023-12-01T05:53:33.688 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:53:33.695 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:53:33.695 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2023-12-01T05:53:33.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:53:33.746 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2023-12-01T05:53:33.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:53:33.801 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:53:33.807 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2023-12-01T05:53:33.828 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2023-12-01T05:53:33.828 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2023-12-01T05:53:33.877 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="Ubuntu" 2023-12-01T05:53:33.877 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:53:33.877 INFO:teuthology.orchestra.run.smithi026.stdout:ID=ubuntu 2023-12-01T05:53:33.877 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE=debian 2023-12-01T05:53:33.877 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:53:33.878 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="20.04" 2023-12-01T05:53:33.878 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:53:33.878 INFO:teuthology.orchestra.run.smithi026.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:53:33.878 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:53:33.878 INFO:teuthology.orchestra.run.smithi026.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:53:33.878 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_CODENAME=focal 2023-12-01T05:53:33.878 INFO:teuthology.orchestra.run.smithi026.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:53:33.879 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2023-12-01T05:53:33.907 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2023-12-01T05:53:33.914 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2023-12-01T05:53:33.914 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="Ubuntu" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:ID=ubuntu 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE=debian 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="20.04" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-01T05:53:33.963 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_CODENAME=focal 2023-12-01T05:53:33.964 INFO:teuthology.orchestra.run.smithi139.stdout:UBUNTU_CODENAME=focal 2023-12-01T05:53:33.964 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2023-12-01T05:53:33.998 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:53:34.007 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:53:34.012 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:53:34.012 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:53:34.015 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:53:34.020 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:53:34.026 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:53:34.026 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:53:34.061 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:53:34.092 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:53:34.152 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:53:34.168 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:53:34.168 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-01T05:53:34.168 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-01T05:53:34.168 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-01T05:53:34.168 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:53:34.169 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:53:34.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:53:34.174 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2023-12-01T05:53:34.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:53:34.175 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-12-01T05:53:34.183 INFO:teuthology.orchestra.run.smithi139.stdout:5.4.0-124-generic 2023-12-01T05:53:34.183 INFO:teuthology.task.kernel:Running kernel on smithi139: 5.4.0-124-generic 2023-12-01T05:53:34.184 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get clean 2023-12-01T05:53:34.222 INFO:teuthology.orchestra.run.smithi026.stdout:5.4.0-124-generic 2023-12-01T05:53:34.222 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.4.0-124-generic 2023-12-01T05:53:34.222 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2023-12-01T05:53:34.318 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2023-12-01T05:53:34.323 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get update 2023-12-01T05:53:34.468 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:53:34.489 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:53:34.489 INFO:teuthology.orchestra.run.smithi139.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:53:34.489 INFO:teuthology.orchestra.run.smithi139.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:53:34.491 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-01T05:53:34.555 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:53:34.559 INFO:teuthology.orchestra.run.smithi139.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-01T05:53:34.876 INFO:teuthology.orchestra.run.smithi139.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:53:34.880 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:53:35.031 INFO:teuthology.orchestra.run.smithi139.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-01T05:53:35.032 INFO:teuthology.orchestra.run.smithi139.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:53:35.042 INFO:teuthology.orchestra.run.smithi139.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:53:35.047 INFO:teuthology.orchestra.run.smithi139.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:53:35.048 INFO:teuthology.orchestra.run.smithi139.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:53:35.058 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:53:35.073 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:53:35.077 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:53:35.077 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:53:35.078 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:53:35.078 INFO:teuthology.orchestra.run.smithi139.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:53:35.078 INFO:teuthology.orchestra.run.smithi139.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:53:35.085 INFO:teuthology.orchestra.run.smithi139.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:35.085 INFO:teuthology.orchestra.run.smithi139.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:53:35.104 INFO:teuthology.orchestra.run.smithi139.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:53:35.110 INFO:teuthology.orchestra.run.smithi139.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:53:35.111 INFO:teuthology.orchestra.run.smithi139.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:53:35.124 INFO:teuthology.orchestra.run.smithi026.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:53:35.126 INFO:teuthology.orchestra.run.smithi026.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:35.126 INFO:teuthology.orchestra.run.smithi026.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:53:35.131 INFO:teuthology.orchestra.run.smithi139.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:53:35.131 INFO:teuthology.orchestra.run.smithi139.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:53:35.131 INFO:teuthology.orchestra.run.smithi139.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:53:35.132 INFO:teuthology.orchestra.run.smithi139.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:53:35.132 INFO:teuthology.orchestra.run.smithi026.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:53:35.145 INFO:teuthology.orchestra.run.smithi026.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:53:35.147 INFO:teuthology.orchestra.run.smithi026.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:53:35.148 INFO:teuthology.orchestra.run.smithi026.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:53:35.149 INFO:teuthology.orchestra.run.smithi026.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:53:35.149 INFO:teuthology.orchestra.run.smithi026.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:53:35.168 INFO:teuthology.orchestra.run.smithi026.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:53:35.168 INFO:teuthology.orchestra.run.smithi026.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:53:35.168 INFO:teuthology.orchestra.run.smithi026.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:53:35.169 INFO:teuthology.orchestra.run.smithi026.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:53:35.169 INFO:teuthology.orchestra.run.smithi026.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:53:35.170 INFO:teuthology.orchestra.run.smithi026.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:53:35.189 INFO:teuthology.orchestra.run.smithi026.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:53:35.225 INFO:teuthology.orchestra.run.smithi139.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-01T05:53:35.235 INFO:teuthology.orchestra.run.smithi139.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-01T05:53:35.238 INFO:teuthology.orchestra.run.smithi139.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-01T05:53:35.238 INFO:teuthology.orchestra.run.smithi139.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-01T05:53:35.239 INFO:teuthology.orchestra.run.smithi139.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-01T05:53:35.261 INFO:teuthology.orchestra.run.smithi139.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-01T05:53:35.264 INFO:teuthology.orchestra.run.smithi139.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:35.264 INFO:teuthology.orchestra.run.smithi139.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [758 kB] 2023-12-01T05:53:35.271 INFO:teuthology.orchestra.run.smithi139.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,136 kB] 2023-12-01T05:53:35.281 INFO:teuthology.orchestra.run.smithi139.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [272 kB] 2023-12-01T05:53:35.283 INFO:teuthology.orchestra.run.smithi139.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-01T05:53:35.283 INFO:teuthology.orchestra.run.smithi139.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-01T05:53:35.284 INFO:teuthology.orchestra.run.smithi139.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-01T05:53:35.285 INFO:teuthology.orchestra.run.smithi139.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-01T05:53:35.285 INFO:teuthology.orchestra.run.smithi139.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-01T05:53:35.304 INFO:teuthology.orchestra.run.smithi139.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-01T05:53:35.304 INFO:teuthology.orchestra.run.smithi139.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-01T05:53:35.305 INFO:teuthology.orchestra.run.smithi139.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-01T05:53:35.305 INFO:teuthology.orchestra.run.smithi139.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-01T05:53:35.324 INFO:teuthology.orchestra.run.smithi139.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-01T05:53:35.324 INFO:teuthology.orchestra.run.smithi139.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-01T05:53:36.713 INFO:teuthology.orchestra.run.smithi026.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-01T05:53:37.025 INFO:teuthology.orchestra.run.smithi026.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-01T05:53:37.160 INFO:teuthology.orchestra.run.smithi026.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-01T05:53:37.168 INFO:teuthology.orchestra.run.smithi026.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-01T05:53:37.171 INFO:teuthology.orchestra.run.smithi026.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-01T05:53:37.172 INFO:teuthology.orchestra.run.smithi026.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-01T05:53:37.172 INFO:teuthology.orchestra.run.smithi026.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-01T05:53:37.191 INFO:teuthology.orchestra.run.smithi026.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-01T05:53:37.194 INFO:teuthology.orchestra.run.smithi026.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-01T05:53:37.194 INFO:teuthology.orchestra.run.smithi026.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [911 kB] 2023-12-01T05:53:37.202 INFO:teuthology.orchestra.run.smithi026.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [630 kB] 2023-12-01T05:53:37.207 INFO:teuthology.orchestra.run.smithi026.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [191 kB] 2023-12-01T05:53:37.209 INFO:teuthology.orchestra.run.smithi026.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-01T05:53:37.214 INFO:teuthology.orchestra.run.smithi026.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-01T05:53:37.214 INFO:teuthology.orchestra.run.smithi026.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-01T05:53:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-01T05:53:37.215 INFO:teuthology.orchestra.run.smithi026.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-01T05:53:39.012 INFO:teuthology.orchestra.run.smithi139.stdout:Fetched 18.3 MB in 3s (6,895 kB/s) 2023-12-01T05:53:40.168 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 18.3 MB in 4s (4,887 kB/s) 2023-12-01T05:53:40.489 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2023-12-01T05:53:40.515 DEBUG:teuthology.orchestra.run.smithi139:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:53:40.587 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2023-12-01T05:53:40.788 INFO:teuthology.orchestra.run.smithi139.stdout:Building dependency tree... 2023-12-01T05:53:40.789 INFO:teuthology.orchestra.run.smithi139.stdout:Reading state information... 2023-12-01T05:53:40.957 INFO:teuthology.orchestra.run.smithi139.stdout:The following additional packages will be installed: 2023-12-01T05:53:40.958 INFO:teuthology.orchestra.run.smithi139.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:53:40.958 INFO:teuthology.orchestra.run.smithi139.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:53:40.958 INFO:teuthology.orchestra.run.smithi139.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:53:40.959 INFO:teuthology.orchestra.run.smithi139.stdout:Suggested packages: 2023-12-01T05:53:40.959 INFO:teuthology.orchestra.run.smithi139.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:53:40.959 INFO:teuthology.orchestra.run.smithi139.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:53:41.009 INFO:teuthology.orchestra.run.smithi139.stdout:The following NEW packages will be installed: 2023-12-01T05:53:41.009 INFO:teuthology.orchestra.run.smithi139.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:53:41.009 INFO:teuthology.orchestra.run.smithi139.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:53:41.009 INFO:teuthology.orchestra.run.smithi139.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:53:41.009 INFO:teuthology.orchestra.run.smithi139.stdout: thermald upower usbmuxd 2023-12-01T05:53:41.071 INFO:teuthology.orchestra.run.smithi139.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:53:41.071 INFO:teuthology.orchestra.run.smithi139.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:53:41.071 INFO:teuthology.orchestra.run.smithi139.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:53:41.071 INFO:teuthology.orchestra.run.smithi139.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-01T05:53:41.137 INFO:teuthology.orchestra.run.smithi139.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:53:41.144 INFO:teuthology.orchestra.run.smithi139.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:53:41.148 INFO:teuthology.orchestra.run.smithi139.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-01T05:53:41.166 INFO:teuthology.orchestra.run.smithi139.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:53:41.175 INFO:teuthology.orchestra.run.smithi139.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-01T05:53:41.499 INFO:teuthology.orchestra.run.smithi139.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-01T05:53:41.599 INFO:teuthology.orchestra.run.smithi139.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-01T05:53:41.622 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2023-12-01T05:53:41.649 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:53:41.740 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2023-12-01T05:53:41.934 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2023-12-01T05:53:41.934 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2023-12-01T05:53:42.110 INFO:teuthology.orchestra.run.smithi026.stdout:The following additional packages will be installed: 2023-12-01T05:53:42.110 INFO:teuthology.orchestra.run.smithi026.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:53:42.111 INFO:teuthology.orchestra.run.smithi026.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-01T05:53:42.111 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-01T05:53:42.112 INFO:teuthology.orchestra.run.smithi026.stdout:Suggested packages: 2023-12-01T05:53:42.112 INFO:teuthology.orchestra.run.smithi026.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-01T05:53:42.112 INFO:teuthology.orchestra.run.smithi026.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-01T05:53:42.162 INFO:teuthology.orchestra.run.smithi026.stdout:The following NEW packages will be installed: 2023-12-01T05:53:42.162 INFO:teuthology.orchestra.run.smithi026.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-01T05:53:42.162 INFO:teuthology.orchestra.run.smithi026.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-01T05:53:42.163 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-01T05:53:42.163 INFO:teuthology.orchestra.run.smithi026.stdout: thermald upower usbmuxd 2023-12-01T05:53:42.221 INFO:teuthology.orchestra.run.smithi026.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:53:42.221 INFO:teuthology.orchestra.run.smithi026.stdout:Need to get 90.8 MB of archives. 2023-12-01T05:53:42.221 INFO:teuthology.orchestra.run.smithi026.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-01T05:53:42.221 INFO:teuthology.orchestra.run.smithi026.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-01T05:53:42.278 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-01T05:53:42.284 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-01T05:53:42.288 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-01T05:53:42.302 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-01T05:53:42.310 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-01T05:53:42.329 INFO:teuthology.orchestra.run.smithi139.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-01T05:53:42.404 INFO:teuthology.orchestra.run.smithi139.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-01T05:53:42.405 INFO:teuthology.orchestra.run.smithi139.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:53:42.410 INFO:teuthology.orchestra.run.smithi139.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:53:42.412 INFO:teuthology.orchestra.run.smithi139.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-01T05:53:42.604 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-01T05:53:42.707 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-01T05:53:43.090 INFO:teuthology.orchestra.run.smithi139.stdout:Fetched 90.8 MB in 1s (65.1 MB/s) 2023-12-01T05:53:43.266 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:53:43.509 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-01T05:53:43.586 INFO:teuthology.orchestra.run.smithi026.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-01T05:53:43.586 INFO:teuthology.orchestra.run.smithi026.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-01T05:53:43.592 INFO:teuthology.orchestra.run.smithi026.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-01T05:53:43.595 INFO:teuthology.orchestra.run.smithi026.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-01T05:53:44.275 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 90.8 MB in 1s (63.8 MB/s) 2023-12-01T05:53:44.489 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-01T05:53:45.058 INFO:teuthology.orchestra.run.smithi139.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 ... 104373 files and directories currently installed.) 2023-12-01T05:53:45.063 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:53:45.214 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:53:45.575 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:53:45.589 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:53:45.633 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:53:45.994 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:53:46.009 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:53:46.053 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:53:46.226 INFO:teuthology.orchestra.run.smithi026.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 ... 104373 files and directories currently installed.) 2023-12-01T05:53:46.233 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-01T05:53:46.355 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:53:46.370 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:53:46.371 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:53:46.405 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:53:46.740 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-01T05:53:46.742 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:53:46.756 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-01T05:53:46.758 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:53:46.798 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:53:46.800 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:53:47.093 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-01T05:53:47.108 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-01T05:53:47.128 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:53:47.142 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:53:47.142 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:53:47.186 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:53:47.454 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-01T05:53:47.468 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-01T05:53:47.529 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:53:47.882 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-01T05:53:47.896 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-01T05:53:47.940 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:53:48.218 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-01T05:53:48.234 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:53:48.268 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:53:49.687 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:53:49.704 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:53:49.808 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:53:50.315 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:53:50.331 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:53:50.365 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:53:50.696 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-01T05:53:50.709 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:53:50.817 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:53:51.349 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-01T05:53:51.365 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-01T05:53:51.407 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:53:57.140 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:53:57.155 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:53:57.198 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:53:57.559 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:53:57.574 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:53:57.617 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:53:57.995 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package thermald. 2023-12-01T05:53:58.012 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:53:58.053 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:53:58.549 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-01T05:53:58.566 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-01T05:53:58.608 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:53:58.633 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package upower. 2023-12-01T05:53:58.647 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:53:58.705 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:53:58.935 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-01T05:53:58.949 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-01T05:53:58.993 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:53:59.121 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:53:59.134 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:53:59.179 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:53:59.380 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package thermald. 2023-12-01T05:53:59.393 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-01T05:53:59.438 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:53:59.471 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:53:59.625 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:53:59.751 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:53:59.877 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:53:59.968 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package upower. 2023-12-01T05:53:59.981 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-01T05:54:00.003 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:00.042 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-01T05:54:00.146 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:00.272 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:54:00.472 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package usbmuxd. 2023-12-01T05:54:00.486 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-01T05:54:00.530 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:00.821 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-01T05:54:00.952 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-01T05:54:00.953 INFO:teuthology.orchestra.run.smithi139.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:01.078 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-01T05:54:01.101 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:01.204 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-01T05:54:01.290 INFO:teuthology.orchestra.run.smithi139.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:54:01.303 INFO:teuthology.orchestra.run.smithi139.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:54:01.303 INFO:teuthology.orchestra.run.smithi139.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:54:01.330 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-01T05:54:01.606 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-01T05:54:01.732 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-01T05:54:01.802 INFO:teuthology.orchestra.run.smithi139.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:54:02.010 INFO:teuthology.orchestra.run.smithi139.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:02.065 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:02.266 INFO:teuthology.orchestra.run.smithi026.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:02.319 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-01T05:54:02.406 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:02.406 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:02.522 INFO:teuthology.orchestra.run.smithi026.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-01T05:54:02.529 INFO:teuthology.orchestra.run.smithi026.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-01T05:54:02.529 INFO:teuthology.orchestra.run.smithi026.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-01T05:54:02.869 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:03.036 INFO:teuthology.orchestra.run.smithi026.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-01T05:54:03.244 INFO:teuthology.orchestra.run.smithi026.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-01T05:54:03.291 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-01T05:54:03.610 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:03.610 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-01T05:54:04.045 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:04.200 INFO:teuthology.orchestra.run.smithi139.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:04.200 INFO:teuthology.orchestra.run.smithi139.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:04.355 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:05.395 INFO:teuthology.orchestra.run.smithi026.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:05.395 INFO:teuthology.orchestra.run.smithi026.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:05.548 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:05.772 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:07.282 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:07.382 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:07.508 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:54:07.822 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:54:08.575 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:54:08.675 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:08.692 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-01T05:54:08.753 INFO:teuthology.orchestra.run.smithi139.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:54:08.753 INFO:teuthology.orchestra.run.smithi139.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:08.818 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-01T05:54:09.123 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-01T05:54:09.876 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-01T05:54:09.993 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-01T05:54:10.067 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-01T05:54:10.068 INFO:teuthology.orchestra.run.smithi026.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:34.365 INFO:teuthology.orchestra.run.smithi139.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:54:34.365 INFO:teuthology.orchestra.run.smithi139.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:54:34.374 INFO:teuthology.orchestra.run.smithi139.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:54:34.389 INFO:teuthology.orchestra.run.smithi139.stdout:Generating grub configuration file ... 2023-12-01T05:54:34.741 INFO:teuthology.orchestra.run.smithi139.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:34.759 INFO:teuthology.orchestra.run.smithi139.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:35.154 INFO:teuthology.orchestra.run.smithi139.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:54:35.166 INFO:teuthology.orchestra.run.smithi139.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:54:35.932 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-01T05:54:35.932 INFO:teuthology.orchestra.run.smithi026.stdout:Sourcing file `/etc/default/grub' 2023-12-01T05:54:35.959 INFO:teuthology.orchestra.run.smithi026.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:54:36.025 INFO:teuthology.orchestra.run.smithi026.stdout:Generating grub configuration file ... 2023-12-01T05:54:36.367 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:36.391 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:36.843 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:54:36.855 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:54:36.921 INFO:teuthology.orchestra.run.smithi139.stdout:done 2023-12-01T05:54:37.364 DEBUG:teuthology.orchestra.run.smithi139:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:54:37.419 INFO:teuthology.orchestra.run.smithi139.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:54:37.419 INFO:teuthology.orchestra.run.smithi139.stdout:Status: install ok installed 2023-12-01T05:54:37.419 INFO:teuthology.orchestra.run.smithi139.stdout:Priority: optional 2023-12-01T05:54:37.419 INFO:teuthology.orchestra.run.smithi139.stdout:Section: kernel 2023-12-01T05:54:37.419 INFO:teuthology.orchestra.run.smithi139.stdout:Installed-Size: 20 2023-12-01T05:54:37.419 INFO:teuthology.orchestra.run.smithi139.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:54:37.419 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: amd64 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout:Recommends: thermald 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout:Description: Generic Linux kernel image 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:54:37.420 INFO:teuthology.orchestra.run.smithi139.stdout: available. 2023-12-01T05:54:37.420 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:54:37.420 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:54:37.420 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:54:37.421 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T05:54:37.421 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:54:37.421 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get clean 2023-12-01T05:54:37.482 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get update 2023-12-01T05:54:37.635 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:54:37.644 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:54:37.664 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:54:38.105 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:54:38.587 INFO:teuthology.orchestra.run.smithi026.stdout:done 2023-12-01T05:54:39.030 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 20 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:54:39.075 INFO:teuthology.orchestra.run.smithi026.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:54:39.076 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:54:39.076 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2023-12-01T05:54:39.076 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2023-12-01T05:54:39.076 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:54:39.076 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2023-12-01T05:54:39.076 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-01T05:54:39.076 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:54:39.076 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:54:39.076 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T05:54:39.076 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:54:39.076 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2023-12-01T05:54:39.186 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2023-12-01T05:54:39.319 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-01T05:54:39.434 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-01T05:54:39.441 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2023-12-01T05:54:39.467 DEBUG:teuthology.orchestra.run.smithi139:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:54:39.516 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-01T05:54:39.538 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2023-12-01T05:54:39.598 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-01T05:54:39.742 INFO:teuthology.orchestra.run.smithi139.stdout:Building dependency tree... 2023-12-01T05:54:39.742 INFO:teuthology.orchestra.run.smithi139.stdout:Reading state information... 2023-12-01T05:54:39.955 INFO:teuthology.orchestra.run.smithi139.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:54:39.955 INFO:teuthology.orchestra.run.smithi139.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:54:39.957 DEBUG:teuthology.orchestra.run.smithi139:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:54:39.975 INFO:teuthology.orchestra.run.smithi139.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Status: install ok installed 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Priority: optional 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Section: kernel 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Installed-Size: 20 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: amd64 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Recommends: thermald 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout:Description: Generic Linux kernel image 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:54:39.976 INFO:teuthology.orchestra.run.smithi139.stdout: available. 2023-12-01T05:54:39.977 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2023-12-01T05:54:40.026 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.l2hhuvimW5 2023-12-01T05:54:40.026 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub/grub.cfg /tmp/tmp.l2hhuvimW5 2023-12-01T05:54:40.042 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.l2hhuvimW5 2023-12-01T05:54:40.091 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.l2hhuvimW5 is 9KB 2023-12-01T05:54:40.104 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.l2hhuvimW5 2023-12-01T05:54:40.110 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:54:40.167 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T05:54:40.168 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:54:40.168 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:54:40.208 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:54:40.209 DEBUG:teuthology.orchestra.run.smithi139:> sudo update-grub 2023-12-01T05:54:41.127 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2023-12-01T05:54:41.154 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-01T05:54:41.224 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2023-12-01T05:54:41.434 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2023-12-01T05:54:41.434 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2023-12-01T05:54:41.592 INFO:teuthology.orchestra.run.smithi139.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:54:41.597 INFO:teuthology.orchestra.run.smithi139.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:54:41.615 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2023-12-01T05:54:41.660 INFO:teuthology.orchestra.run.smithi026.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-01T05:54:41.660 INFO:teuthology.orchestra.run.smithi026.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-01T05:54:41.662 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic-hwe-20.04 2023-12-01T05:54:41.684 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic-hwe-20.04 2023-12-01T05:54:41.684 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2023-12-01T05:54:41.684 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 20 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta-hwe-5.15 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2023-12-01T05:54:41.685 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2023-12-01T05:54:41.686 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2023-12-01T05:54:41.690 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.MFMnwYQ2vq 2023-12-01T05:54:41.690 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub/grub.cfg /tmp/tmp.MFMnwYQ2vq 2023-12-01T05:54:41.745 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.MFMnwYQ2vq 2023-12-01T05:54:41.783 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.MFMnwYQ2vq is 9KB 2023-12-01T05:54:41.797 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.MFMnwYQ2vq 2023-12-01T05:54:41.803 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-01T05:54:41.856 INFO:teuthology.orchestra.run.smithi139.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:41.858 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-12-01T05:54:41.859 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-01T05:54:41.859 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-01T05:54:41.868 INFO:teuthology.orchestra.run.smithi139.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:41.886 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-01T05:54:41.886 DEBUG:teuthology.orchestra.run.smithi026:> sudo update-grub 2023-12-01T05:54:42.223 INFO:teuthology.orchestra.run.smithi139.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:54:42.232 INFO:teuthology.orchestra.run.smithi139.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:54:42.968 INFO:teuthology.orchestra.run.smithi139.stderr:done 2023-12-01T05:54:42.970 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2023-12-01T05:54:43.240 INFO:teuthology.orchestra.run.smithi026.stderr:Sourcing file `/etc/default/grub' 2023-12-01T05:54:43.249 INFO:teuthology.orchestra.run.smithi026.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-01T05:54:43.301 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2023-12-01T05:54:43.576 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-01T05:54:43.588 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-01T05:54:43.982 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-01T05:54:43.994 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-01T05:54:44.712 INFO:teuthology.orchestra.run.smithi026.stderr:done 2023-12-01T05:54:44.714 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2023-12-01T05:55:12.998 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T05:55:12.999 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:55:12.999 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:55:14.718 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T05:55:14.718 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-12-01T05:55:14.719 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:13.059 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:56:14.722 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:56:22.066 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:56:22.067 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:22.449 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-12-01T05:56:23.279 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T05:56:23.279 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-89-generic"... 2023-12-01T05:56:23.280 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-12-01T05:56:23.286 INFO:teuthology.orchestra.run.smithi139.stdout:5.15.0-89-generic 2023-12-01T05:56:23.286 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:56:23.287 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:56:23.287 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:56:23.723 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-12-01T05:56:23.724 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:23.959 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-12-01T05:56:24.288 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:56:24.288 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:56:24.387 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2023-12-01T05:56:24.417 DEBUG:teuthology.parallel:result is None 2023-12-01T05:56:24.498 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-12-01T05:56:24.498 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-89-generic"... 2023-12-01T05:56:24.498 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2023-12-01T05:56:24.548 INFO:teuthology.orchestra.run.smithi026.stdout:5.15.0-89-generic 2023-12-01T05:56:24.548 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-01T05:56:24.548 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:56:24.549 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-01T05:56:25.549 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:56:25.549 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:56:25.626 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2023-12-01T05:56:25.653 DEBUG:teuthology.parallel:result is None 2023-12-01T05:56:25.653 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:56:25.659 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:56:25.659 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:56:25.661 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:56:25.669 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:56:25.677 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:56:25.684 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:56:25.685 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:56:25.708 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:56:25.810 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:56:25.820 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:56:25.820 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T05:56:25.822 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T05:56:25.839 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:25.842 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:25.848 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:25.853 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:25.853 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:56:25.860 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:56:25.861 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:56:25.896 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:56:25.914 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:56:25.923 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:56:25.923 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:56:25.952 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:56:25.962 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:56:26.009 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:56:26.057 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-12-01T05:56:26.057 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:56:26.120 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:56:26.128 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:56:26.178 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T05:56:26.178 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:56:26.254 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2023-12-01T05:56:26.256 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2023-12-01T05:56:26.339 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:56:26.346 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:56:26.346 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:56:26.356 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:56:26.363 DEBUG:teuthology.task.selinux:Excluding smithi026: OS 'ubuntu' does not support SELinux 2023-12-01T05:56:26.363 DEBUG:teuthology.task.selinux:Excluding smithi139: OS 'ubuntu' does not support SELinux 2023-12-01T05:56:26.363 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:56:26.363 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-01T05:56:26.363 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:56:26.364 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:56:26.372 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T05:56:26.372 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:56:26.390 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'}]}] 2023-12-01T05:56:26.391 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T06:02:34.427 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com')] 2023-12-01T06:02:34.428 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-12-01T06:02:34.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:02:34.514 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-12-01T06:02:34.640 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-12-01T06:02:34.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T06:02:34.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:02:34.728 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-12-01T06:02:34.851 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-12-01T06:02:34.852 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T06:02:34.863 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T06:02:34.863 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:02:34.864 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:34.866 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:02:34.866 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:34.899 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T06:02:34.899 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Command line: ntpd -gq 2023-12-01T06:02:34.900 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: proto: precision = 0.086 usec (-23) 2023-12-01T06:02:34.900 INFO:teuthology.orchestra.run.smithi026.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:02:34.900 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:02:34.901 INFO:teuthology.orchestra.run.smithi026.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:02:34.901 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:02:34.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T06:02:34.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T06:02:34.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T06:02:34.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Listen normally on 3 ens1f0 172.21.15.26:123 2023-12-01T06:02:34.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Listen normally on 4 lo [::1]:123 2023-12-01T06:02:34.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:cac0%4]:123 2023-12-01T06:02:34.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:34 ntpd[23396]: Listening on routing socket on fd #22 for interface updates 2023-12-01T06:02:34.928 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-01T06:02:34.928 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Command line: ntpd -gq 2023-12-01T06:02:34.929 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: proto: precision = 0.087 usec (-23) 2023-12-01T06:02:34.929 INFO:teuthology.orchestra.run.smithi139.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:02:34.929 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-01T06:02:34.929 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:02:34.930 INFO:teuthology.orchestra.run.smithi139.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-01T06:02:34.930 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Listen and drop on 0 v6wildcard [::]:123 2023-12-01T06:02:34.931 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-01T06:02:34.931 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Listen normally on 2 lo 127.0.0.1:123 2023-12-01T06:02:34.931 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Listen normally on 3 enp3s0f1 172.21.15.139:123 2023-12-01T06:02:34.931 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Listen normally on 4 lo [::1]:123 2023-12-01T06:02:34.931 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f59%5]:123 2023-12-01T06:02:34.931 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:34 ntpd[23432]: Listening on routing socket on fd #22 for interface updates 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:35.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:35 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:37.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:37.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:37 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:37.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:37.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:37.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:37.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:37.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:37.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:37 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:39.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:39 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:39.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:39 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:41.900 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:41.901 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:41.902 INFO:teuthology.orchestra.run.smithi026.stdout: 1 Dec 06:02:41 ntpd[23396]: ntpd: time slew +0.001509 s 2023-12-01T06:02:41.902 INFO:teuthology.orchestra.run.smithi026.stdout:ntpd: time slew +0.001509s 2023-12-01T06:02:41.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T06:02:41.902 INFO:teuthology.orchestra.run.smithi026.stderr: 1 Dec 06:02:41 ntpd[23396]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:41.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:41.931 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:41 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:41.961 INFO:teuthology.orchestra.run.smithi026.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:02:41.962 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================== 2023-12-01T06:02:41.962 INFO:teuthology.orchestra.run.smithi026.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:41.962 INFO:teuthology.orchestra.run.smithi026.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:41.962 INFO:teuthology.orchestra.run.smithi026.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:41.962 INFO:teuthology.orchestra.run.smithi026.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:43.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:43.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:43.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:43.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:43.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:43.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:43.929 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-01T06:02:43.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: can't open /var/log/ntpstats/rawstats.20231201: Permission denied 2023-12-01T06:02:43.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-01T06:02:43.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: can't open /var/log/ntpstats/peerstats.20231201: Permission denied 2023-12-01T06:02:43.930 INFO:teuthology.orchestra.run.smithi139.stdout: 1 Dec 06:02:43 ntpd[23432]: ntpd: time slew +0.000252 s 2023-12-01T06:02:43.930 INFO:teuthology.orchestra.run.smithi139.stdout:ntpd: time slew +0.000252s 2023-12-01T06:02:43.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-01T06:02:43.930 INFO:teuthology.orchestra.run.smithi139.stderr: 1 Dec 06:02:43 ntpd[23432]: can't open /var/log/ntpstats/loopstats.20231201: Permission denied 2023-12-01T06:02:43.997 INFO:teuthology.orchestra.run.smithi139.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:02:43.997 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================== 2023-12-01T06:02:43.997 INFO:teuthology.orchestra.run.smithi139.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:43.997 INFO:teuthology.orchestra.run.smithi139.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:43.998 INFO:teuthology.orchestra.run.smithi139.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:43.998 INFO:teuthology.orchestra.run.smithi139.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:43.999 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T06:02:44.009 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T06:02:44.009 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-12-01T06:02:44.009 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:02:44.017 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T06:02:44.017 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2023-12-01T06:02:44.067 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T06:02:44.068 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:44.068 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 490 Links: 1 2023-12-01T06:02:44.068 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:44.068 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-12-01 06:01:02.747081326 +0000 2023-12-01T06:02:44.068 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-12-01 06:01:02.371089992 +0000 2023-12-01T06:02:44.068 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-12-01 06:01:02.371089992 +0000 2023-12-01T06:02:44.068 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-12-01T06:02:44.068 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T06:02:44.123 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-12-01T06:02:44.123 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-12-01T06:02:44.123 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000306509 s, 1.7 MB/s 2023-12-01T06:02:44.124 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T06:02:44.173 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2023-12-01T06:02:44.223 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T06:02:44.223 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:44.224 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-12-01T06:02:44.224 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:44.224 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-12-01 06:01:03.315068233 +0000 2023-12-01T06:02:44.224 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-12-01 06:01:02.943076808 +0000 2023-12-01T06:02:44.224 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-12-01 06:01:02.943076808 +0000 2023-12-01T06:02:44.224 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-12-01T06:02:44.224 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T06:02:44.279 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-12-01T06:02:44.279 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-12-01T06:02:44.279 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000288564 s, 1.8 MB/s 2023-12-01T06:02:44.280 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T06:02:44.333 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2023-12-01T06:02:44.383 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T06:02:44.383 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:44.384 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-12-01T06:02:44.384 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:44.384 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-12-01 06:01:03.855055786 +0000 2023-12-01T06:02:44.384 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-12-01 06:01:03.523063440 +0000 2023-12-01T06:02:44.384 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-12-01 06:01:03.523063440 +0000 2023-12-01T06:02:44.384 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-12-01T06:02:44.384 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T06:02:44.439 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-12-01T06:02:44.439 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-12-01T06:02:44.439 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000303158 s, 1.7 MB/s 2023-12-01T06:02:44.440 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T06:02:44.493 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2023-12-01T06:02:44.543 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T06:02:44.543 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:44.543 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-12-01T06:02:44.543 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:44.543 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-12-01 06:01:04.075050716 +0000 2023-12-01T06:02:44.543 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-12-01 06:01:04.071050808 +0000 2023-12-01T06:02:44.544 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-12-01 06:01:04.071050808 +0000 2023-12-01T06:02:44.544 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-12-01T06:02:44.544 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T06:02:44.599 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-12-01T06:02:44.599 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-12-01T06:02:44.599 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000287511 s, 1.8 MB/s 2023-12-01T06:02:44.600 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T06:02:44.654 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:44.771 INFO:teuthology.orchestra.run.smithi026.stdout:loop 2023-12-01T06:02:44.772 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_1... 2023-12-01T06:02:44.773 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:44.795 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-12-01T06:02:44.820 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_11 2023-12-01T06:02:44.844 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_2... 2023-12-01T06:02:44.844 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:44.918 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-12-01T06:02:44.946 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_21 2023-12-01T06:02:44.972 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_3... 2023-12-01T06:02:44.972 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:45.038 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-12-01T06:02:45.066 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_31 2023-12-01T06:02:45.092 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_4... 2023-12-01T06:02:45.092 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:45.157 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-12-01T06:02:45.182 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_41 2023-12-01T06:02:45.209 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-12-01T06:02:45.210 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:02:45.263 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme list 2023-12-01T06:02:45.318 INFO:teuthology.orchestra.run.smithi026.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T06:02:45.319 INFO:teuthology.orchestra.run.smithi026.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T06:02:45.319 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme0n1 PHMB74760020480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-01T06:02:45.319 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme1n1 bb9d1644045b39727b9d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:45.319 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme2n1 ff089becd66d55f87158 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:45.319 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme3n1 51af7a37251f34af7b10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:45.319 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme4n1 8063a5e4e37545fa8bf5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:45.320 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T06:02:45.320 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-12-01T06:02:45.320 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/scratch_devs 2023-12-01T06:02:45.380 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T06:02:45.380 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:02:45.387 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T06:02:45.387 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2023-12-01T06:02:45.438 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T06:02:45.438 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:45.439 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 491 Links: 1 2023-12-01T06:02:45.439 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:45.439 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 06:01:02.692867249 +0000 2023-12-01T06:02:45.439 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 06:01:02.316875920 +0000 2023-12-01T06:02:45.439 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 06:01:02.316875920 +0000 2023-12-01T06:02:45.439 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T06:02:45.439 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T06:02:45.492 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T06:02:45.492 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T06:02:45.493 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000394472 s, 1.3 MB/s 2023-12-01T06:02:45.494 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T06:02:45.544 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 06:01:03.272853874 +0000 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 06:01:02.908862267 +0000 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 06:01:02.908862267 +0000 2023-12-01T06:02:45.595 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T06:02:45.595 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T06:02:45.653 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T06:02:45.653 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T06:02:45.654 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000418618 s, 1.2 MB/s 2023-12-01T06:02:45.655 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T06:02:45.708 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2023-12-01T06:02:45.758 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T06:02:45.758 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:45.758 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-12-01T06:02:45.758 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:45.758 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 06:01:03.860840313 +0000 2023-12-01T06:02:45.759 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 06:01:03.492848800 +0000 2023-12-01T06:02:45.759 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 06:01:03.492848800 +0000 2023-12-01T06:02:45.759 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T06:02:45.759 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T06:02:45.811 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T06:02:45.812 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T06:02:45.812 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.00036575 s, 1.4 MB/s 2023-12-01T06:02:45.813 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T06:02:45.864 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2023-12-01T06:02:45.918 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T06:02:45.918 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T06:02:45.918 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-12-01T06:02:45.919 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T06:02:45.919 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-12-01 06:01:04.516825186 +0000 2023-12-01T06:02:45.919 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-12-01 06:01:04.112834503 +0000 2023-12-01T06:02:45.919 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-12-01 06:01:04.112834503 +0000 2023-12-01T06:02:45.919 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-12-01T06:02:45.919 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T06:02:45.972 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-12-01T06:02:45.973 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-12-01T06:02:45.973 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000445022 s, 1.2 MB/s 2023-12-01T06:02:45.974 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T06:02:46.024 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:46.161 INFO:teuthology.orchestra.run.smithi139.stdout:loop 2023-12-01T06:02:46.163 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-12-01T06:02:46.163 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:46.185 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T06:02:46.211 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_11 2023-12-01T06:02:46.233 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-12-01T06:02:46.233 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:46.297 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T06:02:46.324 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_21 2023-12-01T06:02:46.348 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-12-01T06:02:46.348 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:46.417 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T06:02:46.439 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_31 2023-12-01T06:02:46.462 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-12-01T06:02:46.462 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:46.527 INFO:teuthology.orchestra.run.smithi139.stdout:1 2023-12-01T06:02:46.550 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_41 2023-12-01T06:02:46.570 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T06:02:46.570 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T06:02:46.618 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme list 2023-12-01T06:02:46.672 INFO:teuthology.orchestra.run.smithi139.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T06:02:46.672 INFO:teuthology.orchestra.run.smithi139.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T06:02:46.672 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme0n1 PHFT620500N6400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T06:02:46.673 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme1n1 fec525776bb0edd85a0c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:46.673 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme2n1 82f72173838c2e8aee8f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:46.673 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme3n1 36436b2efd36a061b1e1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:46.673 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme4n1 b8d8508f7176ab521eed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-12-01T06:02:46.674 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T06:02:46.674 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T06:02:46.674 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-12-01T06:02:46.729 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T06:02:46.810 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T06:02:46.810 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:02:46.811 INFO:tasks.cephadm:Cluster fsid is 40060d72-900f-11ee-95a2-87774f69a715 2023-12-01T06:02:46.811 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T06:02:46.811 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T06:02:46.811 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi026': '172.21.15.26', 'mon.smithi139': '172.21.15.139'} 2023-12-01T06:02:46.811 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T06:02:46.811 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2023-12-01T06:02:46.828 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2023-12-01T06:02:46.843 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-01T06:02:46.844 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:02:47.111 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic/74575/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7662-g875037c4', 'node_name': '172.21.2.17+braggi17', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-7662-g875037c4-1focal'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-11-30 20:18:54.535220', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-phlogistonjohn-testing-2023-11-30-1010', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-12-01T06:02:47.356 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-phlogistonjohn-testing-2023-11-30-1010, sha1 875037c4c0585d32b171b61f9b83f482e6b73b3d from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:02:47.356 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm 2023-12-01T06:02:47.356 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:48.417 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 06:02 /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:48.417 DEBUG:teuthology.orchestra.run.smithi139:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:49.503 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-rw-r-- 1 ubuntu ubuntu 785523 Dec 1 06:02 /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:49.503 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:49.513 DEBUG:teuthology.orchestra.run.smithi139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:49.529 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T06:02:49.529 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:02:49.558 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr:Traceback (most recent call last): 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: return _get_module_details(main_name) 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: return _find_spec(fullname, parent_path) 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 914, in _find_spec 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 1407, in find_spec 2023-12-01T06:02:49.627 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 1381, in _get_spec 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 414, in spec_from_loader 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 709, in spec_from_file_location 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 191, in get_filename 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 713, in _get_module_code 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 647, in _compile_source 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr: ^ 2023-12-01T06:02:49.628 INFO:teuthology.orchestra.run.smithi026.stderr:SyntaxError: invalid syntax 2023-12-01T06:02:49.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:49.633 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T06:02:49.634 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T06:02:49.635 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/40060d72-900f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994/remote/smithi026/crash 2023-12-01T06:02:49.636 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/40060d72-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:02:49.644 INFO:teuthology.orchestra.run.smithi139.stderr:Traceback (most recent call last): 2023-12-01T06:02:49.644 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T06:02:49.644 INFO:teuthology.orchestra.run.smithi139.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:02:49.644 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T06:02:49.644 INFO:teuthology.orchestra.run.smithi139.stderr: return _get_module_details(main_name) 2023-12-01T06:02:49.644 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: return _find_spec(fullname, parent_path) 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 914, in _find_spec 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1407, in find_spec 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1381, in _get_spec 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 414, in spec_from_loader 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 709, in spec_from_file_location 2023-12-01T06:02:49.645 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 191, in get_filename 2023-12-01T06:02:49.646 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 713, in _get_module_code 2023-12-01T06:02:49.646 INFO:teuthology.orchestra.run.smithi139.stderr: File "", line 647, in _compile_source 2023-12-01T06:02:49.646 INFO:teuthology.orchestra.run.smithi139.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:02:49.646 INFO:teuthology.orchestra.run.smithi139.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:02:49.646 INFO:teuthology.orchestra.run.smithi139.stderr: ^ 2023-12-01T06:02:49.646 INFO:teuthology.orchestra.run.smithi139.stderr:SyntaxError: invalid syntax 2023-12-01T06:02:49.651 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/40060d72-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:02:49.651 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:02:49.652 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/lib/ceph/40060d72-900f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994/remote/smithi139/crash 2023-12-01T06:02:49.653 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/lib/ceph/40060d72-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:02:49.666 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/lib/ceph/40060d72-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:02:49.667 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:02:49.668 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T06:02:49.668 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/40060d72-900f-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T06:02:49.711 INFO:teuthology.orchestra.run.smithi026.stderr:grep: /var/log/ceph/40060d72-900f-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T06:02:49.713 INFO:tasks.cephadm:Compressing logs... 2023-12-01T06:02:49.713 DEBUG:teuthology.orchestra.run.smithi026:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T06:02:49.757 DEBUG:teuthology.orchestra.run.smithi139:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-01T06:02:49.771 INFO:teuthology.orchestra.run.smithi026.stderr:find: '/var/log/ceph': No such file or directory 2023-12-01T06:02:49.771 INFO:teuthology.orchestra.run.smithi026.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T06:02:49.772 INFO:teuthology.orchestra.run.smithi139.stderr:find: '/var/log/ceph': No such file or directory 2023-12-01T06:02:49.773 INFO:teuthology.orchestra.run.smithi139.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-01T06:02:49.775 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-12-01T06:02:49.775 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m0.015s 2023-12-01T06:02:49.776 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m0.013s 2023-12-01T06:02:49.776 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.010s 2023-12-01T06:02:49.783 INFO:teuthology.orchestra.run.smithi139.stderr: 2023-12-01T06:02:49.784 INFO:teuthology.orchestra.run.smithi139.stderr:real 0m0.021s 2023-12-01T06:02:49.784 INFO:teuthology.orchestra.run.smithi139.stderr:user 0m0.020s 2023-12-01T06:02:49.784 INFO:teuthology.orchestra.run.smithi139.stderr:sys 0m0.003s 2023-12-01T06:02:49.784 INFO:tasks.cephadm:Archiving logs... 2023-12-01T06:02:49.785 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994/remote/smithi026/log 2023-12-01T06:02:49.786 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:02:49.833 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:02:49.834 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:02:49.835 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994/remote/smithi139/log 2023-12-01T06:02:49.836 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:02:49.851 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-12-01T06:02:49.851 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:02:49.852 INFO:tasks.cephadm:Removing cluster... 2023-12-01T06:02:49.852 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40060d72-900f-11ee-95a2-87774f69a715 --force 2023-12-01T06:02:49.937 INFO:teuthology.orchestra.run.smithi026.stderr:Traceback (most recent call last): 2023-12-01T06:02:49.937 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/runpy.py", line 187, in _run_module_as_main 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/runpy.py", line 221, in _get_main_module_details 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: return _get_module_details(main_name) 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/runpy.py", line 130, in _get_module_details 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "/usr/lib/python3.8/importlib/util.py", line 103, in find_spec 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: return _find_spec(fullname, parent_path) 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 914, in _find_spec 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 1407, in find_spec 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 1381, in _get_spec 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 1362, in _legacy_get_spec 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 414, in spec_from_loader 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 709, in spec_from_file_location 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 191, in get_filename 2023-12-01T06:02:49.938 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 713, in _get_module_code 2023-12-01T06:02:49.939 INFO:teuthology.orchestra.run.smithi026.stderr: File "", line 647, in _compile_source 2023-12-01T06:02:49.939 INFO:teuthology.orchestra.run.smithi026.stderr: File "/home/ubuntu/cephtest/cephadm/__main__.py", line 4341 2023-12-01T06:02:49.939 INFO:teuthology.orchestra.run.smithi026.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:02:49.939 INFO:teuthology.orchestra.run.smithi026.stderr: ^ 2023-12-01T06:02:49.939 INFO:teuthology.orchestra.run.smithi026.stderr:SyntaxError: invalid syntax 2023-12-01T06:02:49.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:49.942 INFO:tasks.cephadm:Teardown complete 2023-12-01T06:02:49.943 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40060d72-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:02:50.020 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d341d86221664e50953147a54b7a50de Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40060d72-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:02:50.025 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T06:02:50.035 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T06:02:50.056 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_1... 2023-12-01T06:02:50.057 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_1 2023-12-01T06:02:50.321 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:02:50.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:50.323 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_2... 2023-12-01T06:02:50.323 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_2 2023-12-01T06:02:50.588 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:02:50.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:50.590 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_3... 2023-12-01T06:02:50.590 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_3 2023-12-01T06:02:50.892 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:02:50.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:50.894 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_4... 2023-12-01T06:02:50.894 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_4 2023-12-01T06:02:51.164 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:02:51.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:51.166 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-12-01T06:02:51.166 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/scratch_devs 2023-12-01T06:02:51.181 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2023-12-01T06:02:51.181 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_1 2023-12-01T06:02:51.432 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T06:02:51.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:51.434 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2023-12-01T06:02:51.434 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_2 2023-12-01T06:02:51.728 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T06:02:51.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:51.730 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2023-12-01T06:02:51.730 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_3 2023-12-01T06:02:52.028 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T06:02:52.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:52.030 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2023-12-01T06:02:52.030 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_4 2023-12-01T06:02:52.316 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T06:02:52.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:52.318 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-12-01T06:02:52.318 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2023-12-01T06:02:52.333 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:02:52.344 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:02:52.344 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:02:52.347 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:02:52.365 INFO:teuthology.orchestra.run.smithi026.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:02:52.365 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================== 2023-12-01T06:02:52.365 INFO:teuthology.orchestra.run.smithi026.stdout: hv01.front.sepi 44.4.53.2 2 u 10 64 1 0.088 0.046 0.000 2023-12-01T06:02:52.365 INFO:teuthology.orchestra.run.smithi026.stdout: hv02.front.sepi 63.231.80.2 3 u 7 64 1 0.129 2.055 0.000 2023-12-01T06:02:52.366 INFO:teuthology.orchestra.run.smithi026.stdout: hv03.front.sepi 74.6.168.72 3 u 10 64 1 0.111 1.055 0.000 2023-12-01T06:02:52.366 INFO:teuthology.orchestra.run.smithi026.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:52.394 INFO:teuthology.orchestra.run.smithi139.stdout: remote refid st t when poll reach delay offset jitter 2023-12-01T06:02:52.395 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================== 2023-12-01T06:02:52.395 INFO:teuthology.orchestra.run.smithi139.stdout: hv01.front.sepi 44.4.53.2 2 u 8 64 1 0.093 -0.997 0.000 2023-12-01T06:02:52.395 INFO:teuthology.orchestra.run.smithi139.stdout: hv02.front.sepi 63.231.80.2 3 u 8 64 1 0.134 2.035 0.000 2023-12-01T06:02:52.395 INFO:teuthology.orchestra.run.smithi139.stdout: hv03.front.sepi 74.6.168.72 3 u 7 64 1 0.087 0.010 0.000 2023-12-01T06:02:52.395 INFO:teuthology.orchestra.run.smithi139.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-01T06:02:52.396 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:02:52.406 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:02:52.407 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:02:52.415 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:02:52.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:02:52.436 INFO:teuthology.task.internal:Duration was 386.089908 seconds 2023-12-01T06:02:52.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:02:52.445 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:02:52.446 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:02:52.448 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:02:52.495 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:02:52.495 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2023-12-01T06:02:52.496 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:52.551 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2023-12-01T06:02:52.551 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:52.566 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:02:52.566 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:02:52.598 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:02:52.638 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:02:52.639 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:02:52.674 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:02:52.738 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:02:52.751 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:02:52.752 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:02:52.768 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:02:52.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:02:52.795 DEBUG:teuthology.orchestra.run.smithi026:> 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 2023-12-01T06:02:52.814 DEBUG:teuthology.orchestra.run.smithi139:> 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 2023-12-01T06:02:52.828 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2023-12-01T06:02:52.842 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2023-12-01T06:02:52.866 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:02:52.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:52.902 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:02:52.912 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:52.913 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:02:52.922 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:02:52.923 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994/remote/smithi026 2023-12-01T06:02:52.923 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:02:52.967 DEBUG:teuthology.misc:Transferring archived files from smithi139:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994/remote/smithi139 2023-12-01T06:02:52.967 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:02:52.990 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:02:52.990 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:02:53.006 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:02:53.034 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:02:53.045 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:02:53.045 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:02:53.055 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:02:53.055 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:02:53.057 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:02:53.063 INFO:teuthology.orchestra.run.smithi026.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:02 /home/ubuntu/cephtest 2023-12-01T06:02:53.063 INFO:teuthology.orchestra.run.smithi026.stdout: 1048596 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 06:02 /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:53.065 INFO:teuthology.orchestra.run.smithi026.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:02:53.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:02:53.077 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:02:53.083 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:02:53.094 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:02:53.104 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi026 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-12-01T06:02:53.104 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:02:53.110 INFO:teuthology.orchestra.run.smithi139.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:02 /home/ubuntu/cephtest 2023-12-01T06:02:53.110 INFO:teuthology.orchestra.run.smithi139.stdout: 1048607 768 -rwxrwxr-x 1 ubuntu ubuntu 785523 Dec 1 06:02 /home/ubuntu/cephtest/cephadm 2023-12-01T06:02:53.111 INFO:teuthology.orchestra.run.smithi139.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-12-01T06:02:53.135 DEBUG:teuthology.nuke:shortname: smithi026 2023-12-01T06:02:53.136 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:02:53.157 DEBUG:teuthology.nuke:shortname: smithi139 2023-12-01T06:02:53.157 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:02:53.163 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:47:46.605241', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T06:02:53.180 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472994', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:47:46.602215', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-01T06:02:53.217 INFO:teuthology.orchestra.console.smithi026:Power off 2023-12-01T06:02:53.218 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:02:53.243 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2023-12-01T06:02:53.243 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:02:53.259 INFO:teuthology.orchestra.console.smithi139:Power off 2023-12-01T06:02:53.260 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:02:53.275 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2023-12-01T06:02:53.298 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2023-12-01T06:02:53.298 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:02:53.326 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-12-01T06:02:57.276 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:02:57.327 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:02:57.391 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2023-12-01T06:02:57.441 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-12-01T06:03:01.394 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:01.443 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:01.508 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2023-12-01T06:03:01.554 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2023-12-01T06:03:05.510 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:05.555 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:05.624 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2023-12-01T06:03:05.667 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2023-12-01T06:03:05.726 INFO:teuthology.orchestra.console.smithi026:Power off completed 2023-12-01T06:03:05.769 INFO:teuthology.orchestra.console.smithi139:Power off completed 2023-12-01T06:03:05.873 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 386.08990836143494 failure_reason: 'Command failed on smithi026 with status 1: ''sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 40060d72-900f-11ee-95a2-87774f69a715 --force''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d341d86221664e50953147a54b7a50de status: fail success: false 2023-12-01T06:03:05.873 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:03:05.956 INFO:teuthology.run:FAIL