2024-06-30T12:43:31.087 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T12:43:31.087 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749554 --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749554/orig.config.yaml 2024-06-30T12:43:31.118 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:43:31.198 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749554 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749554' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: reef 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: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 kernel: hwe: true workunit: branch: reef sha1: 16b16b98599950a27899283412b0a32cd03699ac owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9459 sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 sleep_before_teardown: 0 subset: 38/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 16b16b98599950a27899283412b0a32cd03699ac targets: smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi169.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 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - 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 - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - 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: 861a8dcf7aa816a26e13f039336f7ed0a9aec0fa timestamp: 2024-06-10_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698093 2024-06-30T12:43:31.199 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa; will attempt to use it 2024-06-30T12:43:31.199 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks 2024-06-30T12:43:31.200 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-30T12:43:31.201 INFO:teuthology.task.internal:Checking packages... 2024-06-30T12:43:31.220 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65' 2024-06-30T12:43:31.221 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-30T12:43:31.221 INFO:teuthology.packaging:ref: None 2024-06-30T12:43:31.221 INFO:teuthology.packaging:tag: None 2024-06-30T12:43:31.221 INFO:teuthology.packaging:branch: reef 2024-06-30T12:43:31.221 INFO:teuthology.packaging:sha1: f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:43:31.221 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=reef 2024-06-30T12:43:31.459 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1561-gbec9e3ef-1focal 2024-06-30T12:43:31.461 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-30T12:43:31.470 INFO:teuthology.task.internal:no buildpackages task found 2024-06-30T12:43:31.470 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-30T12:43:31.486 INFO:teuthology.task.internal:Saving configuration 2024-06-30T12:43:31.498 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-30T12:43:31.505 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-30T12:43:31.527 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749554', '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': '2024-06-30 12:37:30.205000', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-06-30T12:43:31.550 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749554', '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': '2024-06-30 12:37:30.206265', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-06-30T12:43:31.550 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-30T12:43:31.557 INFO:teuthology.task.internal:roles: ubuntu@smithi165.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-30T12:43:31.557 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-30T12:43:31.557 INFO:teuthology.run_tasks:Running task console_log... 2024-06-30T12:43:31.615 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f246fe21090>, signals=[15]) 2024-06-30T12:43:31.616 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T12:43:31.622 INFO:teuthology.task.internal:Opening connections... 2024-06-30T12:43:31.622 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi165.front.sepia.ceph.com 2024-06-30T12:43:31.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:43:31.711 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2024-06-30T12:43:31.712 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:43:31.801 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T12:43:31.808 DEBUG:teuthology.orchestra.run.smithi165:> uname -m 2024-06-30T12:43:31.814 INFO:teuthology.orchestra.run.smithi165.stdout:x86_64 2024-06-30T12:43:31.814 DEBUG:teuthology.orchestra.run.smithi165:> cat /etc/os-release 2024-06-30T12:43:31.863 INFO:teuthology.orchestra.run.smithi165.stdout:NAME="Ubuntu" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:ID=ubuntu 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:ID_LIKE=debian 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_ID="20.04" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_CODENAME=focal 2024-06-30T12:43:31.864 INFO:teuthology.orchestra.run.smithi165.stdout:UBUNTU_CODENAME=focal 2024-06-30T12:43:31.865 INFO:teuthology.lock.ops:Updating smithi165.front.sepia.ceph.com on lock server 2024-06-30T12:43:31.894 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2024-06-30T12:43:31.900 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2024-06-30T12:43:31.900 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="Ubuntu" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:ID=ubuntu 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE=debian 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="20.04" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_CODENAME=focal 2024-06-30T12:43:31.949 INFO:teuthology.orchestra.run.smithi169.stdout:UBUNTU_CODENAME=focal 2024-06-30T12:43:31.950 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2024-06-30T12:43:31.977 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T12:43:31.985 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T12:43:31.991 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T12:43:31.991 DEBUG:teuthology.orchestra.run.smithi165:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:43:31.993 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:43:31.998 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T12:43:32.005 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T12:43:32.005 DEBUG:teuthology.orchestra.run.smithi165:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:43:32.039 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:43:32.053 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T12:43:32.107 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T12:43:32.121 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T12:43:32.122 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-06-30T12:43:32.122 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-06-30T12:43:32.122 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': 1, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-06-30T12:43:32.122 DEBUG:teuthology.orchestra.run.smithi165:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:43:32.123 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:43:32.127 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:43:32.128 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-06-30T12:43:32.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:43:32.129 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-06-30T12:43:32.135 INFO:teuthology.orchestra.run.smithi165.stdout:5.4.0-124-generic 2024-06-30T12:43:32.135 INFO:teuthology.task.kernel:Running kernel on smithi165: 5.4.0-124-generic 2024-06-30T12:43:32.135 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get clean 2024-06-30T12:43:32.136 INFO:teuthology.orchestra.run.smithi169.stdout:5.4.0-124-generic 2024-06-30T12:43:32.137 INFO:teuthology.task.kernel:Running kernel on smithi169: 5.4.0-124-generic 2024-06-30T12:43:32.137 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-06-30T12:43:32.239 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-06-30T12:43:32.278 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-06-30T12:43:32.497 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-30T12:43:32.548 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:43:32.549 INFO:teuthology.orchestra.run.smithi165.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-30T12:43:32.606 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:43:32.616 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-30T12:43:32.688 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-30T12:43:32.815 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,020 kB] 2024-06-30T12:43:32.971 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-30T12:43:32.997 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [769 kB] 2024-06-30T12:43:33.008 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [452 kB] 2024-06-30T12:43:33.012 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-30T12:43:33.013 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,924 kB] 2024-06-30T12:43:33.039 INFO:teuthology.orchestra.run.smithi169.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-06-30T12:43:33.039 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [409 kB] 2024-06-30T12:43:33.041 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-30T12:43:33.043 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:43:33.043 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [980 kB] 2024-06-30T12:43:33.053 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,020 kB] 2024-06-30T12:43:33.054 INFO:teuthology.orchestra.run.smithi169.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [665 kB] 2024-06-30T12:43:33.060 INFO:teuthology.orchestra.run.smithi169.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [207 kB] 2024-06-30T12:43:33.062 INFO:teuthology.orchestra.run.smithi169.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-30T12:43:33.062 INFO:teuthology.orchestra.run.smithi169.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-06-30T12:43:33.062 INFO:teuthology.orchestra.run.smithi169.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-06-30T12:43:33.082 INFO:teuthology.orchestra.run.smithi169.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-06-30T12:43:33.082 INFO:teuthology.orchestra.run.smithi169.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-30T12:43:33.182 INFO:teuthology.orchestra.run.smithi169.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [993 kB] 2024-06-30T12:43:33.197 INFO:teuthology.orchestra.run.smithi165.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [993 kB] 2024-06-30T12:43:33.422 INFO:teuthology.orchestra.run.smithi169.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,392 kB] 2024-06-30T12:43:33.534 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,392 kB] 2024-06-30T12:43:33.535 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [769 kB] 2024-06-30T12:43:33.548 INFO:teuthology.orchestra.run.smithi165.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [452 kB] 2024-06-30T12:43:33.557 INFO:teuthology.orchestra.run.smithi165.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-30T12:43:33.557 INFO:teuthology.orchestra.run.smithi165.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-06-30T12:43:33.558 INFO:teuthology.orchestra.run.smithi165.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,924 kB] 2024-06-30T12:43:33.589 INFO:teuthology.orchestra.run.smithi169.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [531 kB] 2024-06-30T12:43:33.602 INFO:teuthology.orchestra.run.smithi169.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-30T12:43:33.603 INFO:teuthology.orchestra.run.smithi169.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,040 kB] 2024-06-30T12:43:33.643 INFO:teuthology.orchestra.run.smithi165.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [409 kB] 2024-06-30T12:43:33.651 INFO:teuthology.orchestra.run.smithi165.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:43:33.651 INFO:teuthology.orchestra.run.smithi165.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [980 kB] 2024-06-30T12:43:33.668 INFO:teuthology.orchestra.run.smithi165.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [665 kB] 2024-06-30T12:43:33.688 INFO:teuthology.orchestra.run.smithi169.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-06-30T12:43:33.689 INFO:teuthology.orchestra.run.smithi169.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [425 kB] 2024-06-30T12:43:33.695 INFO:teuthology.orchestra.run.smithi169.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:43:33.695 INFO:teuthology.orchestra.run.smithi169.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [791 kB] 2024-06-30T12:43:33.698 INFO:teuthology.orchestra.run.smithi165.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [207 kB] 2024-06-30T12:43:33.702 INFO:teuthology.orchestra.run.smithi165.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-30T12:43:33.713 INFO:teuthology.orchestra.run.smithi165.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [531 kB] 2024-06-30T12:43:33.715 INFO:teuthology.orchestra.run.smithi165.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-06-30T12:43:33.715 INFO:teuthology.orchestra.run.smithi165.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-06-30T12:43:33.716 INFO:teuthology.orchestra.run.smithi165.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-06-30T12:43:33.726 INFO:teuthology.orchestra.run.smithi165.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-30T12:43:33.726 INFO:teuthology.orchestra.run.smithi165.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,040 kB] 2024-06-30T12:43:33.731 INFO:teuthology.orchestra.run.smithi169.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,199 kB] 2024-06-30T12:43:33.745 INFO:teuthology.orchestra.run.smithi169.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [289 kB] 2024-06-30T12:43:33.769 INFO:teuthology.orchestra.run.smithi169.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-30T12:43:33.769 INFO:teuthology.orchestra.run.smithi169.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-06-30T12:43:33.769 INFO:teuthology.orchestra.run.smithi169.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-06-30T12:43:33.797 INFO:teuthology.orchestra.run.smithi165.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-30T12:43:33.806 INFO:teuthology.orchestra.run.smithi165.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-06-30T12:43:33.818 INFO:teuthology.orchestra.run.smithi165.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [425 kB] 2024-06-30T12:43:33.822 INFO:teuthology.orchestra.run.smithi165.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:43:33.822 INFO:teuthology.orchestra.run.smithi165.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,199 kB] 2024-06-30T12:43:33.827 INFO:teuthology.orchestra.run.smithi169.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-06-30T12:43:33.828 INFO:teuthology.orchestra.run.smithi169.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-30T12:43:33.828 INFO:teuthology.orchestra.run.smithi169.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-30T12:43:33.829 INFO:teuthology.orchestra.run.smithi169.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-30T12:43:33.829 INFO:teuthology.orchestra.run.smithi169.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-30T12:43:33.849 INFO:teuthology.orchestra.run.smithi169.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-30T12:43:33.866 INFO:teuthology.orchestra.run.smithi165.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [791 kB] 2024-06-30T12:43:33.874 INFO:teuthology.orchestra.run.smithi165.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [289 kB] 2024-06-30T12:43:33.878 INFO:teuthology.orchestra.run.smithi165.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-30T12:43:33.879 INFO:teuthology.orchestra.run.smithi165.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-06-30T12:43:33.879 INFO:teuthology.orchestra.run.smithi165.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-06-30T12:43:33.931 INFO:teuthology.orchestra.run.smithi169.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-30T12:43:33.931 INFO:teuthology.orchestra.run.smithi169.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-30T12:43:33.957 INFO:teuthology.orchestra.run.smithi165.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-06-30T12:43:33.957 INFO:teuthology.orchestra.run.smithi165.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-30T12:43:33.957 INFO:teuthology.orchestra.run.smithi165.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-30T12:43:33.958 INFO:teuthology.orchestra.run.smithi165.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-30T12:43:33.958 INFO:teuthology.orchestra.run.smithi165.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-30T12:43:33.958 INFO:teuthology.orchestra.run.smithi165.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-30T12:43:34.039 INFO:teuthology.orchestra.run.smithi165.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-30T12:43:34.040 INFO:teuthology.orchestra.run.smithi165.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-30T12:43:37.248 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 20.8 MB in 3s (6,965 kB/s) 2024-06-30T12:43:37.759 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 20.8 MB in 3s (6,094 kB/s) 2024-06-30T12:43:38.672 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-06-30T12:43:38.699 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:43:38.769 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-06-30T12:43:38.984 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-06-30T12:43:38.984 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-06-30T12:43:39.180 INFO:teuthology.orchestra.run.smithi169.stdout:The following additional packages will be installed: 2024-06-30T12:43:39.180 INFO:teuthology.orchestra.run.smithi169.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:43:39.180 INFO:teuthology.orchestra.run.smithi169.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-modules-5.15.0-113-generic 2024-06-30T12:43:39.180 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-extra-5.15.0-113-generic thermald upower usbmuxd 2024-06-30T12:43:39.181 INFO:teuthology.orchestra.run.smithi169.stdout:Suggested packages: 2024-06-30T12:43:39.181 INFO:teuthology.orchestra.run.smithi169.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-30T12:43:39.181 INFO:teuthology.orchestra.run.smithi169.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-113-generic 2024-06-30T12:43:39.231 INFO:teuthology.orchestra.run.smithi169.stdout:The following NEW packages will be installed: 2024-06-30T12:43:39.232 INFO:teuthology.orchestra.run.smithi169.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:43:39.232 INFO:teuthology.orchestra.run.smithi169.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-image-generic-hwe-20.04 2024-06-30T12:43:39.232 INFO:teuthology.orchestra.run.smithi169.stdout: linux-modules-5.15.0-113-generic linux-modules-extra-5.15.0-113-generic 2024-06-30T12:43:39.232 INFO:teuthology.orchestra.run.smithi169.stdout: thermald upower usbmuxd 2024-06-30T12:43:39.245 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-06-30T12:43:39.273 DEBUG:teuthology.orchestra.run.smithi165:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:43:39.296 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 13 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:43:39.296 INFO:teuthology.orchestra.run.smithi169.stdout:Need to get 95.0 MB of archives. 2024-06-30T12:43:39.296 INFO:teuthology.orchestra.run.smithi169.stdout:After this operation, 593 MB of additional disk space will be used. 2024-06-30T12:43:39.296 INFO:teuthology.orchestra.run.smithi169.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-06-30T12:43:39.352 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-06-30T12:43:39.365 INFO:teuthology.orchestra.run.smithi169.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-30T12:43:39.372 INFO:teuthology.orchestra.run.smithi169.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-30T12:43:39.377 INFO:teuthology.orchestra.run.smithi169.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-06-30T12:43:39.395 INFO:teuthology.orchestra.run.smithi169.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-30T12:43:39.404 INFO:teuthology.orchestra.run.smithi169.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [22.3 MB] 2024-06-30T12:43:39.566 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-06-30T12:43:39.567 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-06-30T12:43:39.752 INFO:teuthology.orchestra.run.smithi165.stdout:The following additional packages will be installed: 2024-06-30T12:43:39.752 INFO:teuthology.orchestra.run.smithi165.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:43:39.753 INFO:teuthology.orchestra.run.smithi165.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-modules-5.15.0-113-generic 2024-06-30T12:43:39.753 INFO:teuthology.orchestra.run.smithi165.stdout: linux-modules-extra-5.15.0-113-generic thermald upower usbmuxd 2024-06-30T12:43:39.754 INFO:teuthology.orchestra.run.smithi165.stdout:Suggested packages: 2024-06-30T12:43:39.754 INFO:teuthology.orchestra.run.smithi165.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-30T12:43:39.754 INFO:teuthology.orchestra.run.smithi165.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-113-generic 2024-06-30T12:43:39.764 INFO:teuthology.orchestra.run.smithi169.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [11.4 MB] 2024-06-30T12:43:39.811 INFO:teuthology.orchestra.run.smithi165.stdout:The following NEW packages will be installed: 2024-06-30T12:43:39.812 INFO:teuthology.orchestra.run.smithi165.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:43:39.812 INFO:teuthology.orchestra.run.smithi165.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-image-generic-hwe-20.04 2024-06-30T12:43:39.812 INFO:teuthology.orchestra.run.smithi165.stdout: linux-modules-5.15.0-113-generic linux-modules-extra-5.15.0-113-generic 2024-06-30T12:43:39.812 INFO:teuthology.orchestra.run.smithi165.stdout: thermald upower usbmuxd 2024-06-30T12:43:39.870 INFO:teuthology.orchestra.run.smithi169.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [60.7 MB] 2024-06-30T12:43:39.900 INFO:teuthology.orchestra.run.smithi165.stdout:0 upgraded, 13 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:43:39.900 INFO:teuthology.orchestra.run.smithi165.stdout:Need to get 95.0 MB of archives. 2024-06-30T12:43:39.901 INFO:teuthology.orchestra.run.smithi165.stdout:After this operation, 593 MB of additional disk space will be used. 2024-06-30T12:43:39.901 INFO:teuthology.orchestra.run.smithi165.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-06-30T12:43:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-30T12:43:40.018 INFO:teuthology.orchestra.run.smithi165.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-30T12:43:40.024 INFO:teuthology.orchestra.run.smithi165.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-06-30T12:43:40.056 INFO:teuthology.orchestra.run.smithi165.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-30T12:43:40.071 INFO:teuthology.orchestra.run.smithi165.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [22.3 MB] 2024-06-30T12:43:40.691 INFO:teuthology.orchestra.run.smithi165.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [11.4 MB] 2024-06-30T12:43:40.810 INFO:teuthology.orchestra.run.smithi165.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-113-generic amd64 5.15.0-113.123~20.04.1 [60.7 MB] 2024-06-30T12:43:41.052 INFO:teuthology.orchestra.run.smithi169.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.113.123~20.04.1 [2,612 B] 2024-06-30T12:43:41.053 INFO:teuthology.orchestra.run.smithi169.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-06-30T12:43:41.054 INFO:teuthology.orchestra.run.smithi169.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-30T12:43:41.060 INFO:teuthology.orchestra.run.smithi169.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-30T12:43:41.062 INFO:teuthology.orchestra.run.smithi169.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-06-30T12:43:41.710 INFO:teuthology.orchestra.run.smithi165.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.113.123~20.04.1 [2,612 B] 2024-06-30T12:43:41.710 INFO:teuthology.orchestra.run.smithi165.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-06-30T12:43:41.711 INFO:teuthology.orchestra.run.smithi165.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-30T12:43:41.717 INFO:teuthology.orchestra.run.smithi165.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-30T12:43:41.719 INFO:teuthology.orchestra.run.smithi165.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-06-30T12:43:41.751 INFO:teuthology.orchestra.run.smithi169.stdout:Fetched 95.0 MB in 2s (52.2 MB/s) 2024-06-30T12:43:41.991 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-30T12:43:42.425 INFO:teuthology.orchestra.run.smithi165.stdout:Fetched 95.0 MB in 2s (48.8 MB/s) 2024-06-30T12:43:42.631 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-30T12:43:43.746 INFO:teuthology.orchestra.run.smithi169.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-06-30T12:43:43.751 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-30T12:43:43.931 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:43:44.284 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-30T12:43:44.300 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-30T12:43:44.334 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:43:44.355 INFO:teuthology.orchestra.run.smithi165.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.) 2024-06-30T12:43:44.361 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-30T12:43:44.519 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:43:44.611 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-30T12:43:44.626 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-30T12:43:44.695 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:43:44.858 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-30T12:43:44.870 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-30T12:43:44.908 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:43:45.048 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-30T12:43:45.064 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-30T12:43:45.106 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:43:45.269 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-30T12:43:45.282 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-30T12:43:45.327 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:43:45.477 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-30T12:43:45.492 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-30T12:43:45.526 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:43:45.638 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-30T12:43:45.653 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-30T12:43:45.697 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:43:45.879 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-5.15.0-113-generic. 2024-06-30T12:43:45.895 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../05-linux-modules-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:45.985 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:43:46.042 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-30T12:43:46.057 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-30T12:43:46.091 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:43:46.411 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-modules-5.15.0-113-generic. 2024-06-30T12:43:46.426 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../05-linux-modules-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:46.469 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:43:48.864 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-image-5.15.0-113-generic. 2024-06-30T12:43:48.877 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../06-linux-image-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:48.984 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:43:49.288 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-image-5.15.0-113-generic. 2024-06-30T12:43:49.305 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../06-linux-image-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:49.392 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:43:49.551 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-113-generic. 2024-06-30T12:43:49.564 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:49.609 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:43:49.908 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-113-generic. 2024-06-30T12:43:49.923 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-113-generic_5.15.0-113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:49.966 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:43:57.129 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-30T12:43:57.144 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:57.187 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:43:57.262 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-30T12:43:57.280 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.113.123~20.04.1_amd64.deb ... 2024-06-30T12:43:57.345 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:43:57.506 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-30T12:43:57.519 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-30T12:43:57.566 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:43:57.665 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-30T12:43:57.677 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-30T12:43:57.741 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:43:57.951 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package thermald. 2024-06-30T12:43:57.964 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-30T12:43:58.009 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:43:58.136 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package thermald. 2024-06-30T12:43:58.149 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-30T12:43:58.186 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:43:58.573 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package upower. 2024-06-30T12:43:58.587 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-30T12:43:58.649 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-30T12:43:58.749 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package upower. 2024-06-30T12:43:58.764 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-30T12:43:58.822 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-30T12:43:59.144 INFO:teuthology.orchestra.run.smithi165.stdout:Selecting previously unselected package usbmuxd. 2024-06-30T12:43:59.161 INFO:teuthology.orchestra.run.smithi165.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-30T12:43:59.262 INFO:teuthology.orchestra.run.smithi169.stdout:Selecting previously unselected package usbmuxd. 2024-06-30T12:43:59.275 INFO:teuthology.orchestra.run.smithi169.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-30T12:43:59.312 INFO:teuthology.orchestra.run.smithi169.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:43:59.422 INFO:teuthology.orchestra.run.smithi165.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:43:59.602 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:43:59.749 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:43:59.884 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:43:59.909 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:44:00.026 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:44:00.032 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:44:00.153 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:44:00.183 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:44:00.278 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:44:00.309 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:44:00.413 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-30T12:44:00.435 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:44:00.553 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:44:00.654 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-30T12:44:00.905 INFO:teuthology.orchestra.run.smithi169.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-30T12:44:00.958 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:44:01.132 INFO:teuthology.orchestra.run.smithi169.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-30T12:44:01.146 INFO:teuthology.orchestra.run.smithi169.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-30T12:44:01.146 INFO:teuthology.orchestra.run.smithi169.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-30T12:44:01.193 INFO:teuthology.orchestra.run.smithi165.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-30T12:44:01.242 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:44:01.439 INFO:teuthology.orchestra.run.smithi165.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-30T12:44:01.462 INFO:teuthology.orchestra.run.smithi165.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-30T12:44:01.462 INFO:teuthology.orchestra.run.smithi165.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-30T12:44:01.750 INFO:teuthology.orchestra.run.smithi169.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-30T12:44:01.950 INFO:teuthology.orchestra.run.smithi165.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-30T12:44:01.973 INFO:teuthology.orchestra.run.smithi169.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-30T12:44:02.013 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:44:02.174 INFO:teuthology.orchestra.run.smithi165.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-30T12:44:02.222 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:44:02.325 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:44:02.325 INFO:teuthology.orchestra.run.smithi169.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:44:02.551 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:44:02.551 INFO:teuthology.orchestra.run.smithi165.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:44:02.800 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:03.038 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:04.111 INFO:teuthology.orchestra.run.smithi169.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:44:04.111 INFO:teuthology.orchestra.run.smithi169.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:04.295 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:04.364 INFO:teuthology.orchestra.run.smithi165.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:44:04.365 INFO:teuthology.orchestra.run.smithi165.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:04.547 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:05.696 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:06.406 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:07.648 INFO:teuthology.orchestra.run.smithi169.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:44:07.757 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-30T12:44:07.791 INFO:teuthology.orchestra.run.smithi165.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:44:07.917 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-30T12:44:08.029 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-30T12:44:08.231 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-30T12:44:08.823 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-30T12:44:08.932 INFO:teuthology.orchestra.run.smithi169.stdout:Processing triggers for linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:08.984 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-30T12:44:09.029 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-30T12:44:09.029 INFO:teuthology.orchestra.run.smithi169.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:09.084 INFO:teuthology.orchestra.run.smithi165.stdout:Processing triggers for linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:44:09.163 INFO:teuthology.orchestra.run.smithi165.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-30T12:44:09.163 INFO:teuthology.orchestra.run.smithi165.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:36.142 INFO:teuthology.orchestra.run.smithi165.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-30T12:44:36.143 INFO:teuthology.orchestra.run.smithi165.stdout:Sourcing file `/etc/default/grub' 2024-06-30T12:44:36.162 INFO:teuthology.orchestra.run.smithi165.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:44:36.178 INFO:teuthology.orchestra.run.smithi165.stdout:Generating grub configuration file ... 2024-06-30T12:44:36.298 INFO:teuthology.orchestra.run.smithi169.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-30T12:44:36.299 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub' 2024-06-30T12:44:36.310 INFO:teuthology.orchestra.run.smithi169.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:44:36.337 INFO:teuthology.orchestra.run.smithi169.stdout:Generating grub configuration file ... 2024-06-30T12:44:36.523 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:44:36.539 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:36.702 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:44:36.738 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:36.937 INFO:teuthology.orchestra.run.smithi165.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:44:36.948 INFO:teuthology.orchestra.run.smithi165.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:44:37.126 INFO:teuthology.orchestra.run.smithi169.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:44:37.138 INFO:teuthology.orchestra.run.smithi169.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:44:38.666 INFO:teuthology.orchestra.run.smithi165.stdout:done 2024-06-30T12:44:38.941 INFO:teuthology.orchestra.run.smithi169.stdout:done 2024-06-30T12:44:39.064 DEBUG:teuthology.orchestra.run.smithi165:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:44:39.124 INFO:teuthology.orchestra.run.smithi165.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Status: install ok installed 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Priority: optional 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Section: kernel 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Installed-Size: 21 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: amd64 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:44:39.125 INFO:teuthology.orchestra.run.smithi165.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:44:39.126 INFO:teuthology.orchestra.run.smithi165.stdout:Recommends: thermald 2024-06-30T12:44:39.126 INFO:teuthology.orchestra.run.smithi165.stdout:Description: Generic Linux kernel image 2024-06-30T12:44:39.126 INFO:teuthology.orchestra.run.smithi165.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:44:39.126 INFO:teuthology.orchestra.run.smithi165.stdout: available. 2024-06-30T12:44:39.126 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-113-generic 2024-06-30T12:44:39.126 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-30T12:44:39.126 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-30T12:44:39.127 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-30T12:44:39.127 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi165.front.sepia.ceph.com, path=None, version=distro) 2024-06-30T12:44:39.127 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get clean 2024-06-30T12:44:39.237 DEBUG:teuthology.orchestra.run.smithi165:> sudo apt-get update 2024-06-30T12:44:39.381 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:44:39.425 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:44:39.425 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-06-30T12:44:39.425 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-06-30T12:44:39.425 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-06-30T12:44:39.425 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-06-30T12:44:39.425 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:44:39.425 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:44:39.426 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-06-30T12:44:39.426 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-113-generic 2024-06-30T12:44:39.427 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-30T12:44:39.427 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-30T12:44:39.427 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-30T12:44:39.427 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2024-06-30T12:44:39.427 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get clean 2024-06-30T12:44:39.501 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:44:39.501 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-30T12:44:39.513 DEBUG:teuthology.orchestra.run.smithi169:> sudo apt-get update 2024-06-30T12:44:39.571 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-30T12:44:39.656 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-30T12:44:39.658 INFO:teuthology.orchestra.run.smithi165.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-30T12:44:39.768 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:44:39.850 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-30T12:44:39.932 INFO:teuthology.orchestra.run.smithi169.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-30T12:44:41.334 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-06-30T12:44:41.361 DEBUG:teuthology.orchestra.run.smithi165:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:44:41.430 INFO:teuthology.orchestra.run.smithi165.stdout:Reading package lists... 2024-06-30T12:44:41.486 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-06-30T12:44:41.512 DEBUG:teuthology.orchestra.run.smithi169:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:44:41.583 INFO:teuthology.orchestra.run.smithi169.stdout:Reading package lists... 2024-06-30T12:44:41.643 INFO:teuthology.orchestra.run.smithi165.stdout:Building dependency tree... 2024-06-30T12:44:41.644 INFO:teuthology.orchestra.run.smithi165.stdout:Reading state information... 2024-06-30T12:44:41.794 INFO:teuthology.orchestra.run.smithi169.stdout:Building dependency tree... 2024-06-30T12:44:41.795 INFO:teuthology.orchestra.run.smithi169.stdout:Reading state information... 2024-06-30T12:44:41.875 INFO:teuthology.orchestra.run.smithi165.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.113.123~20.04.1). 2024-06-30T12:44:41.876 INFO:teuthology.orchestra.run.smithi165.stdout:0 upgraded, 0 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:44:41.877 DEBUG:teuthology.orchestra.run.smithi165:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:44:41.898 INFO:teuthology.orchestra.run.smithi165.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:44:41.898 INFO:teuthology.orchestra.run.smithi165.stdout:Status: install ok installed 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Priority: optional 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Section: kernel 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Installed-Size: 21 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: amd64 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Recommends: thermald 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout:Description: Generic Linux kernel image 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:44:41.899 INFO:teuthology.orchestra.run.smithi165.stdout: available. 2024-06-30T12:44:41.900 DEBUG:teuthology.orchestra.run.smithi165:> mktemp 2024-06-30T12:44:41.948 INFO:teuthology.orchestra.run.smithi165.stdout:/tmp/tmp.S049AJYwb2 2024-06-30T12:44:41.949 DEBUG:teuthology.orchestra.run.smithi165:> sudo cp /boot/grub/grub.cfg /tmp/tmp.S049AJYwb2 2024-06-30T12:44:41.965 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 0666 /tmp/tmp.S049AJYwb2 2024-06-30T12:44:42.006 DEBUG:teuthology.orchestra.remote:smithi165:/tmp/tmp.S049AJYwb2 is 9KB 2024-06-30T12:44:42.020 DEBUG:teuthology.orchestra.run.smithi165:> rm -fr /tmp/tmp.S049AJYwb2 2024-06-30T12:44:42.025 INFO:teuthology.orchestra.run.smithi169.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.113.123~20.04.1). 2024-06-30T12:44:42.025 INFO:teuthology.orchestra.run.smithi169.stdout:0 upgraded, 0 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:44:42.027 DEBUG:teuthology.orchestra.run.smithi169:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:44:42.029 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-30T12:44:42.045 INFO:teuthology.orchestra.run.smithi169.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:44:42.045 INFO:teuthology.orchestra.run.smithi169.stdout:Status: install ok installed 2024-06-30T12:44:42.045 INFO:teuthology.orchestra.run.smithi169.stdout:Priority: optional 2024-06-30T12:44:42.045 INFO:teuthology.orchestra.run.smithi169.stdout:Section: kernel 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Installed-Size: 21 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: amd64 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-113), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Depends: linux-image-5.15.0-113-generic, linux-modules-extra-5.15.0-113-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Recommends: thermald 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout:Description: Generic Linux kernel image 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:44:42.046 INFO:teuthology.orchestra.run.smithi169.stdout: available. 2024-06-30T12:44:42.047 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2024-06-30T12:44:42.085 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-06-30T12:44:42.085 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-30T12:44:42.086 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-30T12:44:42.093 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.sEjZ9R5H9C 2024-06-30T12:44:42.093 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub/grub.cfg /tmp/tmp.sEjZ9R5H9C 2024-06-30T12:44:42.109 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.sEjZ9R5H9C 2024-06-30T12:44:42.125 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-113-generic 2024-06-30T12:44:42.125 DEBUG:teuthology.orchestra.run.smithi165:> sudo update-grub 2024-06-30T12:44:42.152 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.sEjZ9R5H9C is 9KB 2024-06-30T12:44:42.167 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.sEjZ9R5H9C 2024-06-30T12:44:42.173 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-30T12:44:42.230 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-06-30T12:44:42.230 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-30T12:44:42.230 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-30T12:44:42.281 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-113-generic 2024-06-30T12:44:42.281 DEBUG:teuthology.orchestra.run.smithi169:> sudo update-grub 2024-06-30T12:44:43.407 INFO:teuthology.orchestra.run.smithi165.stderr:Sourcing file `/etc/default/grub' 2024-06-30T12:44:43.419 INFO:teuthology.orchestra.run.smithi165.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:44:43.439 INFO:teuthology.orchestra.run.smithi165.stderr:Generating grub configuration file ... 2024-06-30T12:44:43.709 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:44:43.716 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub' 2024-06-30T12:44:43.721 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:43.724 INFO:teuthology.orchestra.run.smithi169.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:44:43.736 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2024-06-30T12:44:44.005 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:44:44.017 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:44:44.109 INFO:teuthology.orchestra.run.smithi165.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:44:44.120 INFO:teuthology.orchestra.run.smithi165.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:44:44.395 INFO:teuthology.orchestra.run.smithi169.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:44:44.407 INFO:teuthology.orchestra.run.smithi169.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:44:44.872 INFO:teuthology.orchestra.run.smithi165.stderr:done 2024-06-30T12:44:44.874 DEBUG:teuthology.orchestra.run.smithi165:> sudo shutdown -r now 2024-06-30T12:44:45.140 INFO:teuthology.orchestra.run.smithi169.stderr:done 2024-06-30T12:44:45.142 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2024-06-30T12:45:14.899 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-30T12:45:14.900 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-06-30T12:45:14.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:45:15.144 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-30T12:45:15.145 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-06-30T12:45:15.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:45:33.342 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-06-30T12:45:33.598 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-06-30T12:45:42.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-06-30T12:45:42.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:45:42.600 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-06-30T12:45:42.600 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:45:45.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-06-30T12:45:45.662 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2024-06-30T12:45:57.421 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-06-30T12:45:57.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:45:57.671 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-06-30T12:45:57.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:46:15.839 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-06-30T12:46:30.853 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-06-30T12:46:30.854 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:46:31.232 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-06-30T12:46:32.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-06-30T12:46:32.418 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-113-generic"... 2024-06-30T12:46:32.418 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-06-30T12:46:32.464 INFO:teuthology.orchestra.run.smithi165.stdout:5.15.0-113-generic 2024-06-30T12:46:32.464 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-113-generic vs 5.15.0-113-generic 2024-06-30T12:46:32.464 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-30T12:46:32.464 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-30T12:46:33.465 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-30T12:46:33.466 DEBUG:teuthology.orchestra.run.smithi165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:46:33.546 INFO:teuthology.orchestra.run.smithi165.stdout:ttyS1 2024-06-30T12:46:33.578 DEBUG:teuthology.parallel:result is None 2024-06-30T12:46:57.674 DEBUG:teuthology.orchestra.remote:timed out 2024-06-30T12:47:12.679 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-06-30T12:47:12.680 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:47:12.972 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-06-30T12:47:13.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-06-30T12:47:13.518 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-113-generic"... 2024-06-30T12:47:13.519 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2024-06-30T12:47:13.571 INFO:teuthology.orchestra.run.smithi169.stdout:5.15.0-113-generic 2024-06-30T12:47:13.571 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-113-generic vs 5.15.0-113-generic 2024-06-30T12:47:13.571 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-30T12:47:13.571 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-30T12:47:14.572 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-30T12:47:14.572 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:47:14.680 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2024-06-30T12:47:14.711 DEBUG:teuthology.parallel:result is None 2024-06-30T12:47:14.712 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-30T12:47:14.720 INFO:teuthology.task.internal:Creating test directory... 2024-06-30T12:47:14.720 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:47:14.723 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:47:14.730 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-30T12:47:14.758 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-30T12:47:14.823 INFO:teuthology.task.internal:Creating archive directory... 2024-06-30T12:47:14.823 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:47:14.825 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:47:14.914 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-30T12:47:14.921 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-30T12:47:14.921 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-30T12:47:14.924 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-30T12:47:14.940 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:47:14.942 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:47:14.946 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:47:14.948 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:47:14.950 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-30T12:47:14.957 INFO:teuthology.task.internal:Configuring sudo... 2024-06-30T12:47:14.957 DEBUG:teuthology.orchestra.run.smithi165:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:47:14.993 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:47:15.008 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-30T12:47:15.018 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-30T12:47:15.018 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:47:15.049 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:47:15.057 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:47:15.102 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:47:15.151 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-06-30T12:47:15.151 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:47:15.220 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:47:15.227 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:47:15.275 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-06-30T12:47:15.275 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:47:15.346 DEBUG:teuthology.orchestra.run.smithi165:> sudo service rsyslog restart 2024-06-30T12:47:15.348 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2024-06-30T12:47:15.434 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-30T12:47:15.443 INFO:teuthology.task.internal:Starting timer... 2024-06-30T12:47:15.443 INFO:teuthology.run_tasks:Running task pcp... 2024-06-30T12:47:15.453 INFO:teuthology.run_tasks:Running task selinux... 2024-06-30T12:47:15.461 DEBUG:teuthology.task.selinux:Excluding smithi165: OS 'ubuntu' does not support SELinux 2024-06-30T12:47:15.461 DEBUG:teuthology.task.selinux:Excluding smithi169: OS 'ubuntu' does not support SELinux 2024-06-30T12:47:15.461 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-30T12:47:15.461 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-06-30T12:47:15.462 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-30T12:47:15.462 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-30T12:47:15.470 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-06-30T12:47:15.473 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-06-30T12:47:15.605 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-30T12:47:15.617 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-06-30T12:47:15.618 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi165.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-30T12:52:39.521 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi165.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2024-06-30T12:52:39.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-06-30T12:52:39.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:39.626 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-06-30T12:52:39.748 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-06-30T12:52:39.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-06-30T12:52:39.749 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:52:39.841 DEBUG:teuthology.orchestra.run.smithi169:> true 2024-06-30T12:52:39.964 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2024-06-30T12:52:39.964 INFO:teuthology.run_tasks:Running task clock... 2024-06-30T12:52:39.975 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-30T12:52:39.976 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:52:39.976 DEBUG:teuthology.orchestra.run.smithi165:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:52:39.979 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:52:39.979 DEBUG:teuthology.orchestra.run.smithi169:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:52:40.008 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-30T12:52:40.008 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Command line: ntpd -gq 2024-06-30T12:52:40.009 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: proto: precision = 0.046 usec (-24) 2024-06-30T12:52:40.009 INFO:teuthology.orchestra.run.smithi165.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:52:40.009 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:52:40.010 INFO:teuthology.orchestra.run.smithi165.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Listen and drop on 0 v6wildcard [::]:123 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Listen normally on 2 lo 127.0.0.1:123 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Listen normally on 3 enp3s0f1 172.21.15.165:123 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Listen normally on 4 lo [::1]:123 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f63%5]:123 2024-06-30T12:52:40.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:40 ntpd[13232]: Listening on routing socket on fd #22 for interface updates 2024-06-30T12:52:40.036 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-30T12:52:40.036 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Command line: ntpd -gq 2024-06-30T12:52:40.037 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: proto: precision = 0.100 usec (-23) 2024-06-30T12:52:40.037 INFO:teuthology.orchestra.run.smithi169.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:52:40.038 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:52:40.038 INFO:teuthology.orchestra.run.smithi169.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:52:40.039 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:52:40.039 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Listen and drop on 0 v6wildcard [::]:123 2024-06-30T12:52:40.039 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-30T12:52:40.039 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Listen normally on 2 lo 127.0.0.1:123 2024-06-30T12:52:40.039 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Listen normally on 3 enp3s0f1 172.21.15.169:123 2024-06-30T12:52:40.040 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Listen normally on 4 lo [::1]:123 2024-06-30T12:52:40.040 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f4d%5]:123 2024-06-30T12:52:40.040 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:40 ntpd[13196]: Listening on routing socket on fd #22 for interface updates 2024-06-30T12:52:41.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:41.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:41 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:41.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:41.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:41.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:41.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:41.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:41 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:42.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:42 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:42.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:42 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:42.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:42 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:42.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:42 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:42.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:42 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:42.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:42 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:43.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:43 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:43 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:43 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:43 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:43 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:43.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:43 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:43.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:43.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:43.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:43 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:44.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:44 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:44.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:44 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:44.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:44 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:44.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:44 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:44.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:44 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:44.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:44 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:45.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:45.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:45.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:45.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:45 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:45.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:45.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:45.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:45.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:45.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:45.040 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:45 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:46.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:46 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:46.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:46 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:46.009 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:46 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:46.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:46 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:46.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:46 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:46.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:46 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:47.010 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:47.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:47.011 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:47.011 INFO:teuthology.orchestra.run.smithi165.stdout:30 Jun 12:52:47 ntpd[13232]: ntpd: time slew +0.001531 s 2024-06-30T12:52:47.011 INFO:teuthology.orchestra.run.smithi165.stdout:ntpd: time slew +0.001531s 2024-06-30T12:52:47.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-30T12:52:47.012 INFO:teuthology.orchestra.run.smithi165.stderr:30 Jun 12:52:47 ntpd[13232]: can't open /var/log/ntpstats/loopstats.20240630: Permission denied 2024-06-30T12:52:47.037 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:52:47.038 INFO:teuthology.orchestra.run.smithi169.stdout:30 Jun 12:52:47 ntpd[13196]: ntpd: time slew +0.002842 s 2024-06-30T12:52:47.039 INFO:teuthology.orchestra.run.smithi169.stdout:ntpd: time slew +0.002842s 2024-06-30T12:52:47.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-30T12:52:47.039 INFO:teuthology.orchestra.run.smithi169.stderr:30 Jun 12:52:47 ntpd[13196]: can't open /var/log/ntpstats/loopstats.20240630: Permission denied 2024-06-30T12:52:47.156 INFO:teuthology.orchestra.run.smithi165.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:52:47.156 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================== 2024-06-30T12:52:47.156 INFO:teuthology.orchestra.run.smithi165.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.156 INFO:teuthology.orchestra.run.smithi165.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.157 INFO:teuthology.orchestra.run.smithi165.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.157 INFO:teuthology.orchestra.run.smithi165.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.183 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:52:47.183 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-06-30T12:52:47.183 INFO:teuthology.orchestra.run.smithi169.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.183 INFO:teuthology.orchestra.run.smithi169.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.183 INFO:teuthology.orchestra.run.smithi169.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.183 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:47.184 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-06-30T12:52:47.198 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-06-30T12:52:47.198 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-06-30T12:52:47.198 DEBUG:teuthology.orchestra.run.smithi165:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:52:47.206 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-30T12:52:47.206 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_1 2024-06-30T12:52:47.258 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T12:52:47.258 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:47.258 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 491 Links: 1 2024-06-30T12:52:47.258 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:47.258 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-06-30 12:51:13.648143548 +0000 2024-06-30T12:52:47.258 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-06-30 12:51:13.412148990 +0000 2024-06-30T12:52:47.262 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-06-30 12:51:13.412148990 +0000 2024-06-30T12:52:47.262 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: - 2024-06-30T12:52:47.262 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T12:52:47.313 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-06-30T12:52:47.313 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-06-30T12:52:47.313 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000426511 s, 1.2 MB/s 2024-06-30T12:52:47.314 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T12:52:47.367 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_2 2024-06-30T12:52:47.421 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T12:52:47.421 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:47.421 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 498 Links: 1 2024-06-30T12:52:47.422 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:47.422 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-06-30 12:51:14.108132939 +0000 2024-06-30T12:52:47.422 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-06-30 12:51:13.872138382 +0000 2024-06-30T12:52:47.422 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-06-30 12:51:13.872138382 +0000 2024-06-30T12:52:47.422 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: - 2024-06-30T12:52:47.422 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T12:52:47.475 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-06-30T12:52:47.475 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-06-30T12:52:47.475 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000415841 s, 1.2 MB/s 2024-06-30T12:52:47.476 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T12:52:47.527 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_3 2024-06-30T12:52:47.577 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T12:52:47.578 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:47.578 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 503 Links: 1 2024-06-30T12:52:47.578 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:47.578 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-06-30 12:51:14.580122055 +0000 2024-06-30T12:52:47.578 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-06-30 12:51:14.320128051 +0000 2024-06-30T12:52:47.578 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-06-30 12:51:14.320128051 +0000 2024-06-30T12:52:47.578 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: - 2024-06-30T12:52:47.578 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T12:52:47.633 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-06-30T12:52:47.633 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-06-30T12:52:47.633 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000417491 s, 1.2 MB/s 2024-06-30T12:52:47.634 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T12:52:47.687 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_4 2024-06-30T12:52:47.737 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T12:52:47.737 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:47.737 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 510 Links: 1 2024-06-30T12:52:47.738 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:47.738 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-06-30 12:51:15.032111631 +0000 2024-06-30T12:52:47.738 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-06-30 12:51:14.780117443 +0000 2024-06-30T12:52:47.738 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-06-30 12:51:14.780117443 +0000 2024-06-30T12:52:47.738 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: - 2024-06-30T12:52:47.738 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T12:52:47.793 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-06-30T12:52:47.793 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-06-30T12:52:47.793 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000385898 s, 1.3 MB/s 2024-06-30T12:52:47.794 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T12:52:47.847 DEBUG:teuthology.orchestra.run.smithi165:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-30T12:52:47.979 INFO:teuthology.orchestra.run.smithi165.stdout:loop 2024-06-30T12:52:47.981 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_1... 2024-06-30T12:52:47.981 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-30T12:52:48.002 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-06-30T12:52:48.025 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_11 2024-06-30T12:52:48.048 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_2... 2024-06-30T12:52:48.048 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-30T12:52:48.115 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-06-30T12:52:48.142 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_21 2024-06-30T12:52:48.166 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_3... 2024-06-30T12:52:48.167 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-30T12:52:48.235 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-06-30T12:52:48.258 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_31 2024-06-30T12:52:48.284 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_4... 2024-06-30T12:52:48.284 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-30T12:52:48.352 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-06-30T12:52:48.381 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_41 2024-06-30T12:52:48.406 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-06-30T12:52:48.406 DEBUG:teuthology.orchestra.run.smithi165:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:52:48.457 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme list 2024-06-30T12:52:48.513 INFO:teuthology.orchestra.run.smithi165.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T12:52:48.513 INFO:teuthology.orchestra.run.smithi165.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T12:52:48.513 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/nvme0n1 CVFT623300CE400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-30T12:52:48.513 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/nvme1n1 2bad9d76831d1f00805a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:48.513 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/nvme2n1 1cf02358e974e0449273 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:48.513 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/nvme3n1 37126e409f1a86536aca Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:48.513 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/nvme4n1 408757fcb21e51698078 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:48.514 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T12:52:48.514 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-06-30T12:52:48.514 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/scratch_devs 2024-06-30T12:52:48.572 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-06-30T12:52:48.572 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:52:48.579 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-30T12:52:48.579 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_1 2024-06-30T12:52:48.632 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-30T12:52:48.632 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:48.633 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 492 Links: 1 2024-06-30T12:52:48.633 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:48.633 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-06-30 12:51:13.914080334 +0000 2024-06-30T12:52:48.633 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-06-30 12:51:13.662086147 +0000 2024-06-30T12:52:48.633 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-06-30 12:51:13.662086147 +0000 2024-06-30T12:52:48.633 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-06-30T12:52:48.633 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-30T12:52:48.685 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-06-30T12:52:48.686 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-06-30T12:52:48.686 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000436965 s, 1.2 MB/s 2024-06-30T12:52:48.687 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-30T12:52:48.738 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_2 2024-06-30T12:52:48.788 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-30T12:52:48.789 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:48.789 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 498 Links: 1 2024-06-30T12:52:48.789 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:48.789 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-06-30 12:51:14.386069451 +0000 2024-06-30T12:52:48.789 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-06-30 12:51:14.130075354 +0000 2024-06-30T12:52:48.789 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-06-30 12:51:14.130075354 +0000 2024-06-30T12:52:48.789 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-06-30T12:52:48.789 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-30T12:52:48.844 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-06-30T12:52:48.844 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-06-30T12:52:48.844 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000402712 s, 1.3 MB/s 2024-06-30T12:52:48.845 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-30T12:52:48.898 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_3 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 504 Links: 1 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-06-30 12:51:14.834059119 +0000 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-06-30 12:51:14.590064745 +0000 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-06-30 12:51:14.590064745 +0000 2024-06-30T12:52:48.949 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-06-30T12:52:48.949 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-30T12:52:49.001 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-06-30T12:52:49.001 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-06-30T12:52:49.002 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000269845 s, 1.9 MB/s 2024-06-30T12:52:49.003 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-30T12:52:49.054 DEBUG:teuthology.orchestra.run.smithi169:> stat /dev/vg_nvme/lv_4 2024-06-30T12:52:49.107 INFO:teuthology.orchestra.run.smithi169.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-30T12:52:49.107 INFO:teuthology.orchestra.run.smithi169.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-30T12:52:49.107 INFO:teuthology.orchestra.run.smithi169.stdout:Device: 5h/5d Inode: 509 Links: 1 2024-06-30T12:52:49.107 INFO:teuthology.orchestra.run.smithi169.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-30T12:52:49.107 INFO:teuthology.orchestra.run.smithi169.stdout:Access: 2024-06-30 12:51:15.314048049 +0000 2024-06-30T12:52:49.107 INFO:teuthology.orchestra.run.smithi169.stdout:Modify: 2024-06-30 12:51:15.066053768 +0000 2024-06-30T12:52:49.108 INFO:teuthology.orchestra.run.smithi169.stdout:Change: 2024-06-30 12:51:15.066053768 +0000 2024-06-30T12:52:49.108 INFO:teuthology.orchestra.run.smithi169.stdout: Birth: - 2024-06-30T12:52:49.108 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-30T12:52:49.163 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records in 2024-06-30T12:52:49.164 INFO:teuthology.orchestra.run.smithi169.stderr:1+0 records out 2024-06-30T12:52:49.164 INFO:teuthology.orchestra.run.smithi169.stderr:512 bytes copied, 0.000380471 s, 1.3 MB/s 2024-06-30T12:52:49.165 DEBUG:teuthology.orchestra.run.smithi169:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-30T12:52:49.218 DEBUG:teuthology.orchestra.run.smithi169:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-30T12:52:49.584 INFO:teuthology.orchestra.run.smithi169.stdout:loop 2024-06-30T12:52:49.585 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_1... 2024-06-30T12:52:49.585 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-30T12:52:49.607 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-06-30T12:52:49.629 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_11 2024-06-30T12:52:49.652 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_2... 2024-06-30T12:52:49.652 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-30T12:52:49.715 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-06-30T12:52:49.742 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_21 2024-06-30T12:52:49.765 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_3... 2024-06-30T12:52:49.765 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-30T12:52:49.835 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-06-30T12:52:49.865 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_31 2024-06-30T12:52:49.889 INFO:tasks.nvme_loop:Connecting nvme_loop smithi169:/dev/vg_nvme/lv_4... 2024-06-30T12:52:49.889 DEBUG:teuthology.orchestra.run.smithi169:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-30T12:52:49.962 INFO:teuthology.orchestra.run.smithi169.stdout:1 2024-06-30T12:52:49.991 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/vg_nvme/lv_41 2024-06-30T12:52:50.015 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-06-30T12:52:50.015 DEBUG:teuthology.orchestra.run.smithi169:> dd if=/scratch_devs of=/dev/stdout 2024-06-30T12:52:50.063 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme list 2024-06-30T12:52:50.119 INFO:teuthology.orchestra.run.smithi169.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-30T12:52:50.120 INFO:teuthology.orchestra.run.smithi169.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-30T12:52:50.120 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme0n1 CVFT623300LN400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-30T12:52:50.120 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme1n1 a43007de75c0cb23ed9e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:50.120 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme2n1 3194929b9ea463af9984 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:50.120 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme3n1 c5f7f0a4d125e0b0cda6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:50.120 INFO:teuthology.orchestra.run.smithi169.stdout:/dev/nvme4n1 c27785594839dd336ecc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-30T12:52:50.121 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-30T12:52:50.121 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-06-30T12:52:50.121 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/scratch_devs 2024-06-30T12:52:50.180 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-30T12:52:50.269 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': 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65'} 2024-06-30T12:52:50.269 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:52:50.270 INFO:tasks.cephadm:Cluster fsid is a866f742-36df-11ef-bcaa-c7b262605968 2024-06-30T12:52:50.270 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-30T12:52:50.270 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-06-30T12:52:50.270 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi165': '172.21.15.165', 'mon.smithi169': '172.21.15.169'} 2024-06-30T12:52:50.270 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-30T12:52:50.270 DEBUG:teuthology.orchestra.run.smithi165:> sudo hostname $(hostname -s) 2024-06-30T12:52:50.286 DEBUG:teuthology.orchestra.run.smithi169:> sudo hostname $(hostname -s) 2024-06-30T12:52:50.301 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-30T12:52:50.302 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:52:50.444 INFO:tasks.cephadm:builder_project result: [] 2024-06-30T12:52:50.666 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:52:50.668 INFO:tasks.cephadm:Teardown complete 2024-06-30T12:52:50.668 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1714, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:52:50.839 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=14c7e3546fbf4e3cb099c8351aa263ab Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1714, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 1629, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 135, in download_cephadm _fetch_cephadm_from_chachra(ctx, config, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/cephadm.py", line 222, in _fetch_cephadm_from_chachra url = chacra.get_binary_url( File "/home/teuthworker/src/git.ceph.com_ceph_16b16b98599950a27899283412b0a32cd03699ac/qa/tasks/util/chacra.py", line 72, in get_binary_url raise RuntimeError(f'no results found at {resp.url}') RuntimeError: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:52:50.842 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-30T12:52:50.853 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-06-30T12:52:50.862 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_1... 2024-06-30T12:52:50.862 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_1 2024-06-30T12:52:51.154 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T12:52:51.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:51.155 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_2... 2024-06-30T12:52:51.156 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_2 2024-06-30T12:52:51.437 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T12:52:51.439 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:51.439 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_3... 2024-06-30T12:52:51.439 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_3 2024-06-30T12:52:51.705 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T12:52:51.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:51.707 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi165:/dev/vg_nvme/lv_4... 2024-06-30T12:52:51.708 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme disconnect -n lv_4 2024-06-30T12:52:51.989 INFO:teuthology.orchestra.run.smithi165.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T12:52:51.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:51.991 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-06-30T12:52:51.991 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/scratch_devs 2024-06-30T12:52:52.006 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_1... 2024-06-30T12:52:52.006 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_1 2024-06-30T12:52:52.244 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-30T12:52:52.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:52.246 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_2... 2024-06-30T12:52:52.247 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_2 2024-06-30T12:52:52.516 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-30T12:52:52.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:52.518 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_3... 2024-06-30T12:52:52.518 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_3 2024-06-30T12:52:52.784 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-30T12:52:52.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:52.786 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi169:/dev/vg_nvme/lv_4... 2024-06-30T12:52:52.786 DEBUG:teuthology.orchestra.run.smithi169:> sudo nvme disconnect -n lv_4 2024-06-30T12:52:53.048 INFO:teuthology.orchestra.run.smithi169.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-30T12:52:53.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:53.050 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2024-06-30T12:52:53.050 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/scratch_devs 2024-06-30T12:52:53.064 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-30T12:52:53.073 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-30T12:52:53.073 DEBUG:teuthology.orchestra.run.smithi165:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:52:53.076 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:52:53.094 INFO:teuthology.orchestra.run.smithi165.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:52:53.094 INFO:teuthology.orchestra.run.smithi165.stdout:============================================================================== 2024-06-30T12:52:53.094 INFO:teuthology.orchestra.run.smithi165.stdout: hv01.front.sepi 67.205.162.81 3 u 5 64 1 0.097 1.514 0.000 2024-06-30T12:52:53.094 INFO:teuthology.orchestra.run.smithi165.stdout: hv02.front.sepi 63.231.80.2 3 u 1 64 1 0.060 2.524 0.000 2024-06-30T12:52:53.094 INFO:teuthology.orchestra.run.smithi165.stdout: hv03.front.sepi 74.6.168.72 3 u 1 64 1 0.113 2.376 0.000 2024-06-30T12:52:53.094 INFO:teuthology.orchestra.run.smithi165.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:53.126 INFO:teuthology.orchestra.run.smithi169.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:52:53.126 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================== 2024-06-30T12:52:53.126 INFO:teuthology.orchestra.run.smithi169.stdout: hv01.front.sepi 67.205.162.81 3 u 5 64 1 0.099 0.489 0.000 2024-06-30T12:52:53.126 INFO:teuthology.orchestra.run.smithi169.stdout: hv02.front.sepi 63.231.80.2 3 u 1 64 1 0.113 1.028 0.000 2024-06-30T12:52:53.127 INFO:teuthology.orchestra.run.smithi169.stdout: hv03.front.sepi 74.6.168.72 3 u 5 64 1 0.107 2.847 0.000 2024-06-30T12:52:53.127 INFO:teuthology.orchestra.run.smithi169.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:52:53.129 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-30T12:52:53.137 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-30T12:52:53.138 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-30T12:52:53.145 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-30T12:52:53.152 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-30T12:52:53.165 INFO:teuthology.task.internal:Duration was 337.721792 seconds 2024-06-30T12:52:53.165 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-30T12:52:53.172 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-30T12:52:53.173 DEBUG:teuthology.orchestra.run.smithi165:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:52:53.175 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:52:53.223 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-30T12:52:53.224 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi165.front.sepia.ceph.com 2024-06-30T12:52:53.224 DEBUG:teuthology.orchestra.run.smithi165:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-30T12:52:53.237 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2024-06-30T12:52:53.238 DEBUG:teuthology.orchestra.run.smithi169:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-30T12:52:53.252 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-30T12:52:53.252 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:52:53.287 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:52:53.396 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-30T12:52:53.396 DEBUG:teuthology.orchestra.run.smithi165:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:52:53.399 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:52:53.464 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-30T12:52:53.473 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-30T12:52:53.473 DEBUG:teuthology.orchestra.run.smithi165:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:52:53.490 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:52:53.507 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-30T12:52:53.516 DEBUG:teuthology.orchestra.run.smithi165:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:52:53.535 DEBUG:teuthology.orchestra.run.smithi169:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:52:53.548 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = core 2024-06-30T12:52:53.564 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2024-06-30T12:52:53.585 DEBUG:teuthology.orchestra.run.smithi165:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:52:53.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:53.618 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:52:53.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:52:53.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-30T12:52:53.643 INFO:teuthology.task.internal:Transferring archived files... 2024-06-30T12:52:53.644 DEBUG:teuthology.misc:Transferring archived files from smithi165:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749554/remote/smithi165 2024-06-30T12:52:53.645 DEBUG:teuthology.orchestra.run.smithi165:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:52:53.690 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749554/remote/smithi169 2024-06-30T12:52:53.691 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:52:53.714 INFO:teuthology.task.internal:Removing archive directory... 2024-06-30T12:52:53.714 DEBUG:teuthology.orchestra.run.smithi165:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:52:53.730 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:52:53.758 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-30T12:52:53.770 INFO:teuthology.task.internal:Not uploading archives. 2024-06-30T12:52:53.770 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-30T12:52:53.780 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-30T12:52:53.780 DEBUG:teuthology.orchestra.run.smithi165:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:52:53.783 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:52:53.788 INFO:teuthology.orchestra.run.smithi165.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:52 /home/ubuntu/cephtest 2024-06-30T12:52:53.806 INFO:teuthology.orchestra.run.smithi169.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:52 /home/ubuntu/cephtest 2024-06-30T12:52:53.808 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T12:52:53.818 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T12:52:53.841 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 337.7217917442322 failure_reason: no results found at https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=14c7e3546fbf4e3cb099c8351aa263ab status: fail success: false 2024-06-30T12:52:53.841 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:52:53.928 INFO:teuthology.run:FAIL