2024-05-10T22:52:40.306 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-10T22:52:40.306 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881 --owner scheduled_teuthology@teuthology --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_set_mon_crush_locations} --verbose --name teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/orig.config.yaml 2024-05-10T22:52:40.335 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T22:52:40.406 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7701881' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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\) - MON_DOWN - POOL_APP_NOT_ENABLED log-only-match: - CEPHADM_ sha1: f72fecff68e1d400c4568684327c900485c20d6a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f72fecff68e1d400c4568684327c900485c20d6a workunit: branch: squid sha1: f72fecff68e1d400c4568684327c900485c20d6a owner: scheduled_teuthology@teuthology priority: 100 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: 2153 sha1: f72fecff68e1d400c4568684327c900485c20d6a sleep_before_teardown: 0 subset: 20/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f72fecff68e1d400c4568684327c900485c20d6a targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH+4MYjPvJAdl+neGyFVRSEZER2YCIR9taGOz2r0pHEYqFnCQ1zoh4rKtIs9gppV1reeAZ6edYIrT1bOB7NqtWI= smithi100.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDYr17YFaw53vtjFthSxF56haYvRYX6sVSVXa6XcY2ICWmrRZ+hcQM3JUOr2LkOatYpqfDmH+pE9ADXagrIq6Sk= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO1736ZkjL6wroIOw0rUKdYWABskGNlK1xEBcz3I5IIDaLO2r0iON80nE13xYz2fnBxUoiXPFlTEkCZxf66pFls= 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 0x7f2fa39c3280>, signals=[15]) 2024-05-10T22:52:41.027 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-10T22:52:41.033 INFO:teuthology.task.internal:Opening connections... 2024-05-10T22:52:41.033 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-05-10T22:52:41.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:52:41.116 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi100.front.sepia.ceph.com 2024-05-10T22:52:41.116 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:52:41.193 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-05-10T22:52:41.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:52:41.268 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-10T22:52:41.275 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-05-10T22:52:41.282 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-05-10T22:52:41.282 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="Ubuntu" 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="22.04" 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_CODENAME=jammy 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:ID=ubuntu 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE=debian 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-10T22:52:41.327 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-10T22:52:41.328 INFO:teuthology.orchestra.run.smithi026.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-10T22:52:41.328 INFO:teuthology.orchestra.run.smithi026.stdout:UBUNTU_CODENAME=jammy 2024-05-10T22:52:41.328 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-05-10T22:52:41.352 DEBUG:teuthology.orchestra.run.smithi100:> uname -m 2024-05-10T22:52:41.357 INFO:teuthology.orchestra.run.smithi100.stdout:x86_64 2024-05-10T22:52:41.357 DEBUG:teuthology.orchestra.run.smithi100:> cat /etc/os-release 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:NAME="Ubuntu" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_ID="22.04" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:VERSION_CODENAME=jammy 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:ID=ubuntu 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:ID_LIKE=debian 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-10T22:52:41.406 INFO:teuthology.orchestra.run.smithi100.stdout:UBUNTU_CODENAME=jammy 2024-05-10T22:52:41.407 INFO:teuthology.lock.ops:Updating smithi100.front.sepia.ceph.com on lock server 2024-05-10T22:52:41.426 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-05-10T22:52:41.432 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-05-10T22:52:41.432 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-05-10T22:52:41.485 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-10T22:52:41.485 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="Ubuntu" 2024-05-10T22:52:41.485 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="22.04" 2024-05-10T22:52:41.485 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-10T22:52:41.485 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_CODENAME=jammy 2024-05-10T22:52:41.486 INFO:teuthology.orchestra.run.smithi170.stdout:ID=ubuntu 2024-05-10T22:52:41.486 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE=debian 2024-05-10T22:52:41.486 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-10T22:52:41.486 INFO:teuthology.orchestra.run.smithi170.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-10T22:52:41.486 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-10T22:52:41.486 INFO:teuthology.orchestra.run.smithi170.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-10T22:52:41.486 INFO:teuthology.orchestra.run.smithi170.stdout:UBUNTU_CODENAME=jammy 2024-05-10T22:52:41.486 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-05-10T22:52:41.510 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-10T22:52:41.517 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-10T22:52:41.542 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-10T22:52:41.542 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-05-10T22:52:41.545 DEBUG:teuthology.orchestra.run.smithi100:> test '!' -e /home/ubuntu/cephtest 2024-05-10T22:52:41.547 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-05-10T22:52:41.552 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-10T22:52:41.576 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-10T22:52:41.576 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-05-10T22:52:41.592 DEBUG:teuthology.orchestra.run.smithi100:> test -z $(ls -A /var/lib/ceph) 2024-05-10T22:52:41.595 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-05-10T22:52:41.623 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-10T22:52:41.703 INFO:teuthology.run_tasks:Running task kernel... 2024-05-10T22:52:41.717 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-10T22:52:41.718 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-10T22:52:41.718 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T22:52:41.718 DEBUG:teuthology.orchestra.run.smithi100:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T22:52:41.719 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-10T22:52:41.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T22:52:41.724 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-05-10T22:52:41.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T22:52:41.725 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T22:52:41.725 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-05-10T22:52:41.725 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-05-10T22:52:41.770 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-56-generic 2024-05-10T22:52:41.770 INFO:teuthology.task.kernel:Running kernel on smithi100: 5.15.0-56-generic 2024-05-10T22:52:41.770 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-05-10T22:52:41.772 INFO:teuthology.orchestra.run.smithi026.stdout:5.15.0-56-generic 2024-05-10T22:52:41.772 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.15.0-56-generic 2024-05-10T22:52:41.772 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2024-05-10T22:52:41.773 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-56-generic 2024-05-10T22:52:41.773 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.15.0-56-generic 2024-05-10T22:52:41.773 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-05-10T22:52:41.880 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-05-10T22:52:41.921 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-05-10T22:52:41.926 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-05-10T22:52:42.041 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T22:52:42.059 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-10T22:52:42.059 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-10T22:52:42.083 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T22:52:42.083 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-10T22:52:42.083 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-10T22:52:42.086 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T22:52:42.086 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-10T22:52:42.086 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-10T22:52:42.137 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-10T22:52:42.160 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-10T22:52:42.173 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-10T22:52:42.303 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [462 kB] 2024-05-10T22:52:42.323 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,427 kB] 2024-05-10T22:52:42.330 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [462 kB] 2024-05-10T22:52:42.379 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-10T22:52:42.397 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,427 kB] 2024-05-10T22:52:42.398 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-10T22:52:42.404 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-10T22:52:42.429 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,427 kB] 2024-05-10T22:52:42.472 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [247 kB] 2024-05-10T22:52:42.478 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-10T22:52:42.479 INFO:teuthology.orchestra.run.smithi026.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-10T22:52:42.514 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [247 kB] 2024-05-10T22:52:42.522 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-10T22:52:42.522 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-10T22:52:42.524 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-10T22:52:42.526 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [462 kB] 2024-05-10T22:52:42.539 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [247 kB] 2024-05-10T22:52:42.540 INFO:teuthology.orchestra.run.smithi026.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-10T22:52:42.542 INFO:teuthology.orchestra.run.smithi026.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-10T22:52:42.545 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-10T22:52:42.546 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-10T22:52:42.555 INFO:teuthology.orchestra.run.smithi026.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-10T22:52:42.555 INFO:teuthology.orchestra.run.smithi026.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-05-10T22:52:42.562 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-10T22:52:42.576 INFO:teuthology.orchestra.run.smithi026.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-10T22:52:42.635 INFO:teuthology.orchestra.run.smithi026.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-10T22:52:42.641 INFO:teuthology.orchestra.run.smithi026.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-10T22:52:42.648 INFO:teuthology.orchestra.run.smithi026.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-10T22:52:42.662 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-10T22:52:42.663 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-10T22:52:42.664 INFO:teuthology.orchestra.run.smithi026.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-10T22:52:42.664 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-10T22:52:42.665 INFO:teuthology.orchestra.run.smithi026.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-10T22:52:42.668 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-10T22:52:42.669 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-10T22:52:42.670 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-10T22:52:42.670 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [603 kB] 2024-05-10T22:52:42.680 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-05-10T22:52:42.680 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-05-10T22:52:42.686 INFO:teuthology.orchestra.run.smithi026.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-10T22:52:42.690 INFO:teuthology.orchestra.run.smithi026.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-10T22:52:42.690 INFO:teuthology.orchestra.run.smithi026.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-10T22:52:42.690 INFO:teuthology.orchestra.run.smithi026.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-10T22:52:42.691 INFO:teuthology.orchestra.run.smithi026.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-10T22:52:42.692 INFO:teuthology.orchestra.run.smithi026.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-10T22:52:42.716 INFO:teuthology.orchestra.run.smithi026.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-10T22:52:42.717 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-10T22:52:42.717 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-10T22:52:42.719 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-10T22:52:42.719 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-10T22:52:42.719 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-10T22:52:42.722 INFO:teuthology.orchestra.run.smithi026.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-10T22:52:42.723 INFO:teuthology.orchestra.run.smithi026.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-10T22:52:42.725 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-10T22:52:42.726 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [164 kB] 2024-05-10T22:52:42.728 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-10T22:52:42.729 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-10T22:52:42.729 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-10T22:52:42.730 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-10T22:52:42.730 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-10T22:52:42.737 INFO:teuthology.orchestra.run.smithi026.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-05-10T22:52:42.750 INFO:teuthology.orchestra.run.smithi100.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-10T22:52:42.750 INFO:teuthology.orchestra.run.smithi100.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-10T22:52:42.756 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-10T22:52:42.757 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-10T22:52:42.766 INFO:teuthology.orchestra.run.smithi026.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-10T22:52:42.770 INFO:teuthology.orchestra.run.smithi026.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-10T22:52:42.771 INFO:teuthology.orchestra.run.smithi026.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-10T22:52:42.772 INFO:teuthology.orchestra.run.smithi026.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-10T22:52:42.773 INFO:teuthology.orchestra.run.smithi026.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-10T22:52:42.774 INFO:teuthology.orchestra.run.smithi026.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-10T22:52:42.774 INFO:teuthology.orchestra.run.smithi026.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-10T22:52:42.775 INFO:teuthology.orchestra.run.smithi026.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-10T22:52:42.776 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-10T22:52:42.797 INFO:teuthology.orchestra.run.smithi026.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-10T22:52:42.797 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-10T22:52:42.798 INFO:teuthology.orchestra.run.smithi026.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-10T22:52:42.798 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-10T22:52:42.812 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-10T22:52:42.814 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-10T22:52:42.820 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-10T22:52:42.820 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-05-10T22:52:42.822 INFO:teuthology.orchestra.run.smithi026.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-10T22:52:42.823 INFO:teuthology.orchestra.run.smithi026.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-10T22:52:42.823 INFO:teuthology.orchestra.run.smithi026.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-10T22:52:42.824 INFO:teuthology.orchestra.run.smithi026.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-10T22:52:42.843 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-10T22:52:42.853 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-10T22:52:42.858 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-10T22:52:42.858 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-10T22:52:42.859 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-10T22:52:42.859 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-10T22:52:42.874 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-10T22:52:42.875 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-10T22:52:42.876 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-10T22:52:42.877 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-10T22:52:42.894 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-10T22:52:42.894 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-10T22:52:42.895 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-10T22:52:42.895 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-10T22:52:42.896 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-10T22:52:42.958 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-10T22:52:42.959 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-10T22:52:42.983 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-10T22:52:42.983 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-05-10T22:52:43.065 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-10T22:52:43.118 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-10T22:52:43.144 INFO:teuthology.orchestra.run.smithi100.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-10T22:52:43.146 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-10T22:52:43.146 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-10T22:52:43.148 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-10T22:52:43.149 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-10T22:52:43.149 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-10T22:52:43.151 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-10T22:52:43.153 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-10T22:52:43.154 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-10T22:52:43.176 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-10T22:52:43.177 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-10T22:52:43.179 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-10T22:52:43.181 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-10T22:52:48.198 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 13.4 MB in 2s (6,880 kB/s) 2024-05-10T22:52:48.208 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 13.4 MB in 2s (6,975 kB/s) 2024-05-10T22:52:48.576 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 13.4 MB in 2s (6,698 kB/s) 2024-05-10T22:52:49.496 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-10T22:52:49.513 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-10T22:52:49.573 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-10T22:52:49.575 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-05-10T22:52:49.591 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-10T22:52:49.643 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-05-10T22:52:49.773 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-05-10T22:52:49.773 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-05-10T22:52:49.820 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-05-10T22:52:49.821 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-05-10T22:52:49.935 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-05-10T22:52:49.945 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T22:52:49.946 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T22:52:49.946 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T22:52:49.946 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T22:52:49.946 INFO:teuthology.orchestra.run.smithi100.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-10T22:52:49.947 INFO:teuthology.orchestra.run.smithi100.stdout: python2.7-minimal 2024-05-10T22:52:49.947 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T22:52:49.947 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-05-10T22:52:49.947 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-10T22:52:49.948 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-10T22:52:49.948 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-10T22:52:49.949 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-05-10T22:52:49.949 INFO:teuthology.orchestra.run.smithi100.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-10T22:52:49.949 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-05-10T22:52:49.949 INFO:teuthology.orchestra.run.smithi100.stdout: thermald 2024-05-10T22:52:49.954 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-10T22:52:49.977 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T22:52:49.977 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T22:52:49.977 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T22:52:49.978 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T22:52:49.978 INFO:teuthology.orchestra.run.smithi170.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-10T22:52:49.978 INFO:teuthology.orchestra.run.smithi170.stdout: python2.7-minimal 2024-05-10T22:52:49.978 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T22:52:49.979 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-05-10T22:52:49.979 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-10T22:52:49.979 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-10T22:52:49.980 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-10T22:52:49.981 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-05-10T22:52:49.981 INFO:teuthology.orchestra.run.smithi170.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-10T22:52:49.981 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-05-10T22:52:49.981 INFO:teuthology.orchestra.run.smithi170.stdout: thermald 2024-05-10T22:52:49.997 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-05-10T22:52:49.998 INFO:teuthology.orchestra.run.smithi100.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-10T22:52:49.998 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-10T22:52:49.998 INFO:teuthology.orchestra.run.smithi100.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-10T22:52:49.999 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages will be upgraded: 2024-05-10T22:52:49.999 INFO:teuthology.orchestra.run.smithi100.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-10T22:52:50.007 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-05-10T22:52:50.019 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-05-10T22:52:50.020 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-10T22:52:50.020 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-10T22:52:50.020 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-10T22:52:50.022 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages will be upgraded: 2024-05-10T22:52:50.022 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-10T22:52:50.065 INFO:teuthology.orchestra.run.smithi100.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-10T22:52:50.065 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 113 MB of archives. 2024-05-10T22:52:50.065 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-10T22:52:50.065 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-10T22:52:50.198 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-05-10T22:52:50.198 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-05-10T22:52:50.202 INFO:teuthology.orchestra.run.smithi170.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-10T22:52:50.202 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 113 MB of archives. 2024-05-10T22:52:50.202 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-10T22:52:50.202 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-10T22:52:50.367 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T22:52:50.367 INFO:teuthology.orchestra.run.smithi026.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T22:52:50.367 INFO:teuthology.orchestra.run.smithi026.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T22:52:50.367 INFO:teuthology.orchestra.run.smithi026.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T22:52:50.367 INFO:teuthology.orchestra.run.smithi026.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-10T22:52:50.368 INFO:teuthology.orchestra.run.smithi026.stdout: python2.7-minimal 2024-05-10T22:52:50.368 INFO:teuthology.orchestra.run.smithi026.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T22:52:50.369 INFO:teuthology.orchestra.run.smithi026.stdout:The following additional packages will be installed: 2024-05-10T22:52:50.369 INFO:teuthology.orchestra.run.smithi026.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-10T22:52:50.369 INFO:teuthology.orchestra.run.smithi026.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-10T22:52:50.370 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-10T22:52:50.371 INFO:teuthology.orchestra.run.smithi026.stdout:Suggested packages: 2024-05-10T22:52:50.371 INFO:teuthology.orchestra.run.smithi026.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-10T22:52:50.371 INFO:teuthology.orchestra.run.smithi026.stdout:Recommended packages: 2024-05-10T22:52:50.371 INFO:teuthology.orchestra.run.smithi026.stdout: thermald 2024-05-10T22:52:50.420 INFO:teuthology.orchestra.run.smithi026.stdout:The following NEW packages will be installed: 2024-05-10T22:52:50.420 INFO:teuthology.orchestra.run.smithi026.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-10T22:52:50.421 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-10T22:52:50.421 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-10T22:52:50.422 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages will be upgraded: 2024-05-10T22:52:50.422 INFO:teuthology.orchestra.run.smithi026.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-10T22:52:50.553 INFO:teuthology.orchestra.run.smithi026.stdout:3 upgraded, 5 newly installed, 0 to remove and 320 not upgraded. 2024-05-10T22:52:50.553 INFO:teuthology.orchestra.run.smithi026.stdout:Need to get 113 MB of archives. 2024-05-10T22:52:50.553 INFO:teuthology.orchestra.run.smithi026.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-10T22:52:50.553 INFO:teuthology.orchestra.run.smithi026.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-10T22:52:50.832 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-10T22:52:51.123 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-10T22:52:51.583 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-10T22:52:51.609 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-10T22:52:51.855 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-10T22:52:52.016 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-10T22:52:53.235 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-10T22:52:53.325 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-10T22:52:53.325 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-10T22:52:53.538 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-10T22:52:53.576 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-10T22:52:53.626 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-10T22:52:53.626 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-10T22:52:53.627 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-10T22:52:53.806 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-10T22:52:53.845 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-10T22:52:53.968 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 113 MB in 4s (31.7 MB/s) 2024-05-10T22:52:54.106 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-10T22:52:54.224 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-10T22:52:54.224 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-10T22:52:54.224 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-10T22:52:54.254 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 113 MB in 3s (33.2 MB/s) 2024-05-10T22:52:54.491 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-10T22:52:54.713 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-10T22:52:54.769 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-10T22:52:55.190 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 113 MB in 5s (23.9 MB/s) 2024-05-10T22:52:55.352 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-10T22:52:56.163 INFO:teuthology.orchestra.run.smithi100.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-10T22:52:56.167 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:52:56.245 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:52:56.477 INFO:teuthology.orchestra.run.smithi026.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-10T22:52:56.482 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:52:56.563 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:52:57.412 INFO:teuthology.orchestra.run.smithi170.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-10T22:52:57.417 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:52:57.499 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:52:58.606 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-10T22:52:58.628 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:52:58.708 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:52:58.738 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-10T22:52:58.759 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:52:58.838 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:52:59.299 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-10T22:52:59.320 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:52:59.349 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:52:59.534 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-10T22:52:59.555 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:52:59.584 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:00.050 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-10T22:53:00.071 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:53:00.164 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:00.645 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-10T22:53:00.666 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:53:00.703 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:04.950 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:05.075 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:05.407 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:05.520 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:05.651 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:05.785 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:05.806 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-10T22:53:05.817 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-10T22:53:05.856 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-10T22:53:06.110 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:06.206 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:06.492 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-10T22:53:06.515 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-10T22:53:06.559 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-10T22:53:07.197 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:07.305 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:07.612 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:07.733 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:08.070 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-10T22:53:08.093 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-10T22:53:08.136 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-10T22:53:11.757 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-10T22:53:11.794 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:53:11.823 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:12.194 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-10T22:53:12.231 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:53:12.268 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:14.081 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-10T22:53:14.118 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-10T22:53:14.156 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:14.376 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:14.502 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:14.843 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-10T22:53:14.919 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:14.965 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:15.091 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-10T22:53:15.219 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:15.246 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:15.564 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-10T22:53:15.684 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:15.802 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-10T22:53:15.913 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:16.527 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:16.527 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:16.527 INFO:teuthology.orchestra.run.smithi100.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:16.527 INFO:teuthology.orchestra.run.smithi100.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:16.696 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:16.745 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-10T22:53:16.868 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-10T22:53:17.234 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-10T22:53:17.260 INFO:teuthology.orchestra.run.smithi026.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:17.260 INFO:teuthology.orchestra.run.smithi026.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:17.260 INFO:teuthology.orchestra.run.smithi026.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:17.260 INFO:teuthology.orchestra.run.smithi026.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:17.347 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:17.432 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:18.169 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-10T22:53:18.386 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:18.598 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:18.883 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:19.693 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:19.693 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:19.693 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:19.693 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:19.872 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:19.991 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-10T22:53:20.117 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-10T22:53:20.251 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:20.310 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-10T22:53:20.310 INFO:teuthology.orchestra.run.smithi100.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:21.059 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-10T22:53:21.256 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:21.979 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-10T22:53:22.113 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:22.173 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-10T22:53:22.173 INFO:teuthology.orchestra.run.smithi026.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:22.666 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-10T22:53:22.775 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-10T22:53:22.885 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-10T22:53:22.954 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-10T22:53:22.954 INFO:teuthology.orchestra.run.smithi170.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:34.656 INFO:teuthology.orchestra.run.smithi100.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-10T22:53:34.656 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub' 2024-05-10T22:53:34.667 INFO:teuthology.orchestra.run.smithi100.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-10T22:53:34.687 INFO:teuthology.orchestra.run.smithi100.stdout:Generating grub configuration file ... 2024-05-10T22:53:34.943 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:34.969 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:35.237 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:35.242 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:35.319 INFO:teuthology.orchestra.run.smithi100.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-10T22:53:35.325 INFO:teuthology.orchestra.run.smithi100.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-10T22:53:35.471 INFO:teuthology.orchestra.run.smithi100.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-10T22:53:35.471 INFO:teuthology.orchestra.run.smithi100.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-10T22:53:35.471 INFO:teuthology.orchestra.run.smithi100.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-10T22:53:35.509 INFO:teuthology.orchestra.run.smithi100.stdout:done 2024-05-10T22:53:35.962 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-05-10T22:53:35.982 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-05-10T22:53:35.982 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-05-10T22:53:35.982 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-05-10T22:53:35.982 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-05-10T22:53:35.982 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.106.106 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-05-10T22:53:35.983 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-05-10T22:53:35.984 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-10T22:53:35.984 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T22:53:35.984 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T22:53:35.984 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-10T22:53:35.985 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi100.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T22:53:35.985 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get clean 2024-05-10T22:53:36.128 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-05-10T22:53:36.264 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T22:53:36.264 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-10T22:53:36.275 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-10T22:53:36.297 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-10T22:53:36.429 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-10T22:53:36.430 INFO:teuthology.orchestra.run.smithi026.stdout:Sourcing file `/etc/default/grub' 2024-05-10T22:53:36.436 INFO:teuthology.orchestra.run.smithi026.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-10T22:53:36.450 INFO:teuthology.orchestra.run.smithi026.stdout:Generating grub configuration file ... 2024-05-10T22:53:36.824 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:36.844 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:37.199 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:37.206 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:37.278 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-10T22:53:37.284 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-10T22:53:37.348 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-10T22:53:37.348 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub' 2024-05-10T22:53:37.353 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-10T22:53:37.378 INFO:teuthology.orchestra.run.smithi170.stdout:Generating grub configuration file ... 2024-05-10T22:53:37.440 INFO:teuthology.orchestra.run.smithi026.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-10T22:53:37.440 INFO:teuthology.orchestra.run.smithi026.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-10T22:53:37.440 INFO:teuthology.orchestra.run.smithi026.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-10T22:53:37.489 INFO:teuthology.orchestra.run.smithi026.stdout:done 2024-05-10T22:53:37.588 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-10T22:53:37.607 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-10T22:53:37.667 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-10T22:53:37.759 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:37.778 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:37.869 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-05-10T22:53:37.869 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-05-10T22:53:37.999 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic 2024-05-10T22:53:38.016 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic 2024-05-10T22:53:38.016 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2024-05-10T22:53:38.016 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2024-05-10T22:53:38.016 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 21 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 5.15.0.106.106 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2024-05-10T22:53:38.017 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2024-05-10T22:53:38.018 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-10T22:53:38.018 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T22:53:38.018 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T22:53:38.018 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-10T22:53:38.018 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T22:53:38.018 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2024-05-10T22:53:38.046 INFO:teuthology.orchestra.run.smithi100.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-10T22:53:38.046 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T22:53:38.046 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T22:53:38.046 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T22:53:38.046 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T22:53:38.047 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-10T22:53:38.047 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-10T22:53:38.047 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T22:53:38.088 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-10T22:53:38.090 DEBUG:teuthology.orchestra.run.smithi100:> dpkg -s linux-image-generic 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Package: linux-image-generic 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Status: install ok installed 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Priority: optional 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Section: kernel 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Installed-Size: 21 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Maintainer: Ubuntu Kernel Team 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Architecture: amd64 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Source: linux-meta 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.stdout:Version: 5.15.0.106.106 2024-05-10T22:53:38.105 INFO:teuthology.orchestra.run.smithi100.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-10T22:53:38.106 INFO:teuthology.orchestra.run.smithi100.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-10T22:53:38.106 INFO:teuthology.orchestra.run.smithi100.stdout:Recommends: thermald 2024-05-10T22:53:38.106 INFO:teuthology.orchestra.run.smithi100.stdout:Description: Generic Linux kernel image 2024-05-10T22:53:38.106 INFO:teuthology.orchestra.run.smithi100.stdout: This package will always depend on the latest generic kernel image 2024-05-10T22:53:38.106 INFO:teuthology.orchestra.run.smithi100.stdout: available. 2024-05-10T22:53:38.106 DEBUG:teuthology.orchestra.run.smithi100:> mktemp 2024-05-10T22:53:38.121 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:38.127 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:38.152 INFO:teuthology.orchestra.run.smithi100.stdout:/tmp/tmp.t0dvh1ORmc 2024-05-10T22:53:38.152 DEBUG:teuthology.orchestra.run.smithi100:> sudo cp /boot/grub/grub.cfg /tmp/tmp.t0dvh1ORmc 2024-05-10T22:53:38.163 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-05-10T22:53:38.201 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-10T22:53:38.206 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-10T22:53:38.218 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 0666 /tmp/tmp.t0dvh1ORmc 2024-05-10T22:53:38.281 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T22:53:38.302 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-10T22:53:38.322 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-10T22:53:38.333 DEBUG:teuthology.orchestra.remote:smithi100:/tmp/tmp.t0dvh1ORmc is 10KB 2024-05-10T22:53:38.347 DEBUG:teuthology.orchestra.run.smithi100:> rm -fr /tmp/tmp.t0dvh1ORmc 2024-05-10T22:53:38.352 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-10T22:53:38.378 INFO:teuthology.orchestra.run.smithi170.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-10T22:53:38.378 INFO:teuthology.orchestra.run.smithi170.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-10T22:53:38.378 INFO:teuthology.orchestra.run.smithi170.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-10T22:53:38.392 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-10T22:53:38.408 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-10T22:53:38.409 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-10T22:53:38.409 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-10T22:53:38.421 INFO:teuthology.orchestra.run.smithi170.stdout:done 2024-05-10T22:53:38.476 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-10T22:53:38.476 DEBUG:teuthology.orchestra.run.smithi100:> sudo update-grub 2024-05-10T22:53:38.905 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-05-10T22:53:38.926 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-05-10T22:53:38.927 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.106.106 2024-05-10T22:53:38.927 INFO:teuthology.orchestra.run.smithi170.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-10T22:53:38.927 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-10T22:53:38.927 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-05-10T22:53:38.927 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-05-10T22:53:38.927 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-05-10T22:53:38.927 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-05-10T22:53:38.927 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-10T22:53:38.927 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-10T22:53:38.927 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-10T22:53:38.927 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-10T22:53:38.927 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2024-05-10T22:53:38.928 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-05-10T22:53:39.107 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-05-10T22:53:39.239 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T22:53:39.251 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-10T22:53:39.271 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-10T22:53:39.351 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-10T22:53:39.571 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub' 2024-05-10T22:53:39.572 INFO:teuthology.orchestra.run.smithi100.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-10T22:53:39.575 INFO:teuthology.orchestra.run.smithi100.stderr:Generating grub configuration file ... 2024-05-10T22:53:39.660 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-05-10T22:53:39.678 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-10T22:53:39.739 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:39.741 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-05-10T22:53:39.745 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:39.944 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-05-10T22:53:39.944 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-05-10T22:53:39.968 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:39.974 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:40.015 INFO:teuthology.orchestra.run.smithi100.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-10T22:53:40.020 INFO:teuthology.orchestra.run.smithi100.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-10T22:53:40.127 INFO:teuthology.orchestra.run.smithi026.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-10T22:53:40.127 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T22:53:40.127 INFO:teuthology.orchestra.run.smithi026.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T22:53:40.127 INFO:teuthology.orchestra.run.smithi026.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T22:53:40.127 INFO:teuthology.orchestra.run.smithi026.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T22:53:40.128 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-10T22:53:40.128 INFO:teuthology.orchestra.run.smithi026.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-10T22:53:40.128 INFO:teuthology.orchestra.run.smithi026.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T22:53:40.138 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-10T22:53:40.139 INFO:teuthology.orchestra.run.smithi100.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-10T22:53:40.139 INFO:teuthology.orchestra.run.smithi100.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-10T22:53:40.160 INFO:teuthology.orchestra.run.smithi100.stderr:done 2024-05-10T22:53:40.171 INFO:teuthology.orchestra.run.smithi026.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-10T22:53:40.173 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic 2024-05-10T22:53:40.179 DEBUG:teuthology.orchestra.run.smithi100:> sudo shutdown -r now 2024-05-10T22:53:40.186 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic 2024-05-10T22:53:40.186 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2024-05-10T22:53:40.186 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2024-05-10T22:53:40.186 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2024-05-10T22:53:40.186 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 21 2024-05-10T22:53:40.186 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2024-05-10T22:53:40.186 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 5.15.0.106.106 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2024-05-10T22:53:40.187 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2024-05-10T22:53:40.187 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-05-10T22:53:40.233 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.6sAoZ7MLFT 2024-05-10T22:53:40.234 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub/grub.cfg /tmp/tmp.6sAoZ7MLFT 2024-05-10T22:53:40.287 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.6sAoZ7MLFT 2024-05-10T22:53:40.407 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.6sAoZ7MLFT is 10KB 2024-05-10T22:53:40.420 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.6sAoZ7MLFT 2024-05-10T22:53:40.425 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-10T22:53:40.483 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-05-10T22:53:40.483 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-10T22:53:40.483 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-10T22:53:40.520 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-05-10T22:53:40.538 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-10T22:53:40.551 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-10T22:53:40.551 DEBUG:teuthology.orchestra.run.smithi026:> sudo update-grub 2024-05-10T22:53:40.594 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-05-10T22:53:40.795 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-05-10T22:53:40.795 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-05-10T22:53:40.957 INFO:teuthology.orchestra.run.smithi170.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-10T22:53:40.957 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T22:53:40.957 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T22:53:40.957 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T22:53:40.957 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T22:53:40.958 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-10T22:53:40.958 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-10T22:53:40.958 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T22:53:40.994 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 0 newly installed, 0 to remove and 320 not upgraded. 2024-05-10T22:53:40.996 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-05-10T22:53:41.053 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-05-10T22:53:41.053 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.106.106 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-05-10T22:53:41.054 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-05-10T22:53:41.055 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-05-10T22:53:41.055 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2024-05-10T22:53:41.103 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.M16rCNG98j 2024-05-10T22:53:41.103 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub/grub.cfg /tmp/tmp.M16rCNG98j 2024-05-10T22:53:41.159 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.M16rCNG98j 2024-05-10T22:53:41.279 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.M16rCNG98j is 10KB 2024-05-10T22:53:41.291 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.M16rCNG98j 2024-05-10T22:53:41.296 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-10T22:53:41.351 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T22:53:41.351 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-10T22:53:41.351 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-10T22:53:41.417 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-10T22:53:41.417 DEBUG:teuthology.orchestra.run.smithi170:> sudo update-grub 2024-05-10T22:53:41.835 INFO:teuthology.orchestra.run.smithi026.stderr:Sourcing file `/etc/default/grub' 2024-05-10T22:53:41.837 INFO:teuthology.orchestra.run.smithi026.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-10T22:53:41.846 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2024-05-10T22:53:42.033 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:42.039 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:42.309 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:42.315 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:42.356 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-10T22:53:42.362 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-10T22:53:42.482 INFO:teuthology.orchestra.run.smithi026.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-10T22:53:42.482 INFO:teuthology.orchestra.run.smithi026.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-10T22:53:42.482 INFO:teuthology.orchestra.run.smithi026.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-10T22:53:42.503 INFO:teuthology.orchestra.run.smithi026.stderr:done 2024-05-10T22:53:42.512 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2024-05-10T22:53:42.677 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub' 2024-05-10T22:53:42.679 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-10T22:53:42.689 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2024-05-10T22:53:42.873 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-10T22:53:42.879 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-10T22:53:43.117 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-10T22:53:43.122 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-10T22:53:43.164 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-10T22:53:43.169 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-10T22:53:43.317 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-10T22:53:43.317 INFO:teuthology.orchestra.run.smithi170.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-10T22:53:43.317 INFO:teuthology.orchestra.run.smithi170.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-10T22:53:43.330 INFO:teuthology.orchestra.run.smithi170.stderr:done 2024-05-10T22:53:43.339 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2024-05-10T22:54:10.207 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-10T22:54:10.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-10T22:54:10.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:12.515 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-10T22:54:12.516 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-05-10T22:54:12.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:13.343 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-10T22:54:13.343 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T22:54:13.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:28.643 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-10T22:54:30.942 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-05-10T22:54:31.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-05-10T22:54:37.648 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-10T22:54:37.649 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:39.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-05-10T22:54:39.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:40.706 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-10T22:54:40.711 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T22:54:40.712 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:43.774 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-05-10T22:54:52.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-10T22:54:52.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:55.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T22:54:55.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:54:58.334 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-05-10T22:55:10.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-05-10T22:55:10.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:11.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.100 2024-05-10T22:55:13.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-05-10T22:55:26.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-10T22:55:26.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:26.512 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-05-10T22:55:27.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-10T22:55:27.245 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-106-generic"... 2024-05-10T22:55:27.245 DEBUG:teuthology.orchestra.run.smithi100:> uname -r 2024-05-10T22:55:27.263 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-05-10T22:55:27.295 INFO:teuthology.orchestra.run.smithi100.stdout:5.15.0-106-generic 2024-05-10T22:55:27.295 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-10T22:55:27.296 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T22:55:27.296 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-10T22:55:28.296 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-10T22:55:28.297 DEBUG:teuthology.orchestra.run.smithi100:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T22:55:28.406 INFO:teuthology.orchestra.run.smithi100.stdout:ttyS1 2024-05-10T22:55:28.407 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-05-10T22:55:28.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:28.422 DEBUG:teuthology.parallel:result is None 2024-05-10T22:55:28.634 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-05-10T22:55:29.197 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-05-10T22:55:29.197 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-106-generic"... 2024-05-10T22:55:29.197 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-05-10T22:55:29.243 INFO:teuthology.orchestra.run.smithi026.stdout:5.15.0-106-generic 2024-05-10T22:55:29.244 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-10T22:55:29.244 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T22:55:29.244 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-10T22:55:30.245 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-10T22:55:30.245 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T22:55:30.323 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-05-10T22:55:30.345 DEBUG:teuthology.parallel:result is None 2024-05-10T22:55:42.264 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T22:55:42.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T22:55:42.678 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-05-10T22:55:43.253 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T22:55:43.253 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-106-generic"... 2024-05-10T22:55:43.254 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-05-10T22:55:43.302 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-106-generic 2024-05-10T22:55:43.303 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-10T22:55:43.303 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-10T22:55:43.303 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-10T22:55:44.303 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-10T22:55:44.304 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-10T22:55:44.688 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2024-05-10T22:55:44.724 DEBUG:teuthology.parallel:result is None 2024-05-10T22:55:44.725 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-10T22:55:44.732 INFO:teuthology.task.internal:Creating test directory... 2024-05-10T22:55:44.732 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T22:55:44.735 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T22:55:44.737 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-10T22:55:44.743 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-10T22:55:44.789 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-10T22:55:44.839 INFO:teuthology.task.internal:Creating archive directory... 2024-05-10T22:55:44.840 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T22:55:44.842 DEBUG:teuthology.orchestra.run.smithi100:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T22:55:44.844 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-10T22:55:44.866 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-10T22:55:44.890 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-10T22:55:44.890 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-10T22:55:44.900 DEBUG:teuthology.orchestra.run.smithi100:> 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-05-10T22:55:44.903 DEBUG:teuthology.orchestra.run.smithi170:> 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-05-10T22:55:44.920 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:44.921 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:44.923 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:44.928 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:44.930 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:44.932 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-10T22:55:44.934 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-10T22:55:44.941 INFO:teuthology.task.internal:Configuring sudo... 2024-05-10T22:55:44.941 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T22:55:44.972 DEBUG:teuthology.orchestra.run.smithi100:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T22:55:44.977 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-10T22:55:44.990 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-10T22:55:44.999 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-10T22:55:44.999 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T22:55:45.028 DEBUG:teuthology.orchestra.run.smithi100:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T22:55:45.033 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-10T22:55:45.039 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T22:55:45.081 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T22:55:45.127 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-05-10T22:55:45.128 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T22:55:45.188 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T22:55:45.193 DEBUG:teuthology.orchestra.run.smithi100:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T22:55:45.240 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-10T22:55:45.240 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T22:55:45.304 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-10T22:55:45.310 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-10T22:55:45.359 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T22:55:45.359 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-10T22:55:45.424 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-05-10T22:55:45.428 DEBUG:teuthology.orchestra.run.smithi100:> sudo service rsyslog restart 2024-05-10T22:55:45.430 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2024-05-10T22:55:45.500 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-10T22:55:45.507 INFO:teuthology.task.internal:Starting timer... 2024-05-10T22:55:45.507 INFO:teuthology.run_tasks:Running task pcp... 2024-05-10T22:55:45.560 INFO:teuthology.run_tasks:Running task selinux... 2024-05-10T22:55:45.608 DEBUG:teuthology.task.selinux:Excluding smithi026: OS 'ubuntu' does not support SELinux 2024-05-10T22:55:45.608 DEBUG:teuthology.task.selinux:Excluding smithi100: OS 'ubuntu' does not support SELinux 2024-05-10T22:55:45.609 DEBUG:teuthology.task.selinux:Excluding smithi170: OS 'ubuntu' does not support SELinux 2024-05-10T22:55:45.609 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-10T22:55:45.609 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-10T22:55:45.609 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-10T22:55:45.609 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-10T22:55:45.658 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-10T22:55:45.679 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-05-10T22:55:45.681 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi100.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-10T23:03:11.006 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi100.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2024-05-10T23:03:11.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-05-10T23:03:11.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T23:03:11.091 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-05-10T23:03:11.170 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-05-10T23:03:11.171 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-10T23:03:11.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi100.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T23:03:11.251 DEBUG:teuthology.orchestra.run.smithi100:> true 2024-05-10T23:03:11.326 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi100.front.sepia.ceph.com' 2024-05-10T23:03:11.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T23:03:11.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-10T23:03:11.406 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-05-10T23:03:11.482 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-05-10T23:03:11.482 INFO:teuthology.run_tasks:Running task clock... 2024-05-10T23:03:11.493 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-10T23:03:11.493 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T23:03:11.493 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T23:03:11.496 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T23:03:11.496 DEBUG:teuthology.orchestra.run.smithi100:> 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-05-10T23:03:11.498 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-10T23:03:11.498 DEBUG:teuthology.orchestra.run.smithi170:> 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-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Command line: ntpd -gq 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: ---------------------------------------------------- 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: ntp-4 is maintained by Network Time Foundation, 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: corporation. Support and training for ntp-4 are 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: available at https://www.nwtime.org/support 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: ---------------------------------------------------- 2024-05-10T23:03:11.524 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: proto: precision = 0.045 usec (-24) 2024-05-10T23:03:11.525 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: basedate set to 2022-02-04 2024-05-10T23:03:11.525 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: gps base set to 2022-02-06 (week 2196) 2024-05-10T23:03:11.525 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-10T23:03:11.525 INFO:teuthology.orchestra.run.smithi026.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-10T23:03:11.525 INFO:teuthology.orchestra.run.smithi026.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-10T23:03:11.526 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: restrict ::: KOD does nothing without LIMITED. 2024-05-10T23:03:11.526 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Listen and drop on 0 v6wildcard [::]:123 2024-05-10T23:03:11.526 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-10T23:03:11.526 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Listen normally on 2 lo 127.0.0.1:123 2024-05-10T23:03:11.526 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Listen normally on 3 ens1f0 172.21.15.26:123 2024-05-10T23:03:11.526 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Listen normally on 4 lo [::1]:123 2024-05-10T23:03:11.526 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:cac0%4]:123 2024-05-10T23:03:11.527 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:11 ntpd[17158]: Listening on routing socket on fd #22 for interface updates 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Command line: ntpd -gq 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: ---------------------------------------------------- 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: ntp-4 is maintained by Network Time Foundation, 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: corporation. Support and training for ntp-4 are 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: available at https://www.nwtime.org/support 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: ---------------------------------------------------- 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: proto: precision = 0.044 usec (-24) 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: basedate set to 2022-02-04 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: gps base set to 2022-02-06 (week 2196) 2024-05-10T23:03:11.528 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-10T23:03:11.529 INFO:teuthology.orchestra.run.smithi100.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-10T23:03:11.529 INFO:teuthology.orchestra.run.smithi100.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: restrict ::: KOD does nothing without LIMITED. 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Listen and drop on 0 v6wildcard [::]:123 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 2 lo 127.0.0.1:123 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 3 enp3s0f1 172.21.15.100:123 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 4 lo [::1]:123 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d733%5]:123 2024-05-10T23:03:11.530 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:11 ntpd[17240]: Listening on routing socket on fd #22 for interface updates 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Command line: ntpd -gq 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: ---------------------------------------------------- 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: ntp-4 is maintained by Network Time Foundation, 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: corporation. Support and training for ntp-4 are 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: available at https://www.nwtime.org/support 2024-05-10T23:03:11.550 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: ---------------------------------------------------- 2024-05-10T23:03:11.551 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: proto: precision = 0.045 usec (-24) 2024-05-10T23:03:11.551 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: basedate set to 2022-02-04 2024-05-10T23:03:11.551 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: gps base set to 2022-02-06 (week 2196) 2024-05-10T23:03:11.551 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-10T23:03:11.551 INFO:teuthology.orchestra.run.smithi170.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-10T23:03:11.551 INFO:teuthology.orchestra.run.smithi170.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-10T23:03:11.552 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: restrict ::: KOD does nothing without LIMITED. 2024-05-10T23:03:11.553 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Listen and drop on 0 v6wildcard [::]:123 2024-05-10T23:03:11.553 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-10T23:03:11.553 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 2 lo 127.0.0.1:123 2024-05-10T23:03:11.553 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 3 enp3s0f1 172.21.15.170:123 2024-05-10T23:03:11.553 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 4 lo [::1]:123 2024-05-10T23:03:11.553 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7255%5]:123 2024-05-10T23:03:11.553 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:11 ntpd[17240]: Listening on routing socket on fd #22 for interface updates 2024-05-10T23:03:12.523 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:12 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:12 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:12 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:12 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:12 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:12.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:12 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:12.525 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:12.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:12.550 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.550 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.550 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:12.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:12.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:12.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:12 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:13.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:13.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:13.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:13.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:13.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:13.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:13.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:13.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:13 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:13.525 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:13 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:13.525 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:13 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:14 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:14 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:14 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:14 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:14 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:14.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:14 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:14.525 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.525 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:14.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:14.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:14.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:14 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:15.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:15 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:15.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:15 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:15.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:15 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:15.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:15 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:15.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:15 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:15.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:15 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:15.526 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:15 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:16.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:16 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.524 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:16 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:16 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:16 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:16 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:16.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:16 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.527 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.528 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:16.528 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:16.551 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:16.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:16.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:16.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:16.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:16.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:16 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:17.526 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:17.527 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:17.527 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:17.527 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:17.527 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:17.529 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:17.529 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:17 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:17.530 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:17 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:17.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:17 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:17.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:17 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:17.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:17 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:17.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:17 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:17.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:17 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:18.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.525 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.526 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.526 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.526 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:18.527 INFO:teuthology.orchestra.run.smithi026.stdout:10 May 23:03:18 ntpd[17158]: ntpd: time slew -0.000248 s 2024-05-10T23:03:18.527 INFO:teuthology.orchestra.run.smithi026.stdout:ntpd: time slew -0.000248s 2024-05-10T23:03:18.528 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:18.528 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-10T23:03:18.529 INFO:teuthology.orchestra.run.smithi026.stderr:10 May 23:03:18 ntpd[17158]: can't open /var/log/ntpstats/loopstats.20240510: Permission denied 2024-05-10T23:03:18.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.531 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.532 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.532 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.532 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.532 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:18.532 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:18.533 INFO:teuthology.orchestra.run.smithi100.stdout:10 May 23:03:18 ntpd[17240]: ntpd: time slew -0.000265 s 2024-05-10T23:03:18.533 INFO:teuthology.orchestra.run.smithi100.stdout:ntpd: time slew -0.000265s 2024-05-10T23:03:18.534 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-10T23:03:18.534 INFO:teuthology.orchestra.run.smithi100.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/loopstats.20240510: Permission denied 2024-05-10T23:03:18.552 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.553 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.554 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.554 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:18.554 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:18.554 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.554 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.554 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:18.555 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:18.555 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-10T23:03:18.555 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240510: Permission denied 2024-05-10T23:03:18.555 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-10T23:03:18.555 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240510: Permission denied 2024-05-10T23:03:18.555 INFO:teuthology.orchestra.run.smithi170.stdout:10 May 23:03:18 ntpd[17240]: ntpd: time slew -0.002044 s 2024-05-10T23:03:18.556 INFO:teuthology.orchestra.run.smithi170.stdout:ntpd: time slew -0.002044s 2024-05-10T23:03:18.556 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-10T23:03:18.556 INFO:teuthology.orchestra.run.smithi170.stderr:10 May 23:03:18 ntpd[17240]: can't open /var/log/ntpstats/loopstats.20240510: Permission denied 2024-05-10T23:03:18.578 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-05-10T23:03:18.578 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-05-10T23:03:18.578 INFO:teuthology.orchestra.run.smithi100.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.578 INFO:teuthology.orchestra.run.smithi100.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.579 INFO:teuthology.orchestra.run.smithi100.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.579 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.580 INFO:teuthology.orchestra.run.smithi026.stdout: remote refid st t when poll reach delay offset jitter 2024-05-10T23:03:18.580 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================== 2024-05-10T23:03:18.581 INFO:teuthology.orchestra.run.smithi026.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.581 INFO:teuthology.orchestra.run.smithi026.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.581 INFO:teuthology.orchestra.run.smithi026.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.581 INFO:teuthology.orchestra.run.smithi026.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.607 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-05-10T23:03:18.607 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-05-10T23:03:18.607 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.607 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.608 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.608 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:03:18.608 INFO:teuthology.run_tasks:Running task install... 2024-05-10T23:03:18.621 DEBUG:teuthology.task.install:project ceph 2024-05-10T23:03:18.621 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f72fecff68e1d400c4568684327c900485c20d6a'}} 2024-05-10T23:03:18.621 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f72fecff68e1d400c4568684327c900485c20d6a'} 2024-05-10T23:03:18.622 INFO:teuthology.task.install:Using flavor: default 2024-05-10T23:03:18.634 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-05-10T23:03:18.634 INFO:teuthology.task.install:extra packages: [] 2024-05-10T23:03:18.635 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-key list | grep Ceph 2024-05-10T23:03:18.635 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-key list | grep Ceph 2024-05-10T23:03:18.636 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-key list | grep Ceph 2024-05-10T23:03:18.696 INFO:teuthology.orchestra.run.smithi026.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-10T23:03:18.697 INFO:teuthology.orchestra.run.smithi100.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-10T23:03:18.704 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-10T23:03:18.723 INFO:teuthology.orchestra.run.smithi026.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-10T23:03:18.723 INFO:teuthology.orchestra.run.smithi026.stdout:uid [ unknown] Ceph.com (release key) 2024-05-10T23:03:18.724 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-05-10T23:03:18.724 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:03:18.731 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-10T23:03:18.731 INFO:teuthology.orchestra.run.smithi100.stdout:uid [ unknown] Ceph.com (release key) 2024-05-10T23:03:18.731 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-05-10T23:03:18.731 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:03:18.735 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-10T23:03:18.736 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph.com (release key) 2024-05-10T23:03:18.736 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-05-10T23:03:18.736 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:03:18.870 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default/ 2024-05-10T23:03:18.870 INFO:teuthology.task.install.deb:Package version is 19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:03:18.873 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default/ 2024-05-10T23:03:18.874 INFO:teuthology.task.install.deb:Package version is 19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:03:18.951 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default/ 2024-05-10T23:03:18.951 INFO:teuthology.task.install.deb:Package version is 19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:03:18.982 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-10T23:03:18.982 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-10T23:03:19.000 DEBUG:teuthology.orchestra.run.smithi100:> sudo apt-get update 2024-05-10T23:03:19.000 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-05-10T23:03:19.001 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-10T23:03:19.015 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-05-10T23:03:19.122 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T23:03:19.122 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-10T23:03:19.136 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-05-10T23:03:19.184 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-10T23:03:19.240 INFO:teuthology.orchestra.run.smithi026.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy InRelease 2024-05-10T23:03:19.262 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-05-10T23:03:19.283 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy InRelease 2024-05-10T23:03:19.285 INFO:teuthology.orchestra.run.smithi026.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-10T23:03:19.288 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T23:03:19.306 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,400 B] 2024-05-10T23:03:19.311 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T23:03:19.311 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-10T23:03:19.319 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-05-10T23:03:19.322 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-10T23:03:19.322 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-10T23:03:19.323 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-10T23:03:19.343 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-05-10T23:03:19.344 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-10T23:03:19.356 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy InRelease 2024-05-10T23:03:19.356 INFO:teuthology.orchestra.run.smithi100.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-10T23:03:19.370 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-10T23:03:19.377 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-05-10T23:03:19.392 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,400 B] 2024-05-10T23:03:19.399 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-10T23:03:19.400 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-10T23:03:19.420 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-05-10T23:03:19.435 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-05-10T23:03:19.447 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,400 B] 2024-05-10T23:03:19.672 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 28.2 kB in 0s (79.8 kB/s) 2024-05-10T23:03:19.740 INFO:teuthology.orchestra.run.smithi100.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-10T23:03:19.790 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-10T23:03:19.903 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 147 kB in 1s (205 kB/s) 2024-05-10T23:03:19.950 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 257 kB in 1s (346 kB/s) 2024-05-10T23:03:20.629 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-05-10T23:03:20.645 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2555-gf72fecff-1jammy cephadm=19.0.0-2555-gf72fecff-1jammy ceph-mds=19.0.0-2555-gf72fecff-1jammy ceph-mgr=19.0.0-2555-gf72fecff-1jammy ceph-common=19.0.0-2555-gf72fecff-1jammy ceph-fuse=19.0.0-2555-gf72fecff-1jammy ceph-test=19.0.0-2555-gf72fecff-1jammy ceph-volume=19.0.0-2555-gf72fecff-1jammy radosgw=19.0.0-2555-gf72fecff-1jammy python3-rados=19.0.0-2555-gf72fecff-1jammy python3-rgw=19.0.0-2555-gf72fecff-1jammy python3-cephfs=19.0.0-2555-gf72fecff-1jammy python3-rbd=19.0.0-2555-gf72fecff-1jammy libcephfs2=19.0.0-2555-gf72fecff-1jammy libcephfs-dev=19.0.0-2555-gf72fecff-1jammy librados2=19.0.0-2555-gf72fecff-1jammy librbd1=19.0.0-2555-gf72fecff-1jammy rbd-fuse=19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:03:20.707 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-05-10T23:03:20.895 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-10T23:03:20.906 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-05-10T23:03:20.907 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-05-10T23:03:20.911 DEBUG:teuthology.orchestra.run.smithi100:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2555-gf72fecff-1jammy cephadm=19.0.0-2555-gf72fecff-1jammy ceph-mds=19.0.0-2555-gf72fecff-1jammy ceph-mgr=19.0.0-2555-gf72fecff-1jammy ceph-common=19.0.0-2555-gf72fecff-1jammy ceph-fuse=19.0.0-2555-gf72fecff-1jammy ceph-test=19.0.0-2555-gf72fecff-1jammy ceph-volume=19.0.0-2555-gf72fecff-1jammy radosgw=19.0.0-2555-gf72fecff-1jammy python3-rados=19.0.0-2555-gf72fecff-1jammy python3-rgw=19.0.0-2555-gf72fecff-1jammy python3-cephfs=19.0.0-2555-gf72fecff-1jammy python3-rbd=19.0.0-2555-gf72fecff-1jammy libcephfs2=19.0.0-2555-gf72fecff-1jammy libcephfs-dev=19.0.0-2555-gf72fecff-1jammy librados2=19.0.0-2555-gf72fecff-1jammy librbd1=19.0.0-2555-gf72fecff-1jammy rbd-fuse=19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:03:20.940 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-05-10T23:03:20.957 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2555-gf72fecff-1jammy cephadm=19.0.0-2555-gf72fecff-1jammy ceph-mds=19.0.0-2555-gf72fecff-1jammy ceph-mgr=19.0.0-2555-gf72fecff-1jammy ceph-common=19.0.0-2555-gf72fecff-1jammy ceph-fuse=19.0.0-2555-gf72fecff-1jammy ceph-test=19.0.0-2555-gf72fecff-1jammy ceph-volume=19.0.0-2555-gf72fecff-1jammy radosgw=19.0.0-2555-gf72fecff-1jammy python3-rados=19.0.0-2555-gf72fecff-1jammy python3-rgw=19.0.0-2555-gf72fecff-1jammy python3-cephfs=19.0.0-2555-gf72fecff-1jammy python3-rbd=19.0.0-2555-gf72fecff-1jammy libcephfs2=19.0.0-2555-gf72fecff-1jammy libcephfs-dev=19.0.0-2555-gf72fecff-1jammy librados2=19.0.0-2555-gf72fecff-1jammy librbd1=19.0.0-2555-gf72fecff-1jammy rbd-fuse=19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:03:20.973 INFO:teuthology.orchestra.run.smithi100.stdout:Reading package lists... 2024-05-10T23:03:21.019 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-05-10T23:03:21.101 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T23:03:21.102 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T23:03:21.102 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T23:03:21.102 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T23:03:21.102 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-10T23:03:21.103 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-10T23:03:21.103 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T23:03:21.103 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-05-10T23:03:21.103 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-10T23:03:21.103 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-10T23:03:21.103 INFO:teuthology.orchestra.run.smithi170.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-10T23:03:21.103 INFO:teuthology.orchestra.run.smithi170.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-10T23:03:21.104 INFO:teuthology.orchestra.run.smithi170.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-10T23:03:21.104 INFO:teuthology.orchestra.run.smithi170.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-10T23:03:21.104 INFO:teuthology.orchestra.run.smithi170.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-10T23:03:21.104 INFO:teuthology.orchestra.run.smithi170.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-10T23:03:21.104 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-10T23:03:21.105 INFO:teuthology.orchestra.run.smithi170.stdout: xmlstarlet zip 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-10T23:03:21.106 INFO:teuthology.orchestra.run.smithi170.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-10T23:03:21.107 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-05-10T23:03:21.107 INFO:teuthology.orchestra.run.smithi170.stdout: btrfs-tools 2024-05-10T23:03:21.175 INFO:teuthology.orchestra.run.smithi100.stdout:Building dependency tree... 2024-05-10T23:03:21.176 INFO:teuthology.orchestra.run.smithi100.stdout:Reading state information... 2024-05-10T23:03:21.206 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-05-10T23:03:21.207 INFO:teuthology.orchestra.run.smithi170.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-10T23:03:21.207 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-10T23:03:21.207 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-10T23:03:21.207 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-10T23:03:21.207 INFO:teuthology.orchestra.run.smithi170.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-10T23:03:21.207 INFO:teuthology.orchestra.run.smithi170.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-10T23:03:21.208 INFO:teuthology.orchestra.run.smithi170.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-10T23:03:21.208 INFO:teuthology.orchestra.run.smithi170.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-10T23:03:21.208 INFO:teuthology.orchestra.run.smithi170.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-10T23:03:21.208 INFO:teuthology.orchestra.run.smithi170.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-10T23:03:21.208 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-10T23:03:21.209 INFO:teuthology.orchestra.run.smithi170.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-10T23:03:21.210 INFO:teuthology.orchestra.run.smithi170.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-10T23:03:21.210 INFO:teuthology.orchestra.run.smithi170.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-10T23:03:21.222 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-05-10T23:03:21.223 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-05-10T23:03:21.271 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-10T23:03:21.271 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 180 MB of archives. 2024-05-10T23:03:21.271 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 822 MB of additional disk space will be used. 2024-05-10T23:03:21.273 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-10T23:03:21.371 INFO:teuthology.orchestra.run.smithi100.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T23:03:21.371 INFO:teuthology.orchestra.run.smithi100.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T23:03:21.371 INFO:teuthology.orchestra.run.smithi100.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T23:03:21.373 INFO:teuthology.orchestra.run.smithi100.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout:The following additional packages will be installed: 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-10T23:03:21.374 INFO:teuthology.orchestra.run.smithi100.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-10T23:03:21.375 INFO:teuthology.orchestra.run.smithi100.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-10T23:03:21.376 INFO:teuthology.orchestra.run.smithi100.stdout: xmlstarlet zip 2024-05-10T23:03:21.376 INFO:teuthology.orchestra.run.smithi100.stdout:Suggested packages: 2024-05-10T23:03:21.376 INFO:teuthology.orchestra.run.smithi100.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-10T23:03:21.376 INFO:teuthology.orchestra.run.smithi100.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-10T23:03:21.376 INFO:teuthology.orchestra.run.smithi100.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-10T23:03:21.376 INFO:teuthology.orchestra.run.smithi100.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-10T23:03:21.376 INFO:teuthology.orchestra.run.smithi100.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-10T23:03:21.377 INFO:teuthology.orchestra.run.smithi100.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-10T23:03:21.377 INFO:teuthology.orchestra.run.smithi100.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-10T23:03:21.377 INFO:teuthology.orchestra.run.smithi100.stdout:Recommended packages: 2024-05-10T23:03:21.377 INFO:teuthology.orchestra.run.smithi100.stdout: btrfs-tools 2024-05-10T23:03:21.377 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-10T23:03:21.381 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-10T23:03:21.401 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-10T23:03:21.426 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages were automatically installed and are no longer required: 2024-05-10T23:03:21.427 INFO:teuthology.orchestra.run.smithi026.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-10T23:03:21.427 INFO:teuthology.orchestra.run.smithi026.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-10T23:03:21.427 INFO:teuthology.orchestra.run.smithi026.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout:The following additional packages will be installed: 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-10T23:03:21.429 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-10T23:03:21.430 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet zip 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout:Suggested packages: 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-10T23:03:21.431 INFO:teuthology.orchestra.run.smithi026.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-10T23:03:21.432 INFO:teuthology.orchestra.run.smithi026.stdout:Recommended packages: 2024-05-10T23:03:21.432 INFO:teuthology.orchestra.run.smithi026.stdout: btrfs-tools 2024-05-10T23:03:21.475 INFO:teuthology.orchestra.run.smithi100.stdout:The following NEW packages will be installed: 2024-05-10T23:03:21.475 INFO:teuthology.orchestra.run.smithi100.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-10T23:03:21.475 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-10T23:03:21.475 INFO:teuthology.orchestra.run.smithi100.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-10T23:03:21.475 INFO:teuthology.orchestra.run.smithi100.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-10T23:03:21.475 INFO:teuthology.orchestra.run.smithi100.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-10T23:03:21.475 INFO:teuthology.orchestra.run.smithi100.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-10T23:03:21.476 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-10T23:03:21.477 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-10T23:03:21.478 INFO:teuthology.orchestra.run.smithi100.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-10T23:03:21.481 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-10T23:03:21.496 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-10T23:03:21.501 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-10T23:03:21.501 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-10T23:03:21.502 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-10T23:03:21.511 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-10T23:03:21.514 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-10T23:03:21.516 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-10T23:03:21.517 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-10T23:03:21.522 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-10T23:03:21.524 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-10T23:03:21.538 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-10T23:03:21.539 INFO:teuthology.orchestra.run.smithi026.stdout:The following NEW packages will be installed: 2024-05-10T23:03:21.540 INFO:teuthology.orchestra.run.smithi026.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-10T23:03:21.540 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-10T23:03:21.540 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-10T23:03:21.541 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-10T23:03:21.541 INFO:teuthology.orchestra.run.smithi026.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-10T23:03:21.541 INFO:teuthology.orchestra.run.smithi026.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-10T23:03:21.541 INFO:teuthology.orchestra.run.smithi026.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-10T23:03:21.542 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-10T23:03:21.543 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-10T23:03:21.543 INFO:teuthology.orchestra.run.smithi026.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-10T23:03:21.543 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-10T23:03:21.543 INFO:teuthology.orchestra.run.smithi026.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-10T23:03:21.543 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-10T23:03:21.543 INFO:teuthology.orchestra.run.smithi026.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-10T23:03:21.544 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-10T23:03:21.544 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-10T23:03:21.544 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-10T23:03:21.544 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-10T23:03:21.544 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-10T23:03:21.544 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-10T23:03:21.545 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-10T23:03:21.563 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-10T23:03:21.564 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-10T23:03:21.585 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-10T23:03:21.588 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-10T23:03:21.589 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-10T23:03:21.589 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-10T23:03:21.589 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-10T23:03:21.590 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-10T23:03:21.590 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-10T23:03:21.590 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-10T23:03:21.605 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-10T23:03:21.606 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-10T23:03:21.625 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-10T23:03:21.631 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-10T23:03:21.631 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-10T23:03:21.632 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-10T23:03:21.633 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-10T23:03:21.634 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-10T23:03:21.636 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-10T23:03:21.637 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-10T23:03:21.646 INFO:teuthology.orchestra.run.smithi170.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-10T23:03:21.647 INFO:teuthology.orchestra.run.smithi170.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-10T23:03:21.650 INFO:teuthology.orchestra.run.smithi170.stdout:Get:47 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2555-gf72fecff-1jammy [3,546 kB] 2024-05-10T23:03:21.663 INFO:teuthology.orchestra.run.smithi100.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-10T23:03:21.664 INFO:teuthology.orchestra.run.smithi100.stdout:Need to get 180 MB of archives. 2024-05-10T23:03:21.664 INFO:teuthology.orchestra.run.smithi100.stdout:After this operation, 822 MB of additional disk space will be used. 2024-05-10T23:03:21.664 INFO:teuthology.orchestra.run.smithi100.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-10T23:03:21.666 INFO:teuthology.orchestra.run.smithi170.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-10T23:03:21.667 INFO:teuthology.orchestra.run.smithi170.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-10T23:03:21.668 INFO:teuthology.orchestra.run.smithi170.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-10T23:03:21.671 INFO:teuthology.orchestra.run.smithi170.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-10T23:03:21.729 INFO:teuthology.orchestra.run.smithi026.stdout:0 upgraded, 118 newly installed, 0 to remove and 307 not upgraded. 2024-05-10T23:03:21.729 INFO:teuthology.orchestra.run.smithi026.stdout:Need to get 180 MB of archives. 2024-05-10T23:03:21.729 INFO:teuthology.orchestra.run.smithi026.stdout:After this operation, 822 MB of additional disk space will be used. 2024-05-10T23:03:21.729 INFO:teuthology.orchestra.run.smithi026.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-10T23:03:21.731 INFO:teuthology.orchestra.run.smithi170.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-10T23:03:21.731 INFO:teuthology.orchestra.run.smithi170.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-10T23:03:21.733 INFO:teuthology.orchestra.run.smithi170.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-10T23:03:21.733 INFO:teuthology.orchestra.run.smithi170.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-10T23:03:21.734 INFO:teuthology.orchestra.run.smithi170.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-10T23:03:21.753 INFO:teuthology.orchestra.run.smithi170.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-10T23:03:21.755 INFO:teuthology.orchestra.run.smithi170.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-10T23:03:21.755 INFO:teuthology.orchestra.run.smithi170.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-10T23:03:21.770 INFO:teuthology.orchestra.run.smithi170.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-10T23:03:21.770 INFO:teuthology.orchestra.run.smithi170.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-10T23:03:21.773 INFO:teuthology.orchestra.run.smithi170.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-10T23:03:21.774 INFO:teuthology.orchestra.run.smithi170.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-10T23:03:21.774 INFO:teuthology.orchestra.run.smithi170.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-10T23:03:21.775 INFO:teuthology.orchestra.run.smithi170.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-10T23:03:21.794 INFO:teuthology.orchestra.run.smithi170.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-10T23:03:21.795 INFO:teuthology.orchestra.run.smithi170.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-10T23:03:21.798 INFO:teuthology.orchestra.run.smithi170.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-10T23:03:21.799 INFO:teuthology.orchestra.run.smithi170.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-10T23:03:21.800 INFO:teuthology.orchestra.run.smithi170.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-10T23:03:21.801 INFO:teuthology.orchestra.run.smithi170.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-10T23:03:21.814 INFO:teuthology.orchestra.run.smithi170.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-10T23:03:21.818 INFO:teuthology.orchestra.run.smithi170.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-10T23:03:21.819 INFO:teuthology.orchestra.run.smithi170.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-10T23:03:21.819 INFO:teuthology.orchestra.run.smithi170.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-10T23:03:21.834 INFO:teuthology.orchestra.run.smithi170.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-10T23:03:21.835 INFO:teuthology.orchestra.run.smithi170.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-10T23:03:21.838 INFO:teuthology.orchestra.run.smithi170.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-10T23:03:21.839 INFO:teuthology.orchestra.run.smithi170.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-10T23:03:21.839 INFO:teuthology.orchestra.run.smithi170.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-10T23:03:21.840 INFO:teuthology.orchestra.run.smithi170.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-10T23:03:21.855 INFO:teuthology.orchestra.run.smithi170.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-10T23:03:21.856 INFO:teuthology.orchestra.run.smithi170.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-10T23:03:21.863 INFO:teuthology.orchestra.run.smithi170.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-10T23:03:21.863 INFO:teuthology.orchestra.run.smithi170.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-10T23:03:21.876 INFO:teuthology.orchestra.run.smithi170.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-10T23:03:21.878 INFO:teuthology.orchestra.run.smithi170.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-10T23:03:21.879 INFO:teuthology.orchestra.run.smithi170.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-10T23:03:21.951 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2555-gf72fecff-1jammy [3,546 kB] 2024-05-10T23:03:21.968 INFO:teuthology.orchestra.run.smithi100.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2555-gf72fecff-1jammy [3,546 kB] 2024-05-10T23:03:22.095 INFO:teuthology.orchestra.run.smithi100.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-10T23:03:22.107 INFO:teuthology.orchestra.run.smithi100.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-10T23:03:22.149 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-10T23:03:22.163 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-10T23:03:22.189 INFO:teuthology.orchestra.run.smithi100.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-10T23:03:22.243 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-10T23:03:22.421 INFO:teuthology.orchestra.run.smithi100.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-10T23:03:22.432 INFO:teuthology.orchestra.run.smithi100.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-10T23:03:22.462 INFO:teuthology.orchestra.run.smithi100.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-10T23:03:22.471 INFO:teuthology.orchestra.run.smithi100.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-10T23:03:22.472 INFO:teuthology.orchestra.run.smithi100.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-10T23:03:22.474 INFO:teuthology.orchestra.run.smithi100.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-10T23:03:22.481 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-10T23:03:22.492 INFO:teuthology.orchestra.run.smithi100.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-10T23:03:22.493 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-10T23:03:22.523 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-10T23:03:22.534 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-10T23:03:22.534 INFO:teuthology.orchestra.run.smithi026.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-10T23:03:22.536 INFO:teuthology.orchestra.run.smithi026.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-10T23:03:22.554 INFO:teuthology.orchestra.run.smithi026.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-10T23:03:22.660 INFO:teuthology.orchestra.run.smithi100.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-10T23:03:22.723 INFO:teuthology.orchestra.run.smithi026.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-10T23:03:22.801 INFO:teuthology.orchestra.run.smithi026.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2555-gf72fecff-1jammy [3,216 kB] 2024-05-10T23:03:23.068 INFO:teuthology.orchestra.run.smithi100.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-10T23:03:23.082 INFO:teuthology.orchestra.run.smithi100.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2555-gf72fecff-1jammy [3,216 kB] 2024-05-10T23:03:23.101 INFO:teuthology.orchestra.run.smithi100.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-10T23:03:23.103 INFO:teuthology.orchestra.run.smithi100.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-10T23:03:23.184 INFO:teuthology.orchestra.run.smithi100.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-10T23:03:23.235 INFO:teuthology.orchestra.run.smithi100.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-10T23:03:23.256 INFO:teuthology.orchestra.run.smithi100.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-10T23:03:23.260 INFO:teuthology.orchestra.run.smithi026.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-10T23:03:23.263 INFO:teuthology.orchestra.run.smithi100.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-10T23:03:23.264 INFO:teuthology.orchestra.run.smithi100.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-10T23:03:23.276 INFO:teuthology.orchestra.run.smithi100.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-10T23:03:23.277 INFO:teuthology.orchestra.run.smithi100.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-10T23:03:23.338 INFO:teuthology.orchestra.run.smithi026.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2555-gf72fecff-1jammy [711 kB] 2024-05-10T23:03:23.441 INFO:teuthology.orchestra.run.smithi100.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-10T23:03:23.468 INFO:teuthology.orchestra.run.smithi026.stdout:Get:17 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2555-gf72fecff-1jammy [356 kB] 2024-05-10T23:03:23.524 INFO:teuthology.orchestra.run.smithi100.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-10T23:03:23.531 INFO:teuthology.orchestra.run.smithi026.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2555-gf72fecff-1jammy [32.8 kB] 2024-05-10T23:03:23.532 INFO:teuthology.orchestra.run.smithi026.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2555-gf72fecff-1jammy [180 kB] 2024-05-10T23:03:23.541 INFO:teuthology.orchestra.run.smithi026.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2555-gf72fecff-1jammy [67.1 kB] 2024-05-10T23:03:23.544 INFO:teuthology.orchestra.run.smithi026.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2555-gf72fecff-1jammy [334 kB] 2024-05-10T23:03:23.552 INFO:teuthology.orchestra.run.smithi100.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-10T23:03:23.570 INFO:teuthology.orchestra.run.smithi100.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-10T23:03:23.602 INFO:teuthology.orchestra.run.smithi026.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2555-gf72fecff-1jammy [6,780 kB] 2024-05-10T23:03:23.614 INFO:teuthology.orchestra.run.smithi100.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-10T23:03:23.659 INFO:teuthology.orchestra.run.smithi026.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-10T23:03:23.699 INFO:teuthology.orchestra.run.smithi026.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-10T23:03:23.758 INFO:teuthology.orchestra.run.smithi100.stdout:Get:30 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2555-gf72fecff-1jammy [711 kB] 2024-05-10T23:03:23.828 INFO:teuthology.orchestra.run.smithi100.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-10T23:03:23.843 INFO:teuthology.orchestra.run.smithi100.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-10T23:03:23.850 INFO:teuthology.orchestra.run.smithi100.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-10T23:03:23.855 INFO:teuthology.orchestra.run.smithi100.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-10T23:03:23.876 INFO:teuthology.orchestra.run.smithi100.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-10T23:03:23.880 INFO:teuthology.orchestra.run.smithi100.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-10T23:03:23.910 INFO:teuthology.orchestra.run.smithi100.stdout:Get:37 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2555-gf72fecff-1jammy [356 kB] 2024-05-10T23:03:23.993 INFO:teuthology.orchestra.run.smithi100.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2555-gf72fecff-1jammy [32.8 kB] 2024-05-10T23:03:23.997 INFO:teuthology.orchestra.run.smithi100.stdout:Get:39 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2555-gf72fecff-1jammy [180 kB] 2024-05-10T23:03:24.046 INFO:teuthology.orchestra.run.smithi100.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-10T23:03:24.055 INFO:teuthology.orchestra.run.smithi100.stdout:Get:41 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2555-gf72fecff-1jammy [67.1 kB] 2024-05-10T23:03:24.063 INFO:teuthology.orchestra.run.smithi100.stdout:Get:42 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2555-gf72fecff-1jammy [334 kB] 2024-05-10T23:03:24.142 INFO:teuthology.orchestra.run.smithi100.stdout:Get:43 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2555-gf72fecff-1jammy [6,780 kB] 2024-05-10T23:03:24.364 INFO:teuthology.orchestra.run.smithi026.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-10T23:03:24.376 INFO:teuthology.orchestra.run.smithi100.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-10T23:03:24.407 INFO:teuthology.orchestra.run.smithi100.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-10T23:03:24.417 INFO:teuthology.orchestra.run.smithi100.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-10T23:03:24.619 INFO:teuthology.orchestra.run.smithi100.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-10T23:03:24.620 INFO:teuthology.orchestra.run.smithi100.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-10T23:03:24.627 INFO:teuthology.orchestra.run.smithi100.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-10T23:03:24.633 INFO:teuthology.orchestra.run.smithi100.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-10T23:03:24.647 INFO:teuthology.orchestra.run.smithi100.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-10T23:03:24.669 INFO:teuthology.orchestra.run.smithi100.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-10T23:03:24.675 INFO:teuthology.orchestra.run.smithi100.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-10T23:03:24.754 INFO:teuthology.orchestra.run.smithi026.stdout:Get:26 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2555-gf72fecff-1jammy [112 kB] 2024-05-10T23:03:24.757 INFO:teuthology.orchestra.run.smithi026.stdout:Get:27 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2555-gf72fecff-1jammy [466 kB] 2024-05-10T23:03:24.833 INFO:teuthology.orchestra.run.smithi026.stdout:Get:28 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2555-gf72fecff-1jammy [25.6 MB] 2024-05-10T23:03:24.840 INFO:teuthology.orchestra.run.smithi170.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2555-gf72fecff-1jammy [3,216 kB] 2024-05-10T23:03:24.849 INFO:teuthology.orchestra.run.smithi100.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-10T23:03:24.926 INFO:teuthology.orchestra.run.smithi026.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-10T23:03:25.112 INFO:teuthology.orchestra.run.smithi100.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-10T23:03:25.290 INFO:teuthology.orchestra.run.smithi100.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-10T23:03:25.303 INFO:teuthology.orchestra.run.smithi100.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-10T23:03:25.319 INFO:teuthology.orchestra.run.smithi026.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-10T23:03:25.323 INFO:teuthology.orchestra.run.smithi100.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-10T23:03:25.388 INFO:teuthology.orchestra.run.smithi100.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-10T23:03:25.575 INFO:teuthology.orchestra.run.smithi026.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-10T23:03:25.584 INFO:teuthology.orchestra.run.smithi026.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-10T23:03:25.603 INFO:teuthology.orchestra.run.smithi100.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2555-gf72fecff-1jammy [112 kB] 2024-05-10T23:03:25.613 INFO:teuthology.orchestra.run.smithi100.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2555-gf72fecff-1jammy [466 kB] 2024-05-10T23:03:25.675 INFO:teuthology.orchestra.run.smithi100.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-10T23:03:25.678 INFO:teuthology.orchestra.run.smithi100.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-10T23:03:25.682 INFO:teuthology.orchestra.run.smithi100.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-10T23:03:25.682 INFO:teuthology.orchestra.run.smithi100.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-10T23:03:25.685 INFO:teuthology.orchestra.run.smithi100.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-10T23:03:25.710 INFO:teuthology.orchestra.run.smithi100.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2555-gf72fecff-1jammy [25.6 MB] 2024-05-10T23:03:25.845 INFO:teuthology.orchestra.run.smithi026.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-10T23:03:25.852 INFO:teuthology.orchestra.run.smithi026.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-10T23:03:25.909 INFO:teuthology.orchestra.run.smithi100.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-10T23:03:26.060 INFO:teuthology.orchestra.run.smithi026.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-10T23:03:26.143 INFO:teuthology.orchestra.run.smithi026.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-10T23:03:26.173 INFO:teuthology.orchestra.run.smithi026.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-10T23:03:26.190 INFO:teuthology.orchestra.run.smithi026.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-10T23:03:26.234 INFO:teuthology.orchestra.run.smithi026.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-10T23:03:26.337 INFO:teuthology.orchestra.run.smithi100.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-10T23:03:26.342 INFO:teuthology.orchestra.run.smithi100.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-10T23:03:26.451 INFO:teuthology.orchestra.run.smithi026.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-10T23:03:26.467 INFO:teuthology.orchestra.run.smithi026.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-10T23:03:26.474 INFO:teuthology.orchestra.run.smithi026.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-10T23:03:26.480 INFO:teuthology.orchestra.run.smithi026.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-10T23:03:26.549 INFO:teuthology.orchestra.run.smithi026.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-10T23:03:26.579 INFO:teuthology.orchestra.run.smithi026.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-10T23:03:26.631 INFO:teuthology.orchestra.run.smithi100.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-10T23:03:26.632 INFO:teuthology.orchestra.run.smithi100.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-10T23:03:26.634 INFO:teuthology.orchestra.run.smithi100.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-10T23:03:26.635 INFO:teuthology.orchestra.run.smithi100.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-10T23:03:26.637 INFO:teuthology.orchestra.run.smithi100.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-10T23:03:26.639 INFO:teuthology.orchestra.run.smithi100.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-10T23:03:26.640 INFO:teuthology.orchestra.run.smithi100.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-10T23:03:26.642 INFO:teuthology.orchestra.run.smithi100.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-10T23:03:26.763 INFO:teuthology.orchestra.run.smithi026.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-10T23:03:26.825 INFO:teuthology.orchestra.run.smithi100.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-10T23:03:27.103 INFO:teuthology.orchestra.run.smithi026.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-10T23:03:27.137 INFO:teuthology.orchestra.run.smithi026.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-10T23:03:27.149 INFO:teuthology.orchestra.run.smithi026.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-10T23:03:27.238 INFO:teuthology.orchestra.run.smithi100.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-10T23:03:27.284 INFO:teuthology.orchestra.run.smithi100.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-10T23:03:27.319 INFO:teuthology.orchestra.run.smithi100.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-10T23:03:27.406 INFO:teuthology.orchestra.run.smithi170.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2555-gf72fecff-1jammy [711 kB] 2024-05-10T23:03:27.415 INFO:teuthology.orchestra.run.smithi100.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-10T23:03:27.439 INFO:teuthology.orchestra.run.smithi026.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-10T23:03:27.440 INFO:teuthology.orchestra.run.smithi026.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-10T23:03:27.449 INFO:teuthology.orchestra.run.smithi026.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-10T23:03:27.455 INFO:teuthology.orchestra.run.smithi100.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-10T23:03:27.462 INFO:teuthology.orchestra.run.smithi026.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-10T23:03:27.467 INFO:teuthology.orchestra.run.smithi100.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-10T23:03:27.472 INFO:teuthology.orchestra.run.smithi100.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-10T23:03:27.486 INFO:teuthology.orchestra.run.smithi026.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-10T23:03:27.519 INFO:teuthology.orchestra.run.smithi100.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-10T23:03:27.524 INFO:teuthology.orchestra.run.smithi100.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-10T23:03:27.528 INFO:teuthology.orchestra.run.smithi026.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-10T23:03:27.544 INFO:teuthology.orchestra.run.smithi100.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-10T23:03:27.547 INFO:teuthology.orchestra.run.smithi026.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-10T23:03:27.708 INFO:teuthology.orchestra.run.smithi100.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-10T23:03:27.749 INFO:teuthology.orchestra.run.smithi026.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-10T23:03:27.953 INFO:teuthology.orchestra.run.smithi170.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2555-gf72fecff-1jammy [356 kB] 2024-05-10T23:03:27.973 INFO:teuthology.orchestra.run.smithi100.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-10T23:03:27.994 INFO:teuthology.orchestra.run.smithi100.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-10T23:03:28.014 INFO:teuthology.orchestra.run.smithi026.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-10T23:03:28.143 INFO:teuthology.orchestra.run.smithi100.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-10T23:03:28.172 INFO:teuthology.orchestra.run.smithi100.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-10T23:03:28.193 INFO:teuthology.orchestra.run.smithi026.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-10T23:03:28.207 INFO:teuthology.orchestra.run.smithi026.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-10T23:03:28.226 INFO:teuthology.orchestra.run.smithi170.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2555-gf72fecff-1jammy [32.8 kB] 2024-05-10T23:03:28.230 INFO:teuthology.orchestra.run.smithi170.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2555-gf72fecff-1jammy [180 kB] 2024-05-10T23:03:28.247 INFO:teuthology.orchestra.run.smithi026.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-10T23:03:28.308 INFO:teuthology.orchestra.run.smithi026.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-10T23:03:28.329 INFO:teuthology.orchestra.run.smithi100.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-10T23:03:28.332 INFO:teuthology.orchestra.run.smithi100.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-10T23:03:28.333 INFO:teuthology.orchestra.run.smithi170.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2555-gf72fecff-1jammy [67.1 kB] 2024-05-10T23:03:28.334 INFO:teuthology.orchestra.run.smithi100.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-10T23:03:28.355 INFO:teuthology.orchestra.run.smithi100.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-10T23:03:28.361 INFO:teuthology.orchestra.run.smithi100.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-10T23:03:28.414 INFO:teuthology.orchestra.run.smithi170.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2555-gf72fecff-1jammy [334 kB] 2024-05-10T23:03:28.618 INFO:teuthology.orchestra.run.smithi170.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2555-gf72fecff-1jammy [6,780 kB] 2024-05-10T23:03:29.644 INFO:teuthology.orchestra.run.smithi026.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2555-gf72fecff-1jammy [5,084 kB] 2024-05-10T23:03:30.094 INFO:teuthology.orchestra.run.smithi026.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2555-gf72fecff-1jammy [244 kB] 2024-05-10T23:03:30.125 INFO:teuthology.orchestra.run.smithi026.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2555-gf72fecff-1jammy [124 kB] 2024-05-10T23:03:30.133 INFO:teuthology.orchestra.run.smithi026.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2555-gf72fecff-1jammy [1,526 kB] 2024-05-10T23:03:30.289 INFO:teuthology.orchestra.run.smithi026.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2555-gf72fecff-1jammy [6,246 kB] 2024-05-10T23:03:30.335 INFO:teuthology.orchestra.run.smithi100.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2555-gf72fecff-1jammy [5,084 kB] 2024-05-10T23:03:30.891 INFO:teuthology.orchestra.run.smithi100.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2555-gf72fecff-1jammy [244 kB] 2024-05-10T23:03:30.924 INFO:teuthology.orchestra.run.smithi026.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2555-gf72fecff-1jammy [22.7 MB] 2024-05-10T23:03:30.932 INFO:teuthology.orchestra.run.smithi100.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2555-gf72fecff-1jammy [124 kB] 2024-05-10T23:03:30.941 INFO:teuthology.orchestra.run.smithi100.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2555-gf72fecff-1jammy [1,526 kB] 2024-05-10T23:03:31.142 INFO:teuthology.orchestra.run.smithi100.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2555-gf72fecff-1jammy [6,246 kB] 2024-05-10T23:03:31.545 INFO:teuthology.orchestra.run.smithi170.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2555-gf72fecff-1jammy [112 kB] 2024-05-10T23:03:31.564 INFO:teuthology.orchestra.run.smithi170.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2555-gf72fecff-1jammy [466 kB] 2024-05-10T23:03:31.745 INFO:teuthology.orchestra.run.smithi170.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2555-gf72fecff-1jammy [25.6 MB] 2024-05-10T23:03:31.967 INFO:teuthology.orchestra.run.smithi100.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2555-gf72fecff-1jammy [22.7 MB] 2024-05-10T23:03:33.443 INFO:teuthology.orchestra.run.smithi026.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2555-gf72fecff-1jammy [14.1 kB] 2024-05-10T23:03:33.444 INFO:teuthology.orchestra.run.smithi026.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2555-gf72fecff-1jammy [869 kB] 2024-05-10T23:03:33.480 INFO:teuthology.orchestra.run.smithi026.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2555-gf72fecff-1jammy [2,437 kB] 2024-05-10T23:03:33.732 INFO:teuthology.orchestra.run.smithi026.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2555-gf72fecff-1jammy [791 kB] 2024-05-10T23:03:33.827 INFO:teuthology.orchestra.run.smithi026.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2555-gf72fecff-1jammy [148 kB] 2024-05-10T23:03:33.846 INFO:teuthology.orchestra.run.smithi026.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2555-gf72fecff-1jammy [2,331 kB] 2024-05-10T23:03:34.126 INFO:teuthology.orchestra.run.smithi026.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2555-gf72fecff-1jammy [8,625 kB] 2024-05-10T23:03:34.859 INFO:teuthology.orchestra.run.smithi026.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-10T23:03:34.953 INFO:teuthology.orchestra.run.smithi026.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-10T23:03:35.066 INFO:teuthology.orchestra.run.smithi026.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-10T23:03:35.121 INFO:teuthology.orchestra.run.smithi026.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-10T23:03:35.198 INFO:teuthology.orchestra.run.smithi026.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2555-gf72fecff-1jammy [14.2 kB] 2024-05-10T23:03:35.199 INFO:teuthology.orchestra.run.smithi026.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2555-gf72fecff-1jammy [50.7 MB] 2024-05-10T23:03:35.341 INFO:teuthology.orchestra.run.smithi100.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2555-gf72fecff-1jammy [14.1 kB] 2024-05-10T23:03:35.341 INFO:teuthology.orchestra.run.smithi100.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2555-gf72fecff-1jammy [869 kB] 2024-05-10T23:03:35.358 INFO:teuthology.orchestra.run.smithi100.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2555-gf72fecff-1jammy [2,437 kB] 2024-05-10T23:03:35.369 INFO:teuthology.orchestra.run.smithi026.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-10T23:03:35.679 INFO:teuthology.orchestra.run.smithi100.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2555-gf72fecff-1jammy [791 kB] 2024-05-10T23:03:35.795 INFO:teuthology.orchestra.run.smithi100.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2555-gf72fecff-1jammy [148 kB] 2024-05-10T23:03:35.824 INFO:teuthology.orchestra.run.smithi100.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2555-gf72fecff-1jammy [2,331 kB] 2024-05-10T23:03:36.116 INFO:teuthology.orchestra.run.smithi100.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2555-gf72fecff-1jammy [8,625 kB] 2024-05-10T23:03:37.103 INFO:teuthology.orchestra.run.smithi170.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2555-gf72fecff-1jammy [5,084 kB] 2024-05-10T23:03:37.169 INFO:teuthology.orchestra.run.smithi100.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2555-gf72fecff-1jammy [14.2 kB] 2024-05-10T23:03:37.169 INFO:teuthology.orchestra.run.smithi100.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2555-gf72fecff-1jammy [50.7 MB] 2024-05-10T23:03:37.833 INFO:teuthology.orchestra.run.smithi170.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2555-gf72fecff-1jammy [244 kB] 2024-05-10T23:03:37.860 INFO:teuthology.orchestra.run.smithi170.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2555-gf72fecff-1jammy [124 kB] 2024-05-10T23:03:37.868 INFO:teuthology.orchestra.run.smithi170.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2555-gf72fecff-1jammy [1,526 kB] 2024-05-10T23:03:38.127 INFO:teuthology.orchestra.run.smithi170.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2555-gf72fecff-1jammy [6,246 kB] 2024-05-10T23:03:39.038 INFO:teuthology.orchestra.run.smithi170.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2555-gf72fecff-1jammy [22.7 MB] 2024-05-10T23:03:40.305 INFO:teuthology.orchestra.run.smithi026.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-10T23:03:40.748 INFO:teuthology.orchestra.run.smithi026.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-10T23:03:40.754 INFO:teuthology.orchestra.run.smithi026.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-10T23:03:41.054 INFO:teuthology.orchestra.run.smithi026.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-10T23:03:41.054 INFO:teuthology.orchestra.run.smithi026.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-10T23:03:41.058 INFO:teuthology.orchestra.run.smithi026.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-10T23:03:41.059 INFO:teuthology.orchestra.run.smithi026.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-10T23:03:41.061 INFO:teuthology.orchestra.run.smithi026.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-10T23:03:41.062 INFO:teuthology.orchestra.run.smithi026.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-10T23:03:41.063 INFO:teuthology.orchestra.run.smithi026.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-10T23:03:41.065 INFO:teuthology.orchestra.run.smithi026.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-10T23:03:41.252 INFO:teuthology.orchestra.run.smithi026.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-10T23:03:41.611 INFO:teuthology.orchestra.run.smithi170.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2555-gf72fecff-1jammy [14.1 kB] 2024-05-10T23:03:41.612 INFO:teuthology.orchestra.run.smithi170.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2555-gf72fecff-1jammy [869 kB] 2024-05-10T23:03:41.629 INFO:teuthology.orchestra.run.smithi170.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2555-gf72fecff-1jammy [2,437 kB] 2024-05-10T23:03:41.659 INFO:teuthology.orchestra.run.smithi026.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-10T23:03:41.706 INFO:teuthology.orchestra.run.smithi026.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-10T23:03:41.725 INFO:teuthology.orchestra.run.smithi026.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-10T23:03:41.838 INFO:teuthology.orchestra.run.smithi026.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-10T23:03:41.866 INFO:teuthology.orchestra.run.smithi170.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2555-gf72fecff-1jammy [791 kB] 2024-05-10T23:03:41.880 INFO:teuthology.orchestra.run.smithi026.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-10T23:03:41.889 INFO:teuthology.orchestra.run.smithi026.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-10T23:03:41.955 INFO:teuthology.orchestra.run.smithi170.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2555-gf72fecff-1jammy [148 kB] 2024-05-10T23:03:41.955 INFO:teuthology.orchestra.run.smithi170.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2555-gf72fecff-1jammy [2,331 kB] 2024-05-10T23:03:41.955 INFO:teuthology.orchestra.run.smithi026.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-10T23:03:41.955 INFO:teuthology.orchestra.run.smithi026.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-10T23:03:41.955 INFO:teuthology.orchestra.run.smithi026.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-10T23:03:41.969 INFO:teuthology.orchestra.run.smithi026.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-10T23:03:42.092 INFO:teuthology.orchestra.run.smithi100.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2555-gf72fecff-1jammy [121 kB] 2024-05-10T23:03:42.094 INFO:teuthology.orchestra.run.smithi100.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2555-gf72fecff-1jammy [38.9 kB] 2024-05-10T23:03:42.096 INFO:teuthology.orchestra.run.smithi100.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2555-gf72fecff-1jammy [13.4 MB] 2024-05-10T23:03:42.132 INFO:teuthology.orchestra.run.smithi026.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-10T23:03:42.143 INFO:teuthology.orchestra.run.smithi170.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2555-gf72fecff-1jammy [8,625 kB] 2024-05-10T23:03:42.406 INFO:teuthology.orchestra.run.smithi026.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-10T23:03:42.423 INFO:teuthology.orchestra.run.smithi026.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-10T23:03:42.608 INFO:teuthology.orchestra.run.smithi026.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-10T23:03:42.647 INFO:teuthology.orchestra.run.smithi026.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-10T23:03:42.811 INFO:teuthology.orchestra.run.smithi026.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-10T23:03:42.814 INFO:teuthology.orchestra.run.smithi026.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-10T23:03:42.816 INFO:teuthology.orchestra.run.smithi026.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-10T23:03:42.837 INFO:teuthology.orchestra.run.smithi026.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-10T23:03:42.842 INFO:teuthology.orchestra.run.smithi026.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-10T23:03:42.905 INFO:teuthology.orchestra.run.smithi100.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2555-gf72fecff-1jammy [91.6 kB] 2024-05-10T23:03:42.980 INFO:teuthology.orchestra.run.smithi170.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2555-gf72fecff-1jammy [14.2 kB] 2024-05-10T23:03:42.981 INFO:teuthology.orchestra.run.smithi170.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2555-gf72fecff-1jammy [50.7 MB] 2024-05-10T23:03:43.184 INFO:teuthology.orchestra.run.smithi026.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2555-gf72fecff-1jammy [121 kB] 2024-05-10T23:03:43.224 INFO:teuthology.orchestra.run.smithi026.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2555-gf72fecff-1jammy [38.9 kB] 2024-05-10T23:03:43.225 INFO:teuthology.orchestra.run.smithi026.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2555-gf72fecff-1jammy [13.4 MB] 2024-05-10T23:03:43.462 INFO:teuthology.orchestra.run.smithi100.stdout:Fetched 180 MB in 21s (8,381 kB/s) 2024-05-10T23:03:43.620 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-10T23:03:43.720 INFO:teuthology.orchestra.run.smithi100.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 ... 165990 files and directories currently installed.) 2024-05-10T23:03:43.726 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-10T23:03:43.810 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-10T23:03:43.941 INFO:teuthology.orchestra.run.smithi026.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2555-gf72fecff-1jammy [91.6 kB] 2024-05-10T23:03:44.155 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-10T23:03:44.182 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-10T23:03:44.222 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-10T23:03:44.516 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-10T23:03:44.524 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 180 MB in 22s (8,018 kB/s) 2024-05-10T23:03:44.543 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-10T23:03:44.574 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-10T23:03:44.687 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-10T23:03:44.789 INFO:teuthology.orchestra.run.smithi026.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-10T23:03:44.795 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-10T23:03:44.886 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-10T23:03:45.011 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-10T23:03:45.038 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:45.086 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:45.231 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-10T23:03:45.258 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-10T23:03:45.297 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-10T23:03:45.506 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-10T23:03:45.533 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:45.573 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:45.626 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-10T23:03:45.653 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-10T23:03:45.684 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-10T23:03:45.884 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-10T23:03:45.911 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:45.942 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:46.254 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-10T23:03:46.270 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-10T23:03:46.281 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:46.297 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-10T23:03:46.329 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:46.337 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-10T23:03:46.631 INFO:teuthology.orchestra.run.smithi170.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2555-gf72fecff-1jammy [121 kB] 2024-05-10T23:03:46.634 INFO:teuthology.orchestra.run.smithi170.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2555-gf72fecff-1jammy [38.9 kB] 2024-05-10T23:03:46.635 INFO:teuthology.orchestra.run.smithi170.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2555-gf72fecff-1jammy [13.4 MB] 2024-05-10T23:03:46.665 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librados2. 2024-05-10T23:03:46.692 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../007-librados2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:46.731 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librados2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:46.732 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-10T23:03:46.759 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:46.799 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:47.094 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-10T23:03:47.121 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:47.151 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librbd1. 2024-05-10T23:03:47.152 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:47.177 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../008-librbd1_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:47.217 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librbd1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:47.328 INFO:teuthology.orchestra.run.smithi170.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2555-gf72fecff-1jammy [91.6 kB] 2024-05-10T23:03:47.488 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-10T23:03:47.515 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-10T23:03:47.555 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-10T23:03:47.628 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs2. 2024-05-10T23:03:47.655 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:47.725 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:47.875 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librados2. 2024-05-10T23:03:47.895 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 180 MB in 26s (6,876 kB/s) 2024-05-10T23:03:47.902 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../007-librados2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:47.941 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librados2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:48.039 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-10T23:03:48.122 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rados. 2024-05-10T23:03:48.135 INFO:teuthology.orchestra.run.smithi170.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 ... 165990 files and directories currently installed.) 2024-05-10T23:03:48.138 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:48.141 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-10T23:03:48.181 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rados (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:48.221 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-10T23:03:48.377 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librbd1. 2024-05-10T23:03:48.404 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../008-librbd1_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:48.443 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librbd1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:48.500 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-10T23:03:48.527 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:03:48.558 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-10T23:03:48.566 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-argparse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:48.584 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-10T23:03:48.616 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-10T23:03:48.786 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cephfs. 2024-05-10T23:03:48.801 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:48.836 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cephfs (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:48.872 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libcephfs2. 2024-05-10T23:03:48.899 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:48.938 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libcephfs2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:48.944 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-10T23:03:48.970 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-10T23:03:49.010 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-10T23:03:49.122 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-10T23:03:49.148 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:03:49.188 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:49.224 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rados. 2024-05-10T23:03:49.240 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:49.282 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rados (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:49.464 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-10T23:03:49.491 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:49.525 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-10T23:03:49.547 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:49.551 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-10T23:03:49.591 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-10T23:03:49.810 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-10T23:03:49.837 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:03:49.861 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-prettytable. 2024-05-10T23:03:49.877 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-ceph-argparse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:49.888 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-10T23:03:49.919 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-10T23:03:50.113 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cephfs. 2024-05-10T23:03:50.117 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-10T23:03:50.140 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:50.143 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:50.171 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cephfs (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:50.171 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rbd. 2024-05-10T23:03:50.175 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:50.198 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:50.238 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rbd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:50.474 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-10T23:03:50.501 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:03:50.540 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:50.553 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-10T23:03:50.580 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-10T23:03:50.616 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-10T23:03:50.620 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:03:50.643 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-10T23:03:50.683 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-10T23:03:50.868 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-10T23:03:50.895 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-10T23:03:50.935 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-10T23:03:50.960 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-10T23:03:50.964 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-10T23:03:50.976 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-10T23:03:50.991 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-10T23:03:51.010 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-10T23:03:51.031 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-10T23:03:51.213 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-prettytable. 2024-05-10T23:03:51.240 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-10T23:03:51.263 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-10T23:03:51.271 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-10T23:03:51.290 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-10T23:03:51.317 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librados2. 2024-05-10T23:03:51.321 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-10T23:03:51.343 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../007-librados2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:51.376 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librados2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:51.532 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rbd. 2024-05-10T23:03:51.559 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:51.599 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rbd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:51.650 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua5.1. 2024-05-10T23:03:51.677 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-10T23:03:51.716 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-10T23:03:51.803 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librbd1. 2024-05-10T23:03:51.829 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../008-librbd1_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:51.870 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librbd1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:51.952 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-10T23:03:51.979 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-10T23:03:52.018 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-10T23:03:52.027 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-any. 2024-05-10T23:03:52.054 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-10T23:03:52.094 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-10T23:03:52.296 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-10T23:03:52.312 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-10T23:03:52.323 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs2. 2024-05-10T23:03:52.330 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package zip. 2024-05-10T23:03:52.346 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-10T23:03:52.349 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:52.356 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-10T23:03:52.388 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking zip (3.0-12build2) ... 2024-05-10T23:03:52.389 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:52.632 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-10T23:03:52.648 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-10T23:03:52.658 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rados. 2024-05-10T23:03:52.673 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:52.690 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-10T23:03:52.716 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rados (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:52.725 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package unzip. 2024-05-10T23:03:52.752 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-10T23:03:52.791 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-10T23:03:52.994 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-10T23:03:53.020 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:03:53.027 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua5.1. 2024-05-10T23:03:53.052 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-argparse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:53.054 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-10T23:03:53.093 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-10T23:03:53.272 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cephfs. 2024-05-10T23:03:53.298 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:53.311 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package luarocks. 2024-05-10T23:03:53.338 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cephfs (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:53.338 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-10T23:03:53.378 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-10T23:03:53.472 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua-any. 2024-05-10T23:03:53.488 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-10T23:03:53.530 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-10T23:03:53.658 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-10T23:03:53.684 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:03:53.724 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:53.744 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package librgw2. 2024-05-10T23:03:53.749 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package zip. 2024-05-10T23:03:53.765 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-10T23:03:53.771 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../025-librgw2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:53.799 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking zip (3.0-12build2) ... 2024-05-10T23:03:53.811 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking librgw2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:54.052 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-10T23:03:54.078 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-10T23:03:54.119 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-10T23:03:54.119 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package unzip. 2024-05-10T23:03:54.146 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-10T23:03:54.185 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-10T23:03:54.305 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rgw. 2024-05-10T23:03:54.321 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:54.446 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-prettytable. 2024-05-10T23:03:54.448 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:54.473 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-10T23:03:54.513 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-10T23:03:55.182 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package luarocks. 2024-05-10T23:03:55.209 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-10T23:03:55.533 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-10T23:03:55.560 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-10T23:03:55.598 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-10T23:03:55.599 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-10T23:03:55.741 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rbd. 2024-05-10T23:03:55.767 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:55.808 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rbd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:55.911 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libradosstriper1. 2024-05-10T23:03:55.938 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:55.977 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libradosstriper1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:55.981 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librgw2. 2024-05-10T23:03:56.008 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../025-librgw2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:56.048 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librgw2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:56.152 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-10T23:03:56.179 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-10T23:03:56.219 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-10T23:03:56.389 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-common. 2024-05-10T23:03:56.415 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:56.455 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:56.505 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-10T23:03:56.520 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-10T23:03:56.563 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-10T23:03:56.634 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rgw. 2024-05-10T23:03:56.661 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:56.849 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-10T23:03:56.864 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-10T23:03:56.899 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-10T23:03:57.128 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-10T23:03:57.155 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-10T23:03:57.211 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua5.1. 2024-05-10T23:03:57.211 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-10T23:03:57.236 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-10T23:03:57.277 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-10T23:03:57.549 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libradosstriper1. 2024-05-10T23:03:57.575 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:57.589 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-any. 2024-05-10T23:03:57.604 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-10T23:03:57.614 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libradosstriper1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:57.639 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-10T23:03:57.866 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package zip. 2024-05-10T23:03:57.869 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-base. 2024-05-10T23:03:57.882 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-10T23:03:57.896 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:57.916 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking zip (3.0-12build2) ... 2024-05-10T23:03:58.028 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-base (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:58.042 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-common. 2024-05-10T23:03:58.070 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:58.109 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:58.202 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package unzip. 2024-05-10T23:03:58.229 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-10T23:03:58.269 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-10T23:03:58.632 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-10T23:03:58.659 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-10T23:03:58.698 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package luarocks. 2024-05-10T23:03:58.698 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-10T23:03:58.724 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-10T23:03:58.764 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-10T23:03:59.001 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cheroot. 2024-05-10T23:03:59.028 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-10T23:03:59.067 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-10T23:03:59.147 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librgw2. 2024-05-10T23:03:59.173 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../025-librgw2_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:59.213 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librgw2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:59.404 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-10T23:03:59.431 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-10T23:03:59.504 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-10T23:03:59.573 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-base. 2024-05-10T23:03:59.600 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:59.657 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-base (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:59.766 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rgw. 2024-05-10T23:03:59.781 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:03:59.798 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-10T23:03:59.824 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:03:59.825 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-10T23:03:59.865 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-10T23:04:00.168 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-10T23:04:00.169 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-10T23:04:00.195 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-10T23:04:00.196 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-10T23:04:00.234 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-10T23:04:00.235 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-10T23:04:00.394 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-10T23:04:00.421 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-10T23:04:00.460 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-10T23:04:00.512 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempora. 2024-05-10T23:04:00.521 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libradosstriper1. 2024-05-10T23:04:00.539 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-10T23:04:00.548 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:00.578 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-10T23:04:00.588 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libradosstriper1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:00.730 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cheroot. 2024-05-10T23:04:00.757 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-10T23:04:00.796 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-10T23:04:00.823 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-portend. 2024-05-10T23:04:00.851 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-10T23:04:00.890 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-10T23:04:01.124 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-10T23:04:01.151 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-10T23:04:01.166 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-common. 2024-05-10T23:04:01.191 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-10T23:04:01.192 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-10T23:04:01.193 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:01.220 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-10T23:04:01.233 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:01.259 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-10T23:04:01.494 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-10T23:04:01.520 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-10T23:04:01.560 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-10T23:04:01.562 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-10T23:04:01.589 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-10T23:04:01.628 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-10T23:04:01.846 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-10T23:04:01.873 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-10T23:04:01.913 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-10T23:04:02.008 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-natsort. 2024-05-10T23:04:02.035 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-10T23:04:02.074 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-10T23:04:02.183 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-tempora. 2024-05-10T23:04:02.210 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-10T23:04:02.249 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-10T23:04:02.368 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-logutils. 2024-05-10T23:04:02.396 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-10T23:04:02.435 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-10T23:04:02.552 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-portend. 2024-05-10T23:04:02.579 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-10T23:04:02.605 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-base. 2024-05-10T23:04:02.618 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-10T23:04:02.631 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:02.680 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-base (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:02.754 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-10T23:04:02.781 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-10T23:04:02.821 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-10T23:04:02.931 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-10T23:04:02.957 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-10T23:04:02.997 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-10T23:04:03.241 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-mako. 2024-05-10T23:04:03.257 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-10T23:04:03.267 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-10T23:04:03.268 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-10T23:04:03.273 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-10T23:04:03.294 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-10T23:04:03.299 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-10T23:04:03.307 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-10T23:04:03.334 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-10T23:04:03.603 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cheroot. 2024-05-10T23:04:03.610 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-10T23:04:03.630 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-10T23:04:03.637 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-10T23:04:03.661 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-natsort. 2024-05-10T23:04:03.662 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-10T23:04:03.677 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-10T23:04:03.688 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-10T23:04:03.727 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-10T23:04:03.931 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-10T23:04:03.958 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-10T23:04:03.980 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-10T23:04:03.989 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-10T23:04:04.007 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-10T23:04:04.014 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-logutils. 2024-05-10T23:04:04.030 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-10T23:04:04.046 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-10T23:04:04.064 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-10T23:04:04.292 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-10T23:04:04.308 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-10T23:04:04.318 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-10T23:04:04.336 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-10T23:04:04.359 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-10T23:04:04.374 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webob. 2024-05-10T23:04:04.375 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-10T23:04:04.401 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-10T23:04:04.440 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-10T23:04:04.661 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-10T23:04:04.678 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-mako. 2024-05-10T23:04:04.688 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-10T23:04:04.705 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-10T23:04:04.728 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-10T23:04:04.744 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-10T23:04:04.768 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-waitress. 2024-05-10T23:04:04.796 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-10T23:04:04.838 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-10T23:04:04.997 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-tempora. 2024-05-10T23:04:05.013 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-10T23:04:05.056 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-10T23:04:05.098 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-10T23:04:05.113 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-tempita. 2024-05-10T23:04:05.125 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-10T23:04:05.140 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-10T23:04:05.164 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-10T23:04:05.171 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-10T23:04:05.334 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-portend. 2024-05-10T23:04:05.360 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-10T23:04:05.400 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-10T23:04:05.441 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-paste. 2024-05-10T23:04:05.467 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-10T23:04:05.468 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-10T23:04:05.494 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-10T23:04:05.507 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-10T23:04:05.542 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-10T23:04:05.703 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-10T23:04:05.729 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-10T23:04:05.770 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-10T23:04:05.820 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-webob. 2024-05-10T23:04:05.835 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-10T23:04:05.847 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-10T23:04:05.863 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-10T23:04:05.886 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-10T23:04:05.902 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-10T23:04:06.081 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-10T23:04:06.107 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-10T23:04:06.156 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-10T23:04:06.180 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-10T23:04:06.198 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-waitress. 2024-05-10T23:04:06.207 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-10T23:04:06.225 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-10T23:04:06.246 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-10T23:04:06.261 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-10T23:04:06.484 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-natsort. 2024-05-10T23:04:06.511 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-10T23:04:06.542 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-tempita. 2024-05-10T23:04:06.551 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-10T23:04:06.566 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-webtest. 2024-05-10T23:04:06.569 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-10T23:04:06.593 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-10T23:04:06.609 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-10T23:04:06.624 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-10T23:04:06.904 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-logutils. 2024-05-10T23:04:06.910 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pecan. 2024-05-10T23:04:06.912 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-paste. 2024-05-10T23:04:06.930 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-10T23:04:06.937 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-10T23:04:06.939 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-10T23:04:06.970 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-10T23:04:06.977 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-10T23:04:06.987 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-10T23:04:07.232 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-10T23:04:07.258 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-10T23:04:07.290 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-10T23:04:07.298 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-10T23:04:07.306 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-10T23:04:07.323 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-certifi. 2024-05-10T23:04:07.348 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-10T23:04:07.350 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-10T23:04:07.390 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-10T23:04:07.543 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-mako. 2024-05-10T23:04:07.558 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-10T23:04:07.601 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-10T23:04:07.651 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-10T23:04:07.678 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-10T23:04:07.709 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-idna. 2024-05-10T23:04:07.717 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-10T23:04:07.736 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-10T23:04:07.776 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-10T23:04:07.929 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-10T23:04:07.955 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-10T23:04:07.995 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-10T23:04:08.021 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-webtest. 2024-05-10T23:04:08.048 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-10T23:04:08.070 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-urllib3. 2024-05-10T23:04:08.087 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-10T23:04:08.097 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-10T23:04:08.137 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-10T23:04:08.298 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-10T23:04:08.314 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-10T23:04:08.357 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-10T23:04:08.373 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pecan. 2024-05-10T23:04:08.389 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-10T23:04:08.423 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-10T23:04:08.432 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests. 2024-05-10T23:04:08.459 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-10T23:04:08.507 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-10T23:04:08.626 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webob. 2024-05-10T23:04:08.652 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-10T23:04:08.692 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-10T23:04:08.761 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-certifi. 2024-05-10T23:04:08.788 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-10T23:04:08.819 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-10T23:04:08.843 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-10T23:04:08.870 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-10T23:04:08.909 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-10T23:04:09.012 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-waitress. 2024-05-10T23:04:09.039 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-10T23:04:09.074 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-10T23:04:09.123 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-idna. 2024-05-10T23:04:09.150 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-10T23:04:09.179 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-10T23:04:09.189 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-10T23:04:09.203 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:09.246 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:09.340 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-tempita. 2024-05-10T23:04:09.366 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-10T23:04:09.406 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-10T23:04:09.509 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-urllib3. 2024-05-10T23:04:09.536 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-10T23:04:09.575 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-10T23:04:09.626 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-10T23:04:09.653 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:09.692 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:09.709 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-paste. 2024-05-10T23:04:09.736 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-10T23:04:09.776 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-10T23:04:09.903 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-requests. 2024-05-10T23:04:09.928 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-10T23:04:09.931 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-10T23:04:09.956 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-10T23:04:09.970 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-10T23:04:09.986 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-10T23:04:10.079 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-10T23:04:10.094 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-10T23:04:10.129 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-10T23:04:10.265 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-10T23:04:10.281 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-openssl. 2024-05-10T23:04:10.292 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-10T23:04:10.308 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-10T23:04:10.331 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-10T23:04:10.347 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-10T23:04:10.415 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-10T23:04:10.441 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-10T23:04:10.482 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-10T23:04:10.634 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-10T23:04:10.651 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:10.667 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr. 2024-05-10T23:04:10.696 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:10.733 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:10.810 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webtest. 2024-05-10T23:04:10.817 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:10.838 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-10T23:04:10.876 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-10T23:04:11.162 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mon. 2024-05-10T23:04:11.188 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pecan. 2024-05-10T23:04:11.189 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:11.206 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-10T23:04:11.214 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-10T23:04:11.228 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mon (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:11.233 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:11.254 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-10T23:04:11.272 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:11.583 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-10T23:04:11.601 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-certifi. 2024-05-10T23:04:11.611 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-10T23:04:11.627 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-10T23:04:11.650 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-10T23:04:11.667 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-10T23:04:11.832 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-osd. 2024-05-10T23:04:11.859 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:11.898 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-osd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:11.945 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-idna. 2024-05-10T23:04:11.953 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-openssl. 2024-05-10T23:04:11.972 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-10T23:04:11.980 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-10T23:04:12.003 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-10T23:04:12.019 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-10T23:04:12.314 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr. 2024-05-10T23:04:12.322 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-urllib3. 2024-05-10T23:04:12.342 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:12.349 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-10T23:04:12.372 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:12.389 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-10T23:04:12.692 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-requests. 2024-05-10T23:04:12.719 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-10T23:04:12.759 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-10T23:04:12.800 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mon. 2024-05-10T23:04:12.828 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:12.867 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mon (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:12.943 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph. 2024-05-10T23:04:12.959 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../066-ceph_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:13.001 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:13.070 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-10T23:04:13.097 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-10T23:04:13.136 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-10T23:04:13.346 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-fuse. 2024-05-10T23:04:13.373 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:13.412 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:13.431 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-10T23:04:13.447 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:13.479 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-osd. 2024-05-10T23:04:13.489 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:13.506 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:13.545 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-osd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:13.853 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-10T23:04:13.868 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:13.902 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:13.957 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mds. 2024-05-10T23:04:13.984 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:14.032 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mds (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:14.188 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-10T23:04:14.216 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-10T23:04:14.255 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-10T23:04:14.393 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package cephadm. 2024-05-10T23:04:14.420 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../069-cephadm_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:14.451 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:14.577 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-openssl. 2024-05-10T23:04:14.604 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-10T23:04:14.609 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph. 2024-05-10T23:04:14.637 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../066-ceph_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:14.643 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-10T23:04:14.675 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:14.746 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-10T23:04:14.773 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-10T23:04:14.812 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-10T23:04:14.971 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr. 2024-05-10T23:04:14.995 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-fuse. 2024-05-10T23:04:14.998 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:15.022 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:15.029 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:15.061 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:15.098 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-10T23:04:15.114 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-10T23:04:15.148 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:15.424 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mon. 2024-05-10T23:04:15.439 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mds. 2024-05-10T23:04:15.451 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:15.466 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:15.490 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mon (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:15.514 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mds (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:15.943 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package cephadm. 2024-05-10T23:04:15.970 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../069-cephadm_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:16.000 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:16.212 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-babel. 2024-05-10T23:04:16.239 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-10T23:04:16.245 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-osd. 2024-05-10T23:04:16.273 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:16.278 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:16.362 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-10T23:04:16.362 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-osd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:16.389 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-10T23:04:16.428 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-10T23:04:16.606 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-jinja2. 2024-05-10T23:04:16.633 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-10T23:04:16.672 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-10T23:04:16.706 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-10T23:04:16.722 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-10T23:04:16.764 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:17.028 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-10T23:04:17.055 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:17.094 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:17.439 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-10T23:04:17.465 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph. 2024-05-10T23:04:17.466 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-10T23:04:17.480 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../066-ceph_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:17.505 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-10T23:04:17.514 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:17.752 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-babel. 2024-05-10T23:04:17.780 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-10T23:04:17.783 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-routes. 2024-05-10T23:04:17.807 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-10T23:04:17.819 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:17.825 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-fuse. 2024-05-10T23:04:17.841 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-10T23:04:17.852 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:17.900 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:18.139 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jinja2. 2024-05-10T23:04:18.166 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-10T23:04:18.178 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-10T23:04:18.205 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-10T23:04:18.206 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:18.244 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:18.279 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mds. 2024-05-10T23:04:18.306 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:18.345 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mds (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:18.566 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-10T23:04:18.594 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:18.658 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:18.748 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package cephadm. 2024-05-10T23:04:18.775 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../069-cephadm_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:18.814 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:19.011 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-10T23:04:19.039 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-10T23:04:19.077 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-10T23:04:19.126 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-10T23:04:19.153 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-10T23:04:19.193 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-10T23:04:19.380 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-routes. 2024-05-10T23:04:19.408 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-10T23:04:19.447 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-10T23:04:19.483 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-10T23:04:19.511 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-10T23:04:19.512 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-10T23:04:19.539 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-10T23:04:19.550 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-10T23:04:19.570 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:19.792 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-10T23:04:19.820 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:19.858 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:20.020 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-joblib. 2024-05-10T23:04:20.048 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-10T23:04:20.103 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-10T23:04:20.482 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-10T23:04:20.510 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-10T23:04:20.548 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-10T23:04:20.625 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-babel. 2024-05-10T23:04:20.652 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-10T23:04:20.691 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:20.834 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-sklearn. 2024-05-10T23:04:20.850 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-10T23:04:20.901 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-10T23:04:21.037 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jinja2. 2024-05-10T23:04:21.063 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-10T23:04:21.103 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-10T23:04:21.363 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-10T23:04:21.391 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-10T23:04:21.421 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-10T23:04:21.464 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-10T23:04:21.491 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:21.531 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:21.642 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-10T23:04:21.671 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:21.803 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:21.868 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-10T23:04:21.895 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-10T23:04:21.908 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-joblib. 2024-05-10T23:04:21.934 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-10T23:04:21.936 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-10T23:04:21.975 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-10T23:04:22.179 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-routes. 2024-05-10T23:04:22.206 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-10T23:04:22.245 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-10T23:04:22.312 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-10T23:04:22.328 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-10T23:04:22.369 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-10T23:04:22.557 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-10T23:04:22.584 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:22.615 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:22.622 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-sklearn. 2024-05-10T23:04:22.650 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-10T23:04:22.680 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-10T23:04:22.807 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-cachetools. 2024-05-10T23:04:22.835 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-10T23:04:22.873 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-10T23:04:23.151 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-10T23:04:23.179 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-10T23:04:23.218 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-10T23:04:23.339 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-10T23:04:23.367 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:23.499 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:23.521 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-10T23:04:23.549 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-10T23:04:23.588 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-10T23:04:23.874 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-rsa. 2024-05-10T23:04:23.902 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-10T23:04:23.903 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-10T23:04:23.920 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-10T23:04:23.940 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-10T23:04:23.962 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-10T23:04:24.469 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-google-auth. 2024-05-10T23:04:24.482 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-joblib. 2024-05-10T23:04:24.486 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cachetools. 2024-05-10T23:04:24.498 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-10T23:04:24.509 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-10T23:04:24.514 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-10T23:04:24.536 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-10T23:04:24.548 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-10T23:04:24.553 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-10T23:04:24.822 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-10T23:04:24.850 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-10T23:04:24.881 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-10T23:04:24.881 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-10T23:04:24.902 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-10T23:04:24.909 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-10T23:04:24.918 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-10T23:04:24.947 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-10T23:04:24.952 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-10T23:04:25.218 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-10T23:04:25.238 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn. 2024-05-10T23:04:25.242 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-websocket. 2024-05-10T23:04:25.245 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-10T23:04:25.265 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-10T23:04:25.269 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-10T23:04:25.284 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-10T23:04:25.304 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-10T23:04:25.308 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-10T23:04:25.579 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-10T23:04:25.595 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rsa. 2024-05-10T23:04:25.607 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-10T23:04:25.623 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-10T23:04:25.645 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-10T23:04:25.661 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-10T23:04:25.957 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-google-auth. 2024-05-10T23:04:25.980 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-10T23:04:25.985 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-10T23:04:25.996 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:26.024 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-10T23:04:26.132 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:26.302 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-10T23:04:26.308 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-10T23:04:26.318 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-10T23:04:26.325 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:26.351 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-10T23:04:26.367 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:26.646 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-websocket. 2024-05-10T23:04:26.674 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-10T23:04:26.687 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-10T23:04:26.713 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-10T23:04:26.714 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-10T23:04:26.753 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-10T23:04:27.033 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-10T23:04:27.061 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-10T23:04:27.073 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-10T23:04:27.101 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-10T23:04:27.102 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-10T23:04:27.164 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-10T23:04:27.269 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cachetools. 2024-05-10T23:04:27.297 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-10T23:04:27.327 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-10T23:04:27.383 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package jq. 2024-05-10T23:04:27.400 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-10T23:04:27.433 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-10T23:04:27.630 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-10T23:04:27.658 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-10T23:04:27.661 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package socat. 2024-05-10T23:04:27.678 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-10T23:04:27.697 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-10T23:04:27.719 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-10T23:04:27.755 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-10T23:04:27.772 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:27.829 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:27.981 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package xmlstarlet. 2024-05-10T23:04:27.995 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-10T23:04:28.000 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-10T23:04:28.016 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-10T23:04:28.031 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-10T23:04:28.058 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-10T23:04:28.116 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-10T23:04:28.144 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-10T23:04:28.174 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-10T23:04:28.369 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-test. 2024-05-10T23:04:28.370 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rsa. 2024-05-10T23:04:28.385 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:28.397 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-10T23:04:28.427 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-test (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:28.437 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-10T23:04:28.485 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-10T23:04:28.513 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-10T23:04:28.552 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-10T23:04:28.757 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-google-auth. 2024-05-10T23:04:28.785 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-10T23:04:28.821 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package jq. 2024-05-10T23:04:28.823 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-10T23:04:28.849 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-10T23:04:28.888 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-10T23:04:29.127 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-10T23:04:29.140 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package socat. 2024-05-10T23:04:29.154 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-10T23:04:29.157 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-10T23:04:29.193 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-10T23:04:29.198 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-10T23:04:29.455 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-websocket. 2024-05-10T23:04:29.469 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package xmlstarlet. 2024-05-10T23:04:29.482 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-10T23:04:29.497 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-10T23:04:29.513 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-10T23:04:29.527 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-10T23:04:29.833 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-10T23:04:29.860 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-10T23:04:29.898 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-test. 2024-05-10T23:04:29.899 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-10T23:04:29.914 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:29.956 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-test (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:30.630 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-10T23:04:30.646 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:30.688 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:30.731 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package ceph-volume. 2024-05-10T23:04:30.759 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:30.797 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking ceph-volume (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:31.008 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-10T23:04:31.035 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-10T23:04:31.074 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-10T23:04:31.093 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-10T23:04:31.109 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:31.151 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking libcephfs-dev (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:31.395 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-10T23:04:31.422 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-10T23:04:31.452 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-10T23:04:31.471 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-10T23:04:31.499 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-10T23:04:31.537 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-10T23:04:31.722 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package jq. 2024-05-10T23:04:31.749 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-10T23:04:31.788 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-10T23:04:31.850 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-10T23:04:31.878 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-10T23:04:31.908 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-10T23:04:32.041 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package socat. 2024-05-10T23:04:32.057 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-10T23:04:32.099 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-10T23:04:32.271 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package nvme-cli. 2024-05-10T23:04:32.299 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-10T23:04:32.302 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-volume. 2024-05-10T23:04:32.330 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:32.337 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-10T23:04:32.368 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-volume (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:32.419 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package xmlstarlet. 2024-05-10T23:04:32.435 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-10T23:04:32.477 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-10T23:04:32.672 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-10T23:04:32.700 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:32.738 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libcephfs-dev (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:32.768 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package pkg-config. 2024-05-10T23:04:32.796 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-10T23:04:32.834 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-10T23:04:32.840 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-test. 2024-05-10T23:04:32.856 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:32.898 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-test (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:33.066 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-10T23:04:33.079 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-10T23:04:33.095 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-10T23:04:33.095 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-10T23:04:33.129 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-10T23:04:33.133 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-10T23:04:33.446 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-10T23:04:33.474 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-10T23:04:33.512 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-10T23:04:33.549 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-10T23:04:33.577 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-10T23:04:33.615 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-10T23:04:33.908 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package nvme-cli. 2024-05-10T23:04:33.918 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pastescript. 2024-05-10T23:04:33.936 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-10T23:04:33.946 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-10T23:04:33.974 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-10T23:04:33.984 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-10T23:04:34.338 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pluggy. 2024-05-10T23:04:34.366 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-10T23:04:34.396 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package pkg-config. 2024-05-10T23:04:34.413 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-10T23:04:34.425 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-10T23:04:34.466 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-10T23:04:34.732 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-10T23:04:34.749 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-10T23:04:34.790 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-10T23:04:34.957 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-psutil. 2024-05-10T23:04:34.986 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-10T23:04:35.024 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-10T23:04:35.187 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-volume. 2024-05-10T23:04:35.210 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-10T23:04:35.214 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2555-gf72fecff-1jammy_all.deb ... 2024-05-10T23:04:35.239 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-10T23:04:35.269 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-volume (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:35.286 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-10T23:04:35.352 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-py. 2024-05-10T23:04:35.380 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-10T23:04:35.418 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-10T23:04:35.556 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-10T23:04:35.572 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:35.596 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pastescript. 2024-05-10T23:04:35.606 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs-dev (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:35.625 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-10T23:04:35.662 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-10T23:04:35.747 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pygments. 2024-05-10T23:04:35.775 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-10T23:04:35.813 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-10T23:04:35.876 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-10T23:04:35.903 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-10T23:04:35.943 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-10T23:04:35.949 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pluggy. 2024-05-10T23:04:35.978 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-10T23:04:36.016 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-10T23:04:36.267 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-10T23:04:36.272 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-10T23:04:36.296 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-10T23:04:36.300 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-10T23:04:36.327 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-psutil. 2024-05-10T23:04:36.338 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-10T23:04:36.353 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-10T23:04:36.355 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-10T23:04:36.393 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-10T23:04:36.637 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-toml. 2024-05-10T23:04:36.665 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-10T23:04:36.695 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-10T23:04:36.718 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package nvme-cli. 2024-05-10T23:04:36.745 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-10T23:04:36.747 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-py. 2024-05-10T23:04:36.775 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-10T23:04:36.793 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-10T23:04:36.813 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-10T23:04:36.973 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-pytest. 2024-05-10T23:04:37.001 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-10T23:04:37.039 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-10T23:04:37.142 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pygments. 2024-05-10T23:04:37.170 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-10T23:04:37.189 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package pkg-config. 2024-05-10T23:04:37.205 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-10T23:04:37.208 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-10T23:04:37.239 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-10T23:04:37.418 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package python3-simplejson. 2024-05-10T23:04:37.447 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-10T23:04:37.475 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-10T23:04:37.484 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-10T23:04:37.491 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-10T23:04:37.534 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-10T23:04:37.679 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-10T23:04:37.707 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-10T23:04:37.745 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-10T23:04:37.745 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-10T23:04:37.774 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-10T23:04:37.812 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-10T23:04:37.962 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-10T23:04:37.990 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-10T23:04:37.998 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-toml. 2024-05-10T23:04:38.026 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-10T23:04:38.029 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-10T23:04:38.064 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-10T23:04:38.331 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastescript. 2024-05-10T23:04:38.359 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-10T23:04:38.375 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pytest. 2024-05-10T23:04:38.398 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-10T23:04:38.404 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-10T23:04:38.442 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-10T23:04:38.541 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package radosgw. 2024-05-10T23:04:38.570 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../116-radosgw_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:38.607 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking radosgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:38.718 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pluggy. 2024-05-10T23:04:38.737 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-simplejson. 2024-05-10T23:04:38.746 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-10T23:04:38.765 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-10T23:04:38.793 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-10T23:04:38.795 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-10T23:04:39.031 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-10T23:04:39.059 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-10T23:04:39.097 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-10T23:04:39.104 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-psutil. 2024-05-10T23:04:39.132 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-10T23:04:39.171 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-10T23:04:39.410 INFO:teuthology.orchestra.run.smithi100.stdout:Selecting previously unselected package rbd-fuse. 2024-05-10T23:04:39.427 INFO:teuthology.orchestra.run.smithi100.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:39.460 INFO:teuthology.orchestra.run.smithi100.stdout:Unpacking rbd-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:39.549 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-py. 2024-05-10T23:04:39.576 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-10T23:04:39.615 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-10T23:04:39.748 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-10T23:04:39.844 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package radosgw. 2024-05-10T23:04:39.872 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../116-radosgw_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:39.910 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking radosgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:39.944 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pygments. 2024-05-10T23:04:39.971 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-10T23:04:40.007 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-10T23:04:40.010 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-10T23:04:40.133 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-10T23:04:40.394 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-10T23:04:40.465 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-10T23:04:40.492 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-10T23:04:40.531 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-10T23:04:40.688 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package rbd-fuse. 2024-05-10T23:04:40.705 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:40.715 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-10T23:04:40.738 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking rbd-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:40.842 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-toml. 2024-05-10T23:04:40.870 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-10T23:04:40.908 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-10T23:04:41.043 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-10T23:04:41.096 INFO:teuthology.orchestra.run.smithi100.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-10T23:04:41.168 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:41.220 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pytest. 2024-05-10T23:04:41.248 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-10T23:04:41.286 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-10T23:04:41.301 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-10T23:04:41.452 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-10T23:04:41.674 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplejson. 2024-05-10T23:04:41.701 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-10T23:04:41.716 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-10T23:04:41.740 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-10T23:04:41.852 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user cephadm....done 2024-05-10T23:04:42.008 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-10T23:04:42.017 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-10T23:04:42.036 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-10T23:04:42.045 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-10T23:04:42.084 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-10T23:04:42.276 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-10T23:04:42.472 INFO:teuthology.orchestra.run.smithi026.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-10T23:04:42.527 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-10T23:04:42.537 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:42.628 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-10T23:04:42.888 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-10T23:04:43.022 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package radosgw. 2024-05-10T23:04:43.050 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../116-radosgw_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:43.087 INFO:teuthology.orchestra.run.smithi026.stdout:Adding system user cephadm....done 2024-05-10T23:04:43.096 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking radosgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:43.139 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-10T23:04:43.260 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-10T23:04:43.298 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-10T23:04:43.536 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-10T23:04:43.592 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-10T23:04:43.796 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-10T23:04:43.908 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package rbd-fuse. 2024-05-10T23:04:43.922 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-10T23:04:43.924 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2555-gf72fecff-1jammy_amd64.deb ... 2024-05-10T23:04:43.952 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-10T23:04:43.957 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking rbd-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:44.178 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-10T23:04:44.181 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-10T23:04:44.254 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-10T23:04:44.416 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-10T23:04:44.454 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-10T23:04:44.504 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-10T23:04:44.517 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-10T23:04:44.630 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-10T23:04:44.706 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-10T23:04:44.835 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-10T23:04:44.868 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-10T23:04:44.957 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-10T23:04:45.204 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-10T23:04:45.226 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-10T23:04:45.350 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-10T23:04:45.472 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-10T23:04:45.609 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-argparse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:45.651 INFO:teuthology.orchestra.run.smithi170.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-10T23:04:45.716 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:45.748 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-10T23:04:45.860 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-10T23:04:45.962 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-10T23:04:46.016 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-10T23:04:46.088 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-10T23:04:46.190 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user cephadm....done 2024-05-10T23:04:46.213 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-10T23:04:46.267 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-10T23:04:46.347 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-10T23:04:46.464 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-10T23:04:46.526 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-10T23:04:46.606 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-10T23:04:46.847 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-10T23:04:46.853 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-ceph-argparse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:46.858 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-10T23:04:46.879 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-10T23:04:46.934 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-10T23:04:46.984 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-10T23:04:47.044 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-10T23:04:47.120 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-10T23:04:47.235 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-10T23:04:47.246 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-10T23:04:47.372 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-10T23:04:47.387 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:47.490 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-10T23:04:47.503 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-10T23:04:47.513 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-10T23:04:47.646 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-10T23:04:47.741 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-10T23:04:47.789 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-10T23:04:47.947 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-10T23:04:48.073 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-10T23:04:48.077 INFO:teuthology.orchestra.run.smithi026.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-10T23:04:48.106 INFO:teuthology.orchestra.run.smithi026.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-10T23:04:48.169 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-10T23:04:48.295 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-10T23:04:48.307 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-10T23:04:48.391 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up zip (3.0-12build2) ... 2024-05-10T23:04:48.517 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-10T23:04:48.559 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-10T23:04:48.663 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:48.789 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-10T23:04:48.843 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-10T23:04:49.040 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-10T23:04:49.103 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-10T23:04:49.161 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-10T23:04:49.291 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-10T23:04:49.362 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-10T23:04:49.412 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-10T23:04:49.538 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-10T23:04:49.601 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up zip (3.0-12build2) ... 2024-05-10T23:04:49.613 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-10T23:04:49.664 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-10T23:04:49.727 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-10T23:04:49.856 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-argparse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:49.965 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-10T23:04:50.258 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-10T23:04:50.349 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-10T23:04:50.384 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-10T23:04:50.429 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-10T23:04:50.526 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-10T23:04:50.626 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-10T23:04:50.653 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-10T23:04:50.696 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-10T23:04:50.814 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-10T23:04:50.903 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-10T23:04:50.940 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-10T23:04:50.961 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-10T23:04:51.216 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-10T23:04:51.237 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-10T23:04:51.256 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-10T23:04:51.284 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-10T23:04:51.348 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-10T23:04:51.458 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-10T23:04:51.588 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-10T23:04:51.609 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-10T23:04:51.801 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:51.839 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-10T23:04:51.860 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-10T23:04:51.927 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-10T23:04:51.965 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:52.186 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-10T23:04:52.246 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-10T23:04:52.275 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-idna (3.3-1) ... 2024-05-10T23:04:52.470 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-10T23:04:52.555 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-10T23:04:52.584 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-10T23:04:52.780 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up zip (3.0-12build2) ... 2024-05-10T23:04:52.889 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-10T23:04:52.915 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-10T23:04:53.149 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-10T23:04:53.269 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:53.550 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-10T23:04:53.568 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-idna (3.3-1) ... 2024-05-10T23:04:53.790 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-10T23:04:53.792 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-10T23:04:53.903 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-10T23:04:53.919 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-10T23:04:54.033 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:04:54.045 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-10T23:04:54.151 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-10T23:04:54.354 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-10T23:04:54.402 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-10T23:04:54.512 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-10T23:04:54.638 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-10T23:04:54.739 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-10T23:04:54.947 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-10T23:04:55.006 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-10T23:04:55.084 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-10T23:04:55.223 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-10T23:04:55.343 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:04:55.383 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-10T23:04:55.478 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-10T23:04:55.483 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:04:55.609 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-10T23:04:55.659 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-10T23:04:55.745 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-10T23:04:55.871 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-10T23:04:55.902 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-10T23:04:55.989 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-10T23:04:56.044 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-10T23:04:56.136 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-10T23:04:56.266 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-10T23:04:56.295 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-10T23:04:56.388 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-10T23:04:56.421 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:04:56.517 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-10T23:04:56.647 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-10T23:04:56.731 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-idna (3.3-1) ... 2024-05-10T23:04:56.768 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:04:56.894 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-10T23:04:56.906 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-10T23:04:57.032 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-10T23:04:57.174 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-10T23:04:57.195 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-10T23:04:57.300 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-10T23:04:57.455 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-10T23:04:57.585 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-10T23:04:57.686 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-10T23:04:57.714 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-10T23:04:57.959 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-10T23:04:57.961 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-10T23:04:58.130 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-10T23:04:58.210 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-10T23:04:58.271 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-10T23:04:58.364 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:04:58.469 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-10T23:04:58.473 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-10T23:04:58.522 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-10T23:04:58.612 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-10T23:04:58.648 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-10T23:04:58.716 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-10T23:04:58.774 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-10T23:04:58.843 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-10T23:04:58.863 INFO:teuthology.orchestra.run.smithi100.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-10T23:04:58.905 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-10T23:04:58.970 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-10T23:04:59.022 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-10T23:04:59.084 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-10T23:04:59.185 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-10T23:04:59.263 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-10T23:04:59.307 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-10T23:04:59.514 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-10T23:04:59.545 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-10T23:04:59.608 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-10T23:04:59.740 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:04:59.796 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-10T23:04:59.875 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-10T23:04:59.876 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-10T23:04:59.922 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-10T23:05:00.010 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-10T23:05:00.136 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-10T23:05:00.168 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-10T23:05:00.181 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:05:00.227 INFO:teuthology.orchestra.run.smithi026.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-10T23:05:00.308 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-10T23:05:00.427 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-10T23:05:00.496 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-10T23:05:00.606 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-10T23:05:00.634 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-10T23:05:00.687 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-10T23:05:00.935 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-10T23:05:00.938 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-10T23:05:00.982 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-10T23:05:01.189 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-10T23:05:01.203 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-10T23:05:01.225 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-10T23:05:01.329 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-10T23:05:01.351 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-10T23:05:01.449 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-10T23:05:01.558 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-10T23:05:01.605 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-10T23:05:01.610 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:05:01.736 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-10T23:05:01.834 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-10T23:05:01.906 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-10T23:05:01.960 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-10T23:05:02.105 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-10T23:05:02.245 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-10T23:05:02.270 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-10T23:05:02.406 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-10T23:05:02.546 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-10T23:05:02.638 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-10T23:05:02.665 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-10T23:05:02.783 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-10T23:05:02.797 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-10T23:05:02.923 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-10T23:05:02.923 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-10T23:05:03.032 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-10T23:05:03.104 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-10T23:05:03.267 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-10T23:05:03.309 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-10T23:05:03.325 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-10T23:05:03.368 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librados2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:03.451 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-10T23:05:03.478 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:03.594 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-10T23:05:03.604 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-10T23:05:03.828 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-10T23:05:03.957 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:03.963 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-10T23:05:04.087 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-10T23:05:04.108 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libradosstriper1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:04.214 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-10T23:05:04.226 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-10T23:05:04.357 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-10T23:05:04.448 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-10T23:05:04.502 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librbd1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:04.549 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-10T23:05:04.620 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-modules-core (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:04.650 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-10T23:05:04.746 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:04.858 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-10T23:05:04.958 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-10T23:05:04.958 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-10T23:05:05.028 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-10T23:05:05.151 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-10T23:05:05.154 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librados2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:05.280 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:05.406 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-10T23:05:05.427 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-10T23:05:05.447 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up libcephfs-dev (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:05.562 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-10T23:05:05.573 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rados (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:05.699 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up librgw2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:05.809 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libcephfs2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:05.838 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-10T23:05:05.977 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libradosstriper1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:06.098 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-10T23:05:06.109 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-10T23:05:06.111 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-10T23:05:06.421 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librbd1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:06.434 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-10T23:05:06.538 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-modules-core (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:06.648 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:06.811 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-10T23:05:06.859 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-10T23:05:06.859 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-10T23:05:07.096 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-10T23:05:07.307 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libcephfs-dev (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.354 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rbd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.432 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-10T23:05:07.433 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rados (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.480 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up rbd-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.541 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librados2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.568 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librgw2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.606 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-rgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.667 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.694 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-10T23:05:07.732 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up python3-cephfs (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:07.793 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-10T23:05:07.858 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:08.155 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:08.289 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libradosstriper1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:08.351 INFO:teuthology.orchestra.run.smithi100.stdout:Adding group ceph....done 2024-05-10T23:05:08.390 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-10T23:05:08.641 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librbd1 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:08.753 INFO:teuthology.orchestra.run.smithi100.stdout:Adding system user ceph....done 2024-05-10T23:05:08.768 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-modules-core (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:08.894 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:08.897 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rbd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:08.921 INFO:teuthology.orchestra.run.smithi100.stdout:Setting system user ceph properties....done 2024-05-10T23:05:08.936 INFO:teuthology.orchestra.run.smithi100.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-10T23:05:08.999 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up rbd-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.074 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-10T23:05:09.110 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-10T23:05:09.111 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-10T23:05:09.124 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.259 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cephfs (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.375 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-10T23:05:09.385 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.579 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs-dev (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.705 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rados (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.831 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librgw2 (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.868 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-test (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:09.911 INFO:teuthology.orchestra.run.smithi026.stdout:Adding group ceph....done 2024-05-10T23:05:09.957 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-10T23:05:09.968 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up radosgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:10.330 INFO:teuthology.orchestra.run.smithi026.stdout:Adding system user ceph....done 2024-05-10T23:05:10.416 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-10T23:05:10.416 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-10T23:05:10.507 INFO:teuthology.orchestra.run.smithi026.stdout:Setting system user ceph properties....done 2024-05-10T23:05:10.527 INFO:teuthology.orchestra.run.smithi026.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-10T23:05:10.670 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-10T23:05:10.921 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-base (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:10.977 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-10T23:05:11.094 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rbd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.229 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up rbd-fuse (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.274 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-10T23:05:11.338 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.420 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-test (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.439 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cephfs (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.540 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-common (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.546 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up radosgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.731 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mds (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:11.953 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-10T23:05:11.953 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-10T23:05:12.011 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-10T23:05:12.012 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-10T23:05:12.066 INFO:teuthology.orchestra.run.smithi170.stdout:Adding group ceph....done 2024-05-10T23:05:12.393 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user ceph....done 2024-05-10T23:05:12.433 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:12.490 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-base (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:12.537 INFO:teuthology.orchestra.run.smithi170.stdout:Setting system user ceph properties....done 2024-05-10T23:05:12.549 INFO:teuthology.orchestra.run.smithi170.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-10T23:05:12.705 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-10T23:05:12.759 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-10T23:05:12.759 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-10T23:05:12.996 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-10T23:05:13.019 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-10T23:05:13.250 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-osd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:13.505 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mds (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:13.514 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-10T23:05:13.514 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-10T23:05:13.653 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-test (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:13.796 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-10T23:05:13.797 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-10T23:05:13.993 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up radosgw (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:14.002 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:14.136 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:14.269 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:14.288 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mon (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:14.485 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-10T23:05:14.485 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-10T23:05:14.500 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-10T23:05:14.500 INFO:teuthology.orchestra.run.smithi100.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-10T23:05:14.516 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-10T23:05:14.516 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-10T23:05:14.955 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:14.988 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-base (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.013 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-osd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.106 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.232 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-mgr-dashboard (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.309 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-10T23:05:15.309 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-10T23:05:15.309 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-10T23:05:15.383 INFO:teuthology.orchestra.run.smithi100.stdout:Setting up ceph-volume (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.720 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-10T23:05:15.796 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mds (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.815 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.837 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-10T23:05:15.966 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:15.972 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-10T23:05:16.084 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-10T23:05:16.084 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-10T23:05:16.150 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mon (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:16.377 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-10T23:05:16.377 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-10T23:05:16.559 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:16.766 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-10T23:05:16.766 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-10T23:05:16.826 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:16.986 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:17.137 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-dashboard (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:17.158 INFO:teuthology.orchestra.run.smithi100.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-10T23:05:17.202 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-osd (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:17.305 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-volume (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:17.451 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-10T23:05:17.451 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-10T23:05:17.666 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-10T23:05:17.800 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-10T23:05:17.806 INFO:teuthology.orchestra.run.smithi100.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-10T23:05:17.813 DEBUG:teuthology.parallel:result is None 2024-05-10T23:05:17.904 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:17.969 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-10T23:05:18.030 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:18.164 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mon (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:18.370 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-10T23:05:18.370 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-10T23:05:18.845 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-10T23:05:18.865 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-cephadm (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:19.016 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:19.211 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-dashboard (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:19.470 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-volume (19.0.0-2555-gf72fecff-1jammy) ... 2024-05-10T23:05:19.530 INFO:teuthology.orchestra.run.smithi026.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-10T23:05:19.535 DEBUG:teuthology.parallel:result is None 2024-05-10T23:05:19.814 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-10T23:05:19.907 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-10T23:05:20.051 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-10T23:05:20.810 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-10T23:05:21.481 INFO:teuthology.orchestra.run.smithi170.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-10T23:05:21.485 DEBUG:teuthology.parallel:result is None 2024-05-10T23:05:21.486 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:21.631 DEBUG:teuthology.orchestra.run.smithi026:> dpkg-query -W -f '${Version}' ceph 2024-05-10T23:05:21.651 INFO:teuthology.orchestra.run.smithi026.stdout:19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:05:21.652 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:05:21.652 INFO:teuthology.task.install:The correct ceph version 19.0.0-2555-gf72fecff-1jammy is installed. 2024-05-10T23:05:21.654 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:21.793 DEBUG:teuthology.orchestra.run.smithi100:> dpkg-query -W -f '${Version}' ceph 2024-05-10T23:05:21.813 INFO:teuthology.orchestra.run.smithi100.stdout:19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:05:21.813 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:05:21.813 INFO:teuthology.task.install:The correct ceph version 19.0.0-2555-gf72fecff-1jammy is installed. 2024-05-10T23:05:21.815 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:22.032 DEBUG:teuthology.orchestra.run.smithi170:> dpkg-query -W -f '${Version}' ceph 2024-05-10T23:05:22.051 INFO:teuthology.orchestra.run.smithi170.stdout:19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:05:22.051 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2555-gf72fecff-1jammy 2024-05-10T23:05:22.051 INFO:teuthology.task.install:The correct ceph version 19.0.0-2555-gf72fecff-1jammy is installed. 2024-05-10T23:05:22.053 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-10T23:05:22.053 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-05-10T23:05:22.053 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-10T23:05:22.068 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-10T23:05:22.068 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-10T23:05:22.083 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T23:05:22.083 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-10T23:05:22.106 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-10T23:05:22.106 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-05-10T23:05:22.106 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/daemon-helper 2024-05-10T23:05:22.123 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-10T23:05:22.178 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-10T23:05:22.178 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/daemon-helper 2024-05-10T23:05:22.192 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-10T23:05:22.244 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T23:05:22.244 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/daemon-helper 2024-05-10T23:05:22.258 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-10T23:05:22.312 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-10T23:05:22.313 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-05-10T23:05:22.313 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-10T23:05:22.327 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-10T23:05:22.383 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-10T23:05:22.383 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-10T23:05:22.397 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-10T23:05:22.452 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T23:05:22.453 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-10T23:05:22.466 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-10T23:05:22.520 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-10T23:05:22.521 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-05-10T23:05:22.521 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/stdin-killer 2024-05-10T23:05:22.535 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-10T23:05:22.590 DEBUG:teuthology.orchestra.run.smithi100:> set -ex 2024-05-10T23:05:22.590 DEBUG:teuthology.orchestra.run.smithi100:> sudo dd of=/usr/bin/stdin-killer 2024-05-10T23:05:22.604 DEBUG:teuthology.orchestra.run.smithi100:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-10T23:05:22.655 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-05-10T23:05:22.656 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/stdin-killer 2024-05-10T23:05:22.669 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-10T23:05:22.724 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-10T23:05:22.834 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, '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\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'log-only-match': ['CEPHADM_'], 'sha1': 'f72fecff68e1d400c4568684327c900485c20d6a'} 2024-05-10T23:05:22.835 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:22.835 INFO:tasks.cephadm:Cluster fsid is c79228ac-0f21-11ef-bc98-c7b262605968 2024-05-10T23:05:22.836 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-10T23:05:22.836 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.26', 'mon.b': '172.21.15.100', 'mon.c': '172.21.15.170'} 2024-05-10T23:05:22.836 INFO:tasks.cephadm:First mon is mon.a on smithi026 2024-05-10T23:05:22.836 INFO:tasks.cephadm:First mgr is a 2024-05-10T23:05:22.836 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-10T23:05:22.837 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2024-05-10T23:05:22.851 DEBUG:teuthology.orchestra.run.smithi100:> sudo hostname $(hostname -s) 2024-05-10T23:05:22.866 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2024-05-10T23:05:22.880 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-10T23:05:22.880 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:23.017 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'f72fecff68e1d400c4568684327c900485c20d6a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/55120/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2555-gf72fecff', 'node_name': '172.21.2.17+braggi17', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2555-gf72fecff-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-10 16:57:05.378594', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-10T23:05:23.156 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 f72fecff68e1d400c4568684327c900485c20d6a from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:23.157 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-10T23:05:23.158 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:24.116 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789299 May 10 23:05 /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:24.116 DEBUG:teuthology.orchestra.run.smithi100:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:24.719 INFO:teuthology.orchestra.run.smithi100.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789299 May 10 23:05 /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:24.720 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/f72fecff68e1d400c4568684327c900485c20d6a/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:25.869 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789299 May 10 23:05 /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:25.870 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:25.878 DEBUG:teuthology.orchestra.run.smithi100:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:25.886 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:25.904 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a on all hosts... 2024-05-10T23:05:25.904 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull 2024-05-10T23:05:25.923 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull 2024-05-10T23:05:25.930 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull 2024-05-10T23:05:26.093 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T23:05:26.093 INFO:teuthology.orchestra.run.smithi100.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T23:05:26.104 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a... 2024-05-10T23:05:26.336 INFO:teuthology.orchestra.run.smithi026.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:26.336 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a not found: manifest unknown: manifest unknown 2024-05-10T23:05:26.336 INFO:teuthology.orchestra.run.smithi026.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:26.352 INFO:teuthology.orchestra.run.smithi170.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:26.352 INFO:teuthology.orchestra.run.smithi170.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a not found: manifest unknown: manifest unknown 2024-05-10T23:05:26.352 INFO:teuthology.orchestra.run.smithi170.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:26.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:05:26.364 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T23:05:26.365 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-10T23:05:26.367 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi026/crash 2024-05-10T23:05:26.368 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash -- . 2024-05-10T23:05:26.373 INFO:teuthology.orchestra.run.smithi100.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:26.373 INFO:teuthology.orchestra.run.smithi100.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a not found: manifest unknown: manifest unknown 2024-05-10T23:05:26.373 INFO:teuthology.orchestra.run.smithi100.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a 2024-05-10T23:05:26.378 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T23:05:26.378 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2024-05-10T23:05:26.380 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi100/crash 2024-05-10T23:05:26.381 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash -- . 2024-05-10T23:05:26.394 INFO:teuthology.orchestra.run.smithi100.stderr:tar: /var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T23:05:26.395 INFO:teuthology.orchestra.run.smithi100.stderr:tar: Error is not recoverable: exiting now 2024-05-10T23:05:26.396 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi170/crash 2024-05-10T23:05:26.397 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash -- . 2024-05-10T23:05:26.410 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/crash: Cannot open: No such file or directory 2024-05-10T23:05:26.410 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2024-05-10T23:05:26.411 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-10T23:05:26.411 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | head -n 1 2024-05-10T23:05:26.433 INFO:teuthology.orchestra.run.smithi026.stderr:grep: /var/log/ceph/c79228ac-0f21-11ef-bc98-c7b262605968/ceph.log: No such file or directory 2024-05-10T23:05:26.435 INFO:tasks.cephadm:Compressing logs... 2024-05-10T23:05:26.435 DEBUG:teuthology.orchestra.run.smithi026:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-10T23:05:26.479 DEBUG:teuthology.orchestra.run.smithi100:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-10T23:05:26.481 DEBUG:teuthology.orchestra.run.smithi170:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-10T23:05:26.487 INFO:teuthology.orchestra.run.smithi026.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-10T23:05:26.488 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T23:05:26.488 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/cephadm.log: 70.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T23:05:26.490 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-05-10T23:05:26.490 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m0.009s 2024-05-10T23:05:26.490 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m0.006s 2024-05-10T23:05:26.490 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.009s 2024-05-10T23:05:26.492 INFO:teuthology.orchestra.run.smithi100.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-10T23:05:26.496 INFO:teuthology.orchestra.run.smithi170.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-10T23:05:26.496 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T23:05:26.497 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T23:05:26.497 INFO:teuthology.orchestra.run.smithi100.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-10T23:05:26.498 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-05-10T23:05:26.498 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.012s 2024-05-10T23:05:26.498 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.011s 2024-05-10T23:05:26.499 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.012s 2024-05-10T23:05:26.499 INFO:teuthology.orchestra.run.smithi100.stderr:/var/log/ceph/cephadm.log: 70.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-10T23:05:26.500 INFO:teuthology.orchestra.run.smithi100.stderr: 2024-05-10T23:05:26.501 INFO:teuthology.orchestra.run.smithi100.stderr:real 0m0.017s 2024-05-10T23:05:26.501 INFO:teuthology.orchestra.run.smithi100.stderr:user 0m0.012s 2024-05-10T23:05:26.501 INFO:teuthology.orchestra.run.smithi100.stderr:sys 0m0.011s 2024-05-10T23:05:26.501 INFO:tasks.cephadm:Archiving logs... 2024-05-10T23:05:26.501 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi026/log 2024-05-10T23:05:26.502 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T23:05:26.544 DEBUG:teuthology.misc:Transferring archived files from smithi100:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi100/log 2024-05-10T23:05:26.545 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T23:05:26.561 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi170/log 2024-05-10T23:05:26.562 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-10T23:05:26.577 INFO:tasks.cephadm:Removing cluster... 2024-05-10T23:05:26.577 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c79228ac-0f21-11ef-bc98-c7b262605968 --force 2024-05-10T23:05:26.759 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: c79228ac-0f21-11ef-bc98-c7b262605968 2024-05-10T23:05:28.080 DEBUG:teuthology.orchestra.run.smithi100:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c79228ac-0f21-11ef-bc98-c7b262605968 --force 2024-05-10T23:05:28.248 INFO:teuthology.orchestra.run.smithi100.stdout:Deleting cluster with fsid: c79228ac-0f21-11ef-bc98-c7b262605968 2024-05-10T23:05:29.592 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c79228ac-0f21-11ef-bc98-c7b262605968 --force 2024-05-10T23:05:29.757 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: c79228ac-0f21-11ef-bc98-c7b262605968 2024-05-10T23:05:31.087 INFO:tasks.cephadm:Removing cephadm ... 2024-05-10T23:05:31.087 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:31.093 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:31.099 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-10T23:05:31.105 INFO:tasks.cephadm:Teardown complete 2024-05-10T23:05:31.105 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T23:05:31.297 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=141d528630df4c539c770ec50e898271 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_f72fecff68e1d400c4568684327c900485c20d6a/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_1ae7ad82388e92a475afff437d49054826c019a1/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull' 2024-05-10T23:05:31.300 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-10T23:05:31.308 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-10T23:05:31.408 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-10T23:05:31.409 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-10T23:05:31.421 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-10T23:05:31.424 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-10T23:05:31.501 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-10T23:05:31.510 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-10T23:05:31.510 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T23:05:31.513 DEBUG:teuthology.orchestra.run.smithi100:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T23:05:31.517 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-10T23:05:31.523 INFO:teuthology.orchestra.run.smithi026.stdout: remote refid st t when poll reach delay offset jitter 2024-05-10T23:05:31.523 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================== 2024-05-10T23:05:31.523 INFO:teuthology.orchestra.run.smithi026.stdout: hv01.front.sepi 67.205.162.81 3 u 62 64 3 0.092 -1.738 0.366 2024-05-10T23:05:31.523 INFO:teuthology.orchestra.run.smithi026.stdout: hv02.front.sepi 63.231.80.2 3 u 67 64 3 0.105 -0.009 0.370 2024-05-10T23:05:31.523 INFO:teuthology.orchestra.run.smithi026.stdout: hv03.front.sepi 74.6.168.72 3 u 64 64 3 0.143 -0.397 0.364 2024-05-10T23:05:31.523 INFO:teuthology.orchestra.run.smithi026.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:05:31.525 INFO:teuthology.orchestra.run.smithi100.stdout: remote refid st t when poll reach delay offset jitter 2024-05-10T23:05:31.526 INFO:teuthology.orchestra.run.smithi100.stdout:============================================================================== 2024-05-10T23:05:31.526 INFO:teuthology.orchestra.run.smithi100.stdout: hv01.front.sepi 67.205.162.81 3 u 62 64 3 0.121 -2.453 1.019 2024-05-10T23:05:31.526 INFO:teuthology.orchestra.run.smithi100.stdout: hv02.front.sepi 63.231.80.2 3 u 1 64 7 0.120 -1.774 1.598 2024-05-10T23:05:31.526 INFO:teuthology.orchestra.run.smithi100.stdout: hv03.front.sepi 74.6.168.72 3 u 2 64 7 0.113 -2.108 1.580 2024-05-10T23:05:31.526 INFO:teuthology.orchestra.run.smithi100.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:05:31.529 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-05-10T23:05:31.530 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-05-10T23:05:31.530 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi 67.205.162.81 3 u 61 64 3 0.161 -0.979 0.884 2024-05-10T23:05:31.530 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi 63.231.80.2 3 u 63 64 3 0.139 +0.744 0.876 2024-05-10T23:05:31.530 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi 74.6.168.72 3 u 3 64 7 0.132 -0.452 0.652 2024-05-10T23:05:31.530 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-10T23:05:31.531 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-10T23:05:31.542 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-10T23:05:31.542 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-10T23:05:31.597 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-10T23:05:31.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-10T23:05:31.697 INFO:teuthology.task.internal:Duration was 586.189483 seconds 2024-05-10T23:05:31.697 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-10T23:05:31.747 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-10T23:05:31.747 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T23:05:31.750 DEBUG:teuthology.orchestra.run.smithi100:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T23:05:31.752 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-10T23:05:31.787 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-10T23:05:31.787 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-05-10T23:05:31.787 DEBUG:teuthology.orchestra.run.smithi026:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-10T23:05:31.835 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi100.front.sepia.ceph.com 2024-05-10T23:05:31.835 DEBUG:teuthology.orchestra.run.smithi100:> 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-05-10T23:05:31.845 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2024-05-10T23:05:31.845 DEBUG:teuthology.orchestra.run.smithi170:> 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-05-10T23:05:31.855 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-10T23:05:31.855 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T23:05:31.879 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T23:05:31.889 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-10T23:05:31.921 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-10T23:05:31.921 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T23:05:31.947 DEBUG:teuthology.orchestra.run.smithi100:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T23:05:31.962 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-10T23:05:32.016 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-10T23:05:32.027 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-10T23:05:32.027 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T23:05:32.040 DEBUG:teuthology.orchestra.run.smithi100:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T23:05:32.052 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-10T23:05:32.065 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-10T23:05:32.073 DEBUG:teuthology.orchestra.run.smithi026:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-10T23:05:32.083 DEBUG:teuthology.orchestra.run.smithi100:> 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-05-10T23:05:32.091 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-05-10T23:05:32.094 DEBUG:teuthology.orchestra.run.smithi170:> 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-05-10T23:05:32.102 INFO:teuthology.orchestra.run.smithi100.stdout:kernel.core_pattern = core 2024-05-10T23:05:32.119 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2024-05-10T23:05:32.169 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T23:05:32.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:05:32.214 DEBUG:teuthology.orchestra.run.smithi100:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T23:05:32.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:05:32.219 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-10T23:05:32.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-10T23:05:32.224 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-10T23:05:32.233 INFO:teuthology.task.internal:Transferring archived files... 2024-05-10T23:05:32.234 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi026 2024-05-10T23:05:32.234 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T23:05:32.279 DEBUG:teuthology.misc:Transferring archived files from smithi100:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi100 2024-05-10T23:05:32.279 DEBUG:teuthology.orchestra.run.smithi100:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T23:05:32.299 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881/remote/smithi170 2024-05-10T23:05:32.299 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-10T23:05:32.320 INFO:teuthology.task.internal:Removing archive directory... 2024-05-10T23:05:32.320 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T23:05:32.323 DEBUG:teuthology.orchestra.run.smithi100:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T23:05:32.346 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-10T23:05:32.365 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-10T23:05:32.375 INFO:teuthology.task.internal:Not uploading archives. 2024-05-10T23:05:32.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-10T23:05:32.422 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-10T23:05:32.422 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T23:05:32.425 DEBUG:teuthology.orchestra.run.smithi100:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T23:05:32.427 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-10T23:05:32.429 INFO:teuthology.orchestra.run.smithi026.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 23:05 /home/ubuntu/cephtest 2024-05-10T23:05:32.431 INFO:teuthology.orchestra.run.smithi100.stdout: 658462 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 23:05 /home/ubuntu/cephtest 2024-05-10T23:05:32.433 INFO:teuthology.orchestra.run.smithi170.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 10 23:05 /home/ubuntu/cephtest 2024-05-10T23:05:32.434 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-10T23:05:32.473 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-10T23:05:32.572 INFO:teuthology.nuke:Checking targets against current locks 2024-05-10T23:05:32.600 DEBUG:teuthology.nuke:shortname: smithi026 2024-05-10T23:05:32.600 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T23:05:32.625 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-10 22:45:16.265253', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH+4MYjPvJAdl+neGyFVRSEZER2YCIR9taGOz2r0pHEYqFnCQ1zoh4rKtIs9gppV1reeAZ6edYIrT1bOB7NqtWI='} 2024-05-10T23:05:32.630 DEBUG:teuthology.nuke:shortname: smithi100 2024-05-10T23:05:32.630 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T23:05:32.654 DEBUG:teuthology.nuke:shortname: smithi170 2024-05-10T23:05:32.654 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-10T23:05:32.659 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi100.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-10 22:45:16.264224', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDYr17YFaw53vtjFthSxF56haYvRYX6sVSVXa6XcY2ICWmrRZ+hcQM3JUOr2LkOatYpqfDmH+pE9ADXagrIq6Sk='} 2024-05-10T23:05:32.687 INFO:teuthology.orchestra.console.smithi026:Power off 2024-05-10T23:05:32.687 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T23:05:32.698 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-10_21:08:03-orch-squid-distro-default-smithi/7701881', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-10 22:45:16.266100', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO1736ZkjL6wroIOw0rUKdYWABskGNlK1xEBcz3I5IIDaLO2r0iON80nE13xYz2fnBxUoiXPFlTEkCZxf66pFls='} 2024-05-10T23:05:32.710 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2024-05-10T23:05:32.710 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:32.736 INFO:teuthology.orchestra.console.smithi100:Power off 2024-05-10T23:05:32.736 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T23:05:32.747 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-05-10T23:05:32.760 DEBUG:teuthology.orchestra.console.smithi100:power off output: Chassis Power Control: Down/Off 2024-05-10T23:05:32.760 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:32.778 INFO:teuthology.orchestra.console.smithi170:Power off 2024-05-10T23:05:32.778 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-10T23:05:32.788 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-05-10T23:05:32.801 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2024-05-10T23:05:32.801 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:32.824 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-05-10T23:05:36.749 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:36.789 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:36.826 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:36.859 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-05-10T23:05:36.899 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is on 2024-05-10T23:05:36.939 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-05-10T23:05:40.864 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:40.900 DEBUG:teuthology.orchestra.console.smithi100:pexpect command: ipmitool -H smithi100.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:40.940 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:40.978 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-05-10T23:05:41.011 DEBUG:teuthology.orchestra.console.smithi100:check power output: Chassis Power is off 2024-05-10T23:05:41.051 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-05-10T23:05:41.113 INFO:teuthology.orchestra.console.smithi100:Power off completed 2024-05-10T23:05:44.983 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:45.052 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-10T23:05:45.092 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2024-05-10T23:05:45.160 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2024-05-10T23:05:45.194 INFO:teuthology.orchestra.console.smithi026:Power off completed 2024-05-10T23:05:45.262 INFO:teuthology.orchestra.console.smithi170:Power off completed 2024-05-10T23:05:45.379 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 586.1894826889038 failure_reason: 'Command failed on smithi026 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:f72fecff68e1d400c4568684327c900485c20d6a pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=141d528630df4c539c770ec50e898271 status: fail success: false 2024-05-10T23:05:45.380 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-10T23:05:45.458 INFO:teuthology.run:FAIL