2024-06-30T12:25:29.776 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-30T12:25:29.777 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi --description orch/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_set_mon_crush_locations} --verbose --archive /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749504 --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749504/orig.config.yaml 2024-06-30T12:25:29.805 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:25:29.879 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749504 branch: reef description: orch/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7749504' 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 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: reef ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 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 - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c 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: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi113.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi193.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7fde87cc4f70>, signals=[15]) 2024-06-30T12:25:30.415 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-30T12:25:30.421 INFO:teuthology.task.internal:Opening connections... 2024-06-30T12:25:30.421 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-06-30T12:25:30.422 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:25:30.525 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi113.front.sepia.ceph.com 2024-06-30T12:25:30.526 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:25:30.622 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi193.front.sepia.ceph.com 2024-06-30T12:25:30.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:25:30.732 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-30T12:25:30.739 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-06-30T12:25:30.746 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-06-30T12:25:30.746 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-06-30T12:25:30.794 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="Ubuntu" 2024-06-30T12:25:30.794 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-30T12:25:30.794 INFO:teuthology.orchestra.run.smithi087.stdout:ID=ubuntu 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE=debian 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="20.04" 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_CODENAME=focal 2024-06-30T12:25:30.795 INFO:teuthology.orchestra.run.smithi087.stdout:UBUNTU_CODENAME=focal 2024-06-30T12:25:30.796 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-06-30T12:25:30.816 DEBUG:teuthology.orchestra.run.smithi113:> uname -m 2024-06-30T12:25:30.823 INFO:teuthology.orchestra.run.smithi113.stdout:x86_64 2024-06-30T12:25:30.824 DEBUG:teuthology.orchestra.run.smithi113:> cat /etc/os-release 2024-06-30T12:25:30.873 INFO:teuthology.orchestra.run.smithi113.stdout:NAME="Ubuntu" 2024-06-30T12:25:30.873 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-30T12:25:30.873 INFO:teuthology.orchestra.run.smithi113.stdout:ID=ubuntu 2024-06-30T12:25:30.873 INFO:teuthology.orchestra.run.smithi113.stdout:ID_LIKE=debian 2024-06-30T12:25:30.873 INFO:teuthology.orchestra.run.smithi113.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-30T12:25:30.873 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_ID="20.04" 2024-06-30T12:25:30.874 INFO:teuthology.orchestra.run.smithi113.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-30T12:25:30.874 INFO:teuthology.orchestra.run.smithi113.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-30T12:25:30.874 INFO:teuthology.orchestra.run.smithi113.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-30T12:25:30.874 INFO:teuthology.orchestra.run.smithi113.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-30T12:25:30.874 INFO:teuthology.orchestra.run.smithi113.stdout:VERSION_CODENAME=focal 2024-06-30T12:25:30.874 INFO:teuthology.orchestra.run.smithi113.stdout:UBUNTU_CODENAME=focal 2024-06-30T12:25:30.874 INFO:teuthology.lock.ops:Updating smithi113.front.sepia.ceph.com on lock server 2024-06-30T12:25:30.902 DEBUG:teuthology.orchestra.run.smithi193:> uname -m 2024-06-30T12:25:30.908 INFO:teuthology.orchestra.run.smithi193.stdout:x86_64 2024-06-30T12:25:30.908 DEBUG:teuthology.orchestra.run.smithi193:> cat /etc/os-release 2024-06-30T12:25:30.957 INFO:teuthology.orchestra.run.smithi193.stdout:NAME="Ubuntu" 2024-06-30T12:25:30.957 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-30T12:25:30.957 INFO:teuthology.orchestra.run.smithi193.stdout:ID=ubuntu 2024-06-30T12:25:30.957 INFO:teuthology.orchestra.run.smithi193.stdout:ID_LIKE=debian 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_ID="20.04" 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_CODENAME=focal 2024-06-30T12:25:30.958 INFO:teuthology.orchestra.run.smithi193.stdout:UBUNTU_CODENAME=focal 2024-06-30T12:25:30.958 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2024-06-30T12:25:30.983 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-30T12:25:30.991 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-30T12:25:30.996 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-30T12:25:30.996 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:25:30.998 DEBUG:teuthology.orchestra.run.smithi113:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:25:31.001 DEBUG:teuthology.orchestra.run.smithi193:> test '!' -e /home/ubuntu/cephtest 2024-06-30T12:25:31.007 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-30T12:25:31.012 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-30T12:25:31.013 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:25:31.015 DEBUG:teuthology.orchestra.run.smithi113:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:25:31.017 DEBUG:teuthology.orchestra.run.smithi193:> test -z $(ls -A /var/lib/ceph) 2024-06-30T12:25:31.120 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-30T12:25:31.196 INFO:teuthology.run_tasks:Running task kernel... 2024-06-30T12:25:31.211 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-30T12:25:31.211 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-06-30T12:25:31.211 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'osd.0': {'hwe': True}, 'mon.a': {'hwe': True}, 'mgr.a': {'hwe': True}, 'host.b': {'hwe': True}, 'osd.1': {'hwe': True}, 'mon.b': {'hwe': True}, 'mgr.b': {'hwe': True}, 'host.c': {'hwe': True}, 'osd.2': {'hwe': True}, 'mon.c': {'hwe': True}} 2024-06-30T12:25:31.211 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': 1, 'sha1': 'distro', 'hwe': True}, 'host.c': {'kdb': 1, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-06-30T12:25:31.211 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:25:31.212 DEBUG:teuthology.orchestra.run.smithi113:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:25:31.212 DEBUG:teuthology.orchestra.run.smithi193:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-30T12:25:31.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:25:31.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:25:31.219 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-06-30T12:25:31.220 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2024-06-30T12:25:31.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:25:31.221 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-06-30T12:25:31.226 INFO:teuthology.orchestra.run.smithi087.stdout:5.4.0-124-generic 2024-06-30T12:25:31.226 INFO:teuthology.task.kernel:Running kernel on smithi087: 5.4.0-124-generic 2024-06-30T12:25:31.226 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-06-30T12:25:31.228 INFO:teuthology.orchestra.run.smithi193.stdout:5.4.0-124-generic 2024-06-30T12:25:31.228 INFO:teuthology.orchestra.run.smithi113.stdout:5.4.0-124-generic 2024-06-30T12:25:31.228 INFO:teuthology.task.kernel:Running kernel on smithi193: 5.4.0-124-generic 2024-06-30T12:25:31.229 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get clean 2024-06-30T12:25:31.229 INFO:teuthology.task.kernel:Running kernel on smithi113: 5.4.0-124-generic 2024-06-30T12:25:31.229 DEBUG:teuthology.orchestra.run.smithi113:> sudo apt-get clean 2024-06-30T12:25:31.339 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-06-30T12:25:31.369 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get update 2024-06-30T12:25:31.376 DEBUG:teuthology.orchestra.run.smithi113:> sudo apt-get update 2024-06-30T12:25:31.550 INFO:teuthology.orchestra.run.smithi113.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:25:31.554 INFO:teuthology.orchestra.run.smithi113.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-30T12:25:31.635 INFO:teuthology.orchestra.run.smithi113.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-30T12:25:31.645 INFO:teuthology.orchestra.run.smithi113.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-30T12:25:31.656 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:25:31.656 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-30T12:25:31.681 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:25:31.681 INFO:teuthology.orchestra.run.smithi193.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-30T12:25:31.715 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-30T12:25:31.722 INFO:teuthology.orchestra.run.smithi193.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-30T12:25:31.957 INFO:teuthology.orchestra.run.smithi113.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,392 kB] 2024-06-30T12:25:32.067 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-30T12:25:32.075 INFO:teuthology.orchestra.run.smithi193.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-30T12:25:32.119 INFO:teuthology.orchestra.run.smithi113.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [993 kB] 2024-06-30T12:25:32.136 INFO:teuthology.orchestra.run.smithi113.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [531 kB] 2024-06-30T12:25:32.140 INFO:teuthology.orchestra.run.smithi113.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-30T12:25:32.140 INFO:teuthology.orchestra.run.smithi113.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,040 kB] 2024-06-30T12:25:32.143 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [769 kB] 2024-06-30T12:25:32.151 INFO:teuthology.orchestra.run.smithi193.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [769 kB] 2024-06-30T12:25:32.170 INFO:teuthology.orchestra.run.smithi113.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-06-30T12:25:32.170 INFO:teuthology.orchestra.run.smithi113.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [425 kB] 2024-06-30T12:25:32.179 INFO:teuthology.orchestra.run.smithi113.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:25:32.179 INFO:teuthology.orchestra.run.smithi113.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [791 kB] 2024-06-30T12:25:32.188 INFO:teuthology.orchestra.run.smithi113.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,199 kB] 2024-06-30T12:25:32.196 INFO:teuthology.orchestra.run.smithi113.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [289 kB] 2024-06-30T12:25:32.198 INFO:teuthology.orchestra.run.smithi113.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-30T12:25:32.198 INFO:teuthology.orchestra.run.smithi113.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-06-30T12:25:32.199 INFO:teuthology.orchestra.run.smithi113.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-06-30T12:25:32.206 INFO:teuthology.orchestra.run.smithi113.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-06-30T12:25:32.206 INFO:teuthology.orchestra.run.smithi113.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-30T12:25:32.207 INFO:teuthology.orchestra.run.smithi113.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-30T12:25:32.207 INFO:teuthology.orchestra.run.smithi113.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-30T12:25:32.227 INFO:teuthology.orchestra.run.smithi113.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-30T12:25:32.227 INFO:teuthology.orchestra.run.smithi113.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-30T12:25:32.227 INFO:teuthology.orchestra.run.smithi113.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-30T12:25:32.228 INFO:teuthology.orchestra.run.smithi113.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-30T12:25:32.286 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [993 kB] 2024-06-30T12:25:32.292 INFO:teuthology.orchestra.run.smithi193.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,392 kB] 2024-06-30T12:25:32.296 INFO:teuthology.orchestra.run.smithi113.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,020 kB] 2024-06-30T12:25:32.489 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,020 kB] 2024-06-30T12:25:32.499 INFO:teuthology.orchestra.run.smithi193.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,020 kB] 2024-06-30T12:25:32.609 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,392 kB] 2024-06-30T12:25:32.680 INFO:teuthology.orchestra.run.smithi087.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [452 kB] 2024-06-30T12:25:32.690 INFO:teuthology.orchestra.run.smithi193.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [452 kB] 2024-06-30T12:25:32.694 INFO:teuthology.orchestra.run.smithi087.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-30T12:25:32.694 INFO:teuthology.orchestra.run.smithi087.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,924 kB] 2024-06-30T12:25:32.755 INFO:teuthology.orchestra.run.smithi193.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [993 kB] 2024-06-30T12:25:32.769 INFO:teuthology.orchestra.run.smithi087.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-06-30T12:25:32.770 INFO:teuthology.orchestra.run.smithi087.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [409 kB] 2024-06-30T12:25:32.772 INFO:teuthology.orchestra.run.smithi193.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [531 kB] 2024-06-30T12:25:32.776 INFO:teuthology.orchestra.run.smithi113.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [769 kB] 2024-06-30T12:25:32.780 INFO:teuthology.orchestra.run.smithi193.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-30T12:25:32.781 INFO:teuthology.orchestra.run.smithi193.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-06-30T12:25:32.782 INFO:teuthology.orchestra.run.smithi193.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,040 kB] 2024-06-30T12:25:32.783 INFO:teuthology.orchestra.run.smithi087.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:25:32.783 INFO:teuthology.orchestra.run.smithi087.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [665 kB] 2024-06-30T12:25:32.786 INFO:teuthology.orchestra.run.smithi087.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [531 kB] 2024-06-30T12:25:32.787 INFO:teuthology.orchestra.run.smithi193.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-30T12:25:32.788 INFO:teuthology.orchestra.run.smithi193.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-06-30T12:25:32.789 INFO:teuthology.orchestra.run.smithi193.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,924 kB] 2024-06-30T12:25:32.791 INFO:teuthology.orchestra.run.smithi113.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [452 kB] 2024-06-30T12:25:32.798 INFO:teuthology.orchestra.run.smithi113.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-30T12:25:32.799 INFO:teuthology.orchestra.run.smithi113.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-06-30T12:25:32.799 INFO:teuthology.orchestra.run.smithi113.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,924 kB] 2024-06-30T12:25:32.800 INFO:teuthology.orchestra.run.smithi087.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-30T12:25:32.800 INFO:teuthology.orchestra.run.smithi087.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,040 kB] 2024-06-30T12:25:32.807 INFO:teuthology.orchestra.run.smithi087.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [980 kB] 2024-06-30T12:25:32.819 INFO:teuthology.orchestra.run.smithi193.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [409 kB] 2024-06-30T12:25:32.837 INFO:teuthology.orchestra.run.smithi087.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [207 kB] 2024-06-30T12:25:32.840 INFO:teuthology.orchestra.run.smithi087.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-30T12:25:32.843 INFO:teuthology.orchestra.run.smithi087.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-06-30T12:25:32.843 INFO:teuthology.orchestra.run.smithi087.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-06-30T12:25:32.869 INFO:teuthology.orchestra.run.smithi193.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [425 kB] 2024-06-30T12:25:32.871 INFO:teuthology.orchestra.run.smithi193.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:25:32.872 INFO:teuthology.orchestra.run.smithi193.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [665 kB] 2024-06-30T12:25:32.877 INFO:teuthology.orchestra.run.smithi193.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:25:32.877 INFO:teuthology.orchestra.run.smithi193.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [791 kB] 2024-06-30T12:25:32.880 INFO:teuthology.orchestra.run.smithi087.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-06-30T12:25:32.885 INFO:teuthology.orchestra.run.smithi113.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [409 kB] 2024-06-30T12:25:32.888 INFO:teuthology.orchestra.run.smithi193.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,199 kB] 2024-06-30T12:25:32.891 INFO:teuthology.orchestra.run.smithi193.stdout:Get:24 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [980 kB] 2024-06-30T12:25:32.891 INFO:teuthology.orchestra.run.smithi087.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [425 kB] 2024-06-30T12:25:32.892 INFO:teuthology.orchestra.run.smithi113.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:25:32.892 INFO:teuthology.orchestra.run.smithi113.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [980 kB] 2024-06-30T12:25:32.895 INFO:teuthology.orchestra.run.smithi087.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-30T12:25:32.896 INFO:teuthology.orchestra.run.smithi087.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [791 kB] 2024-06-30T12:25:32.909 INFO:teuthology.orchestra.run.smithi113.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [665 kB] 2024-06-30T12:25:32.911 INFO:teuthology.orchestra.run.smithi087.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,199 kB] 2024-06-30T12:25:32.924 INFO:teuthology.orchestra.run.smithi087.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-06-30T12:25:32.925 INFO:teuthology.orchestra.run.smithi087.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-30T12:25:32.932 INFO:teuthology.orchestra.run.smithi193.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [289 kB] 2024-06-30T12:25:32.939 INFO:teuthology.orchestra.run.smithi113.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [207 kB] 2024-06-30T12:25:32.944 INFO:teuthology.orchestra.run.smithi113.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-30T12:25:32.946 INFO:teuthology.orchestra.run.smithi087.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [289 kB] 2024-06-30T12:25:32.947 INFO:teuthology.orchestra.run.smithi193.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-30T12:25:32.948 INFO:teuthology.orchestra.run.smithi193.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-06-30T12:25:32.949 INFO:teuthology.orchestra.run.smithi193.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-06-30T12:25:32.949 INFO:teuthology.orchestra.run.smithi193.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-06-30T12:25:32.950 INFO:teuthology.orchestra.run.smithi193.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [207 kB] 2024-06-30T12:25:32.951 INFO:teuthology.orchestra.run.smithi087.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-30T12:25:32.953 INFO:teuthology.orchestra.run.smithi193.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-30T12:25:32.953 INFO:teuthology.orchestra.run.smithi193.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-06-30T12:25:32.953 INFO:teuthology.orchestra.run.smithi193.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-06-30T12:25:32.954 INFO:teuthology.orchestra.run.smithi087.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-06-30T12:25:32.954 INFO:teuthology.orchestra.run.smithi087.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-06-30T12:25:32.955 INFO:teuthology.orchestra.run.smithi193.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-06-30T12:25:32.955 INFO:teuthology.orchestra.run.smithi193.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-30T12:25:32.956 INFO:teuthology.orchestra.run.smithi113.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-06-30T12:25:32.956 INFO:teuthology.orchestra.run.smithi113.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-06-30T12:25:32.956 INFO:teuthology.orchestra.run.smithi113.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-06-30T12:25:33.028 INFO:teuthology.orchestra.run.smithi193.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-30T12:25:33.029 INFO:teuthology.orchestra.run.smithi193.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-30T12:25:33.029 INFO:teuthology.orchestra.run.smithi087.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-06-30T12:25:33.029 INFO:teuthology.orchestra.run.smithi087.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-30T12:25:33.029 INFO:teuthology.orchestra.run.smithi087.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-30T12:25:33.029 INFO:teuthology.orchestra.run.smithi087.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-30T12:25:33.030 INFO:teuthology.orchestra.run.smithi087.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-30T12:25:33.030 INFO:teuthology.orchestra.run.smithi193.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-30T12:25:33.030 INFO:teuthology.orchestra.run.smithi193.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-30T12:25:33.030 INFO:teuthology.orchestra.run.smithi193.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-30T12:25:33.031 INFO:teuthology.orchestra.run.smithi087.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-30T12:25:33.035 INFO:teuthology.orchestra.run.smithi113.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-30T12:25:33.109 INFO:teuthology.orchestra.run.smithi193.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-30T12:25:33.110 INFO:teuthology.orchestra.run.smithi193.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-30T12:25:33.112 INFO:teuthology.orchestra.run.smithi087.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-30T12:25:33.112 INFO:teuthology.orchestra.run.smithi087.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-30T12:25:36.376 INFO:teuthology.orchestra.run.smithi113.stdout:Fetched 20.8 MB in 3s (6,997 kB/s) 2024-06-30T12:25:36.866 INFO:teuthology.orchestra.run.smithi193.stdout:Fetched 20.8 MB in 3s (5,993 kB/s) 2024-06-30T12:25:36.952 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 20.8 MB in 3s (6,058 kB/s) 2024-06-30T12:25:37.842 INFO:teuthology.orchestra.run.smithi113.stdout:Reading package lists... 2024-06-30T12:25:37.867 DEBUG:teuthology.orchestra.run.smithi113:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:25:37.952 INFO:teuthology.orchestra.run.smithi113.stdout:Reading package lists... 2024-06-30T12:25:38.166 INFO:teuthology.orchestra.run.smithi113.stdout:Building dependency tree... 2024-06-30T12:25:38.167 INFO:teuthology.orchestra.run.smithi113.stdout:Reading state information... 2024-06-30T12:25:38.354 INFO:teuthology.orchestra.run.smithi113.stdout:The following additional packages will be installed: 2024-06-30T12:25:38.354 INFO:teuthology.orchestra.run.smithi113.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:25:38.354 INFO:teuthology.orchestra.run.smithi113.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-modules-5.15.0-113-generic 2024-06-30T12:25:38.355 INFO:teuthology.orchestra.run.smithi113.stdout: linux-modules-extra-5.15.0-113-generic thermald upower usbmuxd 2024-06-30T12:25:38.355 INFO:teuthology.orchestra.run.smithi113.stdout:Suggested packages: 2024-06-30T12:25:38.356 INFO:teuthology.orchestra.run.smithi113.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-30T12:25:38.356 INFO:teuthology.orchestra.run.smithi113.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-113-generic 2024-06-30T12:25:38.402 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-06-30T12:25:38.405 INFO:teuthology.orchestra.run.smithi113.stdout:The following NEW packages will be installed: 2024-06-30T12:25:38.405 INFO:teuthology.orchestra.run.smithi113.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:25:38.405 INFO:teuthology.orchestra.run.smithi113.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-image-generic-hwe-20.04 2024-06-30T12:25:38.406 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-06-30T12:25:38.406 INFO:teuthology.orchestra.run.smithi113.stdout: linux-modules-5.15.0-113-generic linux-modules-extra-5.15.0-113-generic 2024-06-30T12:25:38.406 INFO:teuthology.orchestra.run.smithi113.stdout: thermald upower usbmuxd 2024-06-30T12:25:38.426 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:25:38.433 DEBUG:teuthology.orchestra.run.smithi193:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:25:38.496 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-06-30T12:25:38.512 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-06-30T12:25:38.592 INFO:teuthology.orchestra.run.smithi113.stdout:0 upgraded, 13 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:25:38.592 INFO:teuthology.orchestra.run.smithi113.stdout:Need to get 95.0 MB of archives. 2024-06-30T12:25:38.592 INFO:teuthology.orchestra.run.smithi113.stdout:After this operation, 593 MB of additional disk space will be used. 2024-06-30T12:25:38.592 INFO:teuthology.orchestra.run.smithi113.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:25:38.709 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-06-30T12:25:38.709 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-06-30T12:25:38.727 INFO:teuthology.orchestra.run.smithi193.stdout:Building dependency tree... 2024-06-30T12:25:38.727 INFO:teuthology.orchestra.run.smithi193.stdout:Reading state information... 2024-06-30T12:25:38.868 INFO:teuthology.orchestra.run.smithi113.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-30T12:25:38.895 INFO:teuthology.orchestra.run.smithi087.stdout:The following additional packages will be installed: 2024-06-30T12:25:38.895 INFO:teuthology.orchestra.run.smithi087.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:25:38.895 INFO:teuthology.orchestra.run.smithi087.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-modules-5.15.0-113-generic 2024-06-30T12:25:38.895 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-extra-5.15.0-113-generic thermald upower usbmuxd 2024-06-30T12:25:38.895 INFO:teuthology.orchestra.run.smithi087.stdout:Suggested packages: 2024-06-30T12:25:38.895 INFO:teuthology.orchestra.run.smithi087.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-30T12:25:38.895 INFO:teuthology.orchestra.run.smithi087.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-113-generic 2024-06-30T12:25:38.899 INFO:teuthology.orchestra.run.smithi113.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-30T12:25:38.918 INFO:teuthology.orchestra.run.smithi113.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:25:38.921 INFO:teuthology.orchestra.run.smithi193.stdout:The following additional packages will be installed: 2024-06-30T12:25:38.921 INFO:teuthology.orchestra.run.smithi193.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:25:38.921 INFO:teuthology.orchestra.run.smithi193.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-modules-5.15.0-113-generic 2024-06-30T12:25:38.922 INFO:teuthology.orchestra.run.smithi193.stdout: linux-modules-extra-5.15.0-113-generic thermald upower usbmuxd 2024-06-30T12:25:38.923 INFO:teuthology.orchestra.run.smithi193.stdout:Suggested packages: 2024-06-30T12:25:38.923 INFO:teuthology.orchestra.run.smithi193.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-30T12:25:38.923 INFO:teuthology.orchestra.run.smithi193.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-113-generic 2024-06-30T12:25:38.955 INFO:teuthology.orchestra.run.smithi087.stdout:The following NEW packages will be installed: 2024-06-30T12:25:38.955 INFO:teuthology.orchestra.run.smithi087.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:25:38.955 INFO:teuthology.orchestra.run.smithi087.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-image-generic-hwe-20.04 2024-06-30T12:25:38.956 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-5.15.0-113-generic linux-modules-extra-5.15.0-113-generic 2024-06-30T12:25:38.956 INFO:teuthology.orchestra.run.smithi087.stdout: thermald upower usbmuxd 2024-06-30T12:25:38.975 INFO:teuthology.orchestra.run.smithi193.stdout:The following NEW packages will be installed: 2024-06-30T12:25:38.975 INFO:teuthology.orchestra.run.smithi193.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-30T12:25:38.975 INFO:teuthology.orchestra.run.smithi193.stdout: libusbmuxd6 linux-image-5.15.0-113-generic linux-image-generic-hwe-20.04 2024-06-30T12:25:38.976 INFO:teuthology.orchestra.run.smithi193.stdout: linux-modules-5.15.0-113-generic linux-modules-extra-5.15.0-113-generic 2024-06-30T12:25:38.976 INFO:teuthology.orchestra.run.smithi193.stdout: thermald upower usbmuxd 2024-06-30T12:25:38.993 INFO:teuthology.orchestra.run.smithi113.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-30T12:25:39.017 INFO:teuthology.orchestra.run.smithi087.stdout:0 upgraded, 13 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:25:39.017 INFO:teuthology.orchestra.run.smithi087.stdout:Need to get 95.0 MB of archives. 2024-06-30T12:25:39.017 INFO:teuthology.orchestra.run.smithi087.stdout:After this operation, 593 MB of additional disk space will be used. 2024-06-30T12:25:39.018 INFO:teuthology.orchestra.run.smithi087.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:25:39.027 INFO:teuthology.orchestra.run.smithi113.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:25:39.037 INFO:teuthology.orchestra.run.smithi193.stdout:0 upgraded, 13 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:25:39.037 INFO:teuthology.orchestra.run.smithi193.stdout:Need to get 95.0 MB of archives. 2024-06-30T12:25:39.037 INFO:teuthology.orchestra.run.smithi193.stdout:After this operation, 593 MB of additional disk space will be used. 2024-06-30T12:25:39.037 INFO:teuthology.orchestra.run.smithi193.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:25:39.085 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-30T12:25:39.091 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-30T12:25:39.098 INFO:teuthology.orchestra.run.smithi087.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:25:39.103 INFO:teuthology.orchestra.run.smithi193.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-30T12:25:39.110 INFO:teuthology.orchestra.run.smithi193.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-30T12:25:39.113 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-30T12:25:39.115 INFO:teuthology.orchestra.run.smithi193.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:25:39.122 INFO:teuthology.orchestra.run.smithi087.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:25:39.132 INFO:teuthology.orchestra.run.smithi193.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-30T12:25:39.140 INFO:teuthology.orchestra.run.smithi193.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:25:39.581 INFO:teuthology.orchestra.run.smithi087.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:25:39.665 INFO:teuthology.orchestra.run.smithi193.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:25:39.699 INFO:teuthology.orchestra.run.smithi087.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:25:39.849 INFO:teuthology.orchestra.run.smithi193.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:25:39.933 INFO:teuthology.orchestra.run.smithi113.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:25:40.222 INFO:teuthology.orchestra.run.smithi113.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:25:40.990 INFO:teuthology.orchestra.run.smithi087.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:25:40.990 INFO:teuthology.orchestra.run.smithi087.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:25:41.155 INFO:teuthology.orchestra.run.smithi087.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-30T12:25:41.175 INFO:teuthology.orchestra.run.smithi193.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:25:41.175 INFO:teuthology.orchestra.run.smithi193.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:25:41.176 INFO:teuthology.orchestra.run.smithi193.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-30T12:25:41.182 INFO:teuthology.orchestra.run.smithi193.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-30T12:25:41.184 INFO:teuthology.orchestra.run.smithi193.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:25:41.596 INFO:teuthology.orchestra.run.smithi087.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-30T12:25:41.704 INFO:teuthology.orchestra.run.smithi087.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:25:41.854 INFO:teuthology.orchestra.run.smithi193.stdout:Fetched 95.0 MB in 2s (43.2 MB/s) 2024-06-30T12:25:42.024 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-30T12:25:42.299 INFO:teuthology.orchestra.run.smithi113.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:25:42.300 INFO:teuthology.orchestra.run.smithi113.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:25:42.301 INFO:teuthology.orchestra.run.smithi113.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-30T12:25:42.306 INFO:teuthology.orchestra.run.smithi113.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-30T12:25:42.308 INFO:teuthology.orchestra.run.smithi113.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:25:42.388 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 95.0 MB in 3s (34.6 MB/s) 2024-06-30T12:25:42.610 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-30T12:25:43.001 INFO:teuthology.orchestra.run.smithi113.stdout:Fetched 95.0 MB in 4s (24.4 MB/s) 2024-06-30T12:25:43.202 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-30T12:25:43.794 INFO:teuthology.orchestra.run.smithi193.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:25:43.799 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-30T12:25:43.938 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:25:44.316 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-30T12:25:44.331 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-30T12:25:44.357 INFO:teuthology.orchestra.run.smithi087.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:25:44.362 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-30T12:25:44.374 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:25:44.491 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:25:44.719 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-30T12:25:44.732 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-30T12:25:44.777 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:25:44.861 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-30T12:25:44.876 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-30T12:25:44.919 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:25:44.926 INFO:teuthology.orchestra.run.smithi113.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:25:44.931 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-30T12:25:45.066 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:25:45.122 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-30T12:25:45.136 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-30T12:25:45.180 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:25:45.247 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-30T12:25:45.261 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-30T12:25:45.305 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:25:45.428 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-30T12:25:45.443 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-30T12:25:45.494 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:25:45.508 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-30T12:25:45.521 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-30T12:25:45.566 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:25:45.567 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-30T12:25:45.579 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-30T12:25:45.608 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:25:45.822 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-30T12:25:45.835 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-30T12:25:45.872 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:25:45.902 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-modules-5.15.0-113-generic. 2024-06-30T12:25:45.916 INFO:teuthology.orchestra.run.smithi193.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:25:45.953 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-30T12:25:45.960 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:45.965 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-30T12:25:46.002 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:25:46.200 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-30T12:25:46.215 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-30T12:25:46.258 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:25:46.322 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-5.15.0-113-generic. 2024-06-30T12:25:46.336 INFO:teuthology.orchestra.run.smithi087.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:25:46.380 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:46.603 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-30T12:25:46.616 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-30T12:25:46.653 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:25:46.998 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package linux-modules-5.15.0-113-generic. 2024-06-30T12:25:47.012 INFO:teuthology.orchestra.run.smithi113.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:25:47.056 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:48.787 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-image-5.15.0-113-generic. 2024-06-30T12:25:48.800 INFO:teuthology.orchestra.run.smithi193.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:25:48.908 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:49.274 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-image-5.15.0-113-generic. 2024-06-30T12:25:49.290 INFO:teuthology.orchestra.run.smithi087.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:25:49.390 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:49.473 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-113-generic. 2024-06-30T12:25:49.487 INFO:teuthology.orchestra.run.smithi193.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:25:49.531 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:49.894 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-113-generic. 2024-06-30T12:25:49.909 INFO:teuthology.orchestra.run.smithi087.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:25:49.952 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:49.974 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package linux-image-5.15.0-113-generic. 2024-06-30T12:25:49.988 INFO:teuthology.orchestra.run.smithi113.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:25:50.086 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:50.611 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-113-generic. 2024-06-30T12:25:50.625 INFO:teuthology.orchestra.run.smithi113.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:25:50.669 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:25:56.957 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-30T12:25:56.972 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.113.123~20.04.1_amd64.deb ... 2024-06-30T12:25:57.015 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:25:57.360 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-30T12:25:57.373 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-30T12:25:57.418 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:25:57.716 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-30T12:25:57.734 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.113.123~20.04.1_amd64.deb ... 2024-06-30T12:25:57.779 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package thermald. 2024-06-30T12:25:57.790 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:25:57.793 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-30T12:25:57.837 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:25:58.231 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-30T12:25:58.246 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.113.123~20.04.1_amd64.deb ... 2024-06-30T12:25:58.251 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-30T12:25:58.268 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-30T12:25:58.289 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:25:58.310 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:25:58.400 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package upower. 2024-06-30T12:25:58.416 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-30T12:25:58.478 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-30T12:25:58.616 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-30T12:25:58.632 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-30T12:25:58.671 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package thermald. 2024-06-30T12:25:58.674 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:25:58.685 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-30T12:25:58.729 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:25:58.897 INFO:teuthology.orchestra.run.smithi193.stdout:Selecting previously unselected package usbmuxd. 2024-06-30T12:25:58.912 INFO:teuthology.orchestra.run.smithi193.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-30T12:25:58.955 INFO:teuthology.orchestra.run.smithi193.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:25:59.036 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package thermald. 2024-06-30T12:25:59.052 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-30T12:25:59.094 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:25:59.246 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:25:59.258 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package upower. 2024-06-30T12:25:59.274 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-30T12:25:59.338 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-30T12:25:59.370 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:25:59.512 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:25:59.613 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:25:59.641 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package upower. 2024-06-30T12:25:59.654 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-30T12:25:59.714 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:25:59.717 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-30T12:25:59.738 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package usbmuxd. 2024-06-30T12:25:59.751 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-30T12:25:59.788 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:25:59.824 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:25:59.950 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-30T12:26:00.071 INFO:teuthology.orchestra.run.smithi113.stdout:Selecting previously unselected package usbmuxd. 2024-06-30T12:26:00.087 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:26:00.088 INFO:teuthology.orchestra.run.smithi113.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-30T12:26:00.121 INFO:teuthology.orchestra.run.smithi113.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:26:00.208 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:26:00.326 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:26:00.393 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-30T12:26:00.444 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:26:00.490 INFO:teuthology.orchestra.run.smithi193.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-30T12:26:00.517 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-30T12:26:00.546 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:26:00.570 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:26:00.651 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-30T12:26:00.696 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:26:00.754 INFO:teuthology.orchestra.run.smithi193.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-30T12:26:00.763 INFO:teuthology.orchestra.run.smithi193.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-30T12:26:00.763 INFO:teuthology.orchestra.run.smithi193.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-30T12:26:00.794 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-30T12:26:00.830 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-30T12:26:00.920 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-30T12:26:01.046 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-30T12:26:01.172 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-30T12:26:01.271 INFO:teuthology.orchestra.run.smithi193.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-30T12:26:01.385 INFO:teuthology.orchestra.run.smithi087.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-30T12:26:01.434 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:26:01.487 INFO:teuthology.orchestra.run.smithi193.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-30T12:26:01.534 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:26:01.619 INFO:teuthology.orchestra.run.smithi087.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-30T12:26:01.640 INFO:teuthology.orchestra.run.smithi087.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-30T12:26:01.641 INFO:teuthology.orchestra.run.smithi087.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-30T12:26:01.724 INFO:teuthology.orchestra.run.smithi113.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-30T12:26:01.777 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-30T12:26:01.875 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:26:01.875 INFO:teuthology.orchestra.run.smithi193.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:26:01.940 INFO:teuthology.orchestra.run.smithi113.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-30T12:26:01.946 INFO:teuthology.orchestra.run.smithi113.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-30T12:26:01.946 INFO:teuthology.orchestra.run.smithi113.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-30T12:26:02.092 INFO:teuthology.orchestra.run.smithi087.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-30T12:26:02.304 INFO:teuthology.orchestra.run.smithi087.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-30T12:26:02.346 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:02.347 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:26:02.427 INFO:teuthology.orchestra.run.smithi113.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-30T12:26:02.648 INFO:teuthology.orchestra.run.smithi113.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-30T12:26:02.656 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:26:02.656 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:26:02.690 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-30T12:26:03.025 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:26:03.025 INFO:teuthology.orchestra.run.smithi113.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-30T12:26:03.117 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:03.461 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:03.664 INFO:teuthology.orchestra.run.smithi193.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:03.664 INFO:teuthology.orchestra.run.smithi193.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:03.833 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:04.462 INFO:teuthology.orchestra.run.smithi087.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:04.462 INFO:teuthology.orchestra.run.smithi087.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:04.637 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:04.819 INFO:teuthology.orchestra.run.smithi113.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:04.820 INFO:teuthology.orchestra.run.smithi113.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:05.031 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up linux-modules-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:05.234 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:06.021 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:06.957 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up linux-modules-extra-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:07.052 INFO:teuthology.orchestra.run.smithi193.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:26:07.178 INFO:teuthology.orchestra.run.smithi193.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-30T12:26:07.356 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:26:07.476 INFO:teuthology.orchestra.run.smithi193.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-30T12:26:07.481 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-30T12:26:07.762 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-30T12:26:08.203 INFO:teuthology.orchestra.run.smithi193.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-30T12:26:08.292 INFO:teuthology.orchestra.run.smithi113.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.113.123~20.04.1) ... 2024-06-30T12:26:08.329 INFO:teuthology.orchestra.run.smithi193.stdout:Processing triggers for linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:08.401 INFO:teuthology.orchestra.run.smithi113.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-30T12:26:08.412 INFO:teuthology.orchestra.run.smithi193.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-30T12:26:08.412 INFO:teuthology.orchestra.run.smithi193.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:08.506 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-30T12:26:08.615 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:08.687 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-30T12:26:08.687 INFO:teuthology.orchestra.run.smithi087.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:08.740 INFO:teuthology.orchestra.run.smithi113.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-30T12:26:09.485 INFO:teuthology.orchestra.run.smithi113.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-30T12:26:09.585 INFO:teuthology.orchestra.run.smithi113.stdout:Processing triggers for linux-image-5.15.0-113-generic (5.15.0-113.123~20.04.1) ... 2024-06-30T12:26:09.652 INFO:teuthology.orchestra.run.smithi113.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-30T12:26:09.652 INFO:teuthology.orchestra.run.smithi113.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:35.799 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-30T12:26:35.799 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub' 2024-06-30T12:26:35.813 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:26:35.827 INFO:teuthology.orchestra.run.smithi087.stdout:Generating grub configuration file ... 2024-06-30T12:26:35.852 INFO:teuthology.orchestra.run.smithi193.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-30T12:26:35.852 INFO:teuthology.orchestra.run.smithi193.stdout:Sourcing file `/etc/default/grub' 2024-06-30T12:26:35.858 INFO:teuthology.orchestra.run.smithi193.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:26:35.886 INFO:teuthology.orchestra.run.smithi193.stdout:Generating grub configuration file ... 2024-06-30T12:26:36.135 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:36.154 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:36.195 INFO:teuthology.orchestra.run.smithi193.stdout:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:36.220 INFO:teuthology.orchestra.run.smithi193.stdout:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:36.556 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:26:36.568 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:26:36.641 INFO:teuthology.orchestra.run.smithi193.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:26:36.653 INFO:teuthology.orchestra.run.smithi193.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:26:36.857 INFO:teuthology.orchestra.run.smithi113.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-30T12:26:36.857 INFO:teuthology.orchestra.run.smithi113.stdout:Sourcing file `/etc/default/grub' 2024-06-30T12:26:36.870 INFO:teuthology.orchestra.run.smithi113.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:26:36.898 INFO:teuthology.orchestra.run.smithi113.stdout:Generating grub configuration file ... 2024-06-30T12:26:37.212 INFO:teuthology.orchestra.run.smithi113.stdout:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:37.238 INFO:teuthology.orchestra.run.smithi113.stdout:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:37.644 INFO:teuthology.orchestra.run.smithi113.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:26:37.655 INFO:teuthology.orchestra.run.smithi113.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:26:38.334 INFO:teuthology.orchestra.run.smithi087.stdout:done 2024-06-30T12:26:38.458 INFO:teuthology.orchestra.run.smithi193.stdout:done 2024-06-30T12:26:38.773 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:26:38.910 DEBUG:teuthology.orchestra.run.smithi193:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:26:38.955 INFO:teuthology.orchestra.run.smithi193.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Status: install ok installed 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Priority: optional 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Section: kernel 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Installed-Size: 21 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Architecture: amd64 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.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:26:38.956 INFO:teuthology.orchestra.run.smithi193.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:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Recommends: thermald 2024-06-30T12:26:38.956 INFO:teuthology.orchestra.run.smithi193.stdout:Description: Generic Linux kernel image 2024-06-30T12:26:38.957 INFO:teuthology.orchestra.run.smithi193.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:26:38.957 INFO:teuthology.orchestra.run.smithi193.stdout: available. 2024-06-30T12:26:38.957 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-113-generic 2024-06-30T12:26:38.957 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-30T12:26:38.957 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-30T12:26:38.957 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-06-30T12:26:38.957 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi193.front.sepia.ceph.com, path=None, version=distro) 2024-06-30T12:26:38.958 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get clean 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 21 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-06-30T12:26:38.980 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:26:38.981 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:26:38.981 INFO:teuthology.orchestra.run.smithi087.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:26:38.981 INFO:teuthology.orchestra.run.smithi087.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:26:38.981 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-06-30T12:26:38.981 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-06-30T12:26:38.981 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:26:38.981 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-06-30T12:26:38.981 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-113-generic 2024-06-30T12:26:38.981 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-30T12:26:38.981 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-30T12:26:38.981 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-30T12:26:38.982 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2024-06-30T12:26:38.982 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-06-30T12:26:39.036 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-get update 2024-06-30T12:26:39.072 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-06-30T12:26:39.205 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:26:39.216 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-30T12:26:39.237 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-30T12:26:39.316 INFO:teuthology.orchestra.run.smithi193.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-30T12:26:39.334 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:26:39.334 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-30T12:26:39.404 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-30T12:26:39.428 INFO:teuthology.orchestra.run.smithi113.stdout:done 2024-06-30T12:26:39.486 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-30T12:26:39.853 DEBUG:teuthology.orchestra.run.smithi113:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Status: install ok installed 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Priority: optional 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Section: kernel 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Installed-Size: 21 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Architecture: amd64 2024-06-30T12:26:39.902 INFO:teuthology.orchestra.run.smithi113.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:26:39.903 INFO:teuthology.orchestra.run.smithi113.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:26:39.903 INFO:teuthology.orchestra.run.smithi113.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:26:39.903 INFO:teuthology.orchestra.run.smithi113.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:26:39.903 INFO:teuthology.orchestra.run.smithi113.stdout:Recommends: thermald 2024-06-30T12:26:39.903 INFO:teuthology.orchestra.run.smithi113.stdout:Description: Generic Linux kernel image 2024-06-30T12:26:39.903 INFO:teuthology.orchestra.run.smithi113.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:26:39.903 INFO:teuthology.orchestra.run.smithi113.stdout: available. 2024-06-30T12:26:39.903 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-113-generic 2024-06-30T12:26:39.907 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-30T12:26:39.907 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-30T12:26:39.907 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-30T12:26:39.907 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi113.front.sepia.ceph.com, path=None, version=distro) 2024-06-30T12:26:39.907 DEBUG:teuthology.orchestra.run.smithi113:> sudo apt-get clean 2024-06-30T12:26:39.999 DEBUG:teuthology.orchestra.run.smithi113:> sudo apt-get update 2024-06-30T12:26:40.158 INFO:teuthology.orchestra.run.smithi113.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-30T12:26:40.167 INFO:teuthology.orchestra.run.smithi113.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-30T12:26:40.188 INFO:teuthology.orchestra.run.smithi113.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-30T12:26:40.268 INFO:teuthology.orchestra.run.smithi113.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-30T12:26:41.039 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-06-30T12:26:41.064 DEBUG:teuthology.orchestra.run.smithi193:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:26:41.138 INFO:teuthology.orchestra.run.smithi193.stdout:Reading package lists... 2024-06-30T12:26:41.149 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-06-30T12:26:41.175 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:26:41.246 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-06-30T12:26:41.350 INFO:teuthology.orchestra.run.smithi193.stdout:Building dependency tree... 2024-06-30T12:26:41.351 INFO:teuthology.orchestra.run.smithi193.stdout:Reading state information... 2024-06-30T12:26:41.461 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-06-30T12:26:41.462 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-06-30T12:26:41.581 INFO:teuthology.orchestra.run.smithi193.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.113.123~20.04.1). 2024-06-30T12:26:41.581 INFO:teuthology.orchestra.run.smithi193.stdout:0 upgraded, 0 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:26:41.582 DEBUG:teuthology.orchestra.run.smithi193:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Status: install ok installed 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Priority: optional 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Section: kernel 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Installed-Size: 21 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Architecture: amd64 2024-06-30T12:26:41.599 INFO:teuthology.orchestra.run.smithi193.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:26:41.600 INFO:teuthology.orchestra.run.smithi193.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:26:41.600 INFO:teuthology.orchestra.run.smithi193.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:26:41.600 INFO:teuthology.orchestra.run.smithi193.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:26:41.600 INFO:teuthology.orchestra.run.smithi193.stdout:Recommends: thermald 2024-06-30T12:26:41.600 INFO:teuthology.orchestra.run.smithi193.stdout:Description: Generic Linux kernel image 2024-06-30T12:26:41.600 INFO:teuthology.orchestra.run.smithi193.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:26:41.600 INFO:teuthology.orchestra.run.smithi193.stdout: available. 2024-06-30T12:26:41.600 DEBUG:teuthology.orchestra.run.smithi193:> mktemp 2024-06-30T12:26:41.647 INFO:teuthology.orchestra.run.smithi193.stdout:/tmp/tmp.kZg19dpUP8 2024-06-30T12:26:41.647 DEBUG:teuthology.orchestra.run.smithi193:> sudo cp /boot/grub/grub.cfg /tmp/tmp.kZg19dpUP8 2024-06-30T12:26:41.662 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 0666 /tmp/tmp.kZg19dpUP8 2024-06-30T12:26:41.692 INFO:teuthology.orchestra.run.smithi087.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.113.123~20.04.1). 2024-06-30T12:26:41.692 INFO:teuthology.orchestra.run.smithi087.stdout:0 upgraded, 0 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:26:41.694 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:26:41.704 DEBUG:teuthology.orchestra.remote:smithi193:/tmp/tmp.kZg19dpUP8 is 9KB 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 21 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:26:41.715 INFO:teuthology.orchestra.run.smithi087.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:26:41.715 INFO:teuthology.orchestra.run.smithi087.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:26:41.716 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-06-30T12:26:41.716 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-06-30T12:26:41.716 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:26:41.716 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-06-30T12:26:41.716 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2024-06-30T12:26:41.720 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.srqQ6gNvm3 2024-06-30T12:26:41.721 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub/grub.cfg /tmp/tmp.srqQ6gNvm3 2024-06-30T12:26:41.721 DEBUG:teuthology.orchestra.run.smithi193:> rm -fr /tmp/tmp.kZg19dpUP8 2024-06-30T12:26:41.728 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-30T12:26:41.778 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.srqQ6gNvm3 2024-06-30T12:26:41.783 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-06-30T12:26:41.784 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-30T12:26:41.784 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-30T12:26:41.818 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.srqQ6gNvm3 is 9KB 2024-06-30T12:26:41.819 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-113-generic 2024-06-30T12:26:41.819 DEBUG:teuthology.orchestra.run.smithi193:> sudo update-grub 2024-06-30T12:26:41.870 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.srqQ6gNvm3 2024-06-30T12:26:41.876 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-30T12:26:41.889 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-06-30T12:26:41.889 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-30T12:26:41.889 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-30T12:26:41.965 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-113-generic 2024-06-30T12:26:41.965 DEBUG:teuthology.orchestra.run.smithi087:> sudo update-grub 2024-06-30T12:26:41.975 INFO:teuthology.orchestra.run.smithi113.stdout:Reading package lists... 2024-06-30T12:26:42.001 DEBUG:teuthology.orchestra.run.smithi113:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-30T12:26:42.069 INFO:teuthology.orchestra.run.smithi113.stdout:Reading package lists... 2024-06-30T12:26:42.283 INFO:teuthology.orchestra.run.smithi113.stdout:Building dependency tree... 2024-06-30T12:26:42.283 INFO:teuthology.orchestra.run.smithi113.stdout:Reading state information... 2024-06-30T12:26:42.514 INFO:teuthology.orchestra.run.smithi113.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.113.123~20.04.1). 2024-06-30T12:26:42.515 INFO:teuthology.orchestra.run.smithi113.stdout:0 upgraded, 0 newly installed, 0 to remove and 309 not upgraded. 2024-06-30T12:26:42.517 DEBUG:teuthology.orchestra.run.smithi113:> dpkg -s linux-image-generic-hwe-20.04 2024-06-30T12:26:42.539 INFO:teuthology.orchestra.run.smithi113.stdout:Package: linux-image-generic-hwe-20.04 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Status: install ok installed 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Priority: optional 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Section: kernel 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Installed-Size: 21 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Maintainer: Ubuntu Kernel Team 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Architecture: amd64 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Source: linux-meta-hwe-5.15 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Version: 5.15.0.113.123~20.04.1 2024-06-30T12:26:42.540 INFO:teuthology.orchestra.run.smithi113.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:26:42.540 INFO:teuthology.orchestra.run.smithi113.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:26:42.540 INFO:teuthology.orchestra.run.smithi113.stdout:Recommends: thermald 2024-06-30T12:26:42.541 INFO:teuthology.orchestra.run.smithi113.stdout:Description: Generic Linux kernel image 2024-06-30T12:26:42.541 INFO:teuthology.orchestra.run.smithi113.stdout: This package will always depend on the latest generic kernel image 2024-06-30T12:26:42.541 INFO:teuthology.orchestra.run.smithi113.stdout: available. 2024-06-30T12:26:42.541 DEBUG:teuthology.orchestra.run.smithi113:> mktemp 2024-06-30T12:26:42.547 INFO:teuthology.orchestra.run.smithi113.stdout:/tmp/tmp.hCC8u3o3d0 2024-06-30T12:26:42.547 DEBUG:teuthology.orchestra.run.smithi113:> sudo cp /boot/grub/grub.cfg /tmp/tmp.hCC8u3o3d0 2024-06-30T12:26:42.607 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod 0666 /tmp/tmp.hCC8u3o3d0 2024-06-30T12:26:42.634 DEBUG:teuthology.orchestra.remote:smithi113:/tmp/tmp.hCC8u3o3d0 is 9KB 2024-06-30T12:26:42.648 DEBUG:teuthology.orchestra.run.smithi113:> rm -fr /tmp/tmp.hCC8u3o3d0 2024-06-30T12:26:42.654 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-30T12:26:42.710 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-06-30T12:26:42.710 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-30T12:26:42.710 DEBUG:teuthology.orchestra.run.smithi113:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-30T12:26:42.741 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-113-generic 2024-06-30T12:26:42.741 DEBUG:teuthology.orchestra.run.smithi113:> sudo update-grub 2024-06-30T12:26:43.132 INFO:teuthology.orchestra.run.smithi193.stderr:Sourcing file `/etc/default/grub' 2024-06-30T12:26:43.141 INFO:teuthology.orchestra.run.smithi193.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:26:43.151 INFO:teuthology.orchestra.run.smithi193.stderr:Generating grub configuration file ... 2024-06-30T12:26:43.200 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub' 2024-06-30T12:26:43.212 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:26:43.227 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2024-06-30T12:26:43.393 INFO:teuthology.orchestra.run.smithi193.stderr:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:43.404 INFO:teuthology.orchestra.run.smithi193.stderr:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:43.490 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:43.501 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:43.744 INFO:teuthology.orchestra.run.smithi193.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:26:43.756 INFO:teuthology.orchestra.run.smithi193.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:26:43.857 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:26:43.868 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:26:44.078 INFO:teuthology.orchestra.run.smithi113.stderr:Sourcing file `/etc/default/grub' 2024-06-30T12:26:44.089 INFO:teuthology.orchestra.run.smithi113.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-30T12:26:44.104 INFO:teuthology.orchestra.run.smithi113.stderr:Generating grub configuration file ... 2024-06-30T12:26:44.321 INFO:teuthology.orchestra.run.smithi113.stderr:Found linux image: /boot/vmlinuz-5.15.0-113-generic 2024-06-30T12:26:44.332 INFO:teuthology.orchestra.run.smithi113.stderr:Found initrd image: /boot/initrd.img-5.15.0-113-generic 2024-06-30T12:26:44.513 INFO:teuthology.orchestra.run.smithi193.stderr:done 2024-06-30T12:26:44.514 DEBUG:teuthology.orchestra.run.smithi193:> sudo shutdown -r now 2024-06-30T12:26:44.581 INFO:teuthology.orchestra.run.smithi087.stderr:done 2024-06-30T12:26:44.583 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2024-06-30T12:26:44.654 INFO:teuthology.orchestra.run.smithi113.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-30T12:26:44.666 INFO:teuthology.orchestra.run.smithi113.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-30T12:26:45.404 INFO:teuthology.orchestra.run.smithi113.stderr:done 2024-06-30T12:26:45.406 DEBUG:teuthology.orchestra.run.smithi113:> sudo shutdown -r now 2024-06-30T12:27:14.546 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-06-30T12:27:14.547 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-06-30T12:27:14.548 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:27:14.586 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-30T12:27:14.586 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-06-30T12:27:14.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:27:15.409 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-30T12:27:15.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-06-30T12:27:15.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:27:49.151 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-06-30T12:27:49.918 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.113 2024-06-30T12:27:58.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-06-30T12:27:58.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:27:58.920 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-06-30T12:27:58.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:28:01.982 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.113 2024-06-30T12:28:13.986 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-06-30T12:28:13.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:28:14.551 DEBUG:teuthology.orchestra.remote:timed out 2024-06-30T12:28:16.542 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-06-30T12:28:23.559 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-06-30T12:28:23.560 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:28:24.437 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-06-30T12:28:25.479 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-06-30T12:28:25.479 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-113-generic"... 2024-06-30T12:28:25.480 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-06-30T12:28:25.484 INFO:teuthology.orchestra.run.smithi193.stdout:5.15.0-113-generic 2024-06-30T12:28:25.484 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-113-generic vs 5.15.0-113-generic 2024-06-30T12:28:25.484 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-30T12:28:25.484 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-30T12:28:26.485 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-06-30T12:28:26.485 DEBUG:teuthology.orchestra.run.smithi193:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:28:26.576 INFO:teuthology.orchestra.run.smithi193.stdout:ttyS1 2024-06-30T12:28:26.596 DEBUG:teuthology.parallel:result is None 2024-06-30T12:28:28.543 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-06-30T12:28:28.544 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:28:28.940 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-06-30T12:28:29.813 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-06-30T12:28:29.813 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-113-generic"... 2024-06-30T12:28:29.813 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-06-30T12:28:29.859 INFO:teuthology.orchestra.run.smithi087.stdout:5.15.0-113-generic 2024-06-30T12:28:29.859 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-113-generic vs 5.15.0-113-generic 2024-06-30T12:28:29.859 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-30T12:28:29.859 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-30T12:28:30.860 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-30T12:28:30.860 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:28:31.058 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-06-30T12:28:31.081 DEBUG:teuthology.parallel:result is None 2024-06-30T12:28:45.950 DEBUG:teuthology.orchestra.run.smithi113:> true 2024-06-30T12:28:46.451 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-06-30T12:28:46.451 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-113-generic"... 2024-06-30T12:28:46.451 DEBUG:teuthology.orchestra.run.smithi113:> uname -r 2024-06-30T12:28:46.501 INFO:teuthology.orchestra.run.smithi113.stdout:5.15.0-113-generic 2024-06-30T12:28:46.501 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-113-generic vs 5.15.0-113-generic 2024-06-30T12:28:46.501 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-30T12:28:46.501 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-30T12:28:47.503 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-30T12:28:47.503 DEBUG:teuthology.orchestra.run.smithi113:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-30T12:28:47.885 INFO:teuthology.orchestra.run.smithi113.stdout:ttyS1 2024-06-30T12:28:47.906 DEBUG:teuthology.parallel:result is None 2024-06-30T12:28:47.906 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-30T12:28:47.914 INFO:teuthology.task.internal:Creating test directory... 2024-06-30T12:28:47.914 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:28:47.916 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:28:47.919 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-30T12:28:47.926 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-30T12:28:47.971 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-30T12:28:47.982 INFO:teuthology.task.internal:Creating archive directory... 2024-06-30T12:28:47.982 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:28:47.984 DEBUG:teuthology.orchestra.run.smithi113:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:28:47.986 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-30T12:28:48.057 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-30T12:28:48.066 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-30T12:28:48.066 DEBUG:teuthology.orchestra.run.smithi087:> 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:28:48.068 DEBUG:teuthology.orchestra.run.smithi113:> 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:28:48.070 DEBUG:teuthology.orchestra.run.smithi193:> 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:28:48.090 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:28:48.094 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:28:48.094 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:28:48.100 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:28:48.102 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:28:48.103 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-30T12:28:48.105 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-30T12:28:48.113 INFO:teuthology.task.internal:Configuring sudo... 2024-06-30T12:28:48.113 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:28:48.144 DEBUG:teuthology.orchestra.run.smithi113:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:28:48.148 DEBUG:teuthology.orchestra.run.smithi193:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-30T12:28:48.165 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-30T12:28:48.176 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-30T12:28:48.176 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:28:48.200 DEBUG:teuthology.orchestra.run.smithi113:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:28:48.204 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-30T12:28:48.220 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:28:48.253 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:28:48.302 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-06-30T12:28:48.302 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:28:48.362 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:28:48.370 DEBUG:teuthology.orchestra.run.smithi113:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:28:48.422 DEBUG:teuthology.orchestra.run.smithi113:> set -ex 2024-06-30T12:28:48.422 DEBUG:teuthology.orchestra.run.smithi113:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:28:48.489 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-30T12:28:48.496 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-30T12:28:48.544 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-06-30T12:28:48.544 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-30T12:28:48.604 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-06-30T12:28:48.606 DEBUG:teuthology.orchestra.run.smithi113:> sudo service rsyslog restart 2024-06-30T12:28:48.608 DEBUG:teuthology.orchestra.run.smithi193:> sudo service rsyslog restart 2024-06-30T12:28:48.700 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-30T12:28:48.709 INFO:teuthology.task.internal:Starting timer... 2024-06-30T12:28:48.709 INFO:teuthology.run_tasks:Running task pcp... 2024-06-30T12:28:48.720 INFO:teuthology.run_tasks:Running task selinux... 2024-06-30T12:28:48.730 DEBUG:teuthology.task.selinux:Excluding smithi087: OS 'ubuntu' does not support SELinux 2024-06-30T12:28:48.730 DEBUG:teuthology.task.selinux:Excluding smithi113: OS 'ubuntu' does not support SELinux 2024-06-30T12:28:48.730 DEBUG:teuthology.task.selinux:Excluding smithi193: OS 'ubuntu' does not support SELinux 2024-06-30T12:28:48.730 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-30T12:28:48.730 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-06-30T12:28:48.730 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-30T12:28:48.730 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-30T12:28:48.741 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-30T12:28:48.754 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:28:48.754 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi113.front.sepia.ceph.com,smithi193.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-30T12:34:16.961 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi113.front.sepia.ceph.com'), Remote(name='ubuntu@smithi193.front.sepia.ceph.com')] 2024-06-30T12:34:16.962 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-06-30T12:34:16.963 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:34:17.050 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-06-30T12:34:17.172 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-06-30T12:34:17.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-06-30T12:34:17.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi113.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:34:17.261 DEBUG:teuthology.orchestra.run.smithi113:> true 2024-06-30T12:34:17.380 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi113.front.sepia.ceph.com' 2024-06-30T12:34:17.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-06-30T12:34:17.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-30T12:34:17.474 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-06-30T12:34:17.596 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-06-30T12:34:17.597 INFO:teuthology.run_tasks:Running task clock... 2024-06-30T12:34:17.608 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-30T12:34:17.608 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:34:17.608 DEBUG:teuthology.orchestra.run.smithi087:> 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:34:17.611 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:34:17.611 DEBUG:teuthology.orchestra.run.smithi113:> 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:34:17.613 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-30T12:34:17.614 DEBUG:teuthology.orchestra.run.smithi193:> 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:34:17.643 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-30T12:34:17.643 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Command line: ntpd -gq 2024-06-30T12:34:17.644 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-30T12:34:17.644 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Command line: ntpd -gq 2024-06-30T12:34:17.644 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: proto: precision = 0.082 usec (-23) 2024-06-30T12:34:17.644 INFO:teuthology.orchestra.run.smithi113.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:34:17.645 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:34:17.645 INFO:teuthology.orchestra.run.smithi113.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:34:17.646 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:34:17.646 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Listen and drop on 0 v6wildcard [::]:123 2024-06-30T12:34:17.646 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-30T12:34:17.646 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Listen normally on 2 lo 127.0.0.1:123 2024-06-30T12:34:17.647 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Listen normally on 3 enp3s0f1 172.21.15.113:123 2024-06-30T12:34:17.647 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Listen normally on 4 lo [::1]:123 2024-06-30T12:34:17.647 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d7c1%5]:123 2024-06-30T12:34:17.647 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:17 ntpd[13185]: Listening on routing socket on fd #22 for interface updates 2024-06-30T12:34:17.647 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: proto: precision = 0.076 usec (-24) 2024-06-30T12:34:17.647 INFO:teuthology.orchestra.run.smithi087.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:34:17.648 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:34:17.648 INFO:teuthology.orchestra.run.smithi087.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Listen and drop on 0 v6wildcard [::]:123 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Listen normally on 2 lo 127.0.0.1:123 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Listen normally on 3 enp3s0f1 172.21.15.87:123 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Listen normally on 4 lo [::1]:123 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d5f5%5]:123 2024-06-30T12:34:17.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:17 ntpd[13156]: Listening on routing socket on fd #22 for interface updates 2024-06-30T12:34:17.668 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-30T12:34:17.668 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Command line: ntpd -gq 2024-06-30T12:34:17.669 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: proto: precision = 0.100 usec (-23) 2024-06-30T12:34:17.670 INFO:teuthology.orchestra.run.smithi193.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:34:17.670 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-30T12:34:17.671 INFO:teuthology.orchestra.run.smithi193.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:34:17.671 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: restrict ::: KOD does nothing without LIMITED. 2024-06-30T12:34:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Listen and drop on 0 v6wildcard [::]:123 2024-06-30T12:34:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-30T12:34:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Listen normally on 2 lo 127.0.0.1:123 2024-06-30T12:34:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Listen normally on 3 enp3s0f1 172.21.15.193:123 2024-06-30T12:34:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Listen normally on 4 lo [::1]:123 2024-06-30T12:34:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7253%5]:123 2024-06-30T12:34:17.672 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:17 ntpd[13197]: Listening on routing socket on fd #22 for interface updates 2024-06-30T12:34:18.644 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:18 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.644 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:18 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:18 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:18 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:18 ntpd[13185]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:18.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:18 ntpd[13185]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:18.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:18.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:18 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:18.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:18 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:18.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:18 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:19.644 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:19 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:19.644 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:19 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:19.644 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:19 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:19.644 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:19 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:19.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:19 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:19.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:19 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:19.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:19 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:19.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:19 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:19.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:19 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:19.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:19 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:20.644 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:20 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.644 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:20 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:20 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:20 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:20 ntpd[13185]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:20.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:20 ntpd[13185]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:20.647 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:20.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:20 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:20.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:20 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:20 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:20 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:20.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:20 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:20.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:20 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:20.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:20 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:21.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:21 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:21.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:21 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:21.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:21 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:21.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:21 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:21.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:21 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:21.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:21 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:22 ntpd[13185]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:22 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:22.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:22 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:23.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:23 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:23.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:23 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:23.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:23 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:23.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:23 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:23.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:23 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:23.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:23 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:24.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.645 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:24.646 INFO:teuthology.orchestra.run.smithi113.stdout:30 Jun 12:34:24 ntpd[13185]: ntpd: time slew +0.000502 s 2024-06-30T12:34:24.647 INFO:teuthology.orchestra.run.smithi113.stdout:ntpd: time slew +0.000502s 2024-06-30T12:34:24.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-30T12:34:24.647 INFO:teuthology.orchestra.run.smithi113.stderr:30 Jun 12:34:24 ntpd[13185]: can't open /var/log/ntpstats/loopstats.20240630: Permission denied 2024-06-30T12:34:24.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.648 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stdout:30 Jun 12:34:24 ntpd[13156]: ntpd: time slew +0.000198 s 2024-06-30T12:34:24.649 INFO:teuthology.orchestra.run.smithi087.stdout:ntpd: time slew +0.000198s 2024-06-30T12:34:24.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-30T12:34:24.650 INFO:teuthology.orchestra.run.smithi087.stderr:30 Jun 12:34:24 ntpd[13156]: can't open /var/log/ntpstats/loopstats.20240630: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:24.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:24.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:24 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:24.698 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:34:24.698 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-06-30T12:34:24.698 INFO:teuthology.orchestra.run.smithi087.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:24.698 INFO:teuthology.orchestra.run.smithi087.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:24.699 INFO:teuthology.orchestra.run.smithi087.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:24.699 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:24.772 INFO:teuthology.orchestra.run.smithi113.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:34:24.772 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================== 2024-06-30T12:34:24.773 INFO:teuthology.orchestra.run.smithi113.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:24.773 INFO:teuthology.orchestra.run.smithi113.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:24.773 INFO:teuthology.orchestra.run.smithi113.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:24.773 INFO:teuthology.orchestra.run.smithi113.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:25.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:25.669 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:25.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-30T12:34:25.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: can't open /var/log/ntpstats/rawstats.20240630: Permission denied 2024-06-30T12:34:25.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-30T12:34:25.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: can't open /var/log/ntpstats/peerstats.20240630: Permission denied 2024-06-30T12:34:25.670 INFO:teuthology.orchestra.run.smithi193.stdout:30 Jun 12:34:25 ntpd[13197]: ntpd: time slew -0.000372 s 2024-06-30T12:34:25.670 INFO:teuthology.orchestra.run.smithi193.stdout:ntpd: time slew -0.000372s 2024-06-30T12:34:25.670 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-30T12:34:25.671 INFO:teuthology.orchestra.run.smithi193.stderr:30 Jun 12:34:25 ntpd[13197]: can't open /var/log/ntpstats/loopstats.20240630: Permission denied 2024-06-30T12:34:25.731 INFO:teuthology.orchestra.run.smithi193.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:34:25.731 INFO:teuthology.orchestra.run.smithi193.stdout:============================================================================== 2024-06-30T12:34:25.731 INFO:teuthology.orchestra.run.smithi193.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:25.731 INFO:teuthology.orchestra.run.smithi193.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:25.731 INFO:teuthology.orchestra.run.smithi193.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:25.731 INFO:teuthology.orchestra.run.smithi193.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:25.732 INFO:teuthology.run_tasks:Running task install... 2024-06-30T12:34:25.742 DEBUG:teuthology.task.install:project ceph 2024-06-30T12:34:25.742 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65'}} 2024-06-30T12:34:25.742 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f1abf795f4fc15bf2f30ac90c811a53ab21d5d65'} 2024-06-30T12:34:25.742 INFO:teuthology.task.install:Using flavor: default 2024-06-30T12:34:25.748 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-06-30T12:34:25.748 INFO:teuthology.task.install:extra packages: [] 2024-06-30T12:34:25.748 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-key list | grep Ceph 2024-06-30T12:34:25.749 DEBUG:teuthology.orchestra.run.smithi113:> sudo apt-key list | grep Ceph 2024-06-30T12:34:25.749 DEBUG:teuthology.orchestra.run.smithi193:> sudo apt-key list | grep Ceph 2024-06-30T12:34:25.849 INFO:teuthology.orchestra.run.smithi087.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-06-30T12:34:25.851 INFO:teuthology.orchestra.run.smithi113.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-06-30T12:34:25.864 INFO:teuthology.orchestra.run.smithi193.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-06-30T12:34:25.900 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-30T12:34:25.900 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph.com (release key) 2024-06-30T12:34:25.901 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-06-30T12:34:25.901 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:34:25.910 INFO:teuthology.orchestra.run.smithi113.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-30T12:34:25.911 INFO:teuthology.orchestra.run.smithi113.stdout:uid [ unknown] Ceph.com (release key) 2024-06-30T12:34:25.911 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-06-30T12:34:25.912 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:34:25.924 INFO:teuthology.orchestra.run.smithi193.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-06-30T12:34:25.924 INFO:teuthology.orchestra.run.smithi193.stdout:uid [ unknown] Ceph.com (release key) 2024-06-30T12:34:25.924 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-06-30T12:34:25.925 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:34:26.053 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_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 79, in install_packages with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/deb.py", line 79, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:34:26.055 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_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 637, 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 "/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_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 79, in install_packages with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/deb.py", line 79, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:34:26.226 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d4956e4e4c8a4f0480744bc6e3c8aaac 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_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 637, 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 "/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_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 79, in install_packages with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/deb.py", line 79, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 2024-06-30T12:34:26.229 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-06-30T12:34:26.237 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-30T12:34:26.245 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-30T12:34:26.245 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:34:26.261 DEBUG:teuthology.orchestra.run.smithi113:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:34:26.264 DEBUG:teuthology.orchestra.run.smithi193:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-30T12:34:26.270 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:34:26.270 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-06-30T12:34:26.270 INFO:teuthology.orchestra.run.smithi087.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.271 INFO:teuthology.orchestra.run.smithi087.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.271 INFO:teuthology.orchestra.run.smithi087.stdout: hv03.front.sepi 74.6.168.72 3 u 1 64 1 0.114 0.040 0.000 2024-06-30T12:34:26.271 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.283 INFO:teuthology.orchestra.run.smithi113.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:34:26.283 INFO:teuthology.orchestra.run.smithi113.stdout:============================================================================== 2024-06-30T12:34:26.283 INFO:teuthology.orchestra.run.smithi113.stdout: hv01.front.sepi 67.205.162.81 3 u 1 64 1 0.116 -2.269 0.000 2024-06-30T12:34:26.283 INFO:teuthology.orchestra.run.smithi113.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.283 INFO:teuthology.orchestra.run.smithi113.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.283 INFO:teuthology.orchestra.run.smithi113.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.285 INFO:teuthology.orchestra.run.smithi193.stdout: remote refid st t when poll reach delay offset jitter 2024-06-30T12:34:26.285 INFO:teuthology.orchestra.run.smithi193.stdout:============================================================================== 2024-06-30T12:34:26.285 INFO:teuthology.orchestra.run.smithi193.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.285 INFO:teuthology.orchestra.run.smithi193.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.285 INFO:teuthology.orchestra.run.smithi193.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.285 INFO:teuthology.orchestra.run.smithi193.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-30T12:34:26.286 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-30T12:34:26.294 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-30T12:34:26.294 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-30T12:34:26.302 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-30T12:34:26.310 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-30T12:34:26.321 INFO:teuthology.task.internal:Duration was 337.612566 seconds 2024-06-30T12:34:26.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-30T12:34:26.348 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-30T12:34:26.348 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:34:26.357 DEBUG:teuthology.orchestra.run.smithi113:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:34:26.359 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-30T12:34:26.405 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-30T12:34:26.405 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-06-30T12:34:26.405 DEBUG:teuthology.orchestra.run.smithi087:> 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:34:26.419 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi113.front.sepia.ceph.com 2024-06-30T12:34:26.419 DEBUG:teuthology.orchestra.run.smithi113:> 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:34:26.458 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi193.front.sepia.ceph.com 2024-06-30T12:34:26.458 DEBUG:teuthology.orchestra.run.smithi193:> 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:34:26.473 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-30T12:34:26.473 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:34:26.476 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:34:26.501 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-30T12:34:26.564 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-30T12:34:26.564 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:34:26.567 DEBUG:teuthology.orchestra.run.smithi113:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:34:26.569 DEBUG:teuthology.orchestra.run.smithi193:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-30T12:34:26.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-30T12:34:26.639 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-30T12:34:26.639 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:34:26.655 DEBUG:teuthology.orchestra.run.smithi113:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:34:26.672 DEBUG:teuthology.orchestra.run.smithi193:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-30T12:34:26.688 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-30T12:34:26.697 DEBUG:teuthology.orchestra.run.smithi087:> 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:34:26.701 DEBUG:teuthology.orchestra.run.smithi113:> 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:34:26.712 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-06-30T12:34:26.717 DEBUG:teuthology.orchestra.run.smithi193:> 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:34:26.730 INFO:teuthology.orchestra.run.smithi113.stdout:kernel.core_pattern = core 2024-06-30T12:34:26.745 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = core 2024-06-30T12:34:26.764 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:34:26.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:34:26.801 DEBUG:teuthology.orchestra.run.smithi113:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:34:26.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:34:26.809 DEBUG:teuthology.orchestra.run.smithi193:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-30T12:34:26.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-30T12:34:26.816 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-30T12:34:26.825 INFO:teuthology.task.internal:Transferring archived files... 2024-06-30T12:34:26.826 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749504/remote/smithi087 2024-06-30T12:34:26.827 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:34:26.868 DEBUG:teuthology.misc:Transferring archived files from smithi113:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749504/remote/smithi113 2024-06-30T12:34:26.869 DEBUG:teuthology.orchestra.run.smithi113:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:34:26.891 DEBUG:teuthology.misc:Transferring archived files from smithi193:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-10_22:08:02-orch-reef-distro-default-smithi/7749504/remote/smithi193 2024-06-30T12:34:26.892 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-30T12:34:26.917 INFO:teuthology.task.internal:Removing archive directory... 2024-06-30T12:34:26.917 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:34:26.919 DEBUG:teuthology.orchestra.run.smithi113:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:34:26.929 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-30T12:34:26.961 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-30T12:34:26.977 INFO:teuthology.task.internal:Not uploading archives. 2024-06-30T12:34:26.977 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-30T12:34:26.985 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-30T12:34:26.986 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:34:26.988 DEBUG:teuthology.orchestra.run.smithi113:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:34:26.990 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-30T12:34:26.994 INFO:teuthology.orchestra.run.smithi087.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:34 /home/ubuntu/cephtest 2024-06-30T12:34:26.996 INFO:teuthology.orchestra.run.smithi113.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:34 /home/ubuntu/cephtest 2024-06-30T12:34:27.009 INFO:teuthology.orchestra.run.smithi193.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 30 12:34 /home/ubuntu/cephtest 2024-06-30T12:34:27.012 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-30T12:34:27.021 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-30T12:34:27.041 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_set_mon_crush_locations} duration: 337.61256551742554 failure_reason: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f1abf795f4fc15bf2f30ac90c811a53ab21d5d65 flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d4956e4e4c8a4f0480744bc6e3c8aaac status: fail success: false 2024-06-30T12:34:27.041 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-30T12:34:27.120 INFO:teuthology.run:FAIL