2023-11-16T11:43:28.816 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T11:43:28.816 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 3-final} --archive /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523 --owner scheduled_adking@teuthology --verbose --name adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi -- /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523/orig.config.yaml 2023-11-16T11:43:28.854 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T11:43:28.933 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523 branch: wip-adk-testing-2023-11-16-0243 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: adking@redhat.com first_in_suite: false job_id: '7460523' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-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-adk-testing-2023-11-16-0243 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: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add kernel: hwe: true workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi163.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 fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_11:32:14 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T11:43:28.933 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa; will attempt to use it 2023-11-16T11:43:28.934 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks 2023-11-16T11:43:28.934 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T11:43:28.935 INFO:teuthology.task.internal:Checking packages... 2023-11-16T11:43:28.960 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '50bc6740f385afe4f36770e739358479a73d8add' 2023-11-16T11:43:28.960 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T11:43:28.960 INFO:teuthology.packaging:ref: None 2023-11-16T11:43:28.960 INFO:teuthology.packaging:tag: None 2023-11-16T11:43:28.960 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-16-0243 2023-11-16T11:43:28.960 INFO:teuthology.packaging:sha1: 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:43:28.961 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-adk-testing-2023-11-16-0243 2023-11-16T11:43:29.269 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7421-g50bc6740-1focal 2023-11-16T11:43:29.269 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T11:43:29.280 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T11:43:29.280 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T11:43:29.297 INFO:teuthology.task.internal:Saving configuration 2023-11-16T11:43:29.313 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T11:43:29.334 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T11:43:29.359 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523', '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-11-16 11:33:16.187281', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-16T11:43:29.381 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523', '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-11-16 11:33:16.185628', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-16T11:43:29.381 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T11:43:29.392 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-16T11:43:29.392 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-16T11:43:29.392 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T11:43:29.489 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff1d41b5040>, signals=[15]) 2023-11-16T11:43:29.489 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T11:43:29.501 INFO:teuthology.task.internal:Opening connections... 2023-11-16T11:43:29.502 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-11-16T11:43:29.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:43:29.554 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-11-16T11:43:29.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:43:29.602 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T11:43:29.613 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-11-16T11:43:29.636 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-11-16T11:43:29.637 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-11-16T11:43:29.690 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Ubuntu" 2023-11-16T11:43:29.690 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-16T11:43:29.690 INFO:teuthology.orchestra.run.smithi098.stdout:ID=ubuntu 2023-11-16T11:43:29.690 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE=debian 2023-11-16T11:43:29.691 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-16T11:43:29.691 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="20.04" 2023-11-16T11:43:29.691 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T11:43:29.691 INFO:teuthology.orchestra.run.smithi098.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T11:43:29.691 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T11:43:29.691 INFO:teuthology.orchestra.run.smithi098.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T11:43:29.691 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_CODENAME=focal 2023-11-16T11:43:29.692 INFO:teuthology.orchestra.run.smithi098.stdout:UBUNTU_CODENAME=focal 2023-11-16T11:43:29.692 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-11-16T11:43:29.718 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-11-16T11:43:29.725 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-11-16T11:43:29.726 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-11-16T11:43:29.772 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Ubuntu" 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:ID=ubuntu 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE=debian 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="20.04" 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T11:43:29.773 INFO:teuthology.orchestra.run.smithi163.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T11:43:29.774 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_CODENAME=focal 2023-11-16T11:43:29.774 INFO:teuthology.orchestra.run.smithi163.stdout:UBUNTU_CODENAME=focal 2023-11-16T11:43:29.774 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-11-16T11:43:29.792 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T11:43:29.801 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T11:43:29.813 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T11:43:29.813 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:43:29.816 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:43:29.823 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T11:43:29.834 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T11:43:29.834 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:43:29.862 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:43:29.879 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T11:43:29.938 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T11:43:29.962 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T11:43:29.962 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-11-16T11:43:29.962 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-11-16T11:43:29.962 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-11-16T11:43:29.963 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:43:29.966 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:43:29.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:29.972 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-11-16T11:43:29.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:29.973 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-11-16T11:43:29.980 INFO:teuthology.orchestra.run.smithi163.stdout:5.4.0-124-generic 2023-11-16T11:43:29.981 INFO:teuthology.task.kernel:Running kernel on smithi163: 5.4.0-124-generic 2023-11-16T11:43:29.981 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get clean 2023-11-16T11:43:30.022 INFO:teuthology.orchestra.run.smithi098.stdout:5.4.0-124-generic 2023-11-16T11:43:30.022 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.4.0-124-generic 2023-11-16T11:43:30.023 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2023-11-16T11:43:30.092 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get update 2023-11-16T11:43:30.136 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2023-11-16T11:43:30.292 INFO:teuthology.orchestra.run.smithi163.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-16T11:43:30.325 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-16T11:43:30.388 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T11:43:30.420 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T11:43:30.451 INFO:teuthology.orchestra.run.smithi163.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-16T11:43:30.485 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-16T11:43:30.793 INFO:teuthology.orchestra.run.smithi163.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,570 kB] 2023-11-16T11:43:30.794 INFO:teuthology.orchestra.run.smithi163.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-16T11:43:30.825 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [674 kB] 2023-11-16T11:43:30.851 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-16T11:43:30.972 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,570 kB] 2023-11-16T11:43:30.989 INFO:teuthology.orchestra.run.smithi163.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-16T11:43:31.022 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-16T11:43:31.027 INFO:teuthology.orchestra.run.smithi163.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [674 kB] 2023-11-16T11:43:31.045 INFO:teuthology.orchestra.run.smithi163.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-16T11:43:31.048 INFO:teuthology.orchestra.run.smithi163.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-16T11:43:31.050 INFO:teuthology.orchestra.run.smithi163.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-16T11:43:31.083 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-16T11:43:31.117 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-16T11:43:31.117 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-16T11:43:31.118 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-16T11:43:31.147 INFO:teuthology.orchestra.run.smithi163.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-16T11:43:31.147 INFO:teuthology.orchestra.run.smithi163.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-16T11:43:31.152 INFO:teuthology.orchestra.run.smithi163.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T11:43:31.153 INFO:teuthology.orchestra.run.smithi163.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [898 kB] 2023-11-16T11:43:31.171 INFO:teuthology.orchestra.run.smithi163.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-16T11:43:31.197 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-16T11:43:31.206 INFO:teuthology.orchestra.run.smithi163.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-16T11:43:31.210 INFO:teuthology.orchestra.run.smithi163.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-16T11:43:31.210 INFO:teuthology.orchestra.run.smithi163.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-16T11:43:31.211 INFO:teuthology.orchestra.run.smithi163.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-16T11:43:31.216 INFO:teuthology.orchestra.run.smithi163.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-16T11:43:31.216 INFO:teuthology.orchestra.run.smithi163.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-16T11:43:31.221 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T11:43:31.221 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-16T11:43:31.235 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [898 kB] 2023-11-16T11:43:31.257 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-16T11:43:31.259 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-16T11:43:31.259 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-16T11:43:31.260 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-16T11:43:31.260 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-16T11:43:31.260 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-16T11:43:31.321 INFO:teuthology.orchestra.run.smithi163.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,958 kB] 2023-11-16T11:43:31.356 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,958 kB] 2023-11-16T11:43:31.497 INFO:teuthology.orchestra.run.smithi163.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-16T11:43:31.511 INFO:teuthology.orchestra.run.smithi163.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-16T11:43:31.512 INFO:teuthology.orchestra.run.smithi163.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-16T11:43:31.513 INFO:teuthology.orchestra.run.smithi163.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-16T11:43:31.533 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-16T11:43:31.546 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-16T11:43:31.546 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-16T11:43:31.547 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-16T11:43:31.583 INFO:teuthology.orchestra.run.smithi163.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-16T11:43:31.588 INFO:teuthology.orchestra.run.smithi163.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T11:43:31.618 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-16T11:43:31.623 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T11:43:31.752 INFO:teuthology.orchestra.run.smithi163.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-16T11:43:31.787 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-16T11:43:32.340 INFO:teuthology.orchestra.run.smithi163.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,130 kB] 2023-11-16T11:43:32.373 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,130 kB] 2023-11-16T11:43:32.449 INFO:teuthology.orchestra.run.smithi163.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-16T11:43:32.469 INFO:teuthology.orchestra.run.smithi163.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-16T11:43:32.472 INFO:teuthology.orchestra.run.smithi163.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-16T11:43:32.472 INFO:teuthology.orchestra.run.smithi163.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-16T11:43:32.474 INFO:teuthology.orchestra.run.smithi163.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-16T11:43:32.475 INFO:teuthology.orchestra.run.smithi163.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-16T11:43:32.475 INFO:teuthology.orchestra.run.smithi163.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-16T11:43:32.477 INFO:teuthology.orchestra.run.smithi163.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-16T11:43:32.479 INFO:teuthology.orchestra.run.smithi163.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-16T11:43:32.482 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-16T11:43:32.504 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-16T11:43:32.505 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-16T11:43:32.505 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-16T11:43:32.507 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-16T11:43:32.507 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-16T11:43:32.508 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-16T11:43:32.511 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-16T11:43:32.513 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-16T11:43:32.644 INFO:teuthology.orchestra.run.smithi163.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-16T11:43:32.677 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-16T11:43:32.808 INFO:teuthology.orchestra.run.smithi163.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-16T11:43:32.859 INFO:teuthology.orchestra.run.smithi163.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-16T11:43:32.860 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-16T11:43:32.883 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-16T11:43:34.947 INFO:teuthology.orchestra.run.smithi163.stdout:Fetched 18.1 MB in 3s (6,280 kB/s) 2023-11-16T11:43:35.022 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 18.1 MB in 3s (6,377 kB/s) 2023-11-16T11:43:36.401 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2023-11-16T11:43:36.426 DEBUG:teuthology.orchestra.run.smithi163:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T11:43:36.494 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2023-11-16T11:43:36.497 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2023-11-16T11:43:36.524 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T11:43:36.594 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2023-11-16T11:43:36.693 INFO:teuthology.orchestra.run.smithi163.stdout:Building dependency tree... 2023-11-16T11:43:36.694 INFO:teuthology.orchestra.run.smithi163.stdout:Reading state information... 2023-11-16T11:43:36.796 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2023-11-16T11:43:36.796 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2023-11-16T11:43:36.865 INFO:teuthology.orchestra.run.smithi163.stdout:The following additional packages will be installed: 2023-11-16T11:43:36.865 INFO:teuthology.orchestra.run.smithi163.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T11:43:36.865 INFO:teuthology.orchestra.run.smithi163.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-16T11:43:36.865 INFO:teuthology.orchestra.run.smithi163.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-16T11:43:36.866 INFO:teuthology.orchestra.run.smithi163.stdout:Suggested packages: 2023-11-16T11:43:36.866 INFO:teuthology.orchestra.run.smithi163.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-16T11:43:36.867 INFO:teuthology.orchestra.run.smithi163.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-16T11:43:36.925 INFO:teuthology.orchestra.run.smithi163.stdout:The following NEW packages will be installed: 2023-11-16T11:43:36.925 INFO:teuthology.orchestra.run.smithi163.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T11:43:36.925 INFO:teuthology.orchestra.run.smithi163.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-16T11:43:36.926 INFO:teuthology.orchestra.run.smithi163.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-16T11:43:36.926 INFO:teuthology.orchestra.run.smithi163.stdout: thermald upower usbmuxd 2023-11-16T11:43:36.969 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2023-11-16T11:43:36.969 INFO:teuthology.orchestra.run.smithi098.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T11:43:36.969 INFO:teuthology.orchestra.run.smithi098.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-16T11:43:36.969 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-16T11:43:36.970 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2023-11-16T11:43:36.970 INFO:teuthology.orchestra.run.smithi098.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-16T11:43:36.970 INFO:teuthology.orchestra.run.smithi098.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-16T11:43:36.986 INFO:teuthology.orchestra.run.smithi163.stdout:0 upgraded, 13 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T11:43:36.986 INFO:teuthology.orchestra.run.smithi163.stdout:Need to get 90.8 MB of archives. 2023-11-16T11:43:36.986 INFO:teuthology.orchestra.run.smithi163.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-16T11:43:36.986 INFO:teuthology.orchestra.run.smithi163.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-16T11:43:37.021 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2023-11-16T11:43:37.022 INFO:teuthology.orchestra.run.smithi098.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T11:43:37.022 INFO:teuthology.orchestra.run.smithi098.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-16T11:43:37.022 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-16T11:43:37.022 INFO:teuthology.orchestra.run.smithi098.stdout: thermald upower usbmuxd 2023-11-16T11:43:37.055 INFO:teuthology.orchestra.run.smithi163.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-16T11:43:37.060 INFO:teuthology.orchestra.run.smithi163.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-16T11:43:37.064 INFO:teuthology.orchestra.run.smithi163.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-16T11:43:37.082 INFO:teuthology.orchestra.run.smithi163.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-16T11:43:37.083 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 13 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T11:43:37.083 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 90.8 MB of archives. 2023-11-16T11:43:37.083 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-16T11:43:37.083 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-16T11:43:37.091 INFO:teuthology.orchestra.run.smithi163.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-16T11:43:37.150 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-16T11:43:37.156 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-16T11:43:37.161 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-16T11:43:37.186 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-16T11:43:37.199 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-16T11:43:37.566 INFO:teuthology.orchestra.run.smithi163.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-16T11:43:37.784 INFO:teuthology.orchestra.run.smithi163.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-16T11:43:37.974 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-16T11:43:38.191 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-16T11:43:39.375 INFO:teuthology.orchestra.run.smithi163.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-16T11:43:39.450 INFO:teuthology.orchestra.run.smithi163.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-16T11:43:39.450 INFO:teuthology.orchestra.run.smithi163.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-16T11:43:39.455 INFO:teuthology.orchestra.run.smithi163.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-16T11:43:39.457 INFO:teuthology.orchestra.run.smithi163.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-16T11:43:39.737 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-16T11:43:39.818 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-16T11:43:39.818 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-16T11:43:39.824 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-16T11:43:39.826 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-16T11:43:40.178 INFO:teuthology.orchestra.run.smithi163.stdout:Fetched 90.8 MB in 3s (36.0 MB/s) 2023-11-16T11:43:40.413 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-16T11:43:40.564 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 90.8 MB in 3s (32.5 MB/s) 2023-11-16T11:43:40.773 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-16T11:43:42.277 INFO:teuthology.orchestra.run.smithi163.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-11-16T11:43:42.282 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-16T11:43:42.443 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T11:43:42.479 INFO:teuthology.orchestra.run.smithi098.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-11-16T11:43:42.483 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-16T11:43:42.648 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T11:43:42.821 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-16T11:43:42.838 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-16T11:43:42.880 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T11:43:42.993 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-16T11:43:43.008 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-16T11:43:43.043 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T11:43:43.241 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-16T11:43:43.253 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-16T11:43:43.290 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T11:43:43.374 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-16T11:43:43.385 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-16T11:43:43.429 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T11:43:43.610 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-16T11:43:43.626 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-16T11:43:43.668 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T11:43:43.782 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-16T11:43:43.796 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-16T11:43:43.840 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T11:43:44.046 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-16T11:43:44.060 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-16T11:43:44.104 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T11:43:44.202 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-16T11:43:44.214 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-16T11:43:44.252 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T11:43:44.440 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-16T11:43:44.458 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T11:43:44.499 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:43:44.530 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-16T11:43:44.544 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T11:43:44.579 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:43:47.082 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-16T11:43:47.096 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T11:43:47.164 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-16T11:43:47.178 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T11:43:47.199 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:43:47.276 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:43:47.710 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-16T11:43:47.723 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T11:43:47.776 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:43:47.817 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-16T11:43:47.830 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T11:43:47.867 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:43:54.732 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-16T11:43:54.751 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-16T11:43:54.790 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T11:43:54.895 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-16T11:43:54.913 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-16T11:43:54.952 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T11:43:55.126 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-16T11:43:55.143 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-16T11:43:55.185 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T11:43:55.313 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-16T11:43:55.329 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-16T11:43:55.371 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T11:43:55.563 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package thermald. 2023-11-16T11:43:55.579 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-16T11:43:55.621 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T11:43:55.767 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package thermald. 2023-11-16T11:43:55.781 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-16T11:43:55.825 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T11:43:56.202 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package upower. 2023-11-16T11:43:56.216 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-16T11:43:56.274 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-16T11:43:56.388 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package upower. 2023-11-16T11:43:56.402 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-16T11:43:56.461 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-16T11:43:56.690 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package usbmuxd. 2023-11-16T11:43:56.704 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-16T11:43:56.748 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T11:43:56.884 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package usbmuxd. 2023-11-16T11:43:56.900 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-16T11:43:56.942 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T11:43:57.070 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T11:43:57.203 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T11:43:57.259 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T11:43:57.329 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T11:43:57.500 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T11:43:57.522 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T11:43:57.623 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T11:43:57.656 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T11:43:57.749 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T11:43:57.782 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T11:43:57.892 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-16T11:43:57.935 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T11:43:58.060 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T11:43:58.186 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-16T11:43:58.420 INFO:teuthology.orchestra.run.smithi163.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-16T11:43:58.472 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T11:43:58.671 INFO:teuthology.orchestra.run.smithi163.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-16T11:43:58.685 INFO:teuthology.orchestra.run.smithi163.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-16T11:43:58.685 INFO:teuthology.orchestra.run.smithi163.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-16T11:43:58.737 INFO:teuthology.orchestra.run.smithi098.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-16T11:43:58.822 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T11:43:59.021 INFO:teuthology.orchestra.run.smithi098.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-16T11:43:59.036 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-16T11:43:59.036 INFO:teuthology.orchestra.run.smithi098.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-16T11:43:59.231 INFO:teuthology.orchestra.run.smithi163.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-16T11:43:59.456 INFO:teuthology.orchestra.run.smithi163.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-16T11:43:59.502 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T11:43:59.567 INFO:teuthology.orchestra.run.smithi098.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-16T11:43:59.784 INFO:teuthology.orchestra.run.smithi098.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-16T11:43:59.813 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T11:43:59.813 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T11:43:59.828 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T11:44:00.142 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T11:44:00.142 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T11:44:00.273 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:00.602 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:01.607 INFO:teuthology.orchestra.run.smithi163.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-16T11:44:01.607 INFO:teuthology.orchestra.run.smithi163.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:01.779 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:01.916 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-16T11:44:01.917 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:02.103 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:03.674 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:04.087 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:05.047 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T11:44:05.190 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-16T11:44:05.455 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T11:44:05.504 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-16T11:44:05.606 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-16T11:44:05.878 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-16T11:44:06.241 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-16T11:44:06.358 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:06.438 INFO:teuthology.orchestra.run.smithi163.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T11:44:06.439 INFO:teuthology.orchestra.run.smithi163.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:06.690 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-16T11:44:06.790 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T11:44:06.871 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T11:44:06.871 INFO:teuthology.orchestra.run.smithi098.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:31.759 INFO:teuthology.orchestra.run.smithi163.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T11:44:31.759 INFO:teuthology.orchestra.run.smithi163.stdout:Sourcing file `/etc/default/grub' 2023-11-16T11:44:31.780 INFO:teuthology.orchestra.run.smithi163.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T11:44:31.800 INFO:teuthology.orchestra.run.smithi163.stdout:Generating grub configuration file ... 2023-11-16T11:44:32.126 INFO:teuthology.orchestra.run.smithi163.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T11:44:32.145 INFO:teuthology.orchestra.run.smithi163.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:32.368 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T11:44:32.368 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub' 2023-11-16T11:44:32.392 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T11:44:32.421 INFO:teuthology.orchestra.run.smithi098.stdout:Generating grub configuration file ... 2023-11-16T11:44:32.584 INFO:teuthology.orchestra.run.smithi163.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T11:44:32.595 INFO:teuthology.orchestra.run.smithi163.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T11:44:32.747 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T11:44:32.772 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:33.184 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T11:44:33.196 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T11:44:34.592 INFO:teuthology.orchestra.run.smithi163.stdout:done 2023-11-16T11:44:35.051 DEBUG:teuthology.orchestra.run.smithi163:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T11:44:35.112 INFO:teuthology.orchestra.run.smithi163.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Status: install ok installed 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Priority: optional 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Section: kernel 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Installed-Size: 20 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: amd64 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Source: linux-meta-hwe-5.15 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.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-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Recommends: thermald 2023-11-16T11:44:35.113 INFO:teuthology.orchestra.run.smithi163.stdout:Description: Generic Linux kernel image 2023-11-16T11:44:35.114 INFO:teuthology.orchestra.run.smithi163.stdout: This package will always depend on the latest generic kernel image 2023-11-16T11:44:35.114 INFO:teuthology.orchestra.run.smithi163.stdout: available. 2023-11-16T11:44:35.114 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-16T11:44:35.114 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:44:35.114 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:44:35.114 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T11:44:35.114 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi163.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:44:35.114 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get clean 2023-11-16T11:44:35.194 INFO:teuthology.orchestra.run.smithi098.stdout:done 2023-11-16T11:44:35.210 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get update 2023-11-16T11:44:35.342 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-16T11:44:35.342 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T11:44:35.351 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-16T11:44:35.368 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-16T11:44:35.656 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T11:44:35.699 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T11:44:35.699 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 20 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta-hwe-5.15 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.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-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2023-11-16T11:44:35.700 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2023-11-16T11:44:35.701 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2023-11-16T11:44:35.701 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-16T11:44:35.701 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:44:35.701 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:44:35.701 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T11:44:35.701 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:44:35.701 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2023-11-16T11:44:35.773 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2023-11-16T11:44:35.900 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T11:44:35.912 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-16T11:44:35.924 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-16T11:44:36.021 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-16T11:44:37.077 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2023-11-16T11:44:37.103 DEBUG:teuthology.orchestra.run.smithi163:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T11:44:37.173 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2023-11-16T11:44:37.380 INFO:teuthology.orchestra.run.smithi163.stdout:Building dependency tree... 2023-11-16T11:44:37.382 INFO:teuthology.orchestra.run.smithi163.stdout:Reading state information... 2023-11-16T11:44:37.594 INFO:teuthology.orchestra.run.smithi163.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-16T11:44:37.594 INFO:teuthology.orchestra.run.smithi163.stdout:0 upgraded, 0 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T11:44:37.596 DEBUG:teuthology.orchestra.run.smithi163:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T11:44:37.619 INFO:teuthology.orchestra.run.smithi163.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Status: install ok installed 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Priority: optional 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Section: kernel 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Installed-Size: 20 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: amd64 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Source: linux-meta-hwe-5.15 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.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-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T11:44:37.620 INFO:teuthology.orchestra.run.smithi163.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T11:44:37.621 INFO:teuthology.orchestra.run.smithi163.stdout:Recommends: thermald 2023-11-16T11:44:37.621 INFO:teuthology.orchestra.run.smithi163.stdout:Description: Generic Linux kernel image 2023-11-16T11:44:37.621 INFO:teuthology.orchestra.run.smithi163.stdout: This package will always depend on the latest generic kernel image 2023-11-16T11:44:37.621 INFO:teuthology.orchestra.run.smithi163.stdout: available. 2023-11-16T11:44:37.621 DEBUG:teuthology.orchestra.run.smithi163:> mktemp 2023-11-16T11:44:37.626 INFO:teuthology.orchestra.run.smithi163.stdout:/tmp/tmp.BqxWmWnHjH 2023-11-16T11:44:37.627 DEBUG:teuthology.orchestra.run.smithi163:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BqxWmWnHjH 2023-11-16T11:44:37.639 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2023-11-16T11:44:37.668 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T11:44:37.684 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0666 /tmp/tmp.BqxWmWnHjH 2023-11-16T11:44:37.728 DEBUG:teuthology.orchestra.remote:smithi163:/tmp/tmp.BqxWmWnHjH is 9KB 2023-11-16T11:44:37.736 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2023-11-16T11:44:37.743 DEBUG:teuthology.orchestra.run.smithi163:> rm -fr /tmp/tmp.BqxWmWnHjH 2023-11-16T11:44:37.750 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T11:44:37.807 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-11-16T11:44:37.807 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T11:44:37.808 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T11:44:37.861 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-16T11:44:37.861 DEBUG:teuthology.orchestra.run.smithi163:> sudo update-grub 2023-11-16T11:44:37.938 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2023-11-16T11:44:37.939 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2023-11-16T11:44:38.155 INFO:teuthology.orchestra.run.smithi098.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-16T11:44:38.156 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 0 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T11:44:38.157 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T11:44:38.179 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 20 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta-hwe-5.15 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T11:44:38.180 INFO:teuthology.orchestra.run.smithi098.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-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T11:44:38.181 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T11:44:38.181 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2023-11-16T11:44:38.181 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2023-11-16T11:44:38.181 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2023-11-16T11:44:38.181 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2023-11-16T11:44:38.181 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2023-11-16T11:44:38.187 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.nOClVG2boo 2023-11-16T11:44:38.188 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nOClVG2boo 2023-11-16T11:44:38.250 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.nOClVG2boo 2023-11-16T11:44:38.333 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.nOClVG2boo is 9KB 2023-11-16T11:44:38.349 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.nOClVG2boo 2023-11-16T11:44:38.356 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T11:44:38.412 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-11-16T11:44:38.412 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T11:44:38.412 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T11:44:38.441 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-16T11:44:38.442 DEBUG:teuthology.orchestra.run.smithi098:> sudo update-grub 2023-11-16T11:44:39.273 INFO:teuthology.orchestra.run.smithi163.stderr:Sourcing file `/etc/default/grub' 2023-11-16T11:44:39.278 INFO:teuthology.orchestra.run.smithi163.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T11:44:39.294 INFO:teuthology.orchestra.run.smithi163.stderr:Generating grub configuration file ... 2023-11-16T11:44:39.533 INFO:teuthology.orchestra.run.smithi163.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T11:44:39.546 INFO:teuthology.orchestra.run.smithi163.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:39.726 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub' 2023-11-16T11:44:39.732 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T11:44:39.742 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2023-11-16T11:44:39.892 INFO:teuthology.orchestra.run.smithi163.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T11:44:39.906 INFO:teuthology.orchestra.run.smithi163.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T11:44:39.993 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T11:44:40.004 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T11:44:40.346 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T11:44:40.357 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T11:44:40.788 INFO:teuthology.orchestra.run.smithi163.stderr:done 2023-11-16T11:44:40.790 DEBUG:teuthology.orchestra.run.smithi163:> sudo shutdown -r now 2023-11-16T11:44:41.285 INFO:teuthology.orchestra.run.smithi098.stderr:done 2023-11-16T11:44:41.287 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2023-11-16T11:45:10.822 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T11:45:10.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:45:10.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:11.290 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T11:45:11.290 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-11-16T11:45:11.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:45.340 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-11-16T11:45:45.851 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-11-16T11:45:54.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:45:54.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:54.853 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-11-16T11:45:54.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:45:57.402 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-11-16T11:45:57.914 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-11-16T11:46:09.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:46:09.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:46:09.916 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-11-16T11:46:09.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:46:12.474 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-11-16T11:46:12.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-11-16T11:46:27.487 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:46:27.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:46:27.992 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-11-16T11:46:27.992 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:46:28.216 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-11-16T11:46:28.779 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-11-16T11:46:28.779 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-88-generic"... 2023-11-16T11:46:28.779 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-11-16T11:46:28.829 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-88-generic 2023-11-16T11:46:28.829 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-16T11:46:28.829 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:46:28.829 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T11:46:29.831 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T11:46:29.831 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:46:30.163 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-11-16T11:46:30.205 DEBUG:teuthology.parallel:result is None 2023-11-16T11:46:30.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-11-16T11:46:48.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:46:48.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:46:48.847 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-11-16T11:46:49.350 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:46:49.350 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-88-generic"... 2023-11-16T11:46:49.350 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-11-16T11:46:49.400 INFO:teuthology.orchestra.run.smithi163.stdout:5.15.0-88-generic 2023-11-16T11:46:49.400 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-16T11:46:49.400 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:46:49.400 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T11:46:50.401 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T11:46:50.401 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:46:50.729 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-11-16T11:46:50.752 DEBUG:teuthology.parallel:result is None 2023-11-16T11:46:50.753 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T11:46:50.762 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T11:46:50.763 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:46:50.776 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:46:50.783 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T11:46:50.794 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T11:46:50.806 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T11:46:50.818 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:46:50.843 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:46:50.963 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T11:46:50.972 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T11:46:50.973 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T11:46:50.975 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T11:46:50.993 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:51.006 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:51.008 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:51.017 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:46:51.020 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T11:46:51.036 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T11:46:51.037 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:46:51.066 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:46:51.083 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T11:46:51.094 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T11:46:51.095 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:46:51.122 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:46:51.133 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:51.175 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:51.228 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-11-16T11:46:51.229 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:46:51.297 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:46:51.305 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:46:51.353 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-11-16T11:46:51.354 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:46:51.419 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-11-16T11:46:51.425 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-11-16T11:46:51.508 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T11:46:51.516 INFO:teuthology.task.internal:Starting timer... 2023-11-16T11:46:51.517 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T11:46:51.532 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T11:46:51.561 DEBUG:teuthology.task.selinux:Excluding smithi098: OS 'ubuntu' does not support SELinux 2023-11-16T11:46:51.561 DEBUG:teuthology.task.selinux:Excluding smithi163: OS 'ubuntu' does not support SELinux 2023-11-16T11:46:51.561 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T11:46:51.561 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-16T11:46:51.562 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T11:46:51.562 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T11:46:51.594 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-11-16T11:46:51.594 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T11:46:51.696 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-11-16T11:46:51.697 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi098.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T11:57:07.487 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com')] 2023-11-16T11:57:07.488 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-11-16T11:57:07.488 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:07.581 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-11-16T11:57:07.700 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-11-16T11:57:07.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:57:07.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:57:07.778 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-11-16T11:57:07.900 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-11-16T11:57:07.900 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T11:57:07.911 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T11:57:07.911 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:07.912 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T11:57:07.914 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:57:07.914 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T11:57:07.945 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-16T11:57:07.945 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Command line: ntpd -gq 2023-11-16T11:57:07.946 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: proto: precision = 0.086 usec (-23) 2023-11-16T11:57:07.946 INFO:teuthology.orchestra.run.smithi098.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T11:57:07.947 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T11:57:07.947 INFO:teuthology.orchestra.run.smithi098.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T11:57:07.948 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T11:57:07.948 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T11:57:07.948 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T11:57:07.949 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T11:57:07.949 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Listen normally on 3 enp3s0f1 172.21.15.98:123 2023-11-16T11:57:07.949 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Listen normally on 4 lo [::1]:123 2023-11-16T11:57:07.949 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d26b%5]:123 2023-11-16T11:57:07.949 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:07 ntpd[23464]: Listening on routing socket on fd #22 for interface updates 2023-11-16T11:57:07.973 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-16T11:57:07.974 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Command line: ntpd -gq 2023-11-16T11:57:07.974 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: proto: precision = 0.088 usec (-23) 2023-11-16T11:57:07.974 INFO:teuthology.orchestra.run.smithi163.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T11:57:07.975 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T11:57:07.975 INFO:teuthology.orchestra.run.smithi163.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T11:57:07.977 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T11:57:07.977 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T11:57:07.978 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T11:57:07.978 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T11:57:07.978 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Listen normally on 3 enp3s0f1 172.21.15.163:123 2023-11-16T11:57:07.979 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Listen normally on 4 lo [::1]:123 2023-11-16T11:57:07.980 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7d5b%5]:123 2023-11-16T11:57:07.980 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:07 ntpd[23472]: Listening on routing socket on fd #22 for interface updates 2023-11-16T11:57:08.947 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:08 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:08.947 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:08 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:08.947 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:08 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:08.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:08 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:08.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:08 ntpd[23464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:08.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:08 ntpd[23464]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:08.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:08.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:08.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:08.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:08.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:08.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:08.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:08.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:08.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:08.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:08.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:08.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:08 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:09.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:09 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:09.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:09 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:09.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:09 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:09.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:09 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:09.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:09 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:09.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:09 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:10.946 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:10 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:10.946 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:10 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:10.946 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:10 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:10.946 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:10 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:10.946 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:10 ntpd[23464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:10.946 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:10 ntpd[23464]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:10.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:10.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:10.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:10.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:10 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:11.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:11.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:11.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:11.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:11.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:11.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:11.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:11.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:11 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:12.947 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:12.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:12.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:12.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:12.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:12 ntpd[23464]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:12.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:12.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:12.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:12 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:13.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:13 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:13.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:13 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:13.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:13 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:13.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:13 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:13.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:13 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:13.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:13 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:14.947 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.947 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:14.948 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:14.949 INFO:teuthology.orchestra.run.smithi098.stdout:16 Nov 11:57:14 ntpd[23464]: ntpd: time slew +0.006216 s 2023-11-16T11:57:14.949 INFO:teuthology.orchestra.run.smithi098.stdout:ntpd: time slew +0.006216s 2023-11-16T11:57:14.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T11:57:14.949 INFO:teuthology.orchestra.run.smithi098.stderr:16 Nov 11:57:14 ntpd[23464]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T11:57:14.974 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T11:57:14.975 INFO:teuthology.orchestra.run.smithi163.stdout:16 Nov 11:57:14 ntpd[23472]: ntpd: time slew +0.000954 s 2023-11-16T11:57:14.976 INFO:teuthology.orchestra.run.smithi163.stdout:ntpd: time slew +0.000954s 2023-11-16T11:57:14.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T11:57:14.976 INFO:teuthology.orchestra.run.smithi163.stderr:16 Nov 11:57:14 ntpd[23472]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T11:57:15.006 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T11:57:15.006 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2023-11-16T11:57:15.006 INFO:teuthology.orchestra.run.smithi098.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.006 INFO:teuthology.orchestra.run.smithi098.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.006 INFO:teuthology.orchestra.run.smithi098.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.006 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.049 INFO:teuthology.orchestra.run.smithi163.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T11:57:15.049 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================== 2023-11-16T11:57:15.049 INFO:teuthology.orchestra.run.smithi163.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.049 INFO:teuthology.orchestra.run.smithi163.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.049 INFO:teuthology.orchestra.run.smithi163.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.049 INFO:teuthology.orchestra.run.smithi163.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T11:57:15.050 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-16T11:57:15.061 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-16T11:57:15.062 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-11-16T11:57:15.062 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:15.069 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-11-16T11:57:15.069 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 495 Links: 1 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-11-16 11:55:37.236132341 +0000 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-11-16 11:55:36.840141452 +0000 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-11-16 11:55:36.840141452 +0000 2023-11-16T11:57:15.118 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-11-16T11:57:15.118 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:57:15.173 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-11-16T11:57:15.173 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-11-16T11:57:15.173 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000398026 s, 1.3 MB/s 2023-11-16T11:57:15.174 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:57:15.227 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2023-11-16T11:57:15.277 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:57:15.277 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:15.278 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 499 Links: 1 2023-11-16T11:57:15.278 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:15.278 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-11-16 11:55:37.840118444 +0000 2023-11-16T11:57:15.278 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-11-16 11:55:37.480126727 +0000 2023-11-16T11:57:15.278 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-11-16 11:55:37.480126727 +0000 2023-11-16T11:57:15.278 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-11-16T11:57:15.278 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:57:15.334 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-11-16T11:57:15.334 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-11-16T11:57:15.334 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000406254 s, 1.3 MB/s 2023-11-16T11:57:15.335 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:57:15.387 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2023-11-16T11:57:15.437 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:57:15.438 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:15.438 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 506 Links: 1 2023-11-16T11:57:15.438 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:15.438 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-11-16 11:55:38.464104087 +0000 2023-11-16T11:57:15.438 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-11-16 11:55:38.064113291 +0000 2023-11-16T11:57:15.438 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-11-16 11:55:38.064113291 +0000 2023-11-16T11:57:15.438 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-11-16T11:57:15.438 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:57:15.493 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-11-16T11:57:15.493 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-11-16T11:57:15.494 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000397043 s, 1.3 MB/s 2023-11-16T11:57:15.495 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:57:15.547 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2023-11-16T11:57:15.597 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:57:15.597 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:15.598 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 513 Links: 1 2023-11-16T11:57:15.598 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:15.598 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-11-16 11:55:38.668099393 +0000 2023-11-16T11:57:15.598 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-11-16 11:55:38.664099486 +0000 2023-11-16T11:57:15.598 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-11-16 11:55:38.664099486 +0000 2023-11-16T11:57:15.598 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-11-16T11:57:15.598 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:57:15.653 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-11-16T11:57:15.653 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-11-16T11:57:15.653 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.00046222 s, 1.1 MB/s 2023-11-16T11:57:15.654 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:57:15.708 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T11:57:15.833 INFO:teuthology.orchestra.run.smithi098.stdout:loop 2023-11-16T11:57:15.834 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_1... 2023-11-16T11:57:15.835 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T11:57:15.855 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-11-16T11:57:15.880 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_11 2023-11-16T11:57:15.900 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_2... 2023-11-16T11:57:15.900 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T11:57:15.968 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-11-16T11:57:15.988 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_21 2023-11-16T11:57:16.015 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_3... 2023-11-16T11:57:16.016 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T11:57:16.080 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-11-16T11:57:16.106 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_31 2023-11-16T11:57:16.129 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_4... 2023-11-16T11:57:16.129 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T11:57:16.192 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-11-16T11:57:16.219 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_41 2023-11-16T11:57:16.238 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-11-16T11:57:16.239 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:16.289 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme list 2023-11-16T11:57:16.345 INFO:teuthology.orchestra.run.smithi098.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T11:57:16.345 INFO:teuthology.orchestra.run.smithi098.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T11:57:16.345 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme0n1 PHFT6204010H400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T11:57:16.345 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme1n1 4721ad3fbbd956660ab4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:16.345 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme2n1 ff08d3e42ccf7240d897 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:16.345 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme3n1 5b398b0ee9623dcf3214 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:16.345 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme4n1 826e6f89740899402016 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:16.346 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T11:57:16.346 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-11-16T11:57:16.346 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/scratch_devs 2023-11-16T11:57:16.404 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-11-16T11:57:16.404 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:16.417 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-11-16T11:57:16.418 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_1 2023-11-16T11:57:16.471 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:57:16.472 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:16.472 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 491 Links: 1 2023-11-16T11:57:16.472 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:16.472 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-11-16 11:55:36.276223771 +0000 2023-11-16T11:57:16.472 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-11-16 11:55:35.856233743 +0000 2023-11-16T11:57:16.473 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-11-16 11:55:35.856233743 +0000 2023-11-16T11:57:16.473 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-11-16T11:57:16.474 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:57:16.528 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-11-16T11:57:16.529 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-11-16T11:57:16.529 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000418334 s, 1.2 MB/s 2023-11-16T11:57:16.531 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:57:16.583 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_2 2023-11-16T11:57:16.633 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:57:16.634 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:16.634 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 499 Links: 1 2023-11-16T11:57:16.634 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:16.634 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-11-16 11:55:36.892209147 +0000 2023-11-16T11:57:16.634 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-11-16 11:55:36.492218644 +0000 2023-11-16T11:57:16.635 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-11-16 11:55:36.492218644 +0000 2023-11-16T11:57:16.635 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-11-16T11:57:16.635 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:57:16.692 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-11-16T11:57:16.692 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-11-16T11:57:16.692 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000422093 s, 1.2 MB/s 2023-11-16T11:57:16.693 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:57:16.746 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_3 2023-11-16T11:57:16.797 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:57:16.797 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:16.797 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 504 Links: 1 2023-11-16T11:57:16.797 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:16.797 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-11-16 11:55:37.428196424 +0000 2023-11-16T11:57:16.798 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-11-16 11:55:37.108204019 +0000 2023-11-16T11:57:16.798 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-11-16 11:55:37.108204019 +0000 2023-11-16T11:57:16.798 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-11-16T11:57:16.798 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:57:16.853 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-11-16T11:57:16.853 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-11-16T11:57:16.853 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000392286 s, 1.3 MB/s 2023-11-16T11:57:16.854 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:57:16.906 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_4 2023-11-16T11:57:16.957 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:57:16.958 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:57:16.958 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-11-16T11:57:16.958 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:57:16.958 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2023-11-16 11:55:37.992183034 +0000 2023-11-16T11:57:16.959 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2023-11-16 11:55:37.652191105 +0000 2023-11-16T11:57:16.959 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2023-11-16 11:55:37.652191105 +0000 2023-11-16T11:57:16.959 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2023-11-16T11:57:16.960 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:57:17.016 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2023-11-16T11:57:17.016 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2023-11-16T11:57:17.016 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000381908 s, 1.3 MB/s 2023-11-16T11:57:17.017 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:57:17.070 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T11:57:17.207 INFO:teuthology.orchestra.run.smithi163.stdout:loop 2023-11-16T11:57:17.208 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_1... 2023-11-16T11:57:17.209 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T11:57:17.231 INFO:teuthology.orchestra.run.smithi163.stdout:1 2023-11-16T11:57:17.260 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_11 2023-11-16T11:57:17.284 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_2... 2023-11-16T11:57:17.284 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T11:57:17.349 INFO:teuthology.orchestra.run.smithi163.stdout:1 2023-11-16T11:57:17.375 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_21 2023-11-16T11:57:17.399 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_3... 2023-11-16T11:57:17.399 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T11:57:17.463 INFO:teuthology.orchestra.run.smithi163.stdout:1 2023-11-16T11:57:17.491 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_31 2023-11-16T11:57:17.511 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_4... 2023-11-16T11:57:17.511 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T11:57:17.577 INFO:teuthology.orchestra.run.smithi163.stdout:1 2023-11-16T11:57:17.597 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_41 2023-11-16T11:57:17.618 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-11-16T11:57:17.619 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:57:17.672 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme list 2023-11-16T11:57:17.727 INFO:teuthology.orchestra.run.smithi163.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T11:57:17.727 INFO:teuthology.orchestra.run.smithi163.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T11:57:17.727 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme0n1 CVFT623300GU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T11:57:17.727 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme1n1 8a5f068c43303fe80f55 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:17.727 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme2n1 efe48e45da503d9ebaa1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:17.727 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme3n1 f7cfbbd14a88e9ba500a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:17.727 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme4n1 c05f3f80a450512a7ede Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T11:57:17.728 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T11:57:17.729 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-11-16T11:57:17.729 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/scratch_devs 2023-11-16T11:57:17.783 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T11:57:17.867 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': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T11:57:17.867 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:17.868 INFO:tasks.cephadm:Cluster fsid is 4a5d858c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T11:57:17.868 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T11:57:17.868 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T11:57:17.868 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi098': '172.21.15.98', 'mon.smithi163': '172.21.15.163'} 2023-11-16T11:57:17.868 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T11:57:17.869 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2023-11-16T11:57:17.885 DEBUG:teuthology.orchestra.run.smithi163:> sudo hostname $(hostname -s) 2023-11-16T11:57:17.903 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-11-16T11:57:17.904 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:18.132 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '50bc6740f385afe4f36770e739358479a73d8add', '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/74192/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-7421-g50bc6740', 'node_name': '172.21.2.15+braggi15', '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-7421-g50bc6740-1focal'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-11-16 09:36:09.333177', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2023-11-16-0243', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-11-16T11:57:18.352 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2023-11-16-0243, sha1 50bc6740f385afe4f36770e739358479a73d8add from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:57:18.352 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/ubuntu/focal/x86_64/flavors/default/cephadm 2023-11-16T11:57:18.352 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:21.408 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r-- 1 ubuntu ubuntu 803663 Nov 16 11:57 /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:21.409 DEBUG:teuthology.orchestra.run.smithi163:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2023-11-16-0243/50bc6740f385afe4f36770e739358479a73d8add/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:24.189 INFO:teuthology.orchestra.run.smithi163.stdout:-rw-rw-r-- 1 ubuntu ubuntu 803663 Nov 16 11:57 /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:24.190 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:24.199 DEBUG:teuthology.orchestra.run.smithi163:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:57:24.214 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add on all hosts... 2023-11-16T11:57:24.215 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:57:24.245 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add pull 2023-11-16T11:57:24.481 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T11:57:24.506 INFO:teuthology.orchestra.run.smithi163.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add... 2023-11-16T12:00:00.028 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2023-11-16T12:00:00.028 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:00:00.028 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:00:00.028 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2023-11-16T12:00:00.028 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:00:00.028 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2023-11-16T12:00:00.029 INFO:teuthology.orchestra.run.smithi098.stdout:} 2023-11-16T12:01:11.073 INFO:teuthology.orchestra.run.smithi163.stdout:{ 2023-11-16T12:01:13.225 INFO:teuthology.orchestra.run.smithi163.stdout: "ceph_version": "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)", 2023-11-16T12:01:13.225 INFO:teuthology.orchestra.run.smithi163.stdout: "image_id": "1cfb7613cdb7081bd32bc1fa3482c3ce44bb49224c8483072cfed736b7afce35", 2023-11-16T12:01:13.225 INFO:teuthology.orchestra.run.smithi163.stdout: "repo_digests": [ 2023-11-16T12:01:13.225 INFO:teuthology.orchestra.run.smithi163.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea" 2023-11-16T12:01:13.225 INFO:teuthology.orchestra.run.smithi163.stdout: ] 2023-11-16T12:01:13.226 INFO:teuthology.orchestra.run.smithi163.stdout:} 2023-11-16T12:01:13.228 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2023-11-16T12:01:13.263 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /etc/ceph 2023-11-16T12:01:13.281 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2023-11-16T12:01:13.323 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 777 /etc/ceph 2023-11-16T12:01:13.345 INFO:tasks.cephadm:Writing seed config... 2023-11-16T12:01:13.345 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T12:01:13.345 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:01:13.372 DEBUG:teuthology.orchestra.run.smithi163:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:01:13.391 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T12:01:13.392 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a5d858c-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:01:13.579 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 4a5d858c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:01:14.760 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a5d858c-8477-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:01:14.926 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 4a5d858c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:01:16.109 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:01:16.126 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:01:16.142 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:01:16.186 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T12:01:16.190 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523/remote/smithi098/crash 2023-11-16T12:01:16.191 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:01:16.207 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:01:16.207 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:01:16.208 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/lib/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523/remote/smithi163/crash 2023-11-16T12:01:16.209 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/lib/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:01:16.223 INFO:teuthology.orchestra.run.smithi163.stderr:tar: /var/lib/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:01:16.223 INFO:teuthology.orchestra.run.smithi163.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:01:16.224 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T12:01:16.224 DEBUG:teuthology.orchestra.run.smithi098:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T12:01:16.265 INFO:teuthology.orchestra.run.smithi098.stderr:grep: /var/log/ceph/4a5d858c-8477-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T12:01:16.267 INFO:tasks.cephadm:Compressing logs... 2023-11-16T12:01:16.267 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T12:01:16.316 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T12:01:16.330 INFO:teuthology.orchestra.run.smithi098.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-16T12:01:16.332 INFO:teuthology.orchestra.run.smithi163.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-16T12:01:16.338 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:01:16.340 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/cephadm.log: 76.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:01:16.341 INFO:teuthology.orchestra.run.smithi163.stderr: 2023-11-16T12:01:16.342 INFO:teuthology.orchestra.run.smithi163.stderr:real 0m0.019s 2023-11-16T12:01:16.342 INFO:teuthology.orchestra.run.smithi163.stderr:user 0m0.012s 2023-11-16T12:01:16.342 INFO:teuthology.orchestra.run.smithi163.stderr:sys 0m0.011s 2023-11-16T12:01:16.421 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:01:16.423 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: 76.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:01:16.425 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-11-16T12:01:16.425 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.105s 2023-11-16T12:01:16.425 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.010s 2023-11-16T12:01:16.425 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.016s 2023-11-16T12:01:16.426 INFO:tasks.cephadm:Archiving logs... 2023-11-16T12:01:16.426 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523/remote/smithi098/log 2023-11-16T12:01:16.427 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:01:16.482 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523/remote/smithi163/log 2023-11-16T12:01:16.483 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:01:16.499 INFO:tasks.cephadm:Removing cluster... 2023-11-16T12:01:16.499 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a5d858c-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:01:16.692 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 4a5d858c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:01:17.880 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a5d858c-8477-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:02:13.202 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 4a5d858c-8477-11ee-8dbe-212e2dc638e7 2023-11-16T12:02:14.388 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T12:02:14.389 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:02:14.396 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:02:14.403 INFO:tasks.cephadm:Teardown complete 2023-11-16T12:02:14.403 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:14.473 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7e1a736873bc42859050dc8b7325fa5b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1720, in task File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1635, in initialize_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 542, in ceph_bootstrap File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 59, in build_initial_config File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/virtualenv/lib/python3.8/site-packages/configobj.py", line 1240, in _load raise IOError('Config file not found: "%s".' % self.filename) OSError: Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf". 2023-11-16T12:02:14.476 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T12:02:14.485 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-16T12:02:14.505 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_1... 2023-11-16T12:02:14.505 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_1 2023-11-16T12:02:14.779 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T12:02:14.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:14.781 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_2... 2023-11-16T12:02:14.781 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_2 2023-11-16T12:02:15.059 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T12:02:15.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.061 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_3... 2023-11-16T12:02:15.061 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_3 2023-11-16T12:02:15.338 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T12:02:15.340 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.340 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_4... 2023-11-16T12:02:15.341 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_4 2023-11-16T12:02:15.607 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T12:02:15.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.609 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-11-16T12:02:15.609 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/scratch_devs 2023-11-16T12:02:15.624 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_1... 2023-11-16T12:02:15.624 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_1 2023-11-16T12:02:15.890 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T12:02:15.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:15.892 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_2... 2023-11-16T12:02:15.892 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_2 2023-11-16T12:02:16.174 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T12:02:16.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:16.176 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_3... 2023-11-16T12:02:16.176 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_3 2023-11-16T12:02:16.438 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T12:02:16.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:16.440 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_4... 2023-11-16T12:02:16.440 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_4 2023-11-16T12:02:16.710 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T12:02:16.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:16.712 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-11-16T12:02:16.712 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/scratch_devs 2023-11-16T12:02:16.727 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T12:02:16.735 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T12:02:16.735 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:02:16.738 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:02:16.757 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T12:02:16.757 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2023-11-16T12:02:16.757 INFO:teuthology.orchestra.run.smithi098.stdout:*hv01.front.sepi 44.4.53.2 2 u 34 64 37 0.098 0.705 2.281 2023-11-16T12:02:16.758 INFO:teuthology.orchestra.run.smithi098.stdout:+hv02.front.sepi 96.245.170.99 3 u 43 64 37 0.155 1.974 2.660 2023-11-16T12:02:16.758 INFO:teuthology.orchestra.run.smithi098.stdout:+hv03.front.sepi 74.6.168.72 3 u 38 64 37 0.123 2.856 2.522 2023-11-16T12:02:16.758 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:02:16.789 INFO:teuthology.orchestra.run.smithi163.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T12:02:16.789 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================== 2023-11-16T12:02:16.789 INFO:teuthology.orchestra.run.smithi163.stdout:*hv01.front.sepi 44.4.53.2 2 u 38 64 37 0.071 -2.083 0.263 2023-11-16T12:02:16.790 INFO:teuthology.orchestra.run.smithi163.stdout:+hv02.front.sepi 96.245.170.99 3 u 32 64 37 0.092 -0.741 0.025 2023-11-16T12:02:16.790 INFO:teuthology.orchestra.run.smithi163.stdout:+hv03.front.sepi 74.6.168.72 3 u 40 64 37 0.091 0.112 0.168 2023-11-16T12:02:16.790 INFO:teuthology.orchestra.run.smithi163.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T12:02:16.792 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T12:02:16.804 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T12:02:16.804 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T12:02:16.812 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T12:02:16.822 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T12:02:16.831 INFO:teuthology.task.internal:Duration was 925.314378 seconds 2023-11-16T12:02:16.832 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T12:02:16.840 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T12:02:16.840 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:02:16.843 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:02:16.892 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T12:02:16.892 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2023-11-16T12:02:16.892 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T12:02:16.940 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-11-16T12:02:16.941 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T12:02:16.956 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T12:02:16.956 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:02:16.984 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:02:17.033 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T12:02:17.034 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:02:17.060 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:02:17.141 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T12:02:17.151 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T12:02:17.151 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:02:17.167 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:02:17.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T12:02:17.192 DEBUG:teuthology.orchestra.run.smithi098:> 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-11-16T12:02:17.212 DEBUG:teuthology.orchestra.run.smithi163:> 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-11-16T12:02:17.224 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2023-11-16T12:02:17.240 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-11-16T12:02:17.327 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:17.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:17.389 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:02:17.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:02:17.395 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T12:02:17.414 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T12:02:17.414 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523/remote/smithi098 2023-11-16T12:02:17.415 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:02:17.453 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523/remote/smithi163 2023-11-16T12:02:17.453 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:02:17.474 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T12:02:17.474 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:02:17.492 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:02:17.520 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T12:02:17.530 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T12:02:17.530 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T12:02:17.540 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T12:02:17.541 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:02:17.543 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:02:17.548 INFO:teuthology.orchestra.run.smithi098.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:02 /home/ubuntu/cephtest 2023-11-16T12:02:17.568 INFO:teuthology.orchestra.run.smithi163.stdout: 1048619 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:02 /home/ubuntu/cephtest 2023-11-16T12:02:17.571 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T12:02:17.582 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T12:02:17.600 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T12:02:17.628 DEBUG:teuthology.nuke:shortname: smithi098 2023-11-16T12:02:17.629 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:02:17.654 DEBUG:teuthology.nuke:shortname: smithi163 2023-11-16T12:02:17.654 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:02:17.658 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523', '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-11-16 11:33:16.187281', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-16T12:02:17.681 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460523', '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-11-16 11:33:16.185628', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-16T12:02:17.700 INFO:teuthology.orchestra.console.smithi098:Power off 2023-11-16T12:02:17.701 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:02:17.723 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2023-11-16T12:02:17.723 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:17.740 INFO:teuthology.orchestra.console.smithi163:Power off 2023-11-16T12:02:17.740 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:02:17.749 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-11-16T12:02:17.763 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-11-16T12:02:17.763 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:17.788 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-11-16T12:02:21.751 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:21.790 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:21.861 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-11-16T12:02:21.899 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-11-16T12:02:25.863 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:25.901 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:02:25.974 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2023-11-16T12:02:26.010 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-11-16T12:02:26.075 INFO:teuthology.orchestra.console.smithi098:Power off completed 2023-11-16T12:02:26.111 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-11-16T12:02:26.215 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 925.3143784999847 failure_reason: 'Config file not found: "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.conf".' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7e1a736873bc42859050dc8b7325fa5b status: fail success: false 2023-11-16T12:02:26.215 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:02:26.288 INFO:teuthology.run:FAIL