2024-04-15T00:50:53.155 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T00:50:53.155 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210 --verbose --name teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/orig.config.yaml 2024-04-15T00:50:53.185 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T00:50:53.265 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210 branch: squid description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7656210' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-14_21:00:09-rados-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: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 workunit: branch: squid sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 owner: scheduled_teuthology@teuthology priority: 101 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: 5975 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 25083/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 targets: smithi052.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE0ekC5PgY4xZ/DmEigEteGZwjfdmxusx2Annk2TTuezbiyQ3X8ti2u26GMkda09lJDJsGP4jxjlKmwSaH5rLH8= smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBR0IAJzv3hXSxAMX1q3kK9gIRXbQ4+kmfeCuE+VvSmvfe06hB0VuBL+b/6UfOi1rSacvyXJp9xNCuCa6QTIjYI= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLfHvteo1dtBZMN0FBve7GxE8ICqc+qkXwCz6+RAwYiZsJWqJNlLq94pfZkgol872RJBSjBg6dWnWAt3zPNksq0= 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 0x7f845f010280>, signals=[15]) 2024-04-15T00:50:53.707 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T00:50:53.713 INFO:teuthology.task.internal:Opening connections... 2024-04-15T00:50:53.713 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi052.front.sepia.ceph.com 2024-04-15T00:50:53.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:50:53.801 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-04-15T00:50:53.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:50:53.898 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-04-15T00:50:53.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:50:53.975 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T00:50:53.981 DEBUG:teuthology.orchestra.run.smithi052:> uname -m 2024-04-15T00:50:53.987 INFO:teuthology.orchestra.run.smithi052.stdout:x86_64 2024-04-15T00:50:53.987 DEBUG:teuthology.orchestra.run.smithi052:> cat /etc/os-release 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:NAME="Ubuntu" 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_ID="22.04" 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:VERSION_CODENAME=jammy 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:ID=ubuntu 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:ID_LIKE=debian 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T00:50:54.035 INFO:teuthology.orchestra.run.smithi052.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T00:50:54.036 INFO:teuthology.orchestra.run.smithi052.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T00:50:54.036 INFO:teuthology.orchestra.run.smithi052.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T00:50:54.036 INFO:teuthology.orchestra.run.smithi052.stdout:UBUNTU_CODENAME=jammy 2024-04-15T00:50:54.036 INFO:teuthology.lock.ops:Updating smithi052.front.sepia.ceph.com on lock server 2024-04-15T00:50:54.058 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-04-15T00:50:54.065 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-04-15T00:50:54.065 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="Ubuntu" 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="22.04" 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_CODENAME=jammy 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:ID=ubuntu 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE=debian 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T00:50:54.113 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T00:50:54.114 INFO:teuthology.orchestra.run.smithi112.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T00:50:54.114 INFO:teuthology.orchestra.run.smithi112.stdout:UBUNTU_CODENAME=jammy 2024-04-15T00:50:54.114 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-04-15T00:50:54.142 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-04-15T00:50:54.150 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-04-15T00:50:54.151 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-04-15T00:50:54.202 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="Ubuntu" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="22.04" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_CODENAME=jammy 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:ID=ubuntu 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE=debian 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T00:50:54.203 INFO:teuthology.orchestra.run.smithi170.stdout:UBUNTU_CODENAME=jammy 2024-04-15T00:50:54.204 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-04-15T00:50:54.225 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T00:50:54.233 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T00:50:54.239 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T00:50:54.239 DEBUG:teuthology.orchestra.run.smithi052:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:50:54.242 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:50:54.244 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:50:54.250 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T00:50:54.255 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T00:50:54.256 DEBUG:teuthology.orchestra.run.smithi052:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:50:54.288 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:50:54.290 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:50:54.309 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T00:50:54.386 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T00:50:54.402 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T00:50:54.406 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-04-15T00:50:54.406 DEBUG:teuthology.orchestra.run.smithi052:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:50:54.407 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:50:54.407 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:50:54.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:50:54.412 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:50:54.413 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-04-15T00:50:54.413 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-04-15T00:50:54.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:50:54.414 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-04-15T00:50:54.459 INFO:teuthology.orchestra.run.smithi052.stdout:5.15.0-56-generic 2024-04-15T00:50:54.460 INFO:teuthology.task.kernel:Running kernel on smithi052: 5.15.0-56-generic 2024-04-15T00:50:54.460 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get clean 2024-04-15T00:50:54.462 INFO:teuthology.orchestra.run.smithi112.stdout:5.15.0-56-generic 2024-04-15T00:50:54.462 INFO:teuthology.task.kernel:Running kernel on smithi112: 5.15.0-56-generic 2024-04-15T00:50:54.462 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get clean 2024-04-15T00:50:54.464 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-56-generic 2024-04-15T00:50:54.464 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.15.0-56-generic 2024-04-15T00:50:54.464 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-04-15T00:50:54.579 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-04-15T00:50:54.603 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get update 2024-04-15T00:50:54.608 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-04-15T00:50:54.718 INFO:teuthology.orchestra.run.smithi112.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T00:50:54.751 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T00:50:54.763 INFO:teuthology.orchestra.run.smithi052.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T00:50:54.772 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T00:50:54.772 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T00:50:54.773 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T00:50:54.823 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T00:50:54.839 INFO:teuthology.orchestra.run.smithi052.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T00:50:54.858 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T00:50:54.860 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T00:50:54.905 INFO:teuthology.orchestra.run.smithi112.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T00:50:54.924 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T00:50:55.005 INFO:teuthology.orchestra.run.smithi052.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T00:50:55.023 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T00:50:55.037 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T00:50:55.044 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T00:50:55.047 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T00:50:55.047 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T00:50:55.047 INFO:teuthology.orchestra.run.smithi112.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T00:50:55.068 INFO:teuthology.orchestra.run.smithi112.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T00:50:55.072 INFO:teuthology.orchestra.run.smithi112.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T00:50:55.073 INFO:teuthology.orchestra.run.smithi112.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T00:50:55.080 INFO:teuthology.orchestra.run.smithi112.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T00:50:55.091 INFO:teuthology.orchestra.run.smithi112.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T00:50:55.092 INFO:teuthology.orchestra.run.smithi112.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T00:50:55.093 INFO:teuthology.orchestra.run.smithi112.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T00:50:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T00:50:55.094 INFO:teuthology.orchestra.run.smithi112.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T00:50:55.100 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T00:50:55.122 INFO:teuthology.orchestra.run.smithi052.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T00:50:55.130 INFO:teuthology.orchestra.run.smithi052.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T00:50:55.134 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T00:50:55.134 INFO:teuthology.orchestra.run.smithi052.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T00:50:55.135 INFO:teuthology.orchestra.run.smithi112.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T00:50:55.135 INFO:teuthology.orchestra.run.smithi052.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T00:50:55.167 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T00:50:55.169 INFO:teuthology.orchestra.run.smithi052.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T00:50:55.180 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T00:50:55.188 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-04-15T00:50:55.188 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T00:50:55.223 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T00:50:55.234 INFO:teuthology.orchestra.run.smithi052.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T00:50:55.234 INFO:teuthology.orchestra.run.smithi052.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T00:50:55.240 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T00:50:55.241 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T00:50:55.241 INFO:teuthology.orchestra.run.smithi052.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-15T00:50:55.246 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T00:50:55.246 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T00:50:55.248 INFO:teuthology.orchestra.run.smithi052.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T00:50:55.250 INFO:teuthology.orchestra.run.smithi052.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T00:50:55.250 INFO:teuthology.orchestra.run.smithi052.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T00:50:55.251 INFO:teuthology.orchestra.run.smithi052.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T00:50:55.251 INFO:teuthology.orchestra.run.smithi052.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T00:50:55.251 INFO:teuthology.orchestra.run.smithi052.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T00:50:55.256 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T00:50:55.258 INFO:teuthology.orchestra.run.smithi112.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T00:50:55.266 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T00:50:55.268 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T00:50:55.268 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T00:50:55.269 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T00:50:55.283 INFO:teuthology.orchestra.run.smithi052.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T00:50:55.283 INFO:teuthology.orchestra.run.smithi052.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T00:50:55.284 INFO:teuthology.orchestra.run.smithi052.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T00:50:55.284 INFO:teuthology.orchestra.run.smithi052.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T00:50:55.288 INFO:teuthology.orchestra.run.smithi052.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T00:50:55.302 INFO:teuthology.orchestra.run.smithi052.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T00:50:55.303 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T00:50:55.303 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T00:50:55.304 INFO:teuthology.orchestra.run.smithi052.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T00:50:55.304 INFO:teuthology.orchestra.run.smithi052.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T00:50:55.304 INFO:teuthology.orchestra.run.smithi052.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T00:50:55.304 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T00:50:55.306 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-04-15T00:50:55.307 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T00:50:55.307 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T00:50:55.332 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T00:50:55.336 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T00:50:55.337 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-15T00:50:55.347 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T00:50:55.354 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T00:50:55.356 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-04-15T00:50:55.358 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T00:50:55.360 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T00:50:55.360 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T00:50:55.378 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T00:50:55.378 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T00:50:55.378 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T00:50:55.379 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T00:50:55.379 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T00:50:55.379 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T00:50:55.380 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T00:50:55.397 INFO:teuthology.orchestra.run.smithi112.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T00:50:55.399 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T00:50:55.399 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T00:50:55.572 INFO:teuthology.orchestra.run.smithi052.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T00:50:55.704 INFO:teuthology.orchestra.run.smithi112.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T00:50:55.738 INFO:teuthology.orchestra.run.smithi052.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T00:50:55.744 INFO:teuthology.orchestra.run.smithi112.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T00:50:55.751 INFO:teuthology.orchestra.run.smithi052.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T00:50:55.751 INFO:teuthology.orchestra.run.smithi052.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T00:50:55.754 INFO:teuthology.orchestra.run.smithi052.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T00:50:55.759 INFO:teuthology.orchestra.run.smithi112.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T00:50:55.761 INFO:teuthology.orchestra.run.smithi112.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T00:50:55.761 INFO:teuthology.orchestra.run.smithi112.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T00:50:55.821 INFO:teuthology.orchestra.run.smithi112.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T00:50:55.828 INFO:teuthology.orchestra.run.smithi112.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T00:50:55.834 INFO:teuthology.orchestra.run.smithi052.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T00:50:55.842 INFO:teuthology.orchestra.run.smithi052.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T00:50:55.845 INFO:teuthology.orchestra.run.smithi052.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T00:50:55.858 INFO:teuthology.orchestra.run.smithi052.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T00:50:55.992 INFO:teuthology.orchestra.run.smithi112.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-15T00:50:56.042 INFO:teuthology.orchestra.run.smithi052.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T00:50:56.439 INFO:teuthology.orchestra.run.smithi052.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T00:50:56.444 INFO:teuthology.orchestra.run.smithi052.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T00:50:56.445 INFO:teuthology.orchestra.run.smithi052.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T00:50:56.463 INFO:teuthology.orchestra.run.smithi052.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T00:50:56.463 INFO:teuthology.orchestra.run.smithi052.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T00:50:56.620 INFO:teuthology.orchestra.run.smithi112.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T00:50:56.658 INFO:teuthology.orchestra.run.smithi112.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T00:50:56.671 INFO:teuthology.orchestra.run.smithi112.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T00:50:56.672 INFO:teuthology.orchestra.run.smithi112.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T00:50:56.673 INFO:teuthology.orchestra.run.smithi112.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T00:50:56.675 INFO:teuthology.orchestra.run.smithi112.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T00:50:56.675 INFO:teuthology.orchestra.run.smithi112.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T00:50:56.676 INFO:teuthology.orchestra.run.smithi112.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T00:50:56.702 INFO:teuthology.orchestra.run.smithi112.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T00:50:56.705 INFO:teuthology.orchestra.run.smithi112.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T00:50:56.871 INFO:teuthology.orchestra.run.smithi112.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T00:50:56.952 INFO:teuthology.orchestra.run.smithi112.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T00:50:57.062 INFO:teuthology.orchestra.run.smithi112.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T00:50:57.117 INFO:teuthology.orchestra.run.smithi112.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T00:50:57.150 INFO:teuthology.orchestra.run.smithi112.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T00:51:00.882 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 12.9 MB in 2s (6,884 kB/s) 2024-04-15T00:51:01.108 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 12.9 MB in 2s (6,798 kB/s) 2024-04-15T00:51:01.438 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 12.9 MB in 3s (5,120 kB/s) 2024-04-15T00:51:02.207 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-15T00:51:02.225 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T00:51:02.276 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-15T00:51:02.450 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-04-15T00:51:02.451 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-04-15T00:51:02.556 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-04-15T00:51:02.574 DEBUG:teuthology.orchestra.run.smithi052:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T00:51:02.602 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T00:51:02.602 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T00:51:02.602 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T00:51:02.603 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T00:51:02.603 INFO:teuthology.orchestra.run.smithi170.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T00:51:02.603 INFO:teuthology.orchestra.run.smithi170.stdout: python2.7-minimal 2024-04-15T00:51:02.603 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T00:51:02.605 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-04-15T00:51:02.605 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T00:51:02.606 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T00:51:02.606 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T00:51:02.606 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-04-15T00:51:02.606 INFO:teuthology.orchestra.run.smithi170.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T00:51:02.606 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-04-15T00:51:02.606 INFO:teuthology.orchestra.run.smithi170.stdout: thermald 2024-04-15T00:51:02.638 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-04-15T00:51:02.655 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-04-15T00:51:02.656 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T00:51:02.656 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T00:51:02.656 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T00:51:02.657 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages will be upgraded: 2024-04-15T00:51:02.658 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T00:51:02.695 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-15T00:51:02.711 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T00:51:02.774 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-15T00:51:02.824 INFO:teuthology.orchestra.run.smithi052.stdout:Building dependency tree... 2024-04-15T00:51:02.824 INFO:teuthology.orchestra.run.smithi052.stdout:Reading state information... 2024-04-15T00:51:02.837 INFO:teuthology.orchestra.run.smithi170.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T00:51:02.837 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 113 MB of archives. 2024-04-15T00:51:02.837 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T00:51:02.837 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T00:51:02.972 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-04-15T00:51:02.972 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-04-15T00:51:02.982 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T00:51:02.982 INFO:teuthology.orchestra.run.smithi052.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T00:51:02.982 INFO:teuthology.orchestra.run.smithi052.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T00:51:02.982 INFO:teuthology.orchestra.run.smithi052.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T00:51:02.982 INFO:teuthology.orchestra.run.smithi052.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T00:51:02.982 INFO:teuthology.orchestra.run.smithi052.stdout: python2.7-minimal 2024-04-15T00:51:02.983 INFO:teuthology.orchestra.run.smithi052.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T00:51:02.984 INFO:teuthology.orchestra.run.smithi052.stdout:The following additional packages will be installed: 2024-04-15T00:51:02.984 INFO:teuthology.orchestra.run.smithi052.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T00:51:02.984 INFO:teuthology.orchestra.run.smithi052.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T00:51:02.984 INFO:teuthology.orchestra.run.smithi052.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T00:51:02.985 INFO:teuthology.orchestra.run.smithi052.stdout:Suggested packages: 2024-04-15T00:51:02.985 INFO:teuthology.orchestra.run.smithi052.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T00:51:02.985 INFO:teuthology.orchestra.run.smithi052.stdout:Recommended packages: 2024-04-15T00:51:02.985 INFO:teuthology.orchestra.run.smithi052.stdout: thermald 2024-04-15T00:51:03.027 INFO:teuthology.orchestra.run.smithi052.stdout:The following NEW packages will be installed: 2024-04-15T00:51:03.027 INFO:teuthology.orchestra.run.smithi052.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T00:51:03.027 INFO:teuthology.orchestra.run.smithi052.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T00:51:03.027 INFO:teuthology.orchestra.run.smithi052.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T00:51:03.028 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages will be upgraded: 2024-04-15T00:51:03.028 INFO:teuthology.orchestra.run.smithi052.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T00:51:03.147 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T00:51:03.147 INFO:teuthology.orchestra.run.smithi112.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T00:51:03.147 INFO:teuthology.orchestra.run.smithi112.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T00:51:03.148 INFO:teuthology.orchestra.run.smithi112.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T00:51:03.148 INFO:teuthology.orchestra.run.smithi112.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T00:51:03.148 INFO:teuthology.orchestra.run.smithi112.stdout: python2.7-minimal 2024-04-15T00:51:03.148 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T00:51:03.149 INFO:teuthology.orchestra.run.smithi112.stdout:The following additional packages will be installed: 2024-04-15T00:51:03.149 INFO:teuthology.orchestra.run.smithi112.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T00:51:03.150 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T00:51:03.150 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T00:51:03.151 INFO:teuthology.orchestra.run.smithi112.stdout:Suggested packages: 2024-04-15T00:51:03.151 INFO:teuthology.orchestra.run.smithi112.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T00:51:03.151 INFO:teuthology.orchestra.run.smithi112.stdout:Recommended packages: 2024-04-15T00:51:03.151 INFO:teuthology.orchestra.run.smithi112.stdout: thermald 2024-04-15T00:51:03.202 INFO:teuthology.orchestra.run.smithi112.stdout:The following NEW packages will be installed: 2024-04-15T00:51:03.202 INFO:teuthology.orchestra.run.smithi112.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T00:51:03.202 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T00:51:03.203 INFO:teuthology.orchestra.run.smithi112.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T00:51:03.204 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages will be upgraded: 2024-04-15T00:51:03.204 INFO:teuthology.orchestra.run.smithi112.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T00:51:03.207 INFO:teuthology.orchestra.run.smithi052.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T00:51:03.207 INFO:teuthology.orchestra.run.smithi052.stdout:Need to get 113 MB of archives. 2024-04-15T00:51:03.207 INFO:teuthology.orchestra.run.smithi052.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T00:51:03.207 INFO:teuthology.orchestra.run.smithi052.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T00:51:03.262 INFO:teuthology.orchestra.run.smithi112.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T00:51:03.262 INFO:teuthology.orchestra.run.smithi112.stdout:Need to get 113 MB of archives. 2024-04-15T00:51:03.262 INFO:teuthology.orchestra.run.smithi112.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T00:51:03.262 INFO:teuthology.orchestra.run.smithi112.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-15T00:51:03.779 INFO:teuthology.orchestra.run.smithi112.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T00:51:03.891 INFO:teuthology.orchestra.run.smithi112.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T00:51:04.310 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T00:51:04.633 INFO:teuthology.orchestra.run.smithi052.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-15T00:51:04.656 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T00:51:04.892 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T00:51:04.892 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T00:51:04.892 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T00:51:04.969 INFO:teuthology.orchestra.run.smithi052.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-15T00:51:05.346 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T00:51:05.392 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T00:51:05.799 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 113 MB in 2s (52.0 MB/s) 2024-04-15T00:51:05.953 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T00:51:06.994 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T00:51:06.994 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T00:51:06.995 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T00:51:07.123 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-15T00:51:07.123 INFO:teuthology.orchestra.run.smithi052.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-15T00:51:07.123 INFO:teuthology.orchestra.run.smithi052.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-15T00:51:07.433 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T00:51:07.519 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T00:51:07.619 INFO:teuthology.orchestra.run.smithi052.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-15T00:51:07.709 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-15T00:51:07.907 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 113 MB in 5s (23.4 MB/s) 2024-04-15T00:51:07.924 INFO:teuthology.orchestra.run.smithi112.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-04-15T00:51:07.929 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:08.009 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:08.072 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T00:51:08.128 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 113 MB in 5s (24.3 MB/s) 2024-04-15T00:51:08.310 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T00:51:10.116 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-04-15T00:51:10.120 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:10.127 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T00:51:10.149 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:10.185 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:10.241 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:10.286 INFO:teuthology.orchestra.run.smithi052.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-04-15T00:51:10.291 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:10.399 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:10.706 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T00:51:10.726 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:10.756 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:12.320 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T00:51:12.341 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:12.407 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:12.784 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T00:51:12.806 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:12.848 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T00:51:12.869 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:12.898 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:12.910 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:13.387 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T00:51:13.408 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:13.437 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:17.249 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:17.367 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:17.716 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:17.837 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:18.140 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T00:51:18.163 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T00:51:18.207 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T00:51:19.533 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:19.633 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:19.928 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:20.053 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:20.373 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T00:51:20.396 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T00:51:20.406 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:20.439 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T00:51:20.532 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:20.908 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:21.028 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:21.297 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T00:51:21.308 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T00:51:21.339 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T00:51:24.039 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T00:51:24.076 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:24.113 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:26.418 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T00:51:26.455 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:26.493 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:26.677 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:26.800 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:27.141 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T00:51:27.246 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:27.315 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T00:51:27.352 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T00:51:27.355 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T00:51:27.390 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:27.483 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:28.796 INFO:teuthology.orchestra.run.smithi112.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:28.796 INFO:teuthology.orchestra.run.smithi112.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:28.796 INFO:teuthology.orchestra.run.smithi112.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:28.796 INFO:teuthology.orchestra.run.smithi112.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:28.960 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:29.088 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:29.222 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:29.514 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T00:51:29.618 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:29.752 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T00:51:29.881 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:30.130 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T00:51:30.251 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T00:51:30.928 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:31.212 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:31.213 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:31.213 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:31.213 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:31.286 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T00:51:31.383 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:31.407 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:31.533 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T00:51:31.636 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:32.321 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T00:51:32.447 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T00:51:32.548 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:32.606 INFO:teuthology.orchestra.run.smithi112.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T00:51:32.606 INFO:teuthology.orchestra.run.smithi112.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:32.751 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:33.005 INFO:teuthology.orchestra.run.smithi052.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:33.006 INFO:teuthology.orchestra.run.smithi052.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:33.006 INFO:teuthology.orchestra.run.smithi052.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:33.006 INFO:teuthology.orchestra.run.smithi052.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:33.165 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:34.144 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T00:51:34.270 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T00:51:34.396 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:34.457 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T00:51:34.458 INFO:teuthology.orchestra.run.smithi170.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:34.583 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:35.993 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T00:51:36.102 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T00:51:37.020 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T00:51:37.084 INFO:teuthology.orchestra.run.smithi052.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T00:51:37.084 INFO:teuthology.orchestra.run.smithi052.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:47.287 INFO:teuthology.orchestra.run.smithi112.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T00:51:47.287 INFO:teuthology.orchestra.run.smithi112.stdout:Sourcing file `/etc/default/grub' 2024-04-15T00:51:47.306 INFO:teuthology.orchestra.run.smithi112.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T00:51:47.329 INFO:teuthology.orchestra.run.smithi112.stdout:Generating grub configuration file ... 2024-04-15T00:51:47.581 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:47.597 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:47.884 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:47.890 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:47.957 INFO:teuthology.orchestra.run.smithi112.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T00:51:47.963 INFO:teuthology.orchestra.run.smithi112.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T00:51:48.130 INFO:teuthology.orchestra.run.smithi112.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T00:51:48.131 INFO:teuthology.orchestra.run.smithi112.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T00:51:48.131 INFO:teuthology.orchestra.run.smithi112.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T00:51:48.169 INFO:teuthology.orchestra.run.smithi112.stdout:done 2024-04-15T00:51:48.502 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T00:51:48.502 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub' 2024-04-15T00:51:48.515 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T00:51:48.537 INFO:teuthology.orchestra.run.smithi170.stdout:Generating grub configuration file ... 2024-04-15T00:51:48.624 DEBUG:teuthology.orchestra.run.smithi112:> dpkg -s linux-image-generic 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Package: linux-image-generic 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Status: install ok installed 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Priority: optional 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Section: kernel 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Installed-Size: 21 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: amd64 2024-04-15T00:51:48.641 INFO:teuthology.orchestra.run.smithi112.stdout:Source: linux-meta 2024-04-15T00:51:48.642 INFO:teuthology.orchestra.run.smithi112.stdout:Version: 5.15.0.102.99 2024-04-15T00:51:48.642 INFO:teuthology.orchestra.run.smithi112.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T00:51:48.642 INFO:teuthology.orchestra.run.smithi112.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T00:51:48.642 INFO:teuthology.orchestra.run.smithi112.stdout:Recommends: thermald 2024-04-15T00:51:48.642 INFO:teuthology.orchestra.run.smithi112.stdout:Description: Generic Linux kernel image 2024-04-15T00:51:48.642 INFO:teuthology.orchestra.run.smithi112.stdout: This package will always depend on the latest generic kernel image 2024-04-15T00:51:48.642 INFO:teuthology.orchestra.run.smithi112.stdout: available. 2024-04-15T00:51:48.642 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T00:51:48.643 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:51:48.643 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:51:48.643 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T00:51:48.643 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:51:48.643 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get clean 2024-04-15T00:51:48.823 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-04-15T00:51:48.888 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:48.906 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:48.936 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T00:51:48.949 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T00:51:48.970 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T00:51:49.051 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T00:51:49.250 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:49.256 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:49.331 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T00:51:49.337 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T00:51:49.516 INFO:teuthology.orchestra.run.smithi170.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T00:51:49.517 INFO:teuthology.orchestra.run.smithi170.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T00:51:49.517 INFO:teuthology.orchestra.run.smithi170.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T00:51:49.562 INFO:teuthology.orchestra.run.smithi170.stdout:done 2024-04-15T00:51:50.036 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.102.99 2024-04-15T00:51:50.057 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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T00:51:50.057 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-04-15T00:51:50.058 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-04-15T00:51:50.058 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-04-15T00:51:50.058 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-04-15T00:51:50.058 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T00:51:50.058 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:51:50.058 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:51:50.058 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T00:51:50.058 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:51:50.058 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-04-15T00:51:50.242 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-04-15T00:51:50.275 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-15T00:51:50.294 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T00:51:50.355 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T00:51:50.357 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-15T00:51:50.472 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T00:51:50.549 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-04-15T00:51:50.550 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-04-15T00:51:50.556 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T00:51:50.634 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T00:51:50.723 INFO:teuthology.orchestra.run.smithi112.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T00:51:50.723 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T00:51:50.723 INFO:teuthology.orchestra.run.smithi112.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T00:51:50.723 INFO:teuthology.orchestra.run.smithi112.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T00:51:50.724 INFO:teuthology.orchestra.run.smithi112.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T00:51:50.724 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T00:51:50.724 INFO:teuthology.orchestra.run.smithi112.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T00:51:50.724 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T00:51:50.766 INFO:teuthology.orchestra.run.smithi112.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T00:51:50.767 DEBUG:teuthology.orchestra.run.smithi112:> dpkg -s linux-image-generic 2024-04-15T00:51:50.781 INFO:teuthology.orchestra.run.smithi112.stdout:Package: linux-image-generic 2024-04-15T00:51:50.781 INFO:teuthology.orchestra.run.smithi112.stdout:Status: install ok installed 2024-04-15T00:51:50.781 INFO:teuthology.orchestra.run.smithi112.stdout:Priority: optional 2024-04-15T00:51:50.781 INFO:teuthology.orchestra.run.smithi112.stdout:Section: kernel 2024-04-15T00:51:50.781 INFO:teuthology.orchestra.run.smithi112.stdout:Installed-Size: 21 2024-04-15T00:51:50.781 INFO:teuthology.orchestra.run.smithi112.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T00:51:50.781 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: amd64 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.stdout:Source: linux-meta 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.stdout:Version: 5.15.0.102.99 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.stdout:Recommends: thermald 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.stdout:Description: Generic Linux kernel image 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.stdout: This package will always depend on the latest generic kernel image 2024-04-15T00:51:50.782 INFO:teuthology.orchestra.run.smithi112.stdout: available. 2024-04-15T00:51:50.783 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-04-15T00:51:50.828 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.NlIzzywF1M 2024-04-15T00:51:50.828 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub/grub.cfg /tmp/tmp.NlIzzywF1M 2024-04-15T00:51:50.881 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.NlIzzywF1M 2024-04-15T00:51:51.005 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.NlIzzywF1M is 10KB 2024-04-15T00:51:51.018 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.NlIzzywF1M 2024-04-15T00:51:51.023 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T00:51:51.078 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-15T00:51:51.079 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T00:51:51.079 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T00:51:51.143 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T00:51:51.143 DEBUG:teuthology.orchestra.run.smithi112:> sudo update-grub 2024-04-15T00:51:51.598 INFO:teuthology.orchestra.run.smithi052.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T00:51:51.598 INFO:teuthology.orchestra.run.smithi052.stdout:Sourcing file `/etc/default/grub' 2024-04-15T00:51:51.614 INFO:teuthology.orchestra.run.smithi052.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T00:51:51.630 INFO:teuthology.orchestra.run.smithi052.stdout:Generating grub configuration file ... 2024-04-15T00:51:51.773 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-15T00:51:51.791 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T00:51:51.856 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-15T00:51:52.017 INFO:teuthology.orchestra.run.smithi052.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:52.042 INFO:teuthology.orchestra.run.smithi052.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:52.055 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-04-15T00:51:52.056 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-04-15T00:51:52.234 INFO:teuthology.orchestra.run.smithi170.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T00:51:52.235 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T00:51:52.235 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T00:51:52.235 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T00:51:52.235 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T00:51:52.235 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T00:51:52.235 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T00:51:52.235 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T00:51:52.276 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T00:51:52.278 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.102.99 2024-04-15T00:51:52.294 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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T00:51:52.294 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T00:51:52.295 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-04-15T00:51:52.295 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-04-15T00:51:52.295 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-04-15T00:51:52.295 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-04-15T00:51:52.295 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2024-04-15T00:51:52.342 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.1v2rFtT4pm 2024-04-15T00:51:52.342 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1v2rFtT4pm 2024-04-15T00:51:52.347 INFO:teuthology.orchestra.run.smithi112.stderr:Sourcing file `/etc/default/grub' 2024-04-15T00:51:52.348 INFO:teuthology.orchestra.run.smithi112.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T00:51:52.352 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2024-04-15T00:51:52.397 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.1v2rFtT4pm 2024-04-15T00:51:52.402 INFO:teuthology.orchestra.run.smithi052.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:52.408 INFO:teuthology.orchestra.run.smithi052.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:52.485 INFO:teuthology.orchestra.run.smithi052.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T00:51:52.491 INFO:teuthology.orchestra.run.smithi052.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T00:51:52.516 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.1v2rFtT4pm is 10KB 2024-04-15T00:51:52.529 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.1v2rFtT4pm 2024-04-15T00:51:52.535 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T00:51:52.543 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:52.548 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:52.589 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-15T00:51:52.589 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T00:51:52.590 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T00:51:52.657 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T00:51:52.657 DEBUG:teuthology.orchestra.run.smithi170:> sudo update-grub 2024-04-15T00:51:52.674 INFO:teuthology.orchestra.run.smithi052.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T00:51:52.674 INFO:teuthology.orchestra.run.smithi052.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T00:51:52.674 INFO:teuthology.orchestra.run.smithi052.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T00:51:52.707 INFO:teuthology.orchestra.run.smithi052.stdout:done 2024-04-15T00:51:52.761 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:52.766 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:52.804 INFO:teuthology.orchestra.run.smithi112.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T00:51:52.809 INFO:teuthology.orchestra.run.smithi112.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T00:51:52.923 INFO:teuthology.orchestra.run.smithi112.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T00:51:52.923 INFO:teuthology.orchestra.run.smithi112.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T00:51:52.923 INFO:teuthology.orchestra.run.smithi112.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T00:51:52.946 INFO:teuthology.orchestra.run.smithi112.stderr:done 2024-04-15T00:51:52.952 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2024-04-15T00:51:53.178 DEBUG:teuthology.orchestra.run.smithi052:> dpkg -s linux-image-generic 2024-04-15T00:51:53.204 INFO:teuthology.orchestra.run.smithi052.stdout:Package: linux-image-generic 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Status: install ok installed 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Priority: optional 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Section: kernel 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Installed-Size: 21 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: amd64 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Source: linux-meta 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Version: 5.15.0.102.99 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Recommends: thermald 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout:Description: Generic Linux kernel image 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout: This package will always depend on the latest generic kernel image 2024-04-15T00:51:53.205 INFO:teuthology.orchestra.run.smithi052.stdout: available. 2024-04-15T00:51:53.206 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T00:51:53.206 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:51:53.206 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:51:53.206 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T00:51:53.206 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi052.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:51:53.206 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get clean 2024-04-15T00:51:53.371 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get update 2024-04-15T00:51:53.492 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T00:51:53.605 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T00:51:53.687 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T00:51:53.768 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T00:51:53.891 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub' 2024-04-15T00:51:53.892 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T00:51:53.894 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2024-04-15T00:51:54.119 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:54.124 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:54.399 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:54.404 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:54.445 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T00:51:54.450 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T00:51:54.571 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T00:51:54.571 INFO:teuthology.orchestra.run.smithi170.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T00:51:54.571 INFO:teuthology.orchestra.run.smithi170.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T00:51:54.591 INFO:teuthology.orchestra.run.smithi170.stderr:done 2024-04-15T00:51:54.600 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2024-04-15T00:51:54.925 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-04-15T00:51:54.944 DEBUG:teuthology.orchestra.run.smithi052:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T00:51:55.006 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-04-15T00:51:55.207 INFO:teuthology.orchestra.run.smithi052.stdout:Building dependency tree... 2024-04-15T00:51:55.208 INFO:teuthology.orchestra.run.smithi052.stdout:Reading state information... 2024-04-15T00:51:55.390 INFO:teuthology.orchestra.run.smithi052.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T00:51:55.390 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T00:51:55.390 INFO:teuthology.orchestra.run.smithi052.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T00:51:55.390 INFO:teuthology.orchestra.run.smithi052.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T00:51:55.391 INFO:teuthology.orchestra.run.smithi052.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T00:51:55.391 INFO:teuthology.orchestra.run.smithi052.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T00:51:55.391 INFO:teuthology.orchestra.run.smithi052.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T00:51:55.391 INFO:teuthology.orchestra.run.smithi052.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T00:51:55.435 INFO:teuthology.orchestra.run.smithi052.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T00:51:55.437 DEBUG:teuthology.orchestra.run.smithi052:> dpkg -s linux-image-generic 2024-04-15T00:51:55.453 INFO:teuthology.orchestra.run.smithi052.stdout:Package: linux-image-generic 2024-04-15T00:51:55.453 INFO:teuthology.orchestra.run.smithi052.stdout:Status: install ok installed 2024-04-15T00:51:55.453 INFO:teuthology.orchestra.run.smithi052.stdout:Priority: optional 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Section: kernel 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Installed-Size: 21 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Architecture: amd64 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Source: linux-meta 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Version: 5.15.0.102.99 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.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-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Recommends: thermald 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout:Description: Generic Linux kernel image 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout: This package will always depend on the latest generic kernel image 2024-04-15T00:51:55.454 INFO:teuthology.orchestra.run.smithi052.stdout: available. 2024-04-15T00:51:55.455 DEBUG:teuthology.orchestra.run.smithi052:> mktemp 2024-04-15T00:51:55.502 INFO:teuthology.orchestra.run.smithi052.stdout:/tmp/tmp.n5F5wxdiYL 2024-04-15T00:51:55.503 DEBUG:teuthology.orchestra.run.smithi052:> sudo cp /boot/grub/grub.cfg /tmp/tmp.n5F5wxdiYL 2024-04-15T00:51:55.559 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 0666 /tmp/tmp.n5F5wxdiYL 2024-04-15T00:51:55.676 DEBUG:teuthology.orchestra.remote:smithi052:/tmp/tmp.n5F5wxdiYL is 10KB 2024-04-15T00:51:55.689 DEBUG:teuthology.orchestra.run.smithi052:> rm -fr /tmp/tmp.n5F5wxdiYL 2024-04-15T00:51:55.695 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T00:51:55.750 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-04-15T00:51:55.750 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T00:51:55.750 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T00:51:55.815 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T00:51:55.815 DEBUG:teuthology.orchestra.run.smithi052:> sudo update-grub 2024-04-15T00:51:57.104 INFO:teuthology.orchestra.run.smithi052.stderr:Sourcing file `/etc/default/grub' 2024-04-15T00:51:57.105 INFO:teuthology.orchestra.run.smithi052.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T00:51:57.108 INFO:teuthology.orchestra.run.smithi052.stderr:Generating grub configuration file ... 2024-04-15T00:51:57.374 INFO:teuthology.orchestra.run.smithi052.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T00:51:57.380 INFO:teuthology.orchestra.run.smithi052.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T00:51:57.672 INFO:teuthology.orchestra.run.smithi052.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T00:51:57.678 INFO:teuthology.orchestra.run.smithi052.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T00:51:57.728 INFO:teuthology.orchestra.run.smithi052.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T00:51:57.734 INFO:teuthology.orchestra.run.smithi052.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T00:51:57.894 INFO:teuthology.orchestra.run.smithi052.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T00:51:57.894 INFO:teuthology.orchestra.run.smithi052.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T00:51:57.894 INFO:teuthology.orchestra.run.smithi052.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T00:51:57.906 INFO:teuthology.orchestra.run.smithi052.stderr:done 2024-04-15T00:51:57.915 DEBUG:teuthology.orchestra.run.smithi052:> sudo shutdown -r now 2024-04-15T00:52:22.979 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T00:52:22.980 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-15T00:52:22.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:52:24.604 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T00:52:24.605 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-15T00:52:24.605 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:52:27.918 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T00:52:27.919 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-04-15T00:52:27.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:52:41.379 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-04-15T00:52:43.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-04-15T00:52:46.238 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.52 2024-04-15T00:52:50.382 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-15T00:52:50.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:52:52.173 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-15T00:52:52.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:52:53.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-04-15T00:52:55.230 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-04-15T00:52:55.239 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-04-15T00:52:55.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:53:05.449 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-15T00:53:05.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:53:07.233 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-15T00:53:07.234 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:53:37.150 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-04-15T00:53:37.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-15T00:53:37.742 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-15T00:53:37.742 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-04-15T00:53:37.790 INFO:teuthology.orchestra.run.smithi112.stdout:5.15.0-102-generic 2024-04-15T00:53:37.790 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T00:53:37.790 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:53:37.791 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T00:53:38.795 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T00:53:38.795 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:53:38.883 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-04-15T00:53:38.912 DEBUG:teuthology.parallel:result is None 2024-04-15T00:53:38.984 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-04-15T00:53:39.534 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-15T00:53:39.535 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-102-generic"... 2024-04-15T00:53:39.535 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-04-15T00:53:39.580 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-102-generic 2024-04-15T00:53:39.581 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T00:53:39.581 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:53:39.581 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T00:53:40.582 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T00:53:40.582 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:53:40.679 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2024-04-15T00:53:40.698 DEBUG:teuthology.parallel:result is None 2024-04-15T00:53:55.242 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T00:54:07.243 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-04-15T00:54:07.244 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:54:07.501 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-04-15T00:54:08.107 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-04-15T00:54:08.108 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-15T00:54:08.108 DEBUG:teuthology.orchestra.run.smithi052:> uname -r 2024-04-15T00:54:08.155 INFO:teuthology.orchestra.run.smithi052.stdout:5.15.0-102-generic 2024-04-15T00:54:08.155 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T00:54:08.155 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:54:08.156 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T00:54:09.156 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T00:54:09.156 DEBUG:teuthology.orchestra.run.smithi052:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:54:09.240 INFO:teuthology.orchestra.run.smithi052.stdout:ttyS1 2024-04-15T00:54:09.264 DEBUG:teuthology.parallel:result is None 2024-04-15T00:54:09.265 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T00:54:09.273 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T00:54:09.273 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:54:09.275 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:54:09.277 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:54:09.284 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T00:54:09.290 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T00:54:09.300 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T00:54:09.300 DEBUG:teuthology.orchestra.run.smithi052:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:54:09.324 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:54:09.327 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:54:09.359 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T00:54:09.366 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T00:54:09.366 DEBUG:teuthology.orchestra.run.smithi052:> 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-04-15T00:54:09.380 DEBUG:teuthology.orchestra.run.smithi112:> 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-04-15T00:54:09.382 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-04-15T00:54:09.398 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:54:09.402 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:54:09.408 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:54:09.410 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:54:09.432 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:54:09.440 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:54:09.442 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T00:54:09.449 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T00:54:09.449 DEBUG:teuthology.orchestra.run.smithi052:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T00:54:09.452 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T00:54:09.454 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-04-15T00:54:09.503 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T00:54:09.512 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T00:54:09.513 DEBUG:teuthology.orchestra.run.smithi052:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:54:09.515 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:54:09.517 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:54:09.551 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:54:09.567 DEBUG:teuthology.orchestra.run.smithi052:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:54:09.615 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-04-15T00:54:09.615 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:54:09.676 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:54:09.682 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:54:09.734 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-15T00:54:09.734 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:54:09.798 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:54:09.804 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:54:09.853 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-15T00:54:09.853 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:54:09.917 DEBUG:teuthology.orchestra.run.smithi052:> sudo service rsyslog restart 2024-04-15T00:54:09.920 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-04-15T00:54:09.922 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2024-04-15T00:54:09.993 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T00:54:10.001 INFO:teuthology.task.internal:Starting timer... 2024-04-15T00:54:10.001 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T00:54:10.017 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T00:54:10.025 DEBUG:teuthology.task.selinux:Excluding smithi052: OS 'ubuntu' does not support SELinux 2024-04-15T00:54:10.025 DEBUG:teuthology.task.selinux:Excluding smithi112: OS 'ubuntu' does not support SELinux 2024-04-15T00:54:10.025 DEBUG:teuthology.task.selinux:Excluding smithi170: OS 'ubuntu' does not support SELinux 2024-04-15T00:54:10.025 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T00:54:10.025 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-15T00:54:10.025 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T00:54:10.025 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T00:54:10.034 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-15T00:54:10.040 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-15T00:54:10.175 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T00:54:10.192 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-04-15T00:54:10.193 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi052.front.sepia.ceph.com,smithi112.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T01:01:11.015 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi052.front.sepia.ceph.com'), Remote(name='ubuntu@smithi112.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2024-04-15T01:01:11.017 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-04-15T01:01:11.018 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi052.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:01:11.104 DEBUG:teuthology.orchestra.run.smithi052:> true 2024-04-15T01:01:11.186 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi052.front.sepia.ceph.com' 2024-04-15T01:01:11.187 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-15T01:01:11.188 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:01:11.271 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-04-15T01:01:11.350 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-04-15T01:01:11.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-15T01:01:11.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T01:01:11.432 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-04-15T01:01:11.510 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-15T01:01:11.510 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T01:01:11.521 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T01:01:11.521 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:01:11.522 DEBUG:teuthology.orchestra.run.smithi052:> 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-04-15T01:01:11.524 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:01:11.524 DEBUG:teuthology.orchestra.run.smithi112:> 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-04-15T01:01:11.526 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T01:01:11.526 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-04-15T01:01:11.553 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T01:01:11.553 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Command line: ntpd -gq 2024-04-15T01:01:11.553 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: ---------------------------------------------------- 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: corporation. Support and training for ntp-4 are 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: available at https://www.nwtime.org/support 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: ---------------------------------------------------- 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: proto: precision = 0.045 usec (-24) 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: basedate set to 2022-02-04 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: gps base set to 2022-02-06 (week 2196) 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:01:11.554 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Command line: ntpd -gq 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: ---------------------------------------------------- 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: corporation. Support and training for ntp-4 are 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: available at https://www.nwtime.org/support 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: ---------------------------------------------------- 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: proto: precision = 0.045 usec (-24) 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: basedate set to 2022-02-04 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: gps base set to 2022-02-06 (week 2196) 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:01:11.555 INFO:teuthology.orchestra.run.smithi052.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:01:11.556 INFO:teuthology.orchestra.run.smithi052.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:01:11.556 INFO:teuthology.orchestra.run.smithi112.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:01:11.556 INFO:teuthology.orchestra.run.smithi112.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:01:11.558 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T01:01:11.558 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T01:01:11.558 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T01:01:11.558 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Listen normally on 3 ens1f0 172.21.15.52:123 2024-04-15T01:01:11.558 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Listen normally on 4 lo [::1]:123 2024-04-15T01:01:11.558 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15de%4]:123 2024-04-15T01:01:11.558 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:11 ntpd[17079]: Listening on routing socket on fd #22 for interface updates 2024-04-15T01:01:11.559 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:01:11.559 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T01:01:11.559 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T01:01:11.559 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T01:01:11.560 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Listen normally on 3 enp3s0f1 172.21.15.112:123 2024-04-15T01:01:11.560 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Listen normally on 4 lo [::1]:123 2024-04-15T01:01:11.560 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cb69%5]:123 2024-04-15T01:01:11.560 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:11 ntpd[17201]: Listening on routing socket on fd #22 for interface updates 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Command line: ntpd -gq 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: ---------------------------------------------------- 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: corporation. Support and training for ntp-4 are 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: available at https://www.nwtime.org/support 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: ---------------------------------------------------- 2024-04-15T01:01:11.587 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: proto: precision = 0.060 usec (-24) 2024-04-15T01:01:11.588 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: basedate set to 2022-02-04 2024-04-15T01:01:11.588 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: gps base set to 2022-02-06 (week 2196) 2024-04-15T01:01:11.588 INFO:teuthology.orchestra.run.smithi170.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:01:11.588 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T01:01:11.589 INFO:teuthology.orchestra.run.smithi170.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Listen normally on 3 enp3s0f1 172.21.15.170:123 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Listen normally on 4 lo [::1]:123 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7255%5]:123 2024-04-15T01:01:11.590 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:11 ntpd[17168]: Listening on routing socket on fd #22 for interface updates 2024-04-15T01:01:12.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:12 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:12.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:12 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:12.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:12 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:12.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:12 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:12.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:12 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:12.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:12 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:12.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:12.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:12.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:12.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:12.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:12.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:12.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:12.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:12 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:12.589 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:12 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:12.589 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:12 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:12.589 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:12 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:12.589 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:12 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:12.590 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:12 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:12.590 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:12 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:13.550 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:13 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:13.550 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:13 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:13.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:13 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:13.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:13 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:13.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:13 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:13.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:13 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:13.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:13 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:13.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:13 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:13.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:13 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:13.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:13 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:13.552 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:13 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:13.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:13 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:13.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:13.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:13.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:13.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:13.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:13.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:13.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:13.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:13 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:14.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:14.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:14 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:14.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:14 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:14 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:14 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:14 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:14 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:14.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:14 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:14.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:14 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:14 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:14 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:14.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:14 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:14.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:14 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:14.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:14 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:15.550 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:15 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:15 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:15 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:15 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:15 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:15.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:15 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:15.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:15 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:15.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:15.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:15 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:16.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:16.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:16 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:16.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:16 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:16 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:16 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:16 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:16 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:16.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:16 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:16.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:16 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:16 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:16 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:16.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:16 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:16.587 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:16 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:16.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:16 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:17.550 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:17 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:17 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:17 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:17 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:17 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:17.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:17 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:17.553 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:17 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:17.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:17.589 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:17 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:18.551 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:18.552 INFO:teuthology.orchestra.run.smithi052.stdout:15 Apr 01:01:18 ntpd[17079]: ntpd: time slew +0.000145 s 2024-04-15T01:01:18.552 INFO:teuthology.orchestra.run.smithi052.stdout:ntpd: time slew +0.000145s 2024-04-15T01:01:18.552 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T01:01:18.553 INFO:teuthology.orchestra.run.smithi052.stderr:15 Apr 01:01:18 ntpd[17079]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stdout:15 Apr 01:01:18 ntpd[17201]: ntpd: time slew -0.001534 s 2024-04-15T01:01:18.554 INFO:teuthology.orchestra.run.smithi112.stdout:ntpd: time slew -0.001534s 2024-04-15T01:01:18.555 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T01:01:18.555 INFO:teuthology.orchestra.run.smithi112.stderr:15 Apr 01:01:18 ntpd[17201]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T01:01:18.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:18.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:18.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T01:01:18.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T01:01:18.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T01:01:18.588 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T01:01:18.588 INFO:teuthology.orchestra.run.smithi170.stdout:15 Apr 01:01:18 ntpd[17168]: ntpd: time slew -0.001506 s 2024-04-15T01:01:18.589 INFO:teuthology.orchestra.run.smithi170.stdout:ntpd: time slew -0.001506s 2024-04-15T01:01:18.589 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T01:01:18.589 INFO:teuthology.orchestra.run.smithi170.stderr:15 Apr 01:01:18 ntpd[17168]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T01:01:18.603 INFO:teuthology.orchestra.run.smithi052.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:01:18.603 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================== 2024-04-15T01:01:18.603 INFO:teuthology.orchestra.run.smithi052.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.604 INFO:teuthology.orchestra.run.smithi052.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.604 INFO:teuthology.orchestra.run.smithi052.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.604 INFO:teuthology.orchestra.run.smithi052.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.605 INFO:teuthology.orchestra.run.smithi112.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:01:18.606 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================== 2024-04-15T01:01:18.606 INFO:teuthology.orchestra.run.smithi112.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.606 INFO:teuthology.orchestra.run.smithi112.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.606 INFO:teuthology.orchestra.run.smithi112.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.606 INFO:teuthology.orchestra.run.smithi112.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.636 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:01:18.636 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-04-15T01:01:18.636 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.636 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.636 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.637 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:01:18.637 INFO:teuthology.run_tasks:Running task install... 2024-04-15T01:01:18.649 DEBUG:teuthology.task.install:project ceph 2024-04-15T01:01:18.649 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T01:01:18.649 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:01:18.649 INFO:teuthology.task.install:Using flavor: default 2024-04-15T01:01:18.656 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-04-15T01:01:18.656 INFO:teuthology.task.install:extra packages: [] 2024-04-15T01:01:18.656 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-key list | grep Ceph 2024-04-15T01:01:18.657 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-key list | grep Ceph 2024-04-15T01:01:18.657 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-key list | grep Ceph 2024-04-15T01:01:18.716 INFO:teuthology.orchestra.run.smithi112.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T01:01:18.722 INFO:teuthology.orchestra.run.smithi052.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T01:01:18.737 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T01:01:18.743 INFO:teuthology.orchestra.run.smithi112.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T01:01:18.744 INFO:teuthology.orchestra.run.smithi112.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T01:01:18.745 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-04-15T01:01:18.745 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:01:18.754 INFO:teuthology.orchestra.run.smithi052.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T01:01:18.754 INFO:teuthology.orchestra.run.smithi052.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T01:01:18.755 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-04-15T01:01:18.755 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:01:18.763 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T01:01:18.764 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T01:01:18.764 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-04-15T01:01:18.764 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:01:18.890 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T01:01:18.890 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:01:18.981 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T01:01:18.981 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:01:18.984 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T01:01:18.984 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:01:18.999 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-15T01:01:18.999 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T01:01:19.018 DEBUG:teuthology.orchestra.run.smithi112:> sudo apt-get update 2024-04-15T01:01:19.090 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-15T01:01:19.090 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T01:01:19.104 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-04-15T01:01:19.146 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-04-15T01:01:19.146 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T01:01:19.161 DEBUG:teuthology.orchestra.run.smithi052:> sudo apt-get update 2024-04-15T01:01:19.192 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:01:19.204 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:01:19.223 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:01:19.242 INFO:teuthology.orchestra.run.smithi112.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T01:01:19.263 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T01:01:19.277 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:01:19.285 INFO:teuthology.orchestra.run.smithi112.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T01:01:19.307 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-15T01:01:19.327 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T01:01:19.331 INFO:teuthology.orchestra.run.smithi112.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:01:19.334 INFO:teuthology.orchestra.run.smithi112.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-15T01:01:19.341 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T01:01:19.347 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T01:01:19.369 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T01:01:19.390 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-15T01:01:19.396 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:01:19.417 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-15T01:01:19.448 INFO:teuthology.orchestra.run.smithi052.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T01:01:19.453 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T01:01:19.472 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:01:19.485 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T01:01:19.522 INFO:teuthology.orchestra.run.smithi052.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T01:01:19.537 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 28.9 kB in 0s (84.7 kB/s) 2024-04-15T01:01:19.539 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T01:01:19.554 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:01:19.558 INFO:teuthology.orchestra.run.smithi052.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-15T01:01:19.601 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-15T01:01:19.617 INFO:teuthology.orchestra.run.smithi052.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T01:01:19.691 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 28.9 kB in 0s (71.4 kB/s) 2024-04-15T01:01:19.761 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 28.9 kB in 0s (69.7 kB/s) 2024-04-15T01:01:20.484 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-15T01:01:20.500 DEBUG:teuthology.orchestra.run.smithi112:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2114-ga9a752df-1jammy cephadm=19.0.0-2114-ga9a752df-1jammy ceph-mds=19.0.0-2114-ga9a752df-1jammy ceph-mgr=19.0.0-2114-ga9a752df-1jammy ceph-common=19.0.0-2114-ga9a752df-1jammy ceph-fuse=19.0.0-2114-ga9a752df-1jammy ceph-test=19.0.0-2114-ga9a752df-1jammy ceph-volume=19.0.0-2114-ga9a752df-1jammy radosgw=19.0.0-2114-ga9a752df-1jammy python3-rados=19.0.0-2114-ga9a752df-1jammy python3-rgw=19.0.0-2114-ga9a752df-1jammy python3-cephfs=19.0.0-2114-ga9a752df-1jammy python3-rbd=19.0.0-2114-ga9a752df-1jammy libcephfs2=19.0.0-2114-ga9a752df-1jammy libcephfs-dev=19.0.0-2114-ga9a752df-1jammy librados2=19.0.0-2114-ga9a752df-1jammy librbd1=19.0.0-2114-ga9a752df-1jammy rbd-fuse=19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:01:20.561 INFO:teuthology.orchestra.run.smithi112.stdout:Reading package lists... 2024-04-15T01:01:20.635 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-15T01:01:20.651 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-2114-ga9a752df-1jammy cephadm=19.0.0-2114-ga9a752df-1jammy ceph-mds=19.0.0-2114-ga9a752df-1jammy ceph-mgr=19.0.0-2114-ga9a752df-1jammy ceph-common=19.0.0-2114-ga9a752df-1jammy ceph-fuse=19.0.0-2114-ga9a752df-1jammy ceph-test=19.0.0-2114-ga9a752df-1jammy ceph-volume=19.0.0-2114-ga9a752df-1jammy radosgw=19.0.0-2114-ga9a752df-1jammy python3-rados=19.0.0-2114-ga9a752df-1jammy python3-rgw=19.0.0-2114-ga9a752df-1jammy python3-cephfs=19.0.0-2114-ga9a752df-1jammy python3-rbd=19.0.0-2114-ga9a752df-1jammy libcephfs2=19.0.0-2114-ga9a752df-1jammy libcephfs-dev=19.0.0-2114-ga9a752df-1jammy librados2=19.0.0-2114-ga9a752df-1jammy librbd1=19.0.0-2114-ga9a752df-1jammy rbd-fuse=19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:01:20.712 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-04-15T01:01:20.740 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-04-15T01:01:20.757 DEBUG:teuthology.orchestra.run.smithi052:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2114-ga9a752df-1jammy cephadm=19.0.0-2114-ga9a752df-1jammy ceph-mds=19.0.0-2114-ga9a752df-1jammy ceph-mgr=19.0.0-2114-ga9a752df-1jammy ceph-common=19.0.0-2114-ga9a752df-1jammy ceph-fuse=19.0.0-2114-ga9a752df-1jammy ceph-test=19.0.0-2114-ga9a752df-1jammy ceph-volume=19.0.0-2114-ga9a752df-1jammy radosgw=19.0.0-2114-ga9a752df-1jammy python3-rados=19.0.0-2114-ga9a752df-1jammy python3-rgw=19.0.0-2114-ga9a752df-1jammy python3-cephfs=19.0.0-2114-ga9a752df-1jammy python3-rbd=19.0.0-2114-ga9a752df-1jammy libcephfs2=19.0.0-2114-ga9a752df-1jammy libcephfs-dev=19.0.0-2114-ga9a752df-1jammy librados2=19.0.0-2114-ga9a752df-1jammy librbd1=19.0.0-2114-ga9a752df-1jammy rbd-fuse=19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:01:20.762 INFO:teuthology.orchestra.run.smithi112.stdout:Building dependency tree... 2024-04-15T01:01:20.762 INFO:teuthology.orchestra.run.smithi112.stdout:Reading state information... 2024-04-15T01:01:20.810 INFO:teuthology.orchestra.run.smithi052.stdout:Reading package lists... 2024-04-15T01:01:20.909 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-04-15T01:01:20.910 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-04-15T01:01:20.958 INFO:teuthology.orchestra.run.smithi112.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:01:20.958 INFO:teuthology.orchestra.run.smithi112.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:01:20.958 INFO:teuthology.orchestra.run.smithi112.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:01:20.958 INFO:teuthology.orchestra.run.smithi112.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:01:20.958 INFO:teuthology.orchestra.run.smithi112.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:01:20.958 INFO:teuthology.orchestra.run.smithi112.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:01:20.958 INFO:teuthology.orchestra.run.smithi112.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout:The following additional packages will be installed: 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T01:01:20.960 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T01:01:20.961 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T01:01:20.962 INFO:teuthology.orchestra.run.smithi112.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T01:01:20.962 INFO:teuthology.orchestra.run.smithi112.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T01:01:20.962 INFO:teuthology.orchestra.run.smithi112.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T01:01:20.962 INFO:teuthology.orchestra.run.smithi112.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T01:01:20.965 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T01:01:20.965 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet zip 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout:Suggested packages: 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout:Recommended packages: 2024-04-15T01:01:20.966 INFO:teuthology.orchestra.run.smithi112.stdout: btrfs-tools 2024-04-15T01:01:20.990 INFO:teuthology.orchestra.run.smithi052.stdout:Building dependency tree... 2024-04-15T01:01:20.990 INFO:teuthology.orchestra.run.smithi052.stdout:Reading state information... 2024-04-15T01:01:21.067 INFO:teuthology.orchestra.run.smithi112.stdout:The following NEW packages will be installed: 2024-04-15T01:01:21.067 INFO:teuthology.orchestra.run.smithi112.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T01:01:21.067 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T01:01:21.068 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T01:01:21.068 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T01:01:21.068 INFO:teuthology.orchestra.run.smithi112.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T01:01:21.068 INFO:teuthology.orchestra.run.smithi112.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T01:01:21.068 INFO:teuthology.orchestra.run.smithi112.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T01:01:21.068 INFO:teuthology.orchestra.run.smithi112.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T01:01:21.069 INFO:teuthology.orchestra.run.smithi112.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T01:01:21.069 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T01:01:21.069 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T01:01:21.070 INFO:teuthology.orchestra.run.smithi112.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T01:01:21.107 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:01:21.107 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:01:21.107 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:01:21.107 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:01:21.108 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:01:21.109 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:01:21.109 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:01:21.109 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-04-15T01:01:21.109 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T01:01:21.109 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T01:01:21.109 INFO:teuthology.orchestra.run.smithi170.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T01:01:21.109 INFO:teuthology.orchestra.run.smithi170.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T01:01:21.110 INFO:teuthology.orchestra.run.smithi170.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T01:01:21.110 INFO:teuthology.orchestra.run.smithi170.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T01:01:21.111 INFO:teuthology.orchestra.run.smithi170.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T01:01:21.112 INFO:teuthology.orchestra.run.smithi170.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T01:01:21.112 INFO:teuthology.orchestra.run.smithi170.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T01:01:21.112 INFO:teuthology.orchestra.run.smithi170.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T01:01:21.112 INFO:teuthology.orchestra.run.smithi170.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T01:01:21.112 INFO:teuthology.orchestra.run.smithi170.stdout: xmlstarlet zip 2024-04-15T01:01:21.112 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-04-15T01:01:21.112 INFO:teuthology.orchestra.run.smithi170.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-04-15T01:01:21.113 INFO:teuthology.orchestra.run.smithi170.stdout: btrfs-tools 2024-04-15T01:01:21.130 INFO:teuthology.orchestra.run.smithi112.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T01:01:21.130 INFO:teuthology.orchestra.run.smithi112.stdout:Need to get 178 MB of archives. 2024-04-15T01:01:21.130 INFO:teuthology.orchestra.run.smithi112.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T01:01:21.130 INFO:teuthology.orchestra.run.smithi112.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T01:01:21.171 INFO:teuthology.orchestra.run.smithi052.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T01:01:21.171 INFO:teuthology.orchestra.run.smithi052.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T01:01:21.171 INFO:teuthology.orchestra.run.smithi052.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T01:01:21.172 INFO:teuthology.orchestra.run.smithi052.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T01:01:21.172 INFO:teuthology.orchestra.run.smithi052.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T01:01:21.172 INFO:teuthology.orchestra.run.smithi052.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T01:01:21.172 INFO:teuthology.orchestra.run.smithi052.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T01:01:21.172 INFO:teuthology.orchestra.run.smithi052.stdout:The following additional packages will be installed: 2024-04-15T01:01:21.172 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T01:01:21.172 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T01:01:21.173 INFO:teuthology.orchestra.run.smithi052.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T01:01:21.173 INFO:teuthology.orchestra.run.smithi052.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T01:01:21.173 INFO:teuthology.orchestra.run.smithi052.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T01:01:21.173 INFO:teuthology.orchestra.run.smithi052.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T01:01:21.174 INFO:teuthology.orchestra.run.smithi052.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: xmlstarlet zip 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout:Suggested packages: 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T01:01:21.175 INFO:teuthology.orchestra.run.smithi052.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T01:01:21.176 INFO:teuthology.orchestra.run.smithi052.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T01:01:21.176 INFO:teuthology.orchestra.run.smithi052.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T01:01:21.176 INFO:teuthology.orchestra.run.smithi052.stdout:Recommended packages: 2024-04-15T01:01:21.176 INFO:teuthology.orchestra.run.smithi052.stdout: btrfs-tools 2024-04-15T01:01:21.207 INFO:teuthology.orchestra.run.smithi112.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2114-ga9a752df-1jammy [3,543 kB] 2024-04-15T01:01:21.210 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-04-15T01:01:21.210 INFO:teuthology.orchestra.run.smithi170.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T01:01:21.210 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T01:01:21.210 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T01:01:21.210 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T01:01:21.210 INFO:teuthology.orchestra.run.smithi170.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T01:01:21.211 INFO:teuthology.orchestra.run.smithi170.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T01:01:21.212 INFO:teuthology.orchestra.run.smithi170.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T01:01:21.212 INFO:teuthology.orchestra.run.smithi170.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T01:01:21.212 INFO:teuthology.orchestra.run.smithi170.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T01:01:21.212 INFO:teuthology.orchestra.run.smithi170.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T01:01:21.212 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T01:01:21.212 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:01:21.212 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T01:01:21.213 INFO:teuthology.orchestra.run.smithi170.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T01:01:21.233 INFO:teuthology.orchestra.run.smithi112.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T01:01:21.235 INFO:teuthology.orchestra.run.smithi112.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T01:01:21.258 INFO:teuthology.orchestra.run.smithi112.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-15T01:01:21.276 INFO:teuthology.orchestra.run.smithi052.stdout:The following NEW packages will be installed: 2024-04-15T01:01:21.276 INFO:teuthology.orchestra.run.smithi052.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T01:01:21.276 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T01:01:21.276 INFO:teuthology.orchestra.run.smithi052.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T01:01:21.277 INFO:teuthology.orchestra.run.smithi052.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T01:01:21.277 INFO:teuthology.orchestra.run.smithi052.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T01:01:21.277 INFO:teuthology.orchestra.run.smithi052.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T01:01:21.278 INFO:teuthology.orchestra.run.smithi052.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi052.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T01:01:21.279 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T01:01:21.280 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 178 MB of archives. 2024-04-15T01:01:21.280 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T01:01:21.280 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-04-15T01:01:21.322 INFO:teuthology.orchestra.run.smithi112.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T01:01:21.328 INFO:teuthology.orchestra.run.smithi112.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T01:01:21.342 INFO:teuthology.orchestra.run.smithi112.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T01:01:21.345 INFO:teuthology.orchestra.run.smithi052.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T01:01:21.346 INFO:teuthology.orchestra.run.smithi052.stdout:Need to get 178 MB of archives. 2024-04-15T01:01:21.346 INFO:teuthology.orchestra.run.smithi052.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T01:01:21.346 INFO:teuthology.orchestra.run.smithi052.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T01:01:21.346 INFO:teuthology.orchestra.run.smithi112.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T01:01:21.346 INFO:teuthology.orchestra.run.smithi112.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T01:01:21.347 INFO:teuthology.orchestra.run.smithi112.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T01:01:21.356 INFO:teuthology.orchestra.run.smithi112.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T01:01:21.358 INFO:teuthology.orchestra.run.smithi112.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T01:01:21.360 INFO:teuthology.orchestra.run.smithi112.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T01:01:21.361 INFO:teuthology.orchestra.run.smithi112.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T01:01:21.367 INFO:teuthology.orchestra.run.smithi112.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T01:01:21.369 INFO:teuthology.orchestra.run.smithi112.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T01:01:21.372 INFO:teuthology.orchestra.run.smithi112.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T01:01:21.385 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-04-15T01:01:21.387 INFO:teuthology.orchestra.run.smithi112.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T01:01:21.388 INFO:teuthology.orchestra.run.smithi112.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T01:01:21.388 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-04-15T01:01:21.389 INFO:teuthology.orchestra.run.smithi112.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-15T01:01:21.390 INFO:teuthology.orchestra.run.smithi112.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T01:01:21.390 INFO:teuthology.orchestra.run.smithi112.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T01:01:21.390 INFO:teuthology.orchestra.run.smithi112.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T01:01:21.390 INFO:teuthology.orchestra.run.smithi112.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T01:01:21.407 INFO:teuthology.orchestra.run.smithi112.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T01:01:21.407 INFO:teuthology.orchestra.run.smithi112.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T01:01:21.408 INFO:teuthology.orchestra.run.smithi112.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T01:01:21.409 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-04-15T01:01:21.420 INFO:teuthology.orchestra.run.smithi112.stdout:Get:29 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2114-ga9a752df-1jammy [3,218 kB] 2024-04-15T01:01:21.428 INFO:teuthology.orchestra.run.smithi112.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T01:01:21.428 INFO:teuthology.orchestra.run.smithi112.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T01:01:21.428 INFO:teuthology.orchestra.run.smithi112.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T01:01:21.428 INFO:teuthology.orchestra.run.smithi112.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-15T01:01:21.429 INFO:teuthology.orchestra.run.smithi112.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T01:01:21.429 INFO:teuthology.orchestra.run.smithi112.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T01:01:21.430 INFO:teuthology.orchestra.run.smithi112.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T01:01:21.447 INFO:teuthology.orchestra.run.smithi112.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T01:01:21.447 INFO:teuthology.orchestra.run.smithi112.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T01:01:21.447 INFO:teuthology.orchestra.run.smithi112.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T01:01:21.453 INFO:teuthology.orchestra.run.smithi052.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T01:01:21.454 INFO:teuthology.orchestra.run.smithi052.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T01:01:21.466 INFO:teuthology.orchestra.run.smithi112.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T01:01:21.467 INFO:teuthology.orchestra.run.smithi112.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T01:01:21.467 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2114-ga9a752df-1jammy [3,543 kB] 2024-04-15T01:01:21.467 INFO:teuthology.orchestra.run.smithi112.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T01:01:21.468 INFO:teuthology.orchestra.run.smithi112.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T01:01:21.469 INFO:teuthology.orchestra.run.smithi112.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T01:01:21.471 INFO:teuthology.orchestra.run.smithi112.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T01:01:21.472 INFO:teuthology.orchestra.run.smithi112.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T01:01:21.477 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T01:01:21.477 INFO:teuthology.orchestra.run.smithi052.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-15T01:01:21.482 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T01:01:21.488 INFO:teuthology.orchestra.run.smithi112.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T01:01:21.489 INFO:teuthology.orchestra.run.smithi112.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T01:01:21.492 INFO:teuthology.orchestra.run.smithi112.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T01:01:21.494 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T01:01:21.498 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T01:01:21.499 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T01:01:21.500 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T01:01:21.507 INFO:teuthology.orchestra.run.smithi112.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T01:01:21.508 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T01:01:21.509 INFO:teuthology.orchestra.run.smithi112.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T01:01:21.510 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T01:01:21.511 INFO:teuthology.orchestra.run.smithi112.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-15T01:01:21.513 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T01:01:21.514 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T01:01:21.520 INFO:teuthology.orchestra.run.smithi112.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2114-ga9a752df-1jammy [712 kB] 2024-04-15T01:01:21.539 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T01:01:21.541 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T01:01:21.542 INFO:teuthology.orchestra.run.smithi112.stdout:Get:54 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2114-ga9a752df-1jammy [356 kB] 2024-04-15T01:01:21.543 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T01:01:21.545 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T01:01:21.554 INFO:teuthology.orchestra.run.smithi112.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2114-ga9a752df-1jammy [32.8 kB] 2024-04-15T01:01:21.555 INFO:teuthology.orchestra.run.smithi112.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2114-ga9a752df-1jammy [180 kB] 2024-04-15T01:01:21.561 INFO:teuthology.orchestra.run.smithi112.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2114-ga9a752df-1jammy [64.6 kB] 2024-04-15T01:01:21.563 INFO:teuthology.orchestra.run.smithi112.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2114-ga9a752df-1jammy [330 kB] 2024-04-15T01:01:21.574 INFO:teuthology.orchestra.run.smithi112.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T01:01:21.574 INFO:teuthology.orchestra.run.smithi112.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2114-ga9a752df-1jammy [6,621 kB] 2024-04-15T01:01:21.575 INFO:teuthology.orchestra.run.smithi112.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T01:01:21.578 INFO:teuthology.orchestra.run.smithi112.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T01:01:21.579 INFO:teuthology.orchestra.run.smithi052.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T01:01:21.579 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T01:01:21.580 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-15T01:01:21.581 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T01:01:21.581 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T01:01:21.581 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T01:01:21.582 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T01:01:21.584 INFO:teuthology.orchestra.run.smithi052.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T01:01:21.587 INFO:teuthology.orchestra.run.smithi112.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T01:01:21.589 INFO:teuthology.orchestra.run.smithi112.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T01:01:21.603 INFO:teuthology.orchestra.run.smithi052.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T01:01:21.609 INFO:teuthology.orchestra.run.smithi052.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T01:01:21.609 INFO:teuthology.orchestra.run.smithi052.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T01:01:21.610 INFO:teuthology.orchestra.run.smithi052.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T01:01:21.611 INFO:teuthology.orchestra.run.smithi112.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T01:01:21.613 INFO:teuthology.orchestra.run.smithi112.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T01:01:21.613 INFO:teuthology.orchestra.run.smithi112.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T01:01:21.623 INFO:teuthology.orchestra.run.smithi052.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T01:01:21.623 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T01:01:21.623 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T01:01:21.623 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T01:01:21.626 INFO:teuthology.orchestra.run.smithi052.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T01:01:21.626 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T01:01:21.628 INFO:teuthology.orchestra.run.smithi052.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T01:01:21.630 INFO:teuthology.orchestra.run.smithi052.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T01:01:21.630 INFO:teuthology.orchestra.run.smithi052.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2114-ga9a752df-1jammy [3,543 kB] 2024-04-15T01:01:21.639 INFO:teuthology.orchestra.run.smithi112.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T01:01:21.639 INFO:teuthology.orchestra.run.smithi112.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T01:01:21.639 INFO:teuthology.orchestra.run.smithi112.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T01:01:21.643 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T01:01:21.644 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T01:01:21.644 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-15T01:01:21.645 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T01:01:21.646 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T01:01:21.646 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T01:01:21.648 INFO:teuthology.orchestra.run.smithi112.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T01:01:21.648 INFO:teuthology.orchestra.run.smithi112.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T01:01:21.648 INFO:teuthology.orchestra.run.smithi112.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-15T01:01:21.648 INFO:teuthology.orchestra.run.smithi112.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T01:01:21.649 INFO:teuthology.orchestra.run.smithi112.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T01:01:21.652 INFO:teuthology.orchestra.run.smithi112.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T01:01:21.652 INFO:teuthology.orchestra.run.smithi052.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T01:01:21.655 INFO:teuthology.orchestra.run.smithi052.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T01:01:21.659 INFO:teuthology.orchestra.run.smithi052.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T01:01:21.662 INFO:teuthology.orchestra.run.smithi052.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T01:01:21.662 INFO:teuthology.orchestra.run.smithi052.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T01:01:21.663 INFO:teuthology.orchestra.run.smithi052.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-15T01:01:21.664 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T01:01:21.665 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T01:01:21.665 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T01:01:21.668 INFO:teuthology.orchestra.run.smithi112.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T01:01:21.671 INFO:teuthology.orchestra.run.smithi112.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T01:01:21.671 INFO:teuthology.orchestra.run.smithi112.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T01:01:21.671 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T01:01:21.674 INFO:teuthology.orchestra.run.smithi112.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T01:01:21.676 INFO:teuthology.orchestra.run.smithi052.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T01:01:21.676 INFO:teuthology.orchestra.run.smithi052.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T01:01:21.677 INFO:teuthology.orchestra.run.smithi052.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T01:01:21.678 INFO:teuthology.orchestra.run.smithi052.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T01:01:21.685 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T01:01:21.685 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T01:01:21.685 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T01:01:21.687 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T01:01:21.688 INFO:teuthology.orchestra.run.smithi112.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T01:01:21.689 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T01:01:21.689 INFO:teuthology.orchestra.run.smithi112.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T01:01:21.690 INFO:teuthology.orchestra.run.smithi170.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T01:01:21.690 INFO:teuthology.orchestra.run.smithi112.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T01:01:21.694 INFO:teuthology.orchestra.run.smithi112.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T01:01:21.695 INFO:teuthology.orchestra.run.smithi112.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T01:01:21.698 INFO:teuthology.orchestra.run.smithi052.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T01:01:21.698 INFO:teuthology.orchestra.run.smithi052.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T01:01:21.699 INFO:teuthology.orchestra.run.smithi112.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T01:01:21.699 INFO:teuthology.orchestra.run.smithi052.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T01:01:21.703 INFO:teuthology.orchestra.run.smithi052.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T01:01:21.703 INFO:teuthology.orchestra.run.smithi052.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T01:01:21.704 INFO:teuthology.orchestra.run.smithi052.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T01:01:21.705 INFO:teuthology.orchestra.run.smithi170.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T01:01:21.706 INFO:teuthology.orchestra.run.smithi170.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T01:01:21.708 INFO:teuthology.orchestra.run.smithi112.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T01:01:21.708 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-04-15T01:01:21.709 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-04-15T01:01:21.709 INFO:teuthology.orchestra.run.smithi112.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T01:01:21.709 INFO:teuthology.orchestra.run.smithi112.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T01:01:21.711 INFO:teuthology.orchestra.run.smithi112.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T01:01:21.718 INFO:teuthology.orchestra.run.smithi052.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-15T01:01:21.719 INFO:teuthology.orchestra.run.smithi052.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T01:01:21.720 INFO:teuthology.orchestra.run.smithi052.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T01:01:21.720 INFO:teuthology.orchestra.run.smithi052.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T01:01:21.728 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-04-15T01:01:21.730 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-04-15T01:01:21.734 INFO:teuthology.orchestra.run.smithi112.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T01:01:21.747 INFO:teuthology.orchestra.run.smithi112.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T01:01:21.747 INFO:teuthology.orchestra.run.smithi112.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T01:01:21.748 INFO:teuthology.orchestra.run.smithi112.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T01:01:21.751 INFO:teuthology.orchestra.run.smithi112.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T01:01:21.752 INFO:teuthology.orchestra.run.smithi112.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T01:01:21.787 INFO:teuthology.orchestra.run.smithi052.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T01:01:21.787 INFO:teuthology.orchestra.run.smithi052.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T01:01:21.788 INFO:teuthology.orchestra.run.smithi052.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T01:01:21.805 INFO:teuthology.orchestra.run.smithi112.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2114-ga9a752df-1jammy [112 kB] 2024-04-15T01:01:21.807 INFO:teuthology.orchestra.run.smithi112.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2114-ga9a752df-1jammy [466 kB] 2024-04-15T01:01:21.821 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-04-15T01:01:21.822 INFO:teuthology.orchestra.run.smithi112.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2114-ga9a752df-1jammy [25.3 MB] 2024-04-15T01:01:21.823 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-04-15T01:01:21.824 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-04-15T01:01:21.824 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-04-15T01:01:21.826 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-04-15T01:01:21.853 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-04-15T01:01:21.856 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-04-15T01:01:21.857 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-04-15T01:01:21.860 INFO:teuthology.orchestra.run.smithi052.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T01:01:21.861 INFO:teuthology.orchestra.run.smithi052.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T01:01:21.862 INFO:teuthology.orchestra.run.smithi052.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T01:01:21.863 INFO:teuthology.orchestra.run.smithi052.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T01:01:21.866 INFO:teuthology.orchestra.run.smithi052.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T01:01:21.870 INFO:teuthology.orchestra.run.smithi052.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T01:01:21.871 INFO:teuthology.orchestra.run.smithi052.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T01:01:21.874 INFO:teuthology.orchestra.run.smithi052.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T01:01:21.876 INFO:teuthology.orchestra.run.smithi052.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T01:01:21.878 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-04-15T01:01:21.879 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-04-15T01:01:21.879 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-04-15T01:01:21.880 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-04-15T01:01:21.880 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-04-15T01:01:21.881 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-04-15T01:01:21.889 INFO:teuthology.orchestra.run.smithi052.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T01:01:21.890 INFO:teuthology.orchestra.run.smithi052.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T01:01:21.892 INFO:teuthology.orchestra.run.smithi052.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T01:01:21.897 INFO:teuthology.orchestra.run.smithi052.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-04-15T01:01:21.898 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-04-15T01:01:21.899 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-04-15T01:01:21.903 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-04-15T01:01:21.937 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-04-15T01:01:21.939 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-04-15T01:01:21.940 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-04-15T01:01:21.945 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-04-15T01:01:21.949 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-04-15T01:01:21.949 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-04-15T01:01:21.950 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-04-15T01:01:21.975 INFO:teuthology.orchestra.run.smithi052.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T01:01:21.976 INFO:teuthology.orchestra.run.smithi052.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T01:01:21.978 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-04-15T01:01:21.978 INFO:teuthology.orchestra.run.smithi052.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T01:01:21.978 INFO:teuthology.orchestra.run.smithi052.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T01:01:21.978 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-04-15T01:01:21.979 INFO:teuthology.orchestra.run.smithi052.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T01:01:21.983 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-04-15T01:01:22.003 INFO:teuthology.orchestra.run.smithi052.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T01:01:22.005 INFO:teuthology.orchestra.run.smithi052.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T01:01:22.005 INFO:teuthology.orchestra.run.smithi052.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T01:01:22.009 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-04-15T01:01:22.011 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-04-15T01:01:22.011 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-04-15T01:01:22.014 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-04-15T01:01:22.016 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-04-15T01:01:22.029 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-04-15T01:01:22.029 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-04-15T01:01:22.031 INFO:teuthology.orchestra.run.smithi052.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T01:01:22.031 INFO:teuthology.orchestra.run.smithi052.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T01:01:22.032 INFO:teuthology.orchestra.run.smithi052.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T01:01:22.033 INFO:teuthology.orchestra.run.smithi052.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T01:01:22.033 INFO:teuthology.orchestra.run.smithi052.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T01:01:22.034 INFO:teuthology.orchestra.run.smithi052.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-04-15T01:01:22.034 INFO:teuthology.orchestra.run.smithi052.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T01:01:22.034 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-04-15T01:01:22.035 INFO:teuthology.orchestra.run.smithi052.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T01:01:22.038 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-04-15T01:01:22.040 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-04-15T01:01:22.056 INFO:teuthology.orchestra.run.smithi052.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T01:01:22.060 INFO:teuthology.orchestra.run.smithi052.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T01:01:22.061 INFO:teuthology.orchestra.run.smithi052.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T01:01:22.063 INFO:teuthology.orchestra.run.smithi052.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T01:01:22.066 INFO:teuthology.orchestra.run.smithi052.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T01:01:22.069 INFO:teuthology.orchestra.run.smithi052.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T01:01:22.070 INFO:teuthology.orchestra.run.smithi052.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T01:01:22.071 INFO:teuthology.orchestra.run.smithi052.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T01:01:22.076 INFO:teuthology.orchestra.run.smithi052.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T01:01:22.076 INFO:teuthology.orchestra.run.smithi052.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T01:01:22.097 INFO:teuthology.orchestra.run.smithi052.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T01:01:22.098 INFO:teuthology.orchestra.run.smithi052.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T01:01:22.098 INFO:teuthology.orchestra.run.smithi052.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T01:01:22.099 INFO:teuthology.orchestra.run.smithi052.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T01:01:22.101 INFO:teuthology.orchestra.run.smithi052.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T01:01:22.101 INFO:teuthology.orchestra.run.smithi052.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T01:01:22.109 INFO:teuthology.orchestra.run.smithi052.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T01:01:22.110 INFO:teuthology.orchestra.run.smithi052.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T01:01:22.118 INFO:teuthology.orchestra.run.smithi052.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T01:01:22.120 INFO:teuthology.orchestra.run.smithi052.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T01:01:22.138 INFO:teuthology.orchestra.run.smithi052.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T01:01:22.861 INFO:teuthology.orchestra.run.smithi112.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2114-ga9a752df-1jammy [5,077 kB] 2024-04-15T01:01:22.983 INFO:teuthology.orchestra.run.smithi112.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2114-ga9a752df-1jammy [244 kB] 2024-04-15T01:01:22.989 INFO:teuthology.orchestra.run.smithi112.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2114-ga9a752df-1jammy [124 kB] 2024-04-15T01:01:22.993 INFO:teuthology.orchestra.run.smithi112.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2114-ga9a752df-1jammy [1,527 kB] 2024-04-15T01:01:23.059 INFO:teuthology.orchestra.run.smithi112.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2114-ga9a752df-1jammy [6,247 kB] 2024-04-15T01:01:23.170 INFO:teuthology.orchestra.run.smithi052.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2114-ga9a752df-1jammy [3,218 kB] 2024-04-15T01:01:23.311 INFO:teuthology.orchestra.run.smithi112.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2114-ga9a752df-1jammy [22.7 MB] 2024-04-15T01:01:23.600 INFO:teuthology.orchestra.run.smithi170.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2114-ga9a752df-1jammy [3,218 kB] 2024-04-15T01:01:23.842 INFO:teuthology.orchestra.run.smithi052.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2114-ga9a752df-1jammy [712 kB] 2024-04-15T01:01:23.995 INFO:teuthology.orchestra.run.smithi052.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2114-ga9a752df-1jammy [356 kB] 2024-04-15T01:01:24.073 INFO:teuthology.orchestra.run.smithi052.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2114-ga9a752df-1jammy [32.8 kB] 2024-04-15T01:01:24.077 INFO:teuthology.orchestra.run.smithi052.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2114-ga9a752df-1jammy [180 kB] 2024-04-15T01:01:24.096 INFO:teuthology.orchestra.run.smithi052.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2114-ga9a752df-1jammy [64.6 kB] 2024-04-15T01:01:24.103 INFO:teuthology.orchestra.run.smithi052.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2114-ga9a752df-1jammy [330 kB] 2024-04-15T01:01:24.176 INFO:teuthology.orchestra.run.smithi052.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2114-ga9a752df-1jammy [6,621 kB] 2024-04-15T01:01:24.448 INFO:teuthology.orchestra.run.smithi112.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2114-ga9a752df-1jammy [14.1 kB] 2024-04-15T01:01:24.449 INFO:teuthology.orchestra.run.smithi112.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2114-ga9a752df-1jammy [869 kB] 2024-04-15T01:01:24.466 INFO:teuthology.orchestra.run.smithi112.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2114-ga9a752df-1jammy [2,436 kB] 2024-04-15T01:01:24.468 INFO:teuthology.orchestra.run.smithi170.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2114-ga9a752df-1jammy [712 kB] 2024-04-15T01:01:24.517 INFO:teuthology.orchestra.run.smithi112.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2114-ga9a752df-1jammy [777 kB] 2024-04-15T01:01:24.569 INFO:teuthology.orchestra.run.smithi112.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2114-ga9a752df-1jammy [145 kB] 2024-04-15T01:01:24.581 INFO:teuthology.orchestra.run.smithi112.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2114-ga9a752df-1jammy [2,260 kB] 2024-04-15T01:01:24.632 INFO:teuthology.orchestra.run.smithi170.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2114-ga9a752df-1jammy [356 kB] 2024-04-15T01:01:24.651 INFO:teuthology.orchestra.run.smithi170.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2114-ga9a752df-1jammy [32.8 kB] 2024-04-15T01:01:24.704 INFO:teuthology.orchestra.run.smithi112.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2114-ga9a752df-1jammy [8,625 kB] 2024-04-15T01:01:24.712 INFO:teuthology.orchestra.run.smithi170.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2114-ga9a752df-1jammy [180 kB] 2024-04-15T01:01:24.722 INFO:teuthology.orchestra.run.smithi170.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2114-ga9a752df-1jammy [64.6 kB] 2024-04-15T01:01:24.724 INFO:teuthology.orchestra.run.smithi170.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2114-ga9a752df-1jammy [330 kB] 2024-04-15T01:01:24.804 INFO:teuthology.orchestra.run.smithi170.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2114-ga9a752df-1jammy [6,621 kB] 2024-04-15T01:01:25.017 INFO:teuthology.orchestra.run.smithi052.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2114-ga9a752df-1jammy [112 kB] 2024-04-15T01:01:25.124 INFO:teuthology.orchestra.run.smithi052.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2114-ga9a752df-1jammy [466 kB] 2024-04-15T01:01:25.134 INFO:teuthology.orchestra.run.smithi052.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2114-ga9a752df-1jammy [25.3 MB] 2024-04-15T01:01:25.255 INFO:teuthology.orchestra.run.smithi112.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2114-ga9a752df-1jammy [14.2 kB] 2024-04-15T01:01:25.255 INFO:teuthology.orchestra.run.smithi112.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2114-ga9a752df-1jammy [50.1 MB] 2024-04-15T01:01:25.899 INFO:teuthology.orchestra.run.smithi170.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2114-ga9a752df-1jammy [112 kB] 2024-04-15T01:01:25.904 INFO:teuthology.orchestra.run.smithi170.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2114-ga9a752df-1jammy [466 kB] 2024-04-15T01:01:25.981 INFO:teuthology.orchestra.run.smithi170.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2114-ga9a752df-1jammy [25.3 MB] 2024-04-15T01:01:27.945 INFO:teuthology.orchestra.run.smithi052.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2114-ga9a752df-1jammy [5,077 kB] 2024-04-15T01:01:28.380 INFO:teuthology.orchestra.run.smithi052.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2114-ga9a752df-1jammy [244 kB] 2024-04-15T01:01:28.393 INFO:teuthology.orchestra.run.smithi052.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2114-ga9a752df-1jammy [124 kB] 2024-04-15T01:01:28.427 INFO:teuthology.orchestra.run.smithi052.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2114-ga9a752df-1jammy [1,527 kB] 2024-04-15T01:01:28.566 INFO:teuthology.orchestra.run.smithi052.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2114-ga9a752df-1jammy [6,247 kB] 2024-04-15T01:01:28.802 INFO:teuthology.orchestra.run.smithi112.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2114-ga9a752df-1jammy [121 kB] 2024-04-15T01:01:28.805 INFO:teuthology.orchestra.run.smithi112.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2114-ga9a752df-1jammy [39.0 kB] 2024-04-15T01:01:28.806 INFO:teuthology.orchestra.run.smithi112.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2114-ga9a752df-1jammy [13.1 MB] 2024-04-15T01:01:29.217 INFO:teuthology.orchestra.run.smithi052.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2114-ga9a752df-1jammy [22.7 MB] 2024-04-15T01:01:29.580 INFO:teuthology.orchestra.run.smithi112.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2114-ga9a752df-1jammy [91.4 kB] 2024-04-15T01:01:29.870 INFO:teuthology.orchestra.run.smithi170.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2114-ga9a752df-1jammy [5,077 kB] 2024-04-15T01:01:30.170 INFO:teuthology.orchestra.run.smithi112.stdout:Fetched 178 MB in 9s (20.9 MB/s) 2024-04-15T01:01:30.218 INFO:teuthology.orchestra.run.smithi170.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2114-ga9a752df-1jammy [244 kB] 2024-04-15T01:01:30.238 INFO:teuthology.orchestra.run.smithi170.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2114-ga9a752df-1jammy [124 kB] 2024-04-15T01:01:30.241 INFO:teuthology.orchestra.run.smithi170.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2114-ga9a752df-1jammy [1,527 kB] 2024-04-15T01:01:30.337 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T01:01:30.378 INFO:teuthology.orchestra.run.smithi170.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2114-ga9a752df-1jammy [6,247 kB] 2024-04-15T01:01:30.434 INFO:teuthology.orchestra.run.smithi112.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 ... 165995 files and directories currently installed.) 2024-04-15T01:01:30.440 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T01:01:30.519 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:01:30.693 INFO:teuthology.orchestra.run.smithi052.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2114-ga9a752df-1jammy [14.1 kB] 2024-04-15T01:01:30.694 INFO:teuthology.orchestra.run.smithi052.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2114-ga9a752df-1jammy [869 kB] 2024-04-15T01:01:30.711 INFO:teuthology.orchestra.run.smithi052.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2114-ga9a752df-1jammy [2,436 kB] 2024-04-15T01:01:30.798 INFO:teuthology.orchestra.run.smithi052.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2114-ga9a752df-1jammy [777 kB] 2024-04-15T01:01:30.806 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T01:01:30.832 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T01:01:30.834 INFO:teuthology.orchestra.run.smithi052.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2114-ga9a752df-1jammy [145 kB] 2024-04-15T01:01:30.846 INFO:teuthology.orchestra.run.smithi052.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2114-ga9a752df-1jammy [2,260 kB] 2024-04-15T01:01:30.854 INFO:teuthology.orchestra.run.smithi170.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2114-ga9a752df-1jammy [22.7 MB] 2024-04-15T01:01:30.864 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:01:30.971 INFO:teuthology.orchestra.run.smithi052.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2114-ga9a752df-1jammy [8,625 kB] 2024-04-15T01:01:31.192 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T01:01:31.218 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T01:01:31.258 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:01:31.445 INFO:teuthology.orchestra.run.smithi052.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2114-ga9a752df-1jammy [14.2 kB] 2024-04-15T01:01:31.445 INFO:teuthology.orchestra.run.smithi052.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2114-ga9a752df-1jammy [50.1 MB] 2024-04-15T01:01:31.695 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T01:01:31.722 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:31.770 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:32.107 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T01:01:32.134 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:32.165 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:32.493 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T01:01:32.520 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:32.560 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:32.822 INFO:teuthology.orchestra.run.smithi170.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2114-ga9a752df-1jammy [14.1 kB] 2024-04-15T01:01:32.823 INFO:teuthology.orchestra.run.smithi170.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2114-ga9a752df-1jammy [869 kB] 2024-04-15T01:01:32.840 INFO:teuthology.orchestra.run.smithi170.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2114-ga9a752df-1jammy [2,436 kB] 2024-04-15T01:01:32.921 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T01:01:32.948 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T01:01:32.988 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:01:33.022 INFO:teuthology.orchestra.run.smithi170.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2114-ga9a752df-1jammy [777 kB] 2024-04-15T01:01:33.102 INFO:teuthology.orchestra.run.smithi170.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2114-ga9a752df-1jammy [145 kB] 2024-04-15T01:01:33.106 INFO:teuthology.orchestra.run.smithi170.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2114-ga9a752df-1jammy [2,260 kB] 2024-04-15T01:01:33.296 INFO:teuthology.orchestra.run.smithi170.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2114-ga9a752df-1jammy [8,625 kB] 2024-04-15T01:01:33.308 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librados2. 2024-04-15T01:01:33.334 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:33.374 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:33.819 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librbd1. 2024-04-15T01:01:33.845 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:33.877 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:34.035 INFO:teuthology.orchestra.run.smithi170.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2114-ga9a752df-1jammy [14.2 kB] 2024-04-15T01:01:34.037 INFO:teuthology.orchestra.run.smithi170.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2114-ga9a752df-1jammy [50.1 MB] 2024-04-15T01:01:34.405 INFO:teuthology.orchestra.run.smithi052.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2114-ga9a752df-1jammy [121 kB] 2024-04-15T01:01:34.407 INFO:teuthology.orchestra.run.smithi052.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2114-ga9a752df-1jammy [39.0 kB] 2024-04-15T01:01:34.408 INFO:teuthology.orchestra.run.smithi052.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2114-ga9a752df-1jammy [13.1 MB] 2024-04-15T01:01:34.480 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T01:01:34.506 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:34.546 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:34.832 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rados. 2024-04-15T01:01:34.858 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:34.899 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:34.957 INFO:teuthology.orchestra.run.smithi052.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2114-ga9a752df-1jammy [91.4 kB] 2024-04-15T01:01:35.235 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T01:01:35.261 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:01:35.301 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:35.537 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T01:01:35.548 INFO:teuthology.orchestra.run.smithi052.stdout:Fetched 178 MB in 14s (13.0 MB/s) 2024-04-15T01:01:35.552 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:35.587 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:35.711 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T01:01:35.814 INFO:teuthology.orchestra.run.smithi052.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 ... 165995 files and directories currently installed.) 2024-04-15T01:01:35.819 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T01:01:35.898 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T01:01:35.901 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:01:35.925 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:01:35.965 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:36.247 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T01:01:36.273 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T01:01:36.285 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T01:01:36.311 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T01:01:36.313 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:01:36.352 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:01:36.616 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T01:01:36.644 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T01:01:36.682 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:01:36.696 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T01:01:36.722 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T01:01:36.762 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T01:01:37.024 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T01:01:37.050 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:37.061 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T01:01:37.088 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:37.090 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:37.137 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:37.379 INFO:teuthology.orchestra.run.smithi170.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2114-ga9a752df-1jammy [121 kB] 2024-04-15T01:01:37.382 INFO:teuthology.orchestra.run.smithi170.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2114-ga9a752df-1jammy [39.0 kB] 2024-04-15T01:01:37.383 INFO:teuthology.orchestra.run.smithi170.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2114-ga9a752df-1jammy [13.1 MB] 2024-04-15T01:01:37.393 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T01:01:37.419 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T01:01:37.460 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:01:37.539 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T01:01:37.565 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:37.605 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:37.737 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T01:01:37.764 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T01:01:37.804 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:01:37.917 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T01:01:37.943 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:37.986 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:38.005 INFO:teuthology.orchestra.run.smithi170.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2114-ga9a752df-1jammy [91.4 kB] 2024-04-15T01:01:38.065 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T01:01:38.080 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T01:01:38.123 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:01:38.295 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T01:01:38.321 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T01:01:38.361 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:01:38.443 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua5.1. 2024-04-15T01:01:38.470 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T01:01:38.510 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:01:38.564 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 178 MB in 17s (10.6 MB/s) 2024-04-15T01:01:38.672 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librados2. 2024-04-15T01:01:38.699 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:38.729 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T01:01:38.739 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:38.825 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 ... 165995 files and directories currently installed.) 2024-04-15T01:01:38.829 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua-any. 2024-04-15T01:01:38.830 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T01:01:38.845 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T01:01:38.888 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T01:01:38.911 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:01:39.099 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package zip. 2024-04-15T01:01:39.114 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T01:01:39.149 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T01:01:39.158 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librbd1. 2024-04-15T01:01:39.185 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:39.224 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:39.248 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T01:01:39.275 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T01:01:39.314 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:01:39.586 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package unzip. 2024-04-15T01:01:39.612 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T01:01:39.644 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:01:39.659 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T01:01:39.685 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T01:01:39.726 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:01:39.830 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T01:01:39.855 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:39.894 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:40.023 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package luarocks. 2024-04-15T01:01:40.050 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T01:01:40.098 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:01:40.165 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rados. 2024-04-15T01:01:40.171 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T01:01:40.179 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:40.198 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:40.221 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:40.246 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:40.481 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package librgw2. 2024-04-15T01:01:40.507 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:40.547 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:40.549 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T01:01:40.576 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:01:40.615 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:40.632 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T01:01:40.658 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:40.699 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:40.868 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T01:01:40.884 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:40.926 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:41.027 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T01:01:41.053 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T01:01:41.085 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T01:01:41.093 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:01:41.100 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:41.143 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:41.220 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T01:01:41.237 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:01:41.270 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:41.438 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T01:01:41.464 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T01:01:41.479 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T01:01:41.496 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:01:41.506 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T01:01:41.540 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T01:01:41.546 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:01:41.567 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T01:01:41.598 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:01:41.799 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librados2. 2024-04-15T01:01:41.826 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:41.857 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T01:01:41.866 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:41.884 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:41.901 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T01:01:41.923 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:41.928 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T01:01:41.967 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T01:01:42.220 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T01:01:42.247 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:42.295 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:42.310 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-common. 2024-04-15T01:01:42.319 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librbd1. 2024-04-15T01:01:42.337 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:42.345 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:42.368 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:42.385 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:42.673 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T01:01:42.699 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T01:01:42.739 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:01:42.813 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T01:01:42.839 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:42.880 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:42.983 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T01:01:43.010 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T01:01:43.041 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:01:43.141 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rados. 2024-04-15T01:01:43.167 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:43.207 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:43.311 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T01:01:43.338 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T01:01:43.377 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:01:43.607 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-base. 2024-04-15T01:01:43.634 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:43.691 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:43.697 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua5.1. 2024-04-15T01:01:43.724 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T01:01:43.743 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T01:01:43.764 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:01:43.770 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:01:43.810 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:44.079 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T01:01:44.083 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua-any. 2024-04-15T01:01:44.099 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T01:01:44.105 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:44.133 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T01:01:44.145 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:44.253 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T01:01:44.280 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T01:01:44.319 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:01:44.352 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package zip. 2024-04-15T01:01:44.379 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T01:01:44.419 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T01:01:44.448 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T01:01:44.475 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:01:44.515 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:44.730 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package unzip. 2024-04-15T01:01:44.757 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T01:01:44.797 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:01:44.809 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T01:01:44.825 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T01:01:44.847 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T01:01:44.859 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:01:44.874 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T01:01:44.914 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:01:45.171 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T01:01:45.197 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T01:01:45.209 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package luarocks. 2024-04-15T01:01:45.225 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T01:01:45.236 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T01:01:45.237 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T01:01:45.252 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T01:01:45.276 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:01:45.292 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:01:45.515 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T01:01:45.541 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:45.581 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:45.595 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T01:01:45.621 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T01:01:45.624 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package librgw2. 2024-04-15T01:01:45.652 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:45.653 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:01:45.683 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:45.935 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T01:01:45.939 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T01:01:45.961 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T01:01:45.966 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T01:01:46.001 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:01:46.006 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:01:46.218 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T01:01:46.235 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:46.245 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T01:01:46.260 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T01:01:46.277 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:46.295 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:01:46.308 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T01:01:46.335 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T01:01:46.375 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T01:01:46.605 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T01:01:46.607 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T01:01:46.622 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T01:01:46.632 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T01:01:46.661 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-portend. 2024-04-15T01:01:46.665 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:01:46.671 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:01:46.690 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T01:01:46.728 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T01:01:46.972 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T01:01:46.974 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T01:01:46.988 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T01:01:47.001 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:47.001 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua5.1. 2024-04-15T01:01:47.022 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T01:01:47.027 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T01:01:47.040 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:47.068 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:01:47.350 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T01:01:47.377 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T01:01:47.385 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-common. 2024-04-15T01:01:47.396 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-any. 2024-04-15T01:01:47.412 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:47.416 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:01:47.422 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T01:01:47.444 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:47.463 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T01:01:47.690 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package zip. 2024-04-15T01:01:47.716 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T01:01:47.757 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T01:01:47.779 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T01:01:47.806 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T01:01:47.845 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T01:01:48.051 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package unzip. 2024-04-15T01:01:48.078 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T01:01:48.118 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:01:48.157 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T01:01:48.184 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T01:01:48.223 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T01:01:48.493 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T01:01:48.505 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package luarocks. 2024-04-15T01:01:48.520 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T01:01:48.532 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T01:01:48.559 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:01:48.572 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:01:48.832 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-base. 2024-04-15T01:01:48.846 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-mako. 2024-04-15T01:01:48.859 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:48.873 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T01:01:48.908 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:48.912 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:01:48.954 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librgw2. 2024-04-15T01:01:48.981 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:49.021 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:49.240 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T01:01:49.267 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T01:01:49.307 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:01:49.461 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T01:01:49.488 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T01:01:49.527 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:01:49.532 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T01:01:49.547 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:49.590 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:49.610 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T01:01:49.637 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T01:01:49.685 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:01:49.830 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T01:01:49.857 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T01:01:49.897 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:01:49.927 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T01:01:49.953 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T01:01:49.979 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-webob. 2024-04-15T01:01:49.993 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:01:50.006 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T01:01:50.037 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:01:50.313 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T01:01:50.339 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:50.379 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:50.382 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T01:01:50.408 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T01:01:50.408 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T01:01:50.435 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T01:01:50.452 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:01:50.474 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:01:50.719 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T01:01:50.746 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T01:01:50.760 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T01:01:50.774 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-common. 2024-04-15T01:01:50.777 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:01:50.787 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T01:01:50.800 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:50.832 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:50.852 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:01:51.074 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T01:01:51.101 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T01:01:51.140 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:01:51.155 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-paste. 2024-04-15T01:01:51.181 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T01:01:51.221 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:01:51.401 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T01:01:51.417 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T01:01:51.451 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T01:01:51.541 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T01:01:51.556 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T01:01:51.599 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:01:51.738 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-portend. 2024-04-15T01:01:51.764 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T01:01:51.804 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T01:01:51.894 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T01:01:51.920 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T01:01:51.960 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:01:52.098 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T01:01:52.126 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T01:01:52.146 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-base. 2024-04-15T01:01:52.165 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T01:01:52.173 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:52.222 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:52.230 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T01:01:52.245 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T01:01:52.280 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T01:01:52.426 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T01:01:52.454 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T01:01:52.484 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:01:52.599 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T01:01:52.625 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T01:01:52.666 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:01:52.805 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T01:01:52.808 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T01:01:52.832 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T01:01:52.835 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T01:01:52.863 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T01:01:52.875 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:01:53.021 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T01:01:53.047 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T01:01:53.087 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T01:01:53.136 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T01:01:53.151 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T01:01:53.166 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T01:01:53.186 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:01:53.194 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T01:01:53.233 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T01:01:53.407 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-idna. 2024-04-15T01:01:53.434 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T01:01:53.473 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T01:01:53.498 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T01:01:53.524 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T01:01:53.552 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T01:01:53.564 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:01:53.579 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T01:01:53.619 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:01:53.759 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T01:01:53.775 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T01:01:53.809 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:01:53.867 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T01:01:53.893 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T01:01:53.922 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-mako. 2024-04-15T01:01:53.933 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:01:53.949 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T01:01:53.988 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:01:54.105 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-requests. 2024-04-15T01:01:54.129 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T01:01:54.165 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:01:54.292 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T01:01:54.319 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T01:01:54.358 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:01:54.428 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T01:01:54.454 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T01:01:54.494 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:01:55.074 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T01:01:55.101 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T01:01:55.278 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T01:01:55.291 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:01:55.305 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T01:01:55.345 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:01:55.548 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T01:01:55.552 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T01:01:55.568 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:01:55.574 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T01:01:55.602 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:55.614 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T01:01:55.815 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-webob. 2024-04-15T01:01:55.842 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T01:01:55.881 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:01:55.917 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-portend. 2024-04-15T01:01:55.943 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T01:01:55.965 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T01:01:55.984 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T01:01:55.992 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:56.032 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:56.226 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T01:01:56.252 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T01:01:56.295 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T01:01:56.296 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:01:56.321 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T01:01:56.361 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T01:01:56.393 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T01:01:56.420 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T01:01:56.451 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:01:56.603 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T01:01:56.630 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T01:01:56.648 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T01:01:56.670 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:01:56.674 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T01:01:56.706 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:01:56.730 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T01:01:56.756 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T01:01:56.796 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T01:01:56.981 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-paste. 2024-04-15T01:01:57.008 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T01:01:57.048 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T01:01:57.048 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:01:57.069 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T01:01:57.109 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T01:01:57.132 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T01:01:57.159 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:57.199 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:57.368 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T01:01:57.395 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T01:01:57.421 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T01:01:57.434 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:01:57.447 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T01:01:57.487 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T01:01:57.602 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T01:01:57.628 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:57.668 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:57.712 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T01:01:57.728 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T01:01:57.748 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T01:01:57.762 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:01:57.763 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T01:01:57.798 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:01:58.032 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T01:01:58.059 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T01:01:58.093 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-mako. 2024-04-15T01:01:58.098 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T01:01:58.119 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T01:01:58.159 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:01:58.297 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T01:01:58.324 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:58.363 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:58.409 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T01:01:58.436 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T01:01:58.476 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:01:58.487 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T01:01:58.514 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T01:01:58.554 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:01:58.839 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T01:01:58.866 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T01:01:58.886 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T01:01:58.906 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T01:01:58.911 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T01:01:58.957 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:01:59.218 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webob. 2024-04-15T01:01:59.225 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-idna. 2024-04-15T01:01:59.244 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T01:01:59.253 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T01:01:59.276 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:01:59.293 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T01:01:59.383 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph. 2024-04-15T01:01:59.399 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:59.442 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:59.545 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T01:01:59.561 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T01:01:59.594 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:01:59.596 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T01:01:59.622 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T01:01:59.665 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:01:59.770 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T01:01:59.796 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:01:59.836 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:01:59.873 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-requests. 2024-04-15T01:01:59.900 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T01:01:59.931 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:01:59.982 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T01:02:00.009 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T01:02:00.049 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:02:00.234 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T01:02:00.262 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T01:02:00.326 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:02:00.335 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-paste. 2024-04-15T01:02:00.361 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T01:02:00.401 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:02:00.431 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T01:02:00.458 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:00.489 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:00.578 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T01:02:00.594 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:00.628 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:00.713 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T01:02:00.728 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T01:02:00.771 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:02:00.867 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package cephadm. 2024-04-15T01:02:00.893 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:00.933 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:01.009 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T01:02:01.036 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:01.075 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:01.091 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T01:02:01.117 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T01:02:01.157 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:02:01.245 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T01:02:01.271 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T01:02:01.311 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T01:02:01.328 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T01:02:01.344 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T01:02:01.377 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:02:01.460 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T01:02:01.488 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T01:02:01.527 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T01:02:01.647 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T01:02:01.672 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T01:02:01.674 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:02:01.699 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T01:02:01.714 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:01.739 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T01:02:01.804 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T01:02:01.820 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T01:02:01.854 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:02:02.084 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T01:02:02.110 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:02.150 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:02.193 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T01:02:02.220 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T01:02:02.259 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T01:02:02.512 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T01:02:02.539 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:02.570 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-idna. 2024-04-15T01:02:02.578 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:02.597 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T01:02:02.637 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T01:02:02.744 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-babel. 2024-04-15T01:02:02.771 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:02:02.810 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:02.931 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T01:02:02.947 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T01:02:02.981 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:02:03.147 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T01:02:03.173 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T01:02:03.181 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T01:02:03.209 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:03.213 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:02:03.248 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:03.268 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-requests. 2024-04-15T01:02:03.284 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T01:02:03.318 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:02:03.549 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T01:02:03.576 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:03.604 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T01:02:03.615 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:03.631 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T01:02:03.670 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:02:03.961 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T01:02:03.973 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T01:02:03.987 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T01:02:03.989 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:04.023 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:04.036 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T01:02:04.305 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-routes. 2024-04-15T01:02:04.318 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph. 2024-04-15T01:02:04.320 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T01:02:04.334 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:04.355 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:02:04.376 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:04.420 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T01:02:04.447 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:04.486 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:04.629 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T01:02:04.656 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:04.683 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T01:02:04.687 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:04.710 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:04.750 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:04.789 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T01:02:04.817 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T01:02:04.856 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:02:05.057 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T01:02:05.084 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:05.123 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:05.125 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T01:02:05.152 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T01:02:05.192 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T01:02:05.518 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package cephadm. 2024-04-15T01:02:05.537 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T01:02:05.546 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:05.564 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:05.584 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:05.603 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:05.975 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T01:02:05.991 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:06.025 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:06.029 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T01:02:06.056 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T01:02:06.095 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T01:02:06.121 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T01:02:06.138 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T01:02:06.171 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:02:06.398 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T01:02:06.426 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:02:06.465 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:06.629 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T01:02:06.656 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:06.667 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T01:02:06.694 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T01:02:06.695 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:06.733 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:02:07.053 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T01:02:07.080 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T01:02:07.111 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:02:07.381 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T01:02:07.408 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T01:02:07.447 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:02:07.553 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-babel. 2024-04-15T01:02:07.581 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:02:07.619 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:07.740 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph. 2024-04-15T01:02:07.767 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:07.806 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:07.889 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T01:02:07.917 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T01:02:07.947 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:02:08.109 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T01:02:08.123 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T01:02:08.137 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:08.151 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:08.168 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:08.242 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T01:02:08.270 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:08.275 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:08.300 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:08.521 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T01:02:08.548 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:08.587 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:08.604 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T01:02:08.631 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T01:02:08.662 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T01:02:08.931 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-routes. 2024-04-15T01:02:08.958 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T01:02:08.997 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:02:08.999 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package cephadm. 2024-04-15T01:02:09.025 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:09.065 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:09.204 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T01:02:09.231 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T01:02:09.270 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T01:02:09.310 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T01:02:09.338 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:09.368 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T01:02:09.376 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:09.395 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T01:02:09.434 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T01:02:09.581 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T01:02:09.609 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T01:02:09.648 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:02:09.962 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T01:02:09.968 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T01:02:09.987 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:02:09.995 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T01:02:10.029 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:10.034 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:02:10.354 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T01:02:10.382 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T01:02:10.421 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T01:02:10.562 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T01:02:10.588 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T01:02:10.623 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:02:10.733 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T01:02:10.749 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T01:02:10.791 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T01:02:11.060 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-babel. 2024-04-15T01:02:11.087 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T01:02:11.102 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T01:02:11.126 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:11.130 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T01:02:11.143 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T01:02:11.169 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:02:11.171 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T01:02:11.210 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:02:11.447 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T01:02:11.462 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T01:02:11.474 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T01:02:11.489 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T01:02:11.513 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T01:02:11.528 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:02:11.530 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T01:02:11.557 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T01:02:11.588 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:02:11.803 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T01:02:11.827 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T01:02:11.857 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T01:02:11.865 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T01:02:11.866 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:02:11.885 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T01:02:11.892 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:11.924 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:02:11.931 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:12.277 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T01:02:12.304 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T01:02:12.343 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T01:02:12.531 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T01:02:12.547 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:12.548 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T01:02:12.566 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:12.589 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:12.629 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-routes. 2024-04-15T01:02:12.656 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T01:02:12.692 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:12.695 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:02:12.908 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T01:02:12.935 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T01:02:12.975 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:02:13.034 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T01:02:13.060 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:13.099 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:13.328 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T01:02:13.355 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:02:13.386 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:02:13.631 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package jq. 2024-04-15T01:02:13.649 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T01:02:13.658 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:02:13.674 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T01:02:13.697 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T01:02:13.712 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T01:02:13.950 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package socat. 2024-04-15T01:02:13.965 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T01:02:14.008 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:02:14.032 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T01:02:14.060 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T01:02:14.098 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:02:14.311 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T01:02:14.338 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T01:02:14.377 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:02:14.394 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T01:02:14.422 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T01:02:14.452 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:02:14.463 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T01:02:14.479 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T01:02:14.521 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:02:14.707 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-test. 2024-04-15T01:02:14.723 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:14.763 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T01:02:14.765 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:14.791 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T01:02:14.830 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T01:02:15.100 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T01:02:15.116 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T01:02:15.158 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T01:02:15.200 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T01:02:15.227 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T01:02:15.266 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:02:15.470 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T01:02:15.498 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T01:02:15.536 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:02:15.611 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T01:02:15.641 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T01:02:15.678 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:02:15.848 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T01:02:15.875 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T01:02:15.914 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T01:02:16.089 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T01:02:16.117 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T01:02:16.155 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:02:16.218 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T01:02:16.246 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T01:02:16.284 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:02:16.864 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T01:02:16.892 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:16.948 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T01:02:16.976 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:17.006 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:17.016 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:17.244 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T01:02:17.267 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T01:02:17.272 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:17.295 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T01:02:17.311 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:17.325 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:02:17.615 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T01:02:17.642 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:17.672 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T01:02:17.681 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:17.698 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:02:17.737 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:02:17.976 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T01:02:17.995 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T01:02:17.998 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package jq. 2024-04-15T01:02:18.003 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T01:02:18.022 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T01:02:18.026 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:02:18.042 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:02:18.064 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T01:02:18.081 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T01:02:18.334 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package socat. 2024-04-15T01:02:18.350 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T01:02:18.380 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T01:02:18.381 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T01:02:18.392 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:02:18.408 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T01:02:18.408 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T01:02:18.447 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:02:18.448 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:02:18.670 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T01:02:18.687 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T01:02:18.720 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:02:18.793 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T01:02:18.817 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T01:02:18.820 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T01:02:18.844 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T01:02:18.865 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:02:18.883 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:02:19.049 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-test. 2024-04-15T01:02:19.077 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:19.115 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:19.138 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T01:02:19.165 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T01:02:19.196 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T01:02:19.305 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package pkg-config. 2024-04-15T01:02:19.333 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T01:02:19.372 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:02:19.491 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T01:02:19.518 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T01:02:19.558 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T01:02:19.616 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T01:02:19.633 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T01:02:19.675 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:02:19.903 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T01:02:19.930 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T01:02:19.969 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:02:20.045 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T01:02:20.072 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T01:02:20.103 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T01:02:20.272 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T01:02:20.299 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T01:02:20.339 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T01:02:20.432 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T01:02:20.460 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T01:02:20.499 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T01:02:20.667 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T01:02:20.695 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T01:02:20.734 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:02:20.819 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T01:02:20.846 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T01:02:20.885 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:02:21.197 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T01:02:21.224 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T01:02:21.290 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T01:02:21.364 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T01:02:21.381 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:21.414 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:21.554 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T01:02:21.582 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:21.608 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-py. 2024-04-15T01:02:21.620 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:21.636 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T01:02:21.666 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T01:02:21.684 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T01:02:21.711 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T01:02:21.751 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:02:21.949 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T01:02:21.961 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T01:02:21.976 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:21.989 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T01:02:22.015 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:22.019 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:02:22.104 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T01:02:22.131 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:02:22.170 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:02:22.301 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T01:02:22.329 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T01:02:22.368 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:02:22.439 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package jq. 2024-04-15T01:02:22.448 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T01:02:22.455 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T01:02:22.476 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T01:02:22.497 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T01:02:22.515 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:02:22.658 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T01:02:22.684 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T01:02:22.714 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:02:22.725 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package socat. 2024-04-15T01:02:22.741 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T01:02:22.767 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-toml. 2024-04-15T01:02:22.775 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:02:22.783 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T01:02:22.817 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T01:02:23.053 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T01:02:23.069 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T01:02:23.076 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T01:02:23.104 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T01:02:23.112 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:02:23.112 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T01:02:23.139 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T01:02:23.142 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:02:23.178 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:02:23.458 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-test. 2024-04-15T01:02:23.474 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:23.499 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T01:02:23.508 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:23.526 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T01:02:23.556 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package pkg-config. 2024-04-15T01:02:23.556 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:02:23.584 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T01:02:23.622 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:02:23.801 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T01:02:23.829 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T01:02:23.868 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:02:23.884 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T01:02:23.900 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T01:02:23.942 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:02:24.337 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T01:02:24.365 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T01:02:24.403 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T01:02:24.580 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package radosgw. 2024-04-15T01:02:24.608 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:24.639 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T01:02:24.646 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:24.656 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T01:02:24.698 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T01:02:25.018 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T01:02:25.046 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T01:02:25.084 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:02:25.421 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T01:02:25.424 INFO:teuthology.orchestra.run.smithi112.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T01:02:25.449 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T01:02:25.452 INFO:teuthology.orchestra.run.smithi112.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:25.487 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T01:02:25.491 INFO:teuthology.orchestra.run.smithi112.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:25.612 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T01:02:25.640 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T01:02:25.679 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:25.795 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T01:02:25.806 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-py. 2024-04-15T01:02:25.835 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T01:02:25.873 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T01:02:25.999 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T01:02:26.027 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:26.045 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:02:26.066 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:26.171 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:02:26.202 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T01:02:26.230 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T01:02:26.268 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:02:26.385 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T01:02:26.413 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T01:02:26.433 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T01:02:26.452 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:02:26.731 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T01:02:26.745 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T01:02:26.760 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T01:02:26.765 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T01:02:26.792 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T01:02:26.797 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:02:26.831 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:02:27.083 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-toml. 2024-04-15T01:02:27.111 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T01:02:27.144 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T01:02:27.149 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T01:02:27.171 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T01:02:27.196 INFO:teuthology.orchestra.run.smithi112.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T01:02:27.210 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:02:27.265 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:27.427 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T01:02:27.456 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T01:02:27.494 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:02:27.624 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package pkg-config. 2024-04-15T01:02:27.651 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T01:02:27.690 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:02:27.822 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T01:02:27.823 INFO:teuthology.orchestra.run.smithi112.stdout:Adding system user cephadm....done 2024-04-15T01:02:27.851 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T01:02:27.888 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:02:27.969 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T01:02:27.979 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:02:27.996 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T01:02:28.035 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:02:28.150 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T01:02:28.178 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T01:02:28.216 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:02:28.264 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:02:28.463 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T01:02:28.491 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T01:02:28.530 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T01:02:28.532 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:02:28.658 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:02:28.841 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T01:02:28.864 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package radosgw. 2024-04-15T01:02:28.868 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T01:02:28.892 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:28.907 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T01:02:28.909 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T01:02:28.930 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:29.160 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:02:29.219 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T01:02:29.247 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T01:02:29.277 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:02:29.286 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T01:02:29.547 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T01:02:29.575 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T01:02:29.588 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:02:29.630 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T01:02:29.750 INFO:teuthology.orchestra.run.smithi052.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T01:02:29.779 INFO:teuthology.orchestra.run.smithi052.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:29.816 INFO:teuthology.orchestra.run.smithi052.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:29.916 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-py. 2024-04-15T01:02:29.934 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T01:02:29.949 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T01:02:29.975 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T01:02:30.114 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T01:02:30.225 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T01:02:30.278 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T01:02:30.306 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T01:02:30.345 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:02:30.355 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:02:30.481 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:02:30.509 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:02:30.753 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T01:02:30.786 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:02:31.045 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:02:31.074 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T01:02:31.102 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T01:02:31.103 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T01:02:31.140 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:02:31.305 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:02:31.435 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-toml. 2024-04-15T01:02:31.463 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T01:02:31.501 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T01:02:31.576 INFO:teuthology.orchestra.run.smithi052.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T01:02:31.742 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:31.804 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T01:02:31.832 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T01:02:31.871 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:02:31.923 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:32.183 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T01:02:32.198 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:02:32.210 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T01:02:32.225 INFO:teuthology.orchestra.run.smithi052.stdout:Adding system user cephadm....done 2024-04-15T01:02:32.249 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:02:32.324 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:02:32.348 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:02:32.450 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:02:32.511 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T01:02:32.538 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T01:02:32.576 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:02:32.577 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:02:32.716 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:02:32.836 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:02:32.975 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:02:33.101 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:02:33.306 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package radosgw. 2024-04-15T01:02:33.334 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:33.360 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T01:02:33.361 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T01:02:33.372 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:33.392 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T01:02:33.447 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:02:33.557 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T01:02:33.662 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:02:33.763 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T01:02:33.908 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:34.026 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T01:02:34.073 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:02:34.175 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T01:02:34.192 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T01:02:34.234 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:34.277 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:02:34.508 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T01:02:34.538 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T01:02:34.544 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:02:34.768 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T01:02:34.797 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T01:02:34.870 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T01:02:34.915 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T01:02:34.988 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:02:35.044 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:02:35.167 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-04-15T01:02:35.295 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:02:35.501 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T01:02:35.539 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:02:35.715 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:02:35.823 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:02:35.927 INFO:teuthology.orchestra.run.smithi170.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T01:02:35.975 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:02:36.025 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:36.082 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:36.100 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:02:36.227 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:02:36.358 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:02:36.484 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:02:36.492 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user cephadm....done 2024-04-15T01:02:36.519 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T01:02:36.610 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:02:36.656 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T01:02:36.736 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:02:36.912 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T01:02:36.933 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T01:02:37.155 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:02:37.179 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:02:37.209 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T01:02:37.352 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T01:02:37.540 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:02:37.547 INFO:teuthology.orchestra.run.smithi052.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T01:02:37.569 INFO:teuthology.orchestra.run.smithi052.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T01:02:37.611 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T01:02:37.632 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:02:37.758 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T01:02:37.833 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:02:37.871 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T01:02:37.998 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T01:02:38.134 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:38.176 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:02:38.260 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T01:02:38.324 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T01:02:38.435 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:02:38.528 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:02:38.562 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:38.668 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T01:02:38.796 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:02:38.854 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T01:02:38.919 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T01:02:39.089 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T01:02:39.172 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:02:39.186 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T01:02:39.206 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:02:39.447 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T01:02:39.706 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T01:02:39.908 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:02:39.957 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T01:02:40.168 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:02:40.191 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:40.302 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:02:40.370 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:02:40.436 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:02:40.476 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T01:02:40.610 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T01:02:40.613 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:40.730 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T01:02:40.737 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T01:02:40.747 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T01:02:40.863 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T01:02:41.024 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:02:41.097 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T01:02:41.147 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T01:02:41.149 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:02:41.267 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:02:41.423 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:02:41.497 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T01:02:41.546 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T01:02:41.552 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:02:41.601 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T01:02:41.718 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T01:02:41.803 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T01:02:41.825 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:02:42.062 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:42.095 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:42.126 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:02:42.180 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:02:42.221 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T01:02:42.478 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:02:42.497 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T01:02:42.515 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:02:42.720 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:02:42.757 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T01:02:42.766 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T01:02:42.830 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:43.025 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T01:02:43.041 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T01:02:43.114 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T01:02:43.150 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T01:02:43.285 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:02:43.457 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:02:43.519 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T01:02:43.778 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:02:43.802 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T01:02:43.904 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T01:02:44.053 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T01:02:44.179 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T01:02:44.180 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:02:44.298 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:02:44.305 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T01:02:44.601 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:02:44.606 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T01:02:44.654 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:02:44.901 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:02:44.914 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:44.983 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T01:02:45.049 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T01:02:45.143 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:02:45.234 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T01:02:45.261 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:02:45.308 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:02:45.387 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:45.434 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:02:45.476 INFO:teuthology.orchestra.run.smithi112.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T01:02:45.560 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:02:45.603 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T01:02:45.697 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:02:45.815 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:02:45.870 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:02:45.896 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T01:02:46.121 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T01:02:46.241 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:02:46.344 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T01:02:46.363 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:46.481 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:02:46.492 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T01:02:46.593 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T01:02:46.799 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:02:46.806 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T01:02:46.844 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:46.916 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:46.970 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:02:47.075 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T01:02:47.209 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T01:02:47.355 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:02:47.493 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T01:02:47.510 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T01:02:47.656 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:02:47.761 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:02:47.932 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T01:02:48.037 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T01:02:48.058 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T01:02:48.298 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:02:48.317 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T01:02:48.406 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T01:02:48.568 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:02:48.674 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T01:02:48.699 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:02:48.825 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:02:48.901 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:48.922 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:02:49.035 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T01:02:49.126 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:02:49.295 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T01:02:49.357 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T01:02:49.421 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T01:02:49.444 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:02:49.547 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T01:02:49.642 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:02:49.695 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:02:49.804 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:02:49.865 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T01:02:49.913 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:49.986 INFO:teuthology.orchestra.run.smithi052.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T01:02:49.994 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:02:50.116 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T01:02:50.120 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:50.224 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:02:50.246 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:50.350 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:02:50.369 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:50.372 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:02:50.495 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T01:02:50.717 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:50.751 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:02:50.805 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T01:02:50.826 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:50.936 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T01:02:51.027 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T01:02:51.048 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T01:02:51.162 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T01:02:51.221 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:51.299 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T01:02:51.338 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:51.421 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:51.440 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:51.547 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:02:51.550 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T01:02:51.660 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:02:51.660 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:02:51.784 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T01:02:51.881 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:02:52.044 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T01:02:52.166 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:52.170 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T01:02:52.199 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:02:52.292 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:52.418 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:52.455 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T01:02:52.483 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T01:02:52.544 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:02:52.572 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T01:02:52.610 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T01:02:52.882 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T01:02:52.886 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T01:02:53.166 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T01:02:53.170 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:02:53.418 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T01:02:53.490 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:02:53.544 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T01:02:53.670 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T01:02:53.697 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:53.759 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T01:02:53.832 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:53.875 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T01:02:53.958 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:53.996 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T01:02:54.076 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:54.106 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T01:02:54.168 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:02:54.185 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:54.483 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T01:02:54.513 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:02:54.639 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:54.711 INFO:teuthology.orchestra.run.smithi112.stdout:Adding group ceph....done 2024-04-15T01:02:54.742 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T01:02:54.765 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:54.868 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T01:02:54.891 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:02:55.079 INFO:teuthology.orchestra.run.smithi112.stdout:Adding system user ceph....done 2024-04-15T01:02:55.128 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T01:02:55.206 INFO:teuthology.orchestra.run.smithi112.stdout:Setting system user ceph properties....done 2024-04-15T01:02:55.223 INFO:teuthology.orchestra.run.smithi112.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T01:02:55.227 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:55.262 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T01:02:55.353 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:55.360 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T01:02:55.462 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T01:02:55.589 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T01:02:55.688 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T01:02:55.731 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:55.857 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:55.881 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T01:02:55.983 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:56.149 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T01:02:56.186 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:56.202 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:02:56.202 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:02:56.275 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T01:02:56.312 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:56.535 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T01:02:56.726 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:56.778 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:02:56.778 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:02:56.811 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T01:02:56.852 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:56.986 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:57.087 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:02:57.164 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T01:02:57.256 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:57.533 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T01:02:57.617 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T01:02:57.801 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T01:02:58.108 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.138 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T01:02:58.263 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.342 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:02:58.343 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:02:58.357 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.389 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.483 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.507 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T01:02:58.609 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.735 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.785 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.834 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.870 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:58.919 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:59.045 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T01:02:59.065 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:02:59.065 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:02:59.330 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:59.380 INFO:teuthology.orchestra.run.smithi052.stdout:Adding group ceph....done 2024-04-15T01:02:59.440 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:59.544 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:59.557 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:02:59.732 INFO:teuthology.orchestra.run.smithi052.stdout:Adding system user ceph....done 2024-04-15T01:02:59.774 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-04-15T01:02:59.774 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T01:02:59.818 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:02:59.818 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:02:59.850 INFO:teuthology.orchestra.run.smithi052.stdout:Setting system user ceph properties....done 2024-04-15T01:02:59.865 INFO:teuthology.orchestra.run.smithi052.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T01:03:00.008 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T01:03:00.258 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:00.339 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T01:03:00.362 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:00.401 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:00.505 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:00.536 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:00.648 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:00.662 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T01:03:00.846 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:00.861 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:03:00.862 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:03:00.947 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:01.366 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:01.429 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:03:01.429 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:03:01.517 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:01.634 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:01.785 INFO:teuthology.orchestra.run.smithi112.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:01.820 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:01.907 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:01.942 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:02.051 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:02.113 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T01:03:02.177 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:02.226 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T01:03:02.274 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T01:03:02.304 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:02.442 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T01:03:02.743 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:02.813 INFO:teuthology.orchestra.run.smithi170.stdout:Adding group ceph....done 2024-04-15T01:03:02.970 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:03:02.970 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:03:03.131 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user ceph....done 2024-04-15T01:03:03.300 INFO:teuthology.orchestra.run.smithi170.stdout:Setting system user ceph properties....done 2024-04-15T01:03:03.314 INFO:teuthology.orchestra.run.smithi170.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T01:03:03.459 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T01:03:03.470 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:03.527 INFO:teuthology.orchestra.run.smithi112.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T01:03:03.694 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:03:03.694 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:03:03.812 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T01:03:04.171 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:04.180 INFO:teuthology.orchestra.run.smithi112.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T01:03:04.186 DEBUG:teuthology.parallel:result is None 2024-04-15T01:03:04.297 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:04.423 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:04.457 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:03:04.457 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:03:04.863 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-04-15T01:03:04.864 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T01:03:04.989 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:05.115 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:05.266 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:05.333 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:05.484 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:03:05.484 INFO:teuthology.orchestra.run.smithi052.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:03:05.678 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T01:03:06.001 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:06.152 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:06.176 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:06.286 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:06.399 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-04-15T01:03:06.399 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T01:03:06.412 INFO:teuthology.orchestra.run.smithi052.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:06.749 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T01:03:06.849 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T01:03:06.887 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:06.993 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T01:03:07.127 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-04-15T01:03:07.127 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T01:03:07.621 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:07.889 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-04-15T01:03:07.890 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T01:03:08.345 INFO:teuthology.orchestra.run.smithi052.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T01:03:08.382 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:08.482 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:08.608 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:08.805 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-04-15T01:03:08.806 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T01:03:09.015 INFO:teuthology.orchestra.run.smithi052.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T01:03:09.021 DEBUG:teuthology.parallel:result is None 2024-04-15T01:03:09.309 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:09.461 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:09.587 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:09.738 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T01:03:10.091 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T01:03:10.208 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T01:03:10.361 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T01:03:11.487 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T01:03:12.156 INFO:teuthology.orchestra.run.smithi170.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T01:03:12.161 DEBUG:teuthology.parallel:result is None 2024-04-15T01:03:12.161 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:12.315 DEBUG:teuthology.orchestra.run.smithi052:> dpkg-query -W -f '${Version}' ceph 2024-04-15T01:03:12.335 INFO:teuthology.orchestra.run.smithi052.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:03:12.336 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:03:12.336 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T01:03:12.338 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:12.555 DEBUG:teuthology.orchestra.run.smithi112:> dpkg-query -W -f '${Version}' ceph 2024-04-15T01:03:12.575 INFO:teuthology.orchestra.run.smithi112.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:03:12.575 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:03:12.575 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T01:03:12.578 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:12.729 DEBUG:teuthology.orchestra.run.smithi170:> dpkg-query -W -f '${Version}' ceph 2024-04-15T01:03:12.748 INFO:teuthology.orchestra.run.smithi170.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:03:12.748 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T01:03:12.748 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T01:03:12.750 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T01:03:12.750 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-04-15T01:03:12.751 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:03:12.765 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-15T01:03:12.766 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:03:12.781 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-15T01:03:12.782 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T01:03:12.804 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T01:03:12.804 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-04-15T01:03:12.804 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:03:12.821 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:03:12.876 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-15T01:03:12.876 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:03:12.889 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:03:12.945 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-15T01:03:12.945 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T01:03:12.959 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T01:03:13.016 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T01:03:13.017 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-04-15T01:03:13.017 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:03:13.032 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:03:13.087 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-15T01:03:13.088 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:03:13.101 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:03:13.158 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-15T01:03:13.158 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T01:03:13.171 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T01:03:13.224 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T01:03:13.224 DEBUG:teuthology.orchestra.run.smithi052:> set -ex 2024-04-15T01:03:13.224 DEBUG:teuthology.orchestra.run.smithi052:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:03:13.238 DEBUG:teuthology.orchestra.run.smithi052:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:03:13.295 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-04-15T01:03:13.295 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:03:13.311 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:03:13.365 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-15T01:03:13.365 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T01:03:13.378 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T01:03:13.432 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T01:03:13.540 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T01:03:13.540 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:13.540 INFO:tasks.cephadm:Cluster fsid is ef4ca0ec-fac3-11ee-bc8e-c7b262605968 2024-04-15T01:03:13.540 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T01:03:13.541 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.52', 'mon.b': '172.21.15.112', 'mon.c': '172.21.15.170'} 2024-04-15T01:03:13.541 INFO:tasks.cephadm:First mon is mon.a on smithi052 2024-04-15T01:03:13.541 INFO:tasks.cephadm:First mgr is a 2024-04-15T01:03:13.541 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T01:03:13.541 DEBUG:teuthology.orchestra.run.smithi052:> sudo hostname $(hostname -s) 2024-04-15T01:03:13.557 DEBUG:teuthology.orchestra.run.smithi112:> sudo hostname $(hostname -s) 2024-04-15T01:03:13.571 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2024-04-15T01:03:13.586 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T01:03:13.586 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:13.737 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', '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/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.2.9+braggi09', '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-2114-ga9a752df-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-14 16:20:13.371699', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-15T01:03:13.979 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:13.981 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-15T01:03:13.981 DEBUG:teuthology.orchestra.run.smithi052:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:14.660 INFO:teuthology.orchestra.run.smithi052.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 01:03 /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:14.660 DEBUG:teuthology.orchestra.run.smithi112:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:15.256 INFO:teuthology.orchestra.run.smithi112.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 01:03 /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:15.257 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:15.884 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 01:03 /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:15.884 DEBUG:teuthology.orchestra.run.smithi052:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:15.892 DEBUG:teuthology.orchestra.run.smithi112:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:15.899 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-04-15T01:03:15.918 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T01:03:15.918 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:03:15.937 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:03:15.943 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T01:03:16.106 INFO:teuthology.orchestra.run.smithi052.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:03:16.106 INFO:teuthology.orchestra.run.smithi112.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:03:16.117 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T01:03:16.323 INFO:teuthology.orchestra.run.smithi112.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:16.324 INFO:teuthology.orchestra.run.smithi112.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T01:03:16.324 INFO:teuthology.orchestra.run.smithi112.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:16.333 INFO:teuthology.orchestra.run.smithi052.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:16.333 INFO:teuthology.orchestra.run.smithi052.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T01:03:16.333 INFO:teuthology.orchestra.run.smithi052.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:16.342 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:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:16.342 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:a9a752df26c63acad72e1b3569fd79a515ca0765 not found: manifest unknown: manifest unknown 2024-04-15T01:03:16.342 INFO:teuthology.orchestra.run.smithi170.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T01:03:16.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:03:16.364 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:03:16.365 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T01:03:16.367 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi052/crash 2024-04-15T01:03:16.368 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:03:16.380 INFO:teuthology.orchestra.run.smithi052.stderr:tar: /var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:03:16.380 INFO:teuthology.orchestra.run.smithi052.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:03:16.382 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi112/crash 2024-04-15T01:03:16.383 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:03:16.393 INFO:teuthology.orchestra.run.smithi112.stderr:tar: /var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:03:16.394 INFO:teuthology.orchestra.run.smithi112.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:03:16.396 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi170/crash 2024-04-15T01:03:16.397 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T01:03:16.408 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T01:03:16.408 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2024-04-15T01:03:16.410 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T01:03:16.410 DEBUG:teuthology.orchestra.run.smithi052:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/ceph.log | 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-04-15T01:03:16.440 INFO:teuthology.orchestra.run.smithi052.stderr:grep: /var/log/ceph/ef4ca0ec-fac3-11ee-bc8e-c7b262605968/ceph.log: No such file or directory 2024-04-15T01:03:16.442 INFO:tasks.cephadm:Compressing logs... 2024-04-15T01:03:16.443 DEBUG:teuthology.orchestra.run.smithi052:> 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-04-15T01:03:16.485 DEBUG:teuthology.orchestra.run.smithi112:> 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-04-15T01:03:16.488 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-04-15T01:03:16.494 INFO:teuthology.orchestra.run.smithi052.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T01:03:16.496 INFO:teuthology.orchestra.run.smithi052.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:03:16.497 INFO:teuthology.orchestra.run.smithi052.stderr:/var/log/ceph/cephadm.log: 70.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:03:16.498 INFO:teuthology.orchestra.run.smithi112.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T01:03:16.499 INFO:teuthology.orchestra.run.smithi052.stderr: 2024-04-15T01:03:16.499 INFO:teuthology.orchestra.run.smithi052.stderr:real 0m0.011s 2024-04-15T01:03:16.499 INFO:teuthology.orchestra.run.smithi052.stderr:user 0m0.007s 2024-04-15T01:03:16.499 INFO:teuthology.orchestra.run.smithi052.stderr:sys 0m0.011s 2024-04-15T01:03:16.500 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:03:16.501 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/cephadm.log: 69.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:03:16.502 INFO:teuthology.orchestra.run.smithi170.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T01:03:16.502 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T01:03:16.503 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-04-15T01:03:16.503 INFO:teuthology.orchestra.run.smithi112.stderr:real 0m0.012s 2024-04-15T01:03:16.503 INFO:teuthology.orchestra.run.smithi112.stderr:user 0m0.013s 2024-04-15T01:03:16.503 INFO:teuthology.orchestra.run.smithi112.stderr:sys 0m0.008s 2024-04-15T01:03:16.504 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: 69.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T01:03:16.505 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-04-15T01:03:16.505 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.012s 2024-04-15T01:03:16.505 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.018s 2024-04-15T01:03:16.506 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.004s 2024-04-15T01:03:16.506 INFO:tasks.cephadm:Archiving logs... 2024-04-15T01:03:16.506 DEBUG:teuthology.misc:Transferring archived files from smithi052:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi052/log 2024-04-15T01:03:16.507 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:03:16.555 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi112/log 2024-04-15T01:03:16.556 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:03:16.570 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi170/log 2024-04-15T01:03:16.571 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T01:03:16.585 INFO:tasks.cephadm:Removing cluster... 2024-04-15T01:03:16.585 DEBUG:teuthology.orchestra.run.smithi052:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef4ca0ec-fac3-11ee-bc8e-c7b262605968 --force 2024-04-15T01:03:16.761 INFO:teuthology.orchestra.run.smithi052.stdout:Deleting cluster with fsid: ef4ca0ec-fac3-11ee-bc8e-c7b262605968 2024-04-15T01:03:18.107 DEBUG:teuthology.orchestra.run.smithi112:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef4ca0ec-fac3-11ee-bc8e-c7b262605968 --force 2024-04-15T01:03:18.273 INFO:teuthology.orchestra.run.smithi112.stdout:Deleting cluster with fsid: ef4ca0ec-fac3-11ee-bc8e-c7b262605968 2024-04-15T01:03:19.656 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef4ca0ec-fac3-11ee-bc8e-c7b262605968 --force 2024-04-15T01:03:19.823 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: ef4ca0ec-fac3-11ee-bc8e-c7b262605968 2024-04-15T01:03:21.149 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T01:03:21.150 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:21.156 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:21.162 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T01:03:21.167 INFO:tasks.cephadm:Teardown complete 2024-04-15T01:03:21.168 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:03:21.380 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f50ead91b893486fb135fe4e4ce0cbc0 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi052 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T01:03:21.384 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T01:03:21.393 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T01:03:21.400 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-04-15T01:03:21.400 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:03:21.413 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T01:03:21.416 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-04-15T01:03:21.506 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T01:03:21.516 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T01:03:21.517 DEBUG:teuthology.orchestra.run.smithi052:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:03:21.519 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:03:21.522 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T01:03:21.531 INFO:teuthology.orchestra.run.smithi052.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:03:21.532 INFO:teuthology.orchestra.run.smithi052.stdout:============================================================================== 2024-04-15T01:03:21.532 INFO:teuthology.orchestra.run.smithi052.stdout: hv01.front.sepi 67.205.162.81 3 u 58 64 3 0.200 -2.339 0.410 2024-04-15T01:03:21.532 INFO:teuthology.orchestra.run.smithi052.stdout: hv02.front.sepi 63.231.80.2 3 u 55 64 3 0.136 -0.307 0.281 2024-04-15T01:03:21.532 INFO:teuthology.orchestra.run.smithi052.stdout: hv03.front.sepi 74.6.168.72 3 u 52 64 3 0.206 -1.158 0.359 2024-04-15T01:03:21.532 INFO:teuthology.orchestra.run.smithi052.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:03:21.534 INFO:teuthology.orchestra.run.smithi112.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:03:21.534 INFO:teuthology.orchestra.run.smithi112.stdout:============================================================================== 2024-04-15T01:03:21.534 INFO:teuthology.orchestra.run.smithi112.stdout: hv01.front.sepi 67.205.162.81 3 u 55 64 3 0.097 -2.444 0.460 2024-04-15T01:03:21.534 INFO:teuthology.orchestra.run.smithi112.stdout: hv02.front.sepi 63.231.80.2 3 u 55 64 3 0.117 -0.447 0.034 2024-04-15T01:03:21.534 INFO:teuthology.orchestra.run.smithi112.stdout: hv03.front.sepi 74.6.168.72 3 u 55 64 3 0.173 -1.236 0.026 2024-04-15T01:03:21.534 INFO:teuthology.orchestra.run.smithi112.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:03:21.536 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T01:03:21.536 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-04-15T01:03:21.536 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi 67.205.162.81 3 u 57 64 3 0.242 -0.963 0.231 2024-04-15T01:03:21.536 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi 63.231.80.2 3 u 53 64 3 0.132 +1.024 0.905 2024-04-15T01:03:21.536 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi 74.6.168.72 3 u 55 64 3 0.192 +0.235 0.232 2024-04-15T01:03:21.537 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T01:03:21.537 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T01:03:21.546 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T01:03:21.546 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T01:03:21.555 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T01:03:21.564 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T01:03:21.572 INFO:teuthology.task.internal:Duration was 551.570920 seconds 2024-04-15T01:03:21.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T01:03:21.581 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T01:03:21.581 DEBUG:teuthology.orchestra.run.smithi052:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:03:21.584 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:03:21.586 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T01:03:21.623 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T01:03:21.623 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi052.front.sepia.ceph.com 2024-04-15T01:03:21.623 DEBUG:teuthology.orchestra.run.smithi052:> 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-04-15T01:03:21.673 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-04-15T01:03:21.673 DEBUG:teuthology.orchestra.run.smithi112:> 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-04-15T01:03:21.683 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2024-04-15T01:03:21.683 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-04-15T01:03:21.694 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T01:03:21.694 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:03:21.717 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:03:21.727 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T01:03:21.765 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T01:03:21.766 DEBUG:teuthology.orchestra.run.smithi052:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:03:21.789 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:03:21.795 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T01:03:21.862 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T01:03:21.871 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T01:03:21.871 DEBUG:teuthology.orchestra.run.smithi052:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:03:21.886 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:03:21.898 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T01:03:21.915 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T01:03:21.926 DEBUG:teuthology.orchestra.run.smithi052:> 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-04-15T01:03:21.929 DEBUG:teuthology.orchestra.run.smithi112:> 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-04-15T01:03:21.939 INFO:teuthology.orchestra.run.smithi052.stdout:kernel.core_pattern = core 2024-04-15T01:03:21.947 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-04-15T01:03:21.954 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-04-15T01:03:21.971 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2024-04-15T01:03:21.994 DEBUG:teuthology.orchestra.run.smithi052:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:03:22.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:03:22.012 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:03:22.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:03:22.037 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T01:03:22.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T01:03:22.042 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T01:03:22.053 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T01:03:22.053 DEBUG:teuthology.misc:Transferring archived files from smithi052:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi052 2024-04-15T01:03:22.054 DEBUG:teuthology.orchestra.run.smithi052:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:03:22.078 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi112 2024-04-15T01:03:22.079 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:03:22.101 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210/remote/smithi170 2024-04-15T01:03:22.101 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T01:03:22.126 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T01:03:22.127 DEBUG:teuthology.orchestra.run.smithi052:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:03:22.129 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:03:22.143 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T01:03:22.169 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T01:03:22.180 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T01:03:22.180 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T01:03:22.191 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T01:03:22.191 DEBUG:teuthology.orchestra.run.smithi052:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:03:22.193 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:03:22.195 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T01:03:22.197 INFO:teuthology.orchestra.run.smithi052.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:03 /home/ubuntu/cephtest 2024-04-15T01:03:22.199 INFO:teuthology.orchestra.run.smithi112.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:03 /home/ubuntu/cephtest 2024-04-15T01:03:22.216 INFO:teuthology.orchestra.run.smithi170.stdout: 658618 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 01:03 /home/ubuntu/cephtest 2024-04-15T01:03:22.217 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T01:03:22.227 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T01:03:22.248 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T01:03:22.277 DEBUG:teuthology.nuke:shortname: smithi052 2024-04-15T01:03:22.277 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:03:22.304 DEBUG:teuthology.nuke:shortname: smithi112 2024-04-15T01:03:22.305 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:03:22.310 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi052.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210', '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-04-15 00:45:16.299251', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE0ekC5PgY4xZ/DmEigEteGZwjfdmxusx2Annk2TTuezbiyQ3X8ti2u26GMkda09lJDJsGP4jxjlKmwSaH5rLH8='} 2024-04-15T01:03:22.333 DEBUG:teuthology.nuke:shortname: smithi170 2024-04-15T01:03:22.333 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T01:03:22.337 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210', '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-04-15 00:45:16.300500', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBR0IAJzv3hXSxAMX1q3kK9gIRXbQ4+kmfeCuE+VvSmvfe06hB0VuBL+b/6UfOi1rSacvyXJp9xNCuCa6QTIjYI='} 2024-04-15T01:03:22.364 INFO:teuthology.orchestra.console.smithi052:Power off 2024-04-15T01:03:22.365 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:03:22.376 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656210', '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-04-15 00:45:16.297863', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLfHvteo1dtBZMN0FBve7GxE8ICqc+qkXwCz6+RAwYiZsJWqJNlLq94pfZkgol872RJBSjBg6dWnWAt3zPNksq0='} 2024-04-15T01:03:22.389 DEBUG:teuthology.orchestra.console.smithi052:power off output: Chassis Power Control: Down/Off 2024-04-15T01:03:22.390 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:22.405 INFO:teuthology.orchestra.console.smithi112:Power off 2024-04-15T01:03:22.406 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:03:22.420 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-04-15T01:03:22.430 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2024-04-15T01:03:22.430 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:22.451 INFO:teuthology.orchestra.console.smithi170:Power off 2024-04-15T01:03:22.451 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T01:03:22.461 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-04-15T01:03:22.475 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2024-04-15T01:03:22.476 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:22.499 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-04-15T01:03:26.422 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:26.462 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:26.501 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:26.533 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is on 2024-04-15T01:03:26.572 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2024-04-15T01:03:26.612 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-04-15T01:03:30.538 DEBUG:teuthology.orchestra.console.smithi052:pexpect command: ipmitool -H smithi052.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:30.573 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:30.612 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T01:03:30.649 DEBUG:teuthology.orchestra.console.smithi052:check power output: Chassis Power is off 2024-04-15T01:03:30.684 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2024-04-15T01:03:30.723 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2024-04-15T01:03:30.750 INFO:teuthology.orchestra.console.smithi052:Power off completed 2024-04-15T01:03:30.785 INFO:teuthology.orchestra.console.smithi112:Power off completed 2024-04-15T01:03:30.823 INFO:teuthology.orchestra.console.smithi170:Power off completed 2024-04-15T01:03:30.929 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 551.5709204673767 failure_reason: 'Command failed on smithi052 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f50ead91b893486fb135fe4e4ce0cbc0 status: fail success: false 2024-04-15T01:03:30.929 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T01:03:31.013 INFO:teuthology.run:FAIL