2024-04-15T22:24:03.555 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T22:24:03.555 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_extra_daemon_features} --owner scheduled_teuthology@teuthology --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590 --verbose -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590/orig.config.yaml 2024-04-15T22:24:03.590 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T22:24:03.670 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_extra_daemon_features} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657590' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 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: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDXBPDB1mSYskaKITTQFT2cmCi+pN9i2fPlJeMNUePuxjIP0xwBoH2J4rArzoxiGHtvwOwzBiVlmYGOw7EV0zeU= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGYsSWVFw2XUg6NimJTGdMHlLVDS8P2tc3F+p6cku+BOUyXrHp3xHVq65DHKSNwQ9jzy2eiUjX+ZOt64J1v+eE= tasks: - install: null - cephadm: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T22:24:03.670 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T22:24:03.671 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T22:24:03.671 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T22:24:03.673 INFO:teuthology.task.internal:Checking packages... 2024-04-15T22:24:03.694 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T22:24:03.694 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T22:24:03.694 INFO:teuthology.packaging:ref: None 2024-04-15T22:24:03.694 INFO:teuthology.packaging:tag: None 2024-04-15T22:24:03.694 INFO:teuthology.packaging:branch: squid 2024-04-15T22:24:03.694 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:24:03.694 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-15T22:24:03.886 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:24:03.887 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T22:24:03.894 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T22:24:03.894 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T22:24:03.939 INFO:teuthology.task.internal:Saving configuration 2024-04-15T22:24:03.952 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T22:24:03.964 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:24:03.989 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590', '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 22:16:48.312543', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESgs2wCxXboYNTzOB5TwxYSaMWRvIEaWTGiCyZcGdXq'} 2024-04-15T22:24:04.010 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590', '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 22:16:48.309802', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJFU5/44zHal1gwk8HV+YawMdIgHvK03m+Nn7xrxuegF'} 2024-04-15T22:24:04.010 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T22:24:04.017 INFO:teuthology.task.internal:roles: ubuntu@smithi055.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-15T22:24:04.017 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-15T22:24:04.017 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T22:24:04.103 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc0fe067310>, signals=[15]) 2024-04-15T22:24:04.104 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T22:24:04.110 INFO:teuthology.task.internal:Opening connections... 2024-04-15T22:24:04.111 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2024-04-15T22:24:04.112 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:24:04.193 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2024-04-15T22:24:04.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:24:04.273 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T22:24:04.280 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2024-04-15T22:24:04.285 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2024-04-15T22:24:04.285 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="Ubuntu" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="22.04" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_CODENAME=jammy 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:ID=ubuntu 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE=debian 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T22:24:04.331 INFO:teuthology.orchestra.run.smithi055.stdout:UBUNTU_CODENAME=jammy 2024-04-15T22:24:04.332 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2024-04-15T22:24:04.353 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2024-04-15T22:24:04.358 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2024-04-15T22:24:04.358 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="Ubuntu" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="22.04" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_CODENAME=jammy 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:ID=ubuntu 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE=debian 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-15T22:24:04.407 INFO:teuthology.orchestra.run.smithi154.stdout:UBUNTU_CODENAME=jammy 2024-04-15T22:24:04.408 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2024-04-15T22:24:04.427 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T22:24:04.436 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T22:24:04.456 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T22:24:04.456 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2024-04-15T22:24:04.458 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2024-04-15T22:24:04.463 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T22:24:04.481 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T22:24:04.481 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2024-04-15T22:24:04.508 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2024-04-15T22:24:04.519 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T22:24:04.571 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T22:24:04.585 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T22:24:04.585 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T22:24:04.585 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T22:24:04.585 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T22:24:04.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:24:04.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:24:04.591 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2024-04-15T22:24:04.591 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-15T22:24:04.642 INFO:teuthology.orchestra.run.smithi154.stdout:5.15.0-56-generic 2024-04-15T22:24:04.642 INFO:teuthology.task.kernel:Running kernel on smithi154: 5.15.0-56-generic 2024-04-15T22:24:04.642 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get clean 2024-04-15T22:24:04.643 INFO:teuthology.orchestra.run.smithi055.stdout:5.15.0-56-generic 2024-04-15T22:24:04.643 INFO:teuthology.task.kernel:Running kernel on smithi055: 5.15.0-56-generic 2024-04-15T22:24:04.644 DEBUG:teuthology.orchestra.run.smithi055:> sudo apt-get clean 2024-04-15T22:24:04.769 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2024-04-15T22:24:04.770 DEBUG:teuthology.orchestra.run.smithi055:> sudo apt-get update 2024-04-15T22:24:04.919 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:24:04.919 INFO:teuthology.orchestra.run.smithi154.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T22:24:04.919 INFO:teuthology.orchestra.run.smithi154.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T22:24:04.998 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T22:24:05.045 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:24:05.046 INFO:teuthology.orchestra.run.smithi055.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-15T22:24:05.102 INFO:teuthology.orchestra.run.smithi055.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-15T22:24:05.159 INFO:teuthology.orchestra.run.smithi154.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T22:24:05.232 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T22:24:05.239 INFO:teuthology.orchestra.run.smithi154.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T22:24:05.282 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T22:24:05.288 INFO:teuthology.orchestra.run.smithi154.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T22:24:05.288 INFO:teuthology.orchestra.run.smithi154.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T22:24:05.288 INFO:teuthology.orchestra.run.smithi154.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T22:24:05.313 INFO:teuthology.orchestra.run.smithi154.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T22:24:05.313 INFO:teuthology.orchestra.run.smithi154.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T22:24:05.317 INFO:teuthology.orchestra.run.smithi154.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:24:05.317 INFO:teuthology.orchestra.run.smithi154.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T22:24:05.325 INFO:teuthology.orchestra.run.smithi154.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T22:24:05.338 INFO:teuthology.orchestra.run.smithi154.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T22:24:05.340 INFO:teuthology.orchestra.run.smithi154.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T22:24:05.344 INFO:teuthology.orchestra.run.smithi154.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T22:24:05.370 INFO:teuthology.orchestra.run.smithi154.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T22:24:05.370 INFO:teuthology.orchestra.run.smithi154.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T22:24:05.370 INFO:teuthology.orchestra.run.smithi154.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T22:24:05.370 INFO:teuthology.orchestra.run.smithi154.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T22:24:05.373 INFO:teuthology.orchestra.run.smithi154.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T22:24:05.373 INFO:teuthology.orchestra.run.smithi154.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T22:24:05.373 INFO:teuthology.orchestra.run.smithi154.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T22:24:05.396 INFO:teuthology.orchestra.run.smithi154.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T22:24:05.401 INFO:teuthology.orchestra.run.smithi154.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:24:05.401 INFO:teuthology.orchestra.run.smithi154.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T22:24:05.408 INFO:teuthology.orchestra.run.smithi154.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T22:24:05.421 INFO:teuthology.orchestra.run.smithi154.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T22:24:05.423 INFO:teuthology.orchestra.run.smithi154.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T22:24:05.426 INFO:teuthology.orchestra.run.smithi154.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T22:24:05.427 INFO:teuthology.orchestra.run.smithi154.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T22:24:05.427 INFO:teuthology.orchestra.run.smithi154.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T22:24:05.443 INFO:teuthology.orchestra.run.smithi154.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T22:24:05.443 INFO:teuthology.orchestra.run.smithi154.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T22:24:05.445 INFO:teuthology.orchestra.run.smithi154.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T22:24:05.445 INFO:teuthology.orchestra.run.smithi154.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T22:24:05.445 INFO:teuthology.orchestra.run.smithi154.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T22:24:05.447 INFO:teuthology.orchestra.run.smithi154.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T22:24:05.447 INFO:teuthology.orchestra.run.smithi154.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T22:24:05.454 INFO:teuthology.orchestra.run.smithi055.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-15T22:24:05.465 INFO:teuthology.orchestra.run.smithi055.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [444 kB] 2024-04-15T22:24:05.467 INFO:teuthology.orchestra.run.smithi154.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T22:24:05.467 INFO:teuthology.orchestra.run.smithi154.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T22:24:05.593 INFO:teuthology.orchestra.run.smithi055.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [610 kB] 2024-04-15T22:24:05.752 INFO:teuthology.orchestra.run.smithi055.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,343 kB] 2024-04-15T22:24:05.791 INFO:teuthology.orchestra.run.smithi055.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-15T22:24:05.919 INFO:teuthology.orchestra.run.smithi055.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-15T22:24:05.931 INFO:teuthology.orchestra.run.smithi055.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-15T22:24:05.932 INFO:teuthology.orchestra.run.smithi055.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-15T22:24:05.940 INFO:teuthology.orchestra.run.smithi055.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [297 kB] 2024-04-15T22:24:05.954 INFO:teuthology.orchestra.run.smithi055.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-15T22:24:05.955 INFO:teuthology.orchestra.run.smithi055.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,702 kB] 2024-04-15T22:24:06.013 INFO:teuthology.orchestra.run.smithi055.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-15T22:24:06.013 INFO:teuthology.orchestra.run.smithi055.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-15T22:24:06.015 INFO:teuthology.orchestra.run.smithi055.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.7 kB] 2024-04-15T22:24:06.056 INFO:teuthology.orchestra.run.smithi055.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [286 kB] 2024-04-15T22:24:06.057 INFO:teuthology.orchestra.run.smithi055.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:24:06.057 INFO:teuthology.orchestra.run.smithi055.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-15T22:24:06.062 INFO:teuthology.orchestra.run.smithi055.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-15T22:24:06.071 INFO:teuthology.orchestra.run.smithi055.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-15T22:24:06.226 INFO:teuthology.orchestra.run.smithi055.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB] 2024-04-15T22:24:06.245 INFO:teuthology.orchestra.run.smithi055.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-15T22:24:06.651 INFO:teuthology.orchestra.run.smithi055.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-15T22:24:06.657 INFO:teuthology.orchestra.run.smithi055.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-15T22:24:06.671 INFO:teuthology.orchestra.run.smithi055.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-15T22:24:06.672 INFO:teuthology.orchestra.run.smithi055.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-15T22:24:06.675 INFO:teuthology.orchestra.run.smithi055.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-15T22:24:06.862 INFO:teuthology.orchestra.run.smithi055.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-15T22:24:06.900 INFO:teuthology.orchestra.run.smithi055.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-15T22:24:06.913 INFO:teuthology.orchestra.run.smithi055.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-15T22:24:06.913 INFO:teuthology.orchestra.run.smithi055.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.7 kB] 2024-04-15T22:24:06.916 INFO:teuthology.orchestra.run.smithi055.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-15T22:24:06.917 INFO:teuthology.orchestra.run.smithi055.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.1 kB] 2024-04-15T22:24:06.918 INFO:teuthology.orchestra.run.smithi055.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-15T22:24:06.918 INFO:teuthology.orchestra.run.smithi055.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-15T22:24:06.945 INFO:teuthology.orchestra.run.smithi055.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-15T22:24:06.949 INFO:teuthology.orchestra.run.smithi055.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-15T22:24:07.119 INFO:teuthology.orchestra.run.smithi055.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-15T22:24:07.202 INFO:teuthology.orchestra.run.smithi055.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-15T22:24:07.303 INFO:teuthology.orchestra.run.smithi055.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-15T22:24:07.365 INFO:teuthology.orchestra.run.smithi055.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-15T22:24:07.395 INFO:teuthology.orchestra.run.smithi055.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-15T22:24:10.970 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 12.9 MB in 2s (6,884 kB/s) 2024-04-15T22:24:11.900 INFO:teuthology.orchestra.run.smithi055.stdout:Fetched 12.9 MB in 3s (5,033 kB/s) 2024-04-15T22:24:12.362 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-15T22:24:12.380 DEBUG:teuthology.orchestra.run.smithi154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:24:12.431 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-15T22:24:12.606 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2024-04-15T22:24:12.607 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2024-04-15T22:24:12.760 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:24:12.760 INFO:teuthology.orchestra.run.smithi154.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:24:12.760 INFO:teuthology.orchestra.run.smithi154.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:24:12.761 INFO:teuthology.orchestra.run.smithi154.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:24:12.761 INFO:teuthology.orchestra.run.smithi154.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T22:24:12.761 INFO:teuthology.orchestra.run.smithi154.stdout: python2.7-minimal 2024-04-15T22:24:12.761 INFO:teuthology.orchestra.run.smithi154.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:24:12.762 INFO:teuthology.orchestra.run.smithi154.stdout:The following additional packages will be installed: 2024-04-15T22:24:12.762 INFO:teuthology.orchestra.run.smithi154.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:24:12.762 INFO:teuthology.orchestra.run.smithi154.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T22:24:12.763 INFO:teuthology.orchestra.run.smithi154.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T22:24:12.764 INFO:teuthology.orchestra.run.smithi154.stdout:Suggested packages: 2024-04-15T22:24:12.764 INFO:teuthology.orchestra.run.smithi154.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T22:24:12.764 INFO:teuthology.orchestra.run.smithi154.stdout:Recommended packages: 2024-04-15T22:24:12.764 INFO:teuthology.orchestra.run.smithi154.stdout: thermald 2024-04-15T22:24:12.812 INFO:teuthology.orchestra.run.smithi154.stdout:The following NEW packages will be installed: 2024-04-15T22:24:12.812 INFO:teuthology.orchestra.run.smithi154.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:24:12.812 INFO:teuthology.orchestra.run.smithi154.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T22:24:12.813 INFO:teuthology.orchestra.run.smithi154.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T22:24:12.814 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages will be upgraded: 2024-04-15T22:24:12.814 INFO:teuthology.orchestra.run.smithi154.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T22:24:12.948 INFO:teuthology.orchestra.run.smithi154.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:24:12.948 INFO:teuthology.orchestra.run.smithi154.stdout:Need to get 113 MB of archives. 2024-04-15T22:24:12.948 INFO:teuthology.orchestra.run.smithi154.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T22:24:12.948 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:13.224 INFO:teuthology.orchestra.run.smithi055.stdout:Reading package lists... 2024-04-15T22:24:13.241 DEBUG:teuthology.orchestra.run.smithi055:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:24:13.348 INFO:teuthology.orchestra.run.smithi055.stdout:Reading package lists... 2024-04-15T22:24:13.548 INFO:teuthology.orchestra.run.smithi055.stdout:Building dependency tree... 2024-04-15T22:24:13.549 INFO:teuthology.orchestra.run.smithi055.stdout:Reading state information... 2024-04-15T22:24:13.730 INFO:teuthology.orchestra.run.smithi055.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:24:13.730 INFO:teuthology.orchestra.run.smithi055.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:24:13.730 INFO:teuthology.orchestra.run.smithi055.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:24:13.731 INFO:teuthology.orchestra.run.smithi055.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:24:13.731 INFO:teuthology.orchestra.run.smithi055.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-15T22:24:13.731 INFO:teuthology.orchestra.run.smithi055.stdout: python2.7-minimal 2024-04-15T22:24:13.732 INFO:teuthology.orchestra.run.smithi055.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:24:13.732 INFO:teuthology.orchestra.run.smithi055.stdout:The following additional packages will be installed: 2024-04-15T22:24:13.732 INFO:teuthology.orchestra.run.smithi055.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:24:13.732 INFO:teuthology.orchestra.run.smithi055.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-15T22:24:13.733 INFO:teuthology.orchestra.run.smithi055.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-15T22:24:13.734 INFO:teuthology.orchestra.run.smithi055.stdout:Suggested packages: 2024-04-15T22:24:13.734 INFO:teuthology.orchestra.run.smithi055.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-15T22:24:13.734 INFO:teuthology.orchestra.run.smithi055.stdout:Recommended packages: 2024-04-15T22:24:13.734 INFO:teuthology.orchestra.run.smithi055.stdout: thermald 2024-04-15T22:24:13.788 INFO:teuthology.orchestra.run.smithi055.stdout:The following NEW packages will be installed: 2024-04-15T22:24:13.788 INFO:teuthology.orchestra.run.smithi055.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-15T22:24:13.788 INFO:teuthology.orchestra.run.smithi055.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-15T22:24:13.789 INFO:teuthology.orchestra.run.smithi055.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-15T22:24:13.790 INFO:teuthology.orchestra.run.smithi055.stdout:The following packages will be upgraded: 2024-04-15T22:24:13.791 INFO:teuthology.orchestra.run.smithi055.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-15T22:24:13.939 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:13.971 INFO:teuthology.orchestra.run.smithi055.stdout:3 upgraded, 5 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:24:13.971 INFO:teuthology.orchestra.run.smithi055.stdout:Need to get 113 MB of archives. 2024-04-15T22:24:13.971 INFO:teuthology.orchestra.run.smithi055.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-15T22:24:13.971 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:14.227 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:15.404 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:15.488 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:15.489 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:15.489 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:15.743 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:15.762 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:15.870 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:16.278 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 113 MB in 3s (37.2 MB/s) 2024-04-15T22:24:16.753 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T22:24:17.885 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:17.924 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:17.926 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:18.861 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:18.865 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:18.961 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:19.008 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:19.118 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:19.540 INFO:teuthology.orchestra.run.smithi055.stdout:Fetched 113 MB in 5s (21.3 MB/s) 2024-04-15T22:24:19.713 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-15T22:24:21.079 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T22:24:21.100 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:21.171 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:21.674 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T22:24:21.695 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:21.722 INFO:teuthology.orchestra.run.smithi055.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-15T22:24:21.726 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:21.733 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:21.785 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:23.828 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-15T22:24:23.849 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:23.933 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:24.347 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-15T22:24:24.368 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:24.406 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:28.728 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:24:28.861 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:24:29.193 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:24:29.331 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:24:29.643 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T22:24:29.665 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T22:24:29.701 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:24:30.822 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:24:30.948 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:24:31.256 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:24:31.377 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:24:31.655 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-15T22:24:31.678 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-15T22:24:31.721 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:24:35.905 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T22:24:35.943 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:35.980 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:37.063 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-15T22:24:37.082 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-15T22:24:37.120 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:38.588 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:24:38.707 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:24:39.065 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:24:39.187 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:39.313 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T22:24:39.442 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:40.042 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-15T22:24:40.148 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-15T22:24:40.476 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-15T22:24:40.872 INFO:teuthology.orchestra.run.smithi154.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:24:40.872 INFO:teuthology.orchestra.run.smithi154.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T22:24:40.873 INFO:teuthology.orchestra.run.smithi154.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:24:40.873 INFO:teuthology.orchestra.run.smithi154.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T22:24:41.252 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:41.278 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:41.404 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-15T22:24:41.533 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:42.645 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:42.895 INFO:teuthology.orchestra.run.smithi055.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:24:42.895 INFO:teuthology.orchestra.run.smithi055.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-15T22:24:42.895 INFO:teuthology.orchestra.run.smithi055.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:24:42.896 INFO:teuthology.orchestra.run.smithi055.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-15T22:24:43.051 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:44.047 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T22:24:44.172 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T22:24:44.290 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:44.352 INFO:teuthology.orchestra.run.smithi154.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T22:24:44.352 INFO:teuthology.orchestra.run.smithi154.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:24:44.511 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:45.996 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-15T22:24:46.122 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-15T22:24:46.248 INFO:teuthology.orchestra.run.smithi055.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-15T22:24:46.310 INFO:teuthology.orchestra.run.smithi055.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-15T22:24:46.310 INFO:teuthology.orchestra.run.smithi055.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:24:58.398 INFO:teuthology.orchestra.run.smithi154.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T22:24:58.398 INFO:teuthology.orchestra.run.smithi154.stdout:Sourcing file `/etc/default/grub' 2024-04-15T22:24:58.418 INFO:teuthology.orchestra.run.smithi154.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:24:58.431 INFO:teuthology.orchestra.run.smithi154.stdout:Generating grub configuration file ... 2024-04-15T22:24:58.709 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:24:58.733 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:24:59.084 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:24:59.090 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:24:59.156 INFO:teuthology.orchestra.run.smithi154.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:24:59.162 INFO:teuthology.orchestra.run.smithi154.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:24:59.331 INFO:teuthology.orchestra.run.smithi154.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:24:59.331 INFO:teuthology.orchestra.run.smithi154.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:24:59.331 INFO:teuthology.orchestra.run.smithi154.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:24:59.369 INFO:teuthology.orchestra.run.smithi154.stdout:done 2024-04-15T22:24:59.837 DEBUG:teuthology.orchestra.run.smithi154:> dpkg -s linux-image-generic 2024-04-15T22:24:59.856 INFO:teuthology.orchestra.run.smithi154.stdout:Package: linux-image-generic 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Status: install ok installed 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Priority: optional 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Section: kernel 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Installed-Size: 21 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: amd64 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Source: linux-meta 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Version: 5.15.0.102.99 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.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-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Recommends: thermald 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout:Description: Generic Linux kernel image 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:24:59.857 INFO:teuthology.orchestra.run.smithi154.stdout: available. 2024-04-15T22:24:59.858 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T22:24:59.858 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T22:24:59.858 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T22:24:59.858 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T22:24:59.858 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi154.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T22:24:59.858 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get clean 2024-04-15T22:25:00.028 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2024-04-15T22:25:00.136 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:25:00.136 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T22:25:00.147 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T22:25:00.167 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T22:25:00.375 INFO:teuthology.orchestra.run.smithi055.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-15T22:25:00.375 INFO:teuthology.orchestra.run.smithi055.stdout:Sourcing file `/etc/default/grub' 2024-04-15T22:25:00.391 INFO:teuthology.orchestra.run.smithi055.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:25:00.401 INFO:teuthology.orchestra.run.smithi055.stdout:Generating grub configuration file ... 2024-04-15T22:25:00.636 INFO:teuthology.orchestra.run.smithi055.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:25:00.650 INFO:teuthology.orchestra.run.smithi055.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:25:00.969 INFO:teuthology.orchestra.run.smithi055.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:25:00.975 INFO:teuthology.orchestra.run.smithi055.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:25:01.070 INFO:teuthology.orchestra.run.smithi055.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:25:01.076 INFO:teuthology.orchestra.run.smithi055.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:25:01.283 INFO:teuthology.orchestra.run.smithi055.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:25:01.283 INFO:teuthology.orchestra.run.smithi055.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:25:01.283 INFO:teuthology.orchestra.run.smithi055.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:25:01.328 INFO:teuthology.orchestra.run.smithi055.stdout:done 2024-04-15T22:25:01.395 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-15T22:25:01.413 DEBUG:teuthology.orchestra.run.smithi154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:25:01.476 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-15T22:25:01.675 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2024-04-15T22:25:01.676 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2024-04-15T22:25:01.835 DEBUG:teuthology.orchestra.run.smithi055:> dpkg -s linux-image-generic 2024-04-15T22:25:01.850 INFO:teuthology.orchestra.run.smithi154.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T22:25:01.850 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:25:01.850 INFO:teuthology.orchestra.run.smithi154.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:25:01.850 INFO:teuthology.orchestra.run.smithi154.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:25:01.850 INFO:teuthology.orchestra.run.smithi154.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:25:01.851 INFO:teuthology.orchestra.run.smithi154.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T22:25:01.851 INFO:teuthology.orchestra.run.smithi154.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T22:25:01.851 INFO:teuthology.orchestra.run.smithi154.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:25:01.892 INFO:teuthology.orchestra.run.smithi154.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:25:01.894 DEBUG:teuthology.orchestra.run.smithi154:> dpkg -s linux-image-generic 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Package: linux-image-generic 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Status: install ok installed 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Priority: optional 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Section: kernel 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Installed-Size: 21 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Architecture: amd64 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Source: linux-meta 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Version: 5.15.0.102.99 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.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-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.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-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Recommends: thermald 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout:Description: Generic Linux kernel image 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:25:01.898 INFO:teuthology.orchestra.run.smithi055.stdout: available. 2024-04-15T22:25:01.899 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-15T22:25:01.899 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T22:25:01.899 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T22:25:01.899 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T22:25:01.900 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi055.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T22:25:01.900 DEBUG:teuthology.orchestra.run.smithi055:> sudo apt-get clean 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Package: linux-image-generic 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Status: install ok installed 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Priority: optional 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Section: kernel 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Installed-Size: 21 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Architecture: amd64 2024-04-15T22:25:01.910 INFO:teuthology.orchestra.run.smithi154.stdout:Source: linux-meta 2024-04-15T22:25:01.911 INFO:teuthology.orchestra.run.smithi154.stdout:Version: 5.15.0.102.99 2024-04-15T22:25:01.911 INFO:teuthology.orchestra.run.smithi154.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-15T22:25:01.911 INFO:teuthology.orchestra.run.smithi154.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-15T22:25:01.911 INFO:teuthology.orchestra.run.smithi154.stdout:Recommends: thermald 2024-04-15T22:25:01.911 INFO:teuthology.orchestra.run.smithi154.stdout:Description: Generic Linux kernel image 2024-04-15T22:25:01.911 INFO:teuthology.orchestra.run.smithi154.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:25:01.911 INFO:teuthology.orchestra.run.smithi154.stdout: available. 2024-04-15T22:25:01.911 DEBUG:teuthology.orchestra.run.smithi154:> mktemp 2024-04-15T22:25:01.958 INFO:teuthology.orchestra.run.smithi154.stdout:/tmp/tmp.Ytlsu85A2R 2024-04-15T22:25:01.958 DEBUG:teuthology.orchestra.run.smithi154:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Ytlsu85A2R 2024-04-15T22:25:02.014 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 0666 /tmp/tmp.Ytlsu85A2R 2024-04-15T22:25:02.022 DEBUG:teuthology.orchestra.run.smithi055:> sudo apt-get update 2024-04-15T22:25:02.136 DEBUG:teuthology.orchestra.remote:smithi154:/tmp/tmp.Ytlsu85A2R is 10KB 2024-04-15T22:25:02.149 DEBUG:teuthology.orchestra.run.smithi154:> rm -fr /tmp/tmp.Ytlsu85A2R 2024-04-15T22:25:02.155 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T22:25:02.207 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:25:02.209 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T22:25:02.210 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T22:25:02.210 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T22:25:02.255 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T22:25:02.277 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T22:25:02.277 DEBUG:teuthology.orchestra.run.smithi154:> sudo update-grub 2024-04-15T22:25:02.292 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T22:25:02.526 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T22:25:03.603 INFO:teuthology.orchestra.run.smithi154.stderr:Sourcing file `/etc/default/grub' 2024-04-15T22:25:03.604 INFO:teuthology.orchestra.run.smithi154.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:25:03.606 INFO:teuthology.orchestra.run.smithi154.stderr:Generating grub configuration file ... 2024-04-15T22:25:03.698 INFO:teuthology.orchestra.run.smithi055.stdout:Reading package lists... 2024-04-15T22:25:03.717 DEBUG:teuthology.orchestra.run.smithi055:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-15T22:25:03.778 INFO:teuthology.orchestra.run.smithi055.stdout:Reading package lists... 2024-04-15T22:25:03.779 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:25:03.785 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:25:03.992 INFO:teuthology.orchestra.run.smithi055.stdout:Building dependency tree... 2024-04-15T22:25:03.993 INFO:teuthology.orchestra.run.smithi055.stdout:Reading state information... 2024-04-15T22:25:04.024 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:25:04.029 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:25:04.068 INFO:teuthology.orchestra.run.smithi154.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:25:04.073 INFO:teuthology.orchestra.run.smithi154.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:25:04.176 INFO:teuthology.orchestra.run.smithi055.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-15T22:25:04.176 INFO:teuthology.orchestra.run.smithi055.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:25:04.176 INFO:teuthology.orchestra.run.smithi055.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:25:04.176 INFO:teuthology.orchestra.run.smithi055.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:25:04.176 INFO:teuthology.orchestra.run.smithi055.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:25:04.176 INFO:teuthology.orchestra.run.smithi055.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T22:25:04.177 INFO:teuthology.orchestra.run.smithi055.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T22:25:04.177 INFO:teuthology.orchestra.run.smithi055.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:25:04.221 INFO:teuthology.orchestra.run.smithi055.stdout:0 upgraded, 0 newly installed, 0 to remove and 313 not upgraded. 2024-04-15T22:25:04.223 DEBUG:teuthology.orchestra.run.smithi055:> dpkg -s linux-image-generic 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Package: linux-image-generic 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Status: install ok installed 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Priority: optional 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Section: kernel 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Installed-Size: 21 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Maintainer: Ubuntu Kernel Team 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Architecture: amd64 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Source: linux-meta 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Version: 5.15.0.102.99 2024-04-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.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-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.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-15T22:25:04.239 INFO:teuthology.orchestra.run.smithi055.stdout:Recommends: thermald 2024-04-15T22:25:04.240 INFO:teuthology.orchestra.run.smithi055.stdout:Description: Generic Linux kernel image 2024-04-15T22:25:04.240 INFO:teuthology.orchestra.run.smithi055.stdout: This package will always depend on the latest generic kernel image 2024-04-15T22:25:04.240 INFO:teuthology.orchestra.run.smithi055.stdout: available. 2024-04-15T22:25:04.240 DEBUG:teuthology.orchestra.run.smithi055:> mktemp 2024-04-15T22:25:04.248 INFO:teuthology.orchestra.run.smithi154.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:25:04.248 INFO:teuthology.orchestra.run.smithi154.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:25:04.248 INFO:teuthology.orchestra.run.smithi154.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:25:04.260 INFO:teuthology.orchestra.run.smithi154.stderr:done 2024-04-15T22:25:04.271 DEBUG:teuthology.orchestra.run.smithi154:> sudo shutdown -r now 2024-04-15T22:25:04.286 INFO:teuthology.orchestra.run.smithi055.stdout:/tmp/tmp.N1C1DgmA6e 2024-04-15T22:25:04.286 DEBUG:teuthology.orchestra.run.smithi055:> sudo cp /boot/grub/grub.cfg /tmp/tmp.N1C1DgmA6e 2024-04-15T22:25:04.342 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0666 /tmp/tmp.N1C1DgmA6e 2024-04-15T22:25:04.453 DEBUG:teuthology.orchestra.remote:smithi055:/tmp/tmp.N1C1DgmA6e is 10KB 2024-04-15T22:25:04.466 DEBUG:teuthology.orchestra.run.smithi055:> rm -fr /tmp/tmp.N1C1DgmA6e 2024-04-15T22:25:04.472 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-15T22:25:04.530 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-15T22:25:04.530 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-15T22:25:04.530 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-15T22:25:04.605 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-15T22:25:04.605 DEBUG:teuthology.orchestra.run.smithi055:> sudo update-grub 2024-04-15T22:25:05.738 INFO:teuthology.orchestra.run.smithi055.stderr:Sourcing file `/etc/default/grub' 2024-04-15T22:25:05.739 INFO:teuthology.orchestra.run.smithi055.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-15T22:25:05.741 INFO:teuthology.orchestra.run.smithi055.stderr:Generating grub configuration file ... 2024-04-15T22:25:05.934 INFO:teuthology.orchestra.run.smithi055.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-15T22:25:05.940 INFO:teuthology.orchestra.run.smithi055.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-15T22:25:06.150 INFO:teuthology.orchestra.run.smithi055.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-15T22:25:06.156 INFO:teuthology.orchestra.run.smithi055.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-15T22:25:06.201 INFO:teuthology.orchestra.run.smithi055.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-15T22:25:06.206 INFO:teuthology.orchestra.run.smithi055.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-15T22:25:06.335 INFO:teuthology.orchestra.run.smithi055.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-15T22:25:06.335 INFO:teuthology.orchestra.run.smithi055.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-15T22:25:06.335 INFO:teuthology.orchestra.run.smithi055.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-15T22:25:06.346 INFO:teuthology.orchestra.run.smithi055.stderr:done 2024-04-15T22:25:06.350 DEBUG:teuthology.orchestra.run.smithi055:> sudo shutdown -r now 2024-04-15T22:25:34.301 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T22:25:34.301 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:25:34.302 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:25:36.354 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T22:25:36.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-15T22:25:36.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:25:52.674 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-15T22:25:54.718 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.55 2024-04-15T22:26:01.683 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:26:01.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:26:03.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-15T22:26:03.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:26:04.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-15T22:26:16.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:26:16.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:26:35.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-15T22:26:50.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:26:50.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:26:51.199 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.154 2024-04-15T22:27:03.735 DEBUG:teuthology.orchestra.remote:timed out 2024-04-15T22:27:09.202 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:27:09.203 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:27:09.529 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-15T22:27:10.099 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:27:10.100 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-15T22:27:10.100 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2024-04-15T22:27:10.146 INFO:teuthology.orchestra.run.smithi154.stdout:5.15.0-102-generic 2024-04-15T22:27:10.146 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T22:27:10.146 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T22:27:10.147 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T22:27:11.147 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T22:27:11.147 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T22:27:11.502 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2024-04-15T22:27:11.536 DEBUG:teuthology.parallel:result is None 2024-04-15T22:27:15.736 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-15T22:27:15.737 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:27:15.986 DEBUG:teuthology.orchestra.run.smithi055:> true 2024-04-15T22:27:16.551 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-15T22:27:16.551 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-15T22:27:16.552 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2024-04-15T22:27:16.600 INFO:teuthology.orchestra.run.smithi055.stdout:5.15.0-102-generic 2024-04-15T22:27:16.600 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-15T22:27:16.600 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T22:27:16.600 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-15T22:27:17.601 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T22:27:17.601 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T22:27:17.687 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2024-04-15T22:27:17.713 DEBUG:teuthology.parallel:result is None 2024-04-15T22:27:17.713 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T22:27:17.721 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T22:27:17.721 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T22:27:17.724 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T22:27:17.730 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T22:27:17.822 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T22:27:17.859 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T22:27:17.859 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T22:27:17.862 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T22:27:17.944 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T22:27:17.951 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T22:27:17.951 DEBUG:teuthology.orchestra.run.smithi055:> 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-15T22:27:17.954 DEBUG:teuthology.orchestra.run.smithi154:> 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-15T22:27:17.973 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:27:17.975 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:27:17.980 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:27:17.983 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:27:17.985 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T22:27:17.992 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T22:27:17.992 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T22:27:18.029 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T22:27:18.049 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T22:27:18.059 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T22:27:18.059 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T22:27:18.093 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T22:27:18.098 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:27:18.144 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:27:18.192 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-15T22:27:18.192 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T22:27:18.254 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:27:18.260 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:27:18.307 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T22:27:18.307 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T22:27:18.378 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2024-04-15T22:27:18.380 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2024-04-15T22:27:18.465 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T22:27:18.478 INFO:teuthology.task.internal:Starting timer... 2024-04-15T22:27:18.478 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T22:27:18.517 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T22:27:18.551 DEBUG:teuthology.task.selinux:Excluding smithi055: OS 'ubuntu' does not support SELinux 2024-04-15T22:27:18.551 DEBUG:teuthology.task.selinux:Excluding smithi154: OS 'ubuntu' does not support SELinux 2024-04-15T22:27:18.551 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T22:27:18.551 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-15T22:27:18.552 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T22:27:18.552 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T22:27:18.594 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T22:27:18.622 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-15T22:27:18.624 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T22:34:28.354 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi055.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com')] 2024-04-15T22:34:28.355 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-15T22:34:28.357 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:34:28.437 DEBUG:teuthology.orchestra.run.smithi055:> true 2024-04-15T22:34:28.518 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-04-15T22:34:28.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:34:28.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:34:28.595 DEBUG:teuthology.orchestra.run.smithi154:> true 2024-04-15T22:34:28.670 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2024-04-15T22:34:28.671 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T22:34:28.680 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T22:34:28.680 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:34:28.681 DEBUG:teuthology.orchestra.run.smithi055:> 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-15T22:34:28.683 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:34:28.683 DEBUG:teuthology.orchestra.run.smithi154:> 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-15T22:34:28.711 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T22:34:28.712 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Command line: ntpd -gq 2024-04-15T22:34:28.712 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: ---------------------------------------------------- 2024-04-15T22:34:28.712 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T22:34:28.712 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T22:34:28.712 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: corporation. Support and training for ntp-4 are 2024-04-15T22:34:28.712 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: available at https://www.nwtime.org/support 2024-04-15T22:34:28.712 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: ---------------------------------------------------- 2024-04-15T22:34:28.713 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: proto: precision = 0.048 usec (-24) 2024-04-15T22:34:28.713 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: basedate set to 2022-02-04 2024-04-15T22:34:28.713 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: gps base set to 2022-02-06 (week 2196) 2024-04-15T22:34:28.713 INFO:teuthology.orchestra.run.smithi055.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:34:28.713 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:34:28.713 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:34:28.714 INFO:teuthology.orchestra.run.smithi055.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:34:28.714 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T22:34:28.715 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T22:34:28.715 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T22:34:28.715 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Listen normally on 3 ens1f0 172.21.15.55:123 2024-04-15T22:34:28.715 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Listen normally on 4 lo [::1]:123 2024-04-15T22:34:28.715 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fef8:2606%4]:123 2024-04-15T22:34:28.715 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:28 ntpd[17069]: Listening on routing socket on fd #22 for interface updates 2024-04-15T22:34:28.747 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-15T22:34:28.747 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Command line: ntpd -gq 2024-04-15T22:34:28.747 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: ---------------------------------------------------- 2024-04-15T22:34:28.747 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: ntp-4 is maintained by Network Time Foundation, 2024-04-15T22:34:28.747 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-15T22:34:28.747 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: corporation. Support and training for ntp-4 are 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: available at https://www.nwtime.org/support 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: ---------------------------------------------------- 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: proto: precision = 0.043 usec (-24) 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: basedate set to 2022-02-04 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: gps base set to 2022-02-06 (week 2196) 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-15T22:34:28.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:34:28.749 INFO:teuthology.orchestra.run.smithi154.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-15T22:34:28.749 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Listen and drop on 0 v6wildcard [::]:123 2024-04-15T22:34:28.749 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-15T22:34:28.750 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Listen normally on 2 lo 127.0.0.1:123 2024-04-15T22:34:28.750 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Listen normally on 3 enp3s0f1 172.21.15.154:123 2024-04-15T22:34:28.750 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Listen normally on 4 lo [::1]:123 2024-04-15T22:34:28.750 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7761%5]:123 2024-04-15T22:34:28.750 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:28 ntpd[17166]: Listening on routing socket on fd #22 for interface updates 2024-04-15T22:34:29.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:29 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:29.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:29 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:29.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:29 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:29.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:29 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:29.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:29 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:29.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:29 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:29.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:29 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:29.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:29 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:30.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:30 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:30.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:30 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:30.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:30 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:30.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:30 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:30.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:30 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:30.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:30 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:31.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:31.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:31.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:31.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:31.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:31.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:31.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:31 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:32.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:32.714 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:32.714 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:32 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:32.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:32 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:32.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:32 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:32.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:32 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:32.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:32 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:32.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:32 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:32.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:32 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:33.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:33 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:33.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:33 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:33.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:33 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:33.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:33 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:33.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:33 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:33.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:33 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:33.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:33.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:33.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:33.749 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:33 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:34.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:34.714 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:34.714 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:34.714 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:34 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:34.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:34 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:34.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:34 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:34.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:34 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:34.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:34 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:34.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:34 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:34.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:34 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:35.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:35 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:35.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:35 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:35.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:35 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:35.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:35 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:35.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:35 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:35.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:35 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:35.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:35.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:35.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:35.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:35.747 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:35.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:35.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:35.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:35.748 INFO:teuthology.orchestra.run.smithi154.stdout:15 Apr 22:34:35 ntpd[17166]: ntpd: time slew -0.001515 s 2024-04-15T22:34:35.748 INFO:teuthology.orchestra.run.smithi154.stdout:ntpd: time slew -0.001515s 2024-04-15T22:34:35.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T22:34:35.748 INFO:teuthology.orchestra.run.smithi154.stderr:15 Apr 22:34:35 ntpd[17166]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T22:34:35.802 INFO:teuthology.orchestra.run.smithi154.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:34:35.802 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================== 2024-04-15T22:34:35.802 INFO:teuthology.orchestra.run.smithi154.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:35.802 INFO:teuthology.orchestra.run.smithi154.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:35.802 INFO:teuthology.orchestra.run.smithi154.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:35.802 INFO:teuthology.orchestra.run.smithi154.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:36.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:36.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:36.712 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: can't open /var/log/ntpstats/rawstats.20240415: Permission denied 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: can't open /var/log/ntpstats/peerstats.20240415: Permission denied 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stdout:15 Apr 22:34:36 ntpd[17069]: ntpd: time slew -0.000414 s 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stdout:ntpd: time slew -0.000414s 2024-04-15T22:34:36.713 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-15T22:34:36.714 INFO:teuthology.orchestra.run.smithi055.stderr:15 Apr 22:34:36 ntpd[17069]: can't open /var/log/ntpstats/loopstats.20240415: Permission denied 2024-04-15T22:34:36.764 INFO:teuthology.orchestra.run.smithi055.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:34:36.764 INFO:teuthology.orchestra.run.smithi055.stdout:============================================================================== 2024-04-15T22:34:36.764 INFO:teuthology.orchestra.run.smithi055.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:36.764 INFO:teuthology.orchestra.run.smithi055.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:36.765 INFO:teuthology.orchestra.run.smithi055.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:36.765 INFO:teuthology.orchestra.run.smithi055.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:34:36.765 INFO:teuthology.run_tasks:Running task install... 2024-04-15T22:34:36.776 DEBUG:teuthology.task.install:project ceph 2024-04-15T22:34:36.776 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T22:34:36.777 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T22:34:36.777 INFO:teuthology.task.install:Using flavor: default 2024-04-15T22:34:36.782 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-15T22:34:36.782 INFO:teuthology.task.install:extra packages: [] 2024-04-15T22:34:36.782 DEBUG:teuthology.orchestra.run.smithi055:> sudo apt-key list | grep Ceph 2024-04-15T22:34:36.782 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-key list | grep Ceph 2024-04-15T22:34:36.849 INFO:teuthology.orchestra.run.smithi154.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T22:34:36.866 INFO:teuthology.orchestra.run.smithi055.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-15T22:34:36.878 INFO:teuthology.orchestra.run.smithi154.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T22:34:36.878 INFO:teuthology.orchestra.run.smithi154.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T22:34:36.879 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-15T22:34:36.879 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-15T22:34:36.894 INFO:teuthology.orchestra.run.smithi055.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-15T22:34:36.894 INFO:teuthology.orchestra.run.smithi055.stdout:uid [ unknown] Ceph.com (release key) 2024-04-15T22:34:36.895 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-15T22:34:36.895 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-15T22:34:37.096 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T22:34:37.096 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:34:37.110 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default/ 2024-04-15T22:34:37.110 INFO:teuthology.task.install.deb:Package version is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:34:37.376 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T22:34:37.376 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T22:34:37.391 DEBUG:teuthology.orchestra.run.smithi154:> sudo apt-get update 2024-04-15T22:34:37.448 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-15T22:34:37.448 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-15T22:34:37.462 DEBUG:teuthology.orchestra.run.smithi055:> sudo apt-get update 2024-04-15T22:34:37.570 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T22:34:37.660 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-15T22:34:37.660 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:34:37.673 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-15T22:34:37.681 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T22:34:37.711 INFO:teuthology.orchestra.run.smithi055.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T22:34:37.716 INFO:teuthology.orchestra.run.smithi154.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T22:34:37.753 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T22:34:37.755 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-15T22:34:37.777 INFO:teuthology.orchestra.run.smithi055.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy InRelease 2024-04-15T22:34:37.784 INFO:teuthology.orchestra.run.smithi154.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T22:34:37.798 INFO:teuthology.orchestra.run.smithi055.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-15T22:34:37.805 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:37.819 INFO:teuthology.orchestra.run.smithi055.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-15T22:34:37.832 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:37.836 INFO:teuthology.orchestra.run.smithi154.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-15T22:34:37.843 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:37.904 INFO:teuthology.orchestra.run.smithi055.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,407 B] 2024-04-15T22:34:37.974 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 28.9 kB in 0s (71.0 kB/s) 2024-04-15T22:34:38.025 INFO:teuthology.orchestra.run.smithi055.stdout:Fetched 28.9 kB in 0s (76.7 kB/s) 2024-04-15T22:34:38.930 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-15T22:34:38.947 DEBUG:teuthology.orchestra.run.smithi154:> 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-15T22:34:39.000 INFO:teuthology.orchestra.run.smithi055.stdout:Reading package lists... 2024-04-15T22:34:39.005 INFO:teuthology.orchestra.run.smithi154.stdout:Reading package lists... 2024-04-15T22:34:39.014 DEBUG:teuthology.orchestra.run.smithi055:> 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-15T22:34:39.077 INFO:teuthology.orchestra.run.smithi055.stdout:Reading package lists... 2024-04-15T22:34:39.203 INFO:teuthology.orchestra.run.smithi154.stdout:Building dependency tree... 2024-04-15T22:34:39.204 INFO:teuthology.orchestra.run.smithi154.stdout:Reading state information... 2024-04-15T22:34:39.278 INFO:teuthology.orchestra.run.smithi055.stdout:Building dependency tree... 2024-04-15T22:34:39.278 INFO:teuthology.orchestra.run.smithi055.stdout:Reading state information... 2024-04-15T22:34:39.399 INFO:teuthology.orchestra.run.smithi154.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:34:39.399 INFO:teuthology.orchestra.run.smithi154.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:34:39.399 INFO:teuthology.orchestra.run.smithi154.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:34:39.399 INFO:teuthology.orchestra.run.smithi154.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:34:39.400 INFO:teuthology.orchestra.run.smithi154.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T22:34:39.400 INFO:teuthology.orchestra.run.smithi154.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T22:34:39.400 INFO:teuthology.orchestra.run.smithi154.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:34:39.400 INFO:teuthology.orchestra.run.smithi154.stdout:The following additional packages will be installed: 2024-04-15T22:34:39.401 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T22:34:39.401 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T22:34:39.401 INFO:teuthology.orchestra.run.smithi154.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T22:34:39.401 INFO:teuthology.orchestra.run.smithi154.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T22:34:39.402 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T22:34:39.403 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet zip 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout:Suggested packages: 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout:Recommended packages: 2024-04-15T22:34:39.404 INFO:teuthology.orchestra.run.smithi154.stdout: btrfs-tools 2024-04-15T22:34:39.481 INFO:teuthology.orchestra.run.smithi055.stdout:The following packages were automatically installed and are no longer required: 2024-04-15T22:34:39.481 INFO:teuthology.orchestra.run.smithi055.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-15T22:34:39.481 INFO:teuthology.orchestra.run.smithi055.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-15T22:34:39.481 INFO:teuthology.orchestra.run.smithi055.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-15T22:34:39.482 INFO:teuthology.orchestra.run.smithi055.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-15T22:34:39.482 INFO:teuthology.orchestra.run.smithi055.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-15T22:34:39.482 INFO:teuthology.orchestra.run.smithi055.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout:The following additional packages will be installed: 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-15T22:34:39.484 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-15T22:34:39.485 INFO:teuthology.orchestra.run.smithi055.stdout: xmlstarlet zip 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout:Suggested packages: 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout:Recommended packages: 2024-04-15T22:34:39.486 INFO:teuthology.orchestra.run.smithi055.stdout: btrfs-tools 2024-04-15T22:34:39.503 INFO:teuthology.orchestra.run.smithi154.stdout:The following NEW packages will be installed: 2024-04-15T22:34:39.503 INFO:teuthology.orchestra.run.smithi154.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T22:34:39.503 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T22:34:39.504 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T22:34:39.504 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T22:34:39.504 INFO:teuthology.orchestra.run.smithi154.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T22:34:39.504 INFO:teuthology.orchestra.run.smithi154.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T22:34:39.505 INFO:teuthology.orchestra.run.smithi154.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T22:34:39.506 INFO:teuthology.orchestra.run.smithi154.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T22:34:39.592 INFO:teuthology.orchestra.run.smithi055.stdout:The following NEW packages will be installed: 2024-04-15T22:34:39.592 INFO:teuthology.orchestra.run.smithi055.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-15T22:34:39.592 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-15T22:34:39.592 INFO:teuthology.orchestra.run.smithi055.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-15T22:34:39.592 INFO:teuthology.orchestra.run.smithi055.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-15T22:34:39.593 INFO:teuthology.orchestra.run.smithi055.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-15T22:34:39.593 INFO:teuthology.orchestra.run.smithi055.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-15T22:34:39.594 INFO:teuthology.orchestra.run.smithi055.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-15T22:34:39.595 INFO:teuthology.orchestra.run.smithi055.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-15T22:34:39.596 INFO:teuthology.orchestra.run.smithi154.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T22:34:39.596 INFO:teuthology.orchestra.run.smithi154.stdout:Need to get 178 MB of archives. 2024-04-15T22:34:39.596 INFO:teuthology.orchestra.run.smithi154.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T22:34:39.596 INFO:teuthology.orchestra.run.smithi154.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T22:34:39.645 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:39.689 INFO:teuthology.orchestra.run.smithi055.stdout:0 upgraded, 118 newly installed, 0 to remove and 300 not upgraded. 2024-04-15T22:34:39.689 INFO:teuthology.orchestra.run.smithi055.stdout:Need to get 178 MB of archives. 2024-04-15T22:34:39.689 INFO:teuthology.orchestra.run.smithi055.stdout:After this operation, 816 MB of additional disk space will be used. 2024-04-15T22:34:39.689 INFO:teuthology.orchestra.run.smithi055.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-15T22:34:39.738 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:39.787 INFO:teuthology.orchestra.run.smithi154.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T22:34:39.794 INFO:teuthology.orchestra.run.smithi154.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T22:34:39.839 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:39.884 INFO:teuthology.orchestra.run.smithi055.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-15T22:34:39.885 INFO:teuthology.orchestra.run.smithi154.stdout:Get:6 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-15T22:34:39.890 INFO:teuthology.orchestra.run.smithi055.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-15T22:34:39.938 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:39.981 INFO:teuthology.orchestra.run.smithi154.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T22:34:39.992 INFO:teuthology.orchestra.run.smithi154.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T22:34:40.016 INFO:teuthology.orchestra.run.smithi154.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T22:34:40.017 INFO:teuthology.orchestra.run.smithi154.stdout:Get:10 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-15T22:34:40.023 INFO:teuthology.orchestra.run.smithi154.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T22:34:40.024 INFO:teuthology.orchestra.run.smithi154.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T22:34:40.025 INFO:teuthology.orchestra.run.smithi154.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T22:34:40.045 INFO:teuthology.orchestra.run.smithi154.stdout:Get:14 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-15T22:34:40.062 INFO:teuthology.orchestra.run.smithi154.stdout:Get:15 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-15T22:34:40.063 INFO:teuthology.orchestra.run.smithi154.stdout:Get:16 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-15T22:34:40.070 INFO:teuthology.orchestra.run.smithi154.stdout:Get:17 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-15T22:34:40.073 INFO:teuthology.orchestra.run.smithi154.stdout:Get:18 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-15T22:34:40.086 INFO:teuthology.orchestra.run.smithi154.stdout:Get:19 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-15T22:34:40.095 INFO:teuthology.orchestra.run.smithi154.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T22:34:40.099 INFO:teuthology.orchestra.run.smithi154.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T22:34:40.103 INFO:teuthology.orchestra.run.smithi154.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T22:34:40.106 INFO:teuthology.orchestra.run.smithi154.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T22:34:40.106 INFO:teuthology.orchestra.run.smithi154.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T22:34:40.121 INFO:teuthology.orchestra.run.smithi055.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-15T22:34:40.129 INFO:teuthology.orchestra.run.smithi154.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T22:34:40.135 INFO:teuthology.orchestra.run.smithi055.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-15T22:34:40.136 INFO:teuthology.orchestra.run.smithi154.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T22:34:40.140 INFO:teuthology.orchestra.run.smithi154.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T22:34:40.141 INFO:teuthology.orchestra.run.smithi154.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T22:34:40.143 INFO:teuthology.orchestra.run.smithi154.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-15T22:34:40.158 INFO:teuthology.orchestra.run.smithi055.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-15T22:34:40.165 INFO:teuthology.orchestra.run.smithi055.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-15T22:34:40.166 INFO:teuthology.orchestra.run.smithi055.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-15T22:34:40.167 INFO:teuthology.orchestra.run.smithi055.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-15T22:34:40.185 INFO:teuthology.orchestra.run.smithi055.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-15T22:34:40.189 INFO:teuthology.orchestra.run.smithi055.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-15T22:34:40.191 INFO:teuthology.orchestra.run.smithi154.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T22:34:40.192 INFO:teuthology.orchestra.run.smithi154.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T22:34:40.193 INFO:teuthology.orchestra.run.smithi154.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T22:34:40.193 INFO:teuthology.orchestra.run.smithi055.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-15T22:34:40.194 INFO:teuthology.orchestra.run.smithi154.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T22:34:40.195 INFO:teuthology.orchestra.run.smithi154.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T22:34:40.196 INFO:teuthology.orchestra.run.smithi154.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T22:34:40.196 INFO:teuthology.orchestra.run.smithi055.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-15T22:34:40.197 INFO:teuthology.orchestra.run.smithi154.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T22:34:40.202 INFO:teuthology.orchestra.run.smithi154.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T22:34:40.213 INFO:teuthology.orchestra.run.smithi055.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-15T22:34:40.217 INFO:teuthology.orchestra.run.smithi055.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-15T22:34:40.234 INFO:teuthology.orchestra.run.smithi154.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T22:34:40.235 INFO:teuthology.orchestra.run.smithi154.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T22:34:40.238 INFO:teuthology.orchestra.run.smithi055.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-15T22:34:40.241 INFO:teuthology.orchestra.run.smithi055.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-15T22:34:40.242 INFO:teuthology.orchestra.run.smithi055.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-15T22:34:40.243 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.245 INFO:teuthology.orchestra.run.smithi055.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-15T22:34:40.246 INFO:teuthology.orchestra.run.smithi055.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-15T22:34:40.247 INFO:teuthology.orchestra.run.smithi055.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-15T22:34:40.252 INFO:teuthology.orchestra.run.smithi055.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-15T22:34:40.265 INFO:teuthology.orchestra.run.smithi154.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-15T22:34:40.267 INFO:teuthology.orchestra.run.smithi154.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T22:34:40.268 INFO:teuthology.orchestra.run.smithi154.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T22:34:40.269 INFO:teuthology.orchestra.run.smithi154.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-15T22:34:40.272 INFO:teuthology.orchestra.run.smithi154.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T22:34:40.273 INFO:teuthology.orchestra.run.smithi154.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T22:34:40.274 INFO:teuthology.orchestra.run.smithi154.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T22:34:40.286 INFO:teuthology.orchestra.run.smithi154.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T22:34:40.290 INFO:teuthology.orchestra.run.smithi055.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-15T22:34:40.291 INFO:teuthology.orchestra.run.smithi055.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-15T22:34:40.291 INFO:teuthology.orchestra.run.smithi055.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-15T22:34:40.297 INFO:teuthology.orchestra.run.smithi055.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-15T22:34:40.298 INFO:teuthology.orchestra.run.smithi055.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-15T22:34:40.299 INFO:teuthology.orchestra.run.smithi055.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-15T22:34:40.299 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.302 INFO:teuthology.orchestra.run.smithi055.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-15T22:34:40.302 INFO:teuthology.orchestra.run.smithi055.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-15T22:34:40.306 INFO:teuthology.orchestra.run.smithi154.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T22:34:40.308 INFO:teuthology.orchestra.run.smithi154.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T22:34:40.330 INFO:teuthology.orchestra.run.smithi154.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T22:34:40.332 INFO:teuthology.orchestra.run.smithi154.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T22:34:40.336 INFO:teuthology.orchestra.run.smithi154.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T22:34:40.338 INFO:teuthology.orchestra.run.smithi154.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-15T22:34:40.341 INFO:teuthology.orchestra.run.smithi154.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-15T22:34:40.343 INFO:teuthology.orchestra.run.smithi154.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-15T22:34:40.343 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.345 INFO:teuthology.orchestra.run.smithi055.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-15T22:34:40.347 INFO:teuthology.orchestra.run.smithi055.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-15T22:34:40.347 INFO:teuthology.orchestra.run.smithi154.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T22:34:40.352 INFO:teuthology.orchestra.run.smithi154.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T22:34:40.363 INFO:teuthology.orchestra.run.smithi154.stdout:Get:58 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-15T22:34:40.366 INFO:teuthology.orchestra.run.smithi154.stdout:Get:59 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-15T22:34:40.377 INFO:teuthology.orchestra.run.smithi055.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-15T22:34:40.384 INFO:teuthology.orchestra.run.smithi154.stdout:Get:60 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-15T22:34:40.387 INFO:teuthology.orchestra.run.smithi055.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-15T22:34:40.388 INFO:teuthology.orchestra.run.smithi055.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-15T22:34:40.389 INFO:teuthology.orchestra.run.smithi055.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-15T22:34:40.390 INFO:teuthology.orchestra.run.smithi154.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T22:34:40.390 INFO:teuthology.orchestra.run.smithi055.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-15T22:34:40.393 INFO:teuthology.orchestra.run.smithi055.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-15T22:34:40.395 INFO:teuthology.orchestra.run.smithi154.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-15T22:34:40.397 INFO:teuthology.orchestra.run.smithi055.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-15T22:34:40.429 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.433 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.435 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.490 INFO:teuthology.orchestra.run.smithi055.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-15T22:34:40.491 INFO:teuthology.orchestra.run.smithi055.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-15T22:34:40.492 INFO:teuthology.orchestra.run.smithi055.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-15T22:34:40.549 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.560 INFO:teuthology.orchestra.run.smithi154.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-15T22:34:40.562 INFO:teuthology.orchestra.run.smithi154.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T22:34:40.564 INFO:teuthology.orchestra.run.smithi154.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T22:34:40.565 INFO:teuthology.orchestra.run.smithi154.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T22:34:40.567 INFO:teuthology.orchestra.run.smithi154.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T22:34:40.607 INFO:teuthology.orchestra.run.smithi154.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T22:34:40.610 INFO:teuthology.orchestra.run.smithi154.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T22:34:40.611 INFO:teuthology.orchestra.run.smithi154.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T22:34:40.709 INFO:teuthology.orchestra.run.smithi154.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T22:34:40.709 INFO:teuthology.orchestra.run.smithi154.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T22:34:40.713 INFO:teuthology.orchestra.run.smithi154.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T22:34:40.715 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.718 INFO:teuthology.orchestra.run.smithi055.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-15T22:34:40.721 INFO:teuthology.orchestra.run.smithi055.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-15T22:34:40.721 INFO:teuthology.orchestra.run.smithi055.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-15T22:34:40.724 INFO:teuthology.orchestra.run.smithi055.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-15T22:34:40.726 INFO:teuthology.orchestra.run.smithi154.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T22:34:40.727 INFO:teuthology.orchestra.run.smithi154.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T22:34:40.728 INFO:teuthology.orchestra.run.smithi154.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-15T22:34:40.729 INFO:teuthology.orchestra.run.smithi154.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T22:34:40.730 INFO:teuthology.orchestra.run.smithi154.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T22:34:40.736 INFO:teuthology.orchestra.run.smithi154.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T22:34:40.740 INFO:teuthology.orchestra.run.smithi154.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T22:34:40.763 INFO:teuthology.orchestra.run.smithi055.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-15T22:34:40.765 INFO:teuthology.orchestra.run.smithi154.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T22:34:40.766 INFO:teuthology.orchestra.run.smithi154.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T22:34:40.767 INFO:teuthology.orchestra.run.smithi055.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-15T22:34:40.767 INFO:teuthology.orchestra.run.smithi055.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-15T22:34:40.775 INFO:teuthology.orchestra.run.smithi154.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T22:34:40.780 INFO:teuthology.orchestra.run.smithi154.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-15T22:34:40.782 INFO:teuthology.orchestra.run.smithi154.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T22:34:40.783 INFO:teuthology.orchestra.run.smithi154.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T22:34:40.789 INFO:teuthology.orchestra.run.smithi055.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-15T22:34:40.789 INFO:teuthology.orchestra.run.smithi055.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-15T22:34:40.790 INFO:teuthology.orchestra.run.smithi055.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-15T22:34:40.791 INFO:teuthology.orchestra.run.smithi055.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-15T22:34:40.791 INFO:teuthology.orchestra.run.smithi055.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-15T22:34:40.792 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.795 INFO:teuthology.orchestra.run.smithi154.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T22:34:40.796 INFO:teuthology.orchestra.run.smithi154.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T22:34:40.802 INFO:teuthology.orchestra.run.smithi154.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T22:34:40.803 INFO:teuthology.orchestra.run.smithi154.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T22:34:40.804 INFO:teuthology.orchestra.run.smithi055.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-15T22:34:40.805 INFO:teuthology.orchestra.run.smithi055.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-15T22:34:40.809 INFO:teuthology.orchestra.run.smithi055.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-15T22:34:40.824 INFO:teuthology.orchestra.run.smithi154.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T22:34:40.825 INFO:teuthology.orchestra.run.smithi154.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T22:34:40.828 INFO:teuthology.orchestra.run.smithi154.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T22:34:40.829 INFO:teuthology.orchestra.run.smithi154.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T22:34:40.833 INFO:teuthology.orchestra.run.smithi055.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-15T22:34:40.836 INFO:teuthology.orchestra.run.smithi055.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-15T22:34:40.837 INFO:teuthology.orchestra.run.smithi055.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-15T22:34:40.844 INFO:teuthology.orchestra.run.smithi055.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-15T22:34:40.849 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:40.851 INFO:teuthology.orchestra.run.smithi055.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-15T22:34:40.852 INFO:teuthology.orchestra.run.smithi055.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-15T22:34:40.853 INFO:teuthology.orchestra.run.smithi154.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T22:34:40.854 INFO:teuthology.orchestra.run.smithi154.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T22:34:40.861 INFO:teuthology.orchestra.run.smithi154.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T22:34:40.865 INFO:teuthology.orchestra.run.smithi154.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T22:34:40.866 INFO:teuthology.orchestra.run.smithi154.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T22:34:40.866 INFO:teuthology.orchestra.run.smithi055.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-15T22:34:40.867 INFO:teuthology.orchestra.run.smithi055.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-15T22:34:40.873 INFO:teuthology.orchestra.run.smithi055.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-15T22:34:40.897 INFO:teuthology.orchestra.run.smithi055.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-15T22:34:40.899 INFO:teuthology.orchestra.run.smithi055.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-15T22:34:40.899 INFO:teuthology.orchestra.run.smithi055.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-15T22:34:40.903 INFO:teuthology.orchestra.run.smithi055.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-15T22:34:40.905 INFO:teuthology.orchestra.run.smithi055.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-15T22:34:40.920 INFO:teuthology.orchestra.run.smithi055.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-15T22:34:40.920 INFO:teuthology.orchestra.run.smithi055.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-15T22:34:40.924 INFO:teuthology.orchestra.run.smithi055.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-15T22:34:40.929 INFO:teuthology.orchestra.run.smithi055.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-15T22:34:40.930 INFO:teuthology.orchestra.run.smithi055.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-15T22:34:41.349 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:41.547 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:41.675 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:41.682 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:41.687 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:41.754 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:42.005 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:42.033 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:42.120 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:42.193 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:42.195 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:42.230 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:42.232 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:42.277 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:43.146 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.147 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.164 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.257 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.271 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:43.275 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:43.293 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.298 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.334 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:43.406 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.819 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:43.820 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:46.479 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:46.481 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:46.482 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:46.633 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:47.005 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:47.032 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:47.042 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:47.046 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:47.106 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:47.358 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:47.562 INFO:teuthology.orchestra.run.smithi154.stdout:Fetched 178 MB in 7s (23.8 MB/s) 2024-04-15T22:34:47.724 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T22:34:47.824 INFO:teuthology.orchestra.run.smithi154.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-15T22:34:47.829 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T22:34:47.905 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T22:34:48.251 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T22:34:48.277 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T22:34:48.317 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T22:34:48.358 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.359 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.375 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.464 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.490 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.502 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.589 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.654 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T22:34:48.680 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T22:34:48.720 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T22:34:48.941 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:48.941 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:49.149 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T22:34:49.172 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T22:34:49.222 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:34:49.637 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T22:34:49.663 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T22:34:49.703 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:34:50.024 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T22:34:50.057 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T22:34:50.098 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:34:50.660 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T22:34:50.686 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T22:34:50.726 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T22:34:51.063 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librados2. 2024-04-15T22:34:51.089 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:51.129 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:51.204 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:51.207 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:51.208 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:51.549 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librbd1. 2024-04-15T22:34:51.571 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:51.607 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:51.620 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:52.052 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T22:34:52.078 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:52.118 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:52.208 INFO:teuthology.orchestra.run.smithi055.stdout:Fetched 178 MB in 12s (14.8 MB/s) 2024-04-15T22:34:52.371 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-15T22:34:52.396 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rados. 2024-04-15T22:34:52.411 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:52.454 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:52.474 INFO:teuthology.orchestra.run.smithi055.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-15T22:34:52.480 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-15T22:34:52.561 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T22:34:52.757 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T22:34:52.781 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:34:52.823 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:52.915 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-15T22:34:52.942 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-15T22:34:52.982 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T22:34:53.017 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T22:34:53.032 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:53.076 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:53.318 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-15T22:34:53.344 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-15T22:34:53.384 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T22:34:53.395 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T22:34:53.411 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:34:53.454 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:53.772 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-15T22:34:53.799 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T22:34:53.815 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T22:34:53.842 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T22:34:53.846 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:34:53.882 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T22:34:54.202 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T22:34:54.227 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T22:34:54.241 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-15T22:34:54.268 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T22:34:54.268 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T22:34:54.308 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:34:54.487 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T22:34:54.503 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:54.545 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:54.678 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-15T22:34:54.704 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-15T22:34:54.744 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:34:54.823 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T22:34:54.850 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T22:34:54.882 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T22:34:55.073 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-15T22:34:55.099 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-15T22:34:55.134 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T22:34:55.139 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T22:34:55.161 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T22:34:55.201 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T22:34:55.442 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package librados2. 2024-04-15T22:34:55.469 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../007-librados2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:55.504 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T22:34:55.519 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T22:34:55.525 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:55.587 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T22:34:55.908 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua5.1. 2024-04-15T22:34:55.933 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T22:34:55.970 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package librbd1. 2024-04-15T22:34:55.974 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T22:34:55.996 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../008-librbd1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:56.038 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:56.277 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua-any. 2024-04-15T22:34:56.294 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T22:34:56.335 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T22:34:56.473 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libcephfs2. 2024-04-15T22:34:56.499 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:56.539 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:56.588 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package zip. 2024-04-15T22:34:56.614 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T22:34:56.654 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T22:34:56.800 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-rados. 2024-04-15T22:34:56.816 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:56.850 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:56.975 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package unzip. 2024-04-15T22:34:57.001 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T22:34:57.041 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T22:34:57.370 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-15T22:34:57.396 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:34:57.436 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:57.461 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package luarocks. 2024-04-15T22:34:57.488 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T22:34:57.536 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T22:34:57.688 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-cephfs. 2024-04-15T22:34:57.704 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:57.755 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:57.894 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package librgw2. 2024-04-15T22:34:57.921 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:57.952 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:58.075 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-15T22:34:58.101 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:34:58.141 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:58.461 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-15T22:34:58.488 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-15T22:34:58.497 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T22:34:58.523 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:58.529 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T22:34:58.563 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:58.847 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-prettytable. 2024-04-15T22:34:58.874 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-15T22:34:58.891 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T22:34:58.917 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T22:34:58.922 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-15T22:34:58.958 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T22:34:59.175 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-rbd. 2024-04-15T22:34:59.191 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:59.219 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T22:34:59.225 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:59.245 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:59.277 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:59.569 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-15T22:34:59.596 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-15T22:34:59.636 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T22:34:59.722 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-common. 2024-04-15T22:34:59.749 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:34:59.789 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:34:59.922 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-15T22:34:59.948 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-15T22:34:59.988 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T22:35:00.250 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-15T22:35:00.265 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-15T22:35:00.299 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T22:35:00.620 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package lua5.1. 2024-04-15T22:35:00.646 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-15T22:35:00.686 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-15T22:35:00.989 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package lua-any. 2024-04-15T22:35:01.005 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-15T22:35:01.048 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-15T22:35:01.311 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-base. 2024-04-15T22:35:01.317 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package zip. 2024-04-15T22:35:01.337 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:01.344 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-15T22:35:01.383 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking zip (3.0-12build2) ... 2024-04-15T22:35:01.387 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:01.670 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package unzip. 2024-04-15T22:35:01.697 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-15T22:35:01.736 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-15T22:35:01.949 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T22:35:01.975 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T22:35:02.007 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T22:35:02.132 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package luarocks. 2024-04-15T22:35:02.153 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-15T22:35:02.190 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-15T22:35:02.268 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T22:35:02.295 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T22:35:02.326 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T22:35:02.565 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package librgw2. 2024-04-15T22:35:02.592 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../025-librgw2_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:02.632 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:02.646 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T22:35:02.672 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T22:35:02.713 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T22:35:03.016 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T22:35:03.042 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T22:35:03.082 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T22:35:03.164 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-rgw. 2024-04-15T22:35:03.191 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:03.234 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:03.393 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T22:35:03.420 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T22:35:03.460 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T22:35:03.570 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-15T22:35:03.597 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-15T22:35:03.637 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T22:35:03.713 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T22:35:03.730 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T22:35:03.771 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T22:35:03.973 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libradosstriper1. 2024-04-15T22:35:04.000 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:04.040 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:04.057 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-portend. 2024-04-15T22:35:04.084 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T22:35:04.124 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T22:35:04.410 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T22:35:04.437 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T22:35:04.468 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-common. 2024-04-15T22:35:04.477 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T22:35:04.495 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:04.535 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:04.763 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T22:35:04.789 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T22:35:04.821 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T22:35:05.150 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T22:35:05.176 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T22:35:05.216 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T22:35:05.528 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T22:35:05.555 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T22:35:05.594 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T22:35:05.849 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-base. 2024-04-15T22:35:05.864 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T22:35:05.875 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:05.880 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T22:35:05.914 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T22:35:05.924 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:06.209 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-mako. 2024-04-15T22:35:06.235 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T22:35:06.275 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T22:35:06.461 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-15T22:35:06.488 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-15T22:35:06.569 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-15T22:35:06.612 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T22:35:06.639 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T22:35:06.678 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T22:35:06.872 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-cheroot. 2024-04-15T22:35:06.899 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-15T22:35:06.947 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T22:35:07.039 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T22:35:07.055 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T22:35:07.098 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T22:35:07.292 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-15T22:35:07.319 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-15T22:35:07.342 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-webob. 2024-04-15T22:35:07.358 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T22:35:07.358 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-15T22:35:07.392 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T22:35:07.695 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T22:35:07.711 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T22:35:07.765 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T22:35:07.836 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-15T22:35:07.863 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-15T22:35:07.903 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-15T22:35:08.093 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T22:35:08.120 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T22:35:08.165 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T22:35:08.172 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-15T22:35:08.199 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-15T22:35:08.239 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-15T22:35:08.468 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-paste. 2024-04-15T22:35:08.494 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T22:35:08.534 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T22:35:08.542 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-tempora. 2024-04-15T22:35:08.569 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-15T22:35:08.608 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-15T22:35:08.854 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T22:35:08.881 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T22:35:08.920 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-portend. 2024-04-15T22:35:08.921 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T22:35:08.946 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-15T22:35:08.986 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-15T22:35:09.224 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T22:35:09.250 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T22:35:09.255 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-15T22:35:09.271 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-15T22:35:09.290 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T22:35:09.305 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-15T22:35:09.593 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T22:35:09.617 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-15T22:35:09.620 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T22:35:09.644 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-15T22:35:09.660 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T22:35:09.683 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-15T22:35:09.946 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T22:35:09.962 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T22:35:09.996 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T22:35:10.037 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-natsort. 2024-04-15T22:35:10.064 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-15T22:35:10.103 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-15T22:35:10.309 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T22:35:10.336 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T22:35:10.367 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T22:35:10.382 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-logutils. 2024-04-15T22:35:10.398 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-15T22:35:10.440 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-15T22:35:10.671 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-idna. 2024-04-15T22:35:10.697 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T22:35:10.743 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-15T22:35:10.746 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T22:35:10.770 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-15T22:35:10.810 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-15T22:35:11.057 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T22:35:11.083 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T22:35:11.123 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T22:35:11.129 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-mako. 2024-04-15T22:35:11.156 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-15T22:35:11.195 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T22:35:11.532 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-15T22:35:11.559 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-15T22:35:11.599 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-15T22:35:11.643 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-requests. 2024-04-15T22:35:11.672 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T22:35:11.860 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-15T22:35:11.876 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-15T22:35:11.910 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-15T22:35:12.085 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T22:35:12.204 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-webob. 2024-04-15T22:35:12.231 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-15T22:35:12.271 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-15T22:35:12.574 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-waitress. 2024-04-15T22:35:12.601 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-15T22:35:12.838 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T22:35:12.865 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T22:35:12.905 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T22:35:12.919 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T22:35:13.199 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T22:35:13.215 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:13.258 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:13.638 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T22:35:13.665 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:13.694 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-tempita. 2024-04-15T22:35:13.696 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:13.721 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-15T22:35:13.777 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T22:35:13.991 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T22:35:14.017 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T22:35:14.046 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-paste. 2024-04-15T22:35:14.057 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T22:35:14.062 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-15T22:35:14.096 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T22:35:14.360 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T22:35:14.387 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T22:35:14.391 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-15T22:35:14.407 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-15T22:35:14.426 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T22:35:14.441 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T22:35:14.761 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-15T22:35:14.772 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T22:35:14.788 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-15T22:35:14.798 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:14.827 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-15T22:35:14.838 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:15.131 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-webtest. 2024-04-15T22:35:15.158 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-15T22:35:15.197 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-15T22:35:15.208 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T22:35:15.235 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:15.299 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:15.492 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pecan. 2024-04-15T22:35:15.519 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-15T22:35:15.558 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T22:35:15.905 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-certifi. 2024-04-15T22:35:15.911 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T22:35:15.932 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-15T22:35:15.938 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:15.971 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-15T22:35:15.978 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:16.258 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-idna. 2024-04-15T22:35:16.285 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-15T22:35:16.324 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-15T22:35:16.635 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-urllib3. 2024-04-15T22:35:16.662 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-15T22:35:16.702 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T22:35:17.030 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-requests. 2024-04-15T22:35:17.057 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-15T22:35:17.065 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph. 2024-04-15T22:35:17.091 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:17.096 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T22:35:17.131 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:17.408 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-15T22:35:17.435 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-15T22:35:17.474 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T22:35:17.526 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T22:35:17.552 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:17.600 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:17.744 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-15T22:35:17.771 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:17.810 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:18.029 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T22:35:18.055 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:18.112 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:18.299 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-15T22:35:18.326 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:18.366 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:18.507 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package cephadm. 2024-04-15T22:35:18.533 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:18.573 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:18.702 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-15T22:35:18.729 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-15T22:35:18.768 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-15T22:35:18.951 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T22:35:18.978 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T22:35:19.026 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T22:35:19.071 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-openssl. 2024-04-15T22:35:19.098 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-15T22:35:19.137 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-15T22:35:19.354 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T22:35:19.380 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T22:35:19.437 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T22:35:19.441 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mgr. 2024-04-15T22:35:19.468 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:19.507 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:19.877 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mon. 2024-04-15T22:35:19.904 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:19.944 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:20.467 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-babel. 2024-04-15T22:35:20.494 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T22:35:20.534 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T22:35:20.539 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-osd. 2024-04-15T22:35:20.566 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:20.605 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:20.870 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T22:35:20.897 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T22:35:20.936 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T22:35:21.290 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T22:35:21.317 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:21.356 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:21.692 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph. 2024-04-15T22:35:21.720 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../066-ceph_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:21.759 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:21.893 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T22:35:21.920 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T22:35:21.959 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T22:35:22.011 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-fuse. 2024-04-15T22:35:22.027 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:22.069 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:22.221 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-routes. 2024-04-15T22:35:22.248 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T22:35:22.295 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T22:35:22.456 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mds. 2024-04-15T22:35:22.483 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:22.522 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:22.607 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T22:35:22.623 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:22.657 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:22.869 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package cephadm. 2024-04-15T22:35:22.885 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../069-cephadm_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:22.919 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:23.222 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-15T22:35:23.249 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-15T22:35:23.288 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-15T22:35:23.616 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-15T22:35:23.643 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T22:35:23.674 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T22:35:23.963 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T22:35:23.990 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T22:35:24.029 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T22:35:24.541 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T22:35:24.568 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T22:35:24.607 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T22:35:24.737 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-babel. 2024-04-15T22:35:24.765 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-15T22:35:24.804 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T22:35:24.969 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T22:35:24.997 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T22:35:25.035 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T22:35:25.140 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-jinja2. 2024-04-15T22:35:25.167 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-15T22:35:25.206 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T22:35:25.355 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T22:35:25.383 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T22:35:25.422 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T22:35:25.560 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-15T22:35:25.587 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:25.635 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:25.980 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-15T22:35:26.007 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-15T22:35:26.046 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-15T22:35:26.289 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T22:35:26.316 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:26.382 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-routes. 2024-04-15T22:35:26.410 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-15T22:35:26.449 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T22:35:26.457 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:26.794 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-15T22:35:26.822 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:26.860 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:27.436 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T22:35:27.463 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T22:35:27.502 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T22:35:27.858 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T22:35:27.885 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T22:35:27.933 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T22:35:28.124 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-15T22:35:28.140 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-15T22:35:28.182 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T22:35:28.319 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T22:35:28.346 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T22:35:28.386 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T22:35:28.703 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-joblib. 2024-04-15T22:35:28.706 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T22:35:28.730 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-15T22:35:28.733 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T22:35:28.769 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T22:35:28.772 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T22:35:29.072 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-15T22:35:29.084 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T22:35:29.089 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-15T22:35:29.111 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T22:35:29.122 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-15T22:35:29.151 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T22:35:29.392 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-sklearn. 2024-04-15T22:35:29.419 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-15T22:35:29.454 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T22:35:29.458 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T22:35:29.481 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T22:35:29.520 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T22:35:29.840 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T22:35:29.867 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T22:35:29.907 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T22:35:30.150 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-15T22:35:30.178 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:30.235 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T22:35:30.262 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T22:35:30.301 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T22:35:30.302 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:30.999 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T22:35:31.015 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:31.057 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:31.256 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-cachetools. 2024-04-15T22:35:31.283 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-15T22:35:31.322 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-15T22:35:31.360 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T22:35:31.387 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T22:35:31.418 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T22:35:31.575 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-15T22:35:31.605 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-15T22:35:31.633 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-15T22:35:31.746 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T22:35:31.773 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T22:35:31.813 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T22:35:31.953 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-15T22:35:31.981 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-15T22:35:32.020 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T22:35:32.082 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package jq. 2024-04-15T22:35:32.098 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T22:35:32.171 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T22:35:32.348 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-rsa. 2024-04-15T22:35:32.375 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-15T22:35:32.414 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-15T22:35:32.618 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package socat. 2024-04-15T22:35:32.634 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T22:35:32.676 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T22:35:32.718 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-google-auth. 2024-04-15T22:35:32.745 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-15T22:35:32.784 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-15T22:35:32.988 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T22:35:33.004 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T22:35:33.046 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T22:35:33.179 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-15T22:35:33.207 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-15T22:35:33.254 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T22:35:33.551 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-test. 2024-04-15T22:35:33.566 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-websocket. 2024-04-15T22:35:33.566 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:33.593 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-15T22:35:33.609 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:33.749 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-15T22:35:34.152 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-15T22:35:34.180 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-15T22:35:34.219 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T22:35:34.916 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-15T22:35:34.944 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:34.982 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:35.302 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-15T22:35:35.329 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-15T22:35:35.368 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T22:35:35.638 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-15T22:35:35.654 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T22:35:35.688 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T22:35:35.922 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T22:35:35.949 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package jq. 2024-04-15T22:35:35.949 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:35.965 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-15T22:35:35.996 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:36.007 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-15T22:35:36.260 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package socat. 2024-04-15T22:35:36.276 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-15T22:35:36.300 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T22:35:36.318 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-15T22:35:36.328 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:36.367 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:36.621 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package xmlstarlet. 2024-04-15T22:35:36.646 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-15T22:35:36.688 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-15T22:35:36.695 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T22:35:36.722 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T22:35:36.778 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T22:35:37.059 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-test. 2024-04-15T22:35:37.075 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:37.116 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T22:35:37.117 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:37.143 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T22:35:37.182 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T22:35:37.553 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T22:35:37.580 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T22:35:37.619 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T22:35:38.050 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package pkg-config. 2024-04-15T22:35:38.077 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T22:35:38.116 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T22:35:38.377 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T22:35:38.393 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T22:35:38.436 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T22:35:38.864 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T22:35:38.891 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T22:35:38.930 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T22:35:39.225 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T22:35:39.252 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T22:35:39.291 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T22:35:39.396 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package ceph-volume. 2024-04-15T22:35:39.413 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2114-ga9a752df-1jammy_all.deb ... 2024-04-15T22:35:39.446 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:39.586 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T22:35:39.614 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T22:35:39.644 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T22:35:39.733 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-15T22:35:39.749 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:39.783 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:39.947 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T22:35:39.975 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T22:35:40.014 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T22:35:40.069 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-15T22:35:40.097 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-15T22:35:40.136 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T22:35:40.375 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-py. 2024-04-15T22:35:40.403 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T22:35:40.441 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T22:35:40.466 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-15T22:35:40.493 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-15T22:35:40.532 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-15T22:35:40.745 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T22:35:40.773 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T22:35:40.811 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T22:35:40.919 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package nvme-cli. 2024-04-15T22:35:40.947 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-15T22:35:40.986 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T22:35:41.274 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T22:35:41.301 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T22:35:41.340 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T22:35:41.400 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package pkg-config. 2024-04-15T22:35:41.428 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-15T22:35:41.466 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T22:35:41.652 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-toml. 2024-04-15T22:35:41.679 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T22:35:41.718 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T22:35:41.752 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-15T22:35:41.780 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-15T22:35:41.819 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-15T22:35:42.021 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T22:35:42.048 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T22:35:42.087 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T22:35:42.263 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-15T22:35:42.291 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-15T22:35:42.330 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-15T22:35:42.633 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pastescript. 2024-04-15T22:35:42.661 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-15T22:35:42.666 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T22:35:42.694 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T22:35:42.699 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-15T22:35:42.732 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T22:35:43.002 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T22:35:43.003 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pluggy. 2024-04-15T22:35:43.029 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T22:35:43.030 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-15T22:35:43.068 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T22:35:43.078 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-15T22:35:43.356 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-psutil. 2024-04-15T22:35:43.383 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-15T22:35:43.414 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-15T22:35:43.767 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-py. 2024-04-15T22:35:43.794 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-15T22:35:43.806 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package radosgw. 2024-04-15T22:35:43.833 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:43.841 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-15T22:35:43.872 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:44.178 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pygments. 2024-04-15T22:35:44.206 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-15T22:35:44.253 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T22:35:44.651 INFO:teuthology.orchestra.run.smithi154.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T22:35:44.678 INFO:teuthology.orchestra.run.smithi154.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:44.715 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-15T22:35:44.716 INFO:teuthology.orchestra.run.smithi154.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:44.744 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-15T22:35:44.782 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-15T22:35:45.037 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T22:35:45.093 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-toml. 2024-04-15T22:35:45.121 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-15T22:35:45.159 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-15T22:35:45.297 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T22:35:45.423 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T22:35:45.462 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-pytest. 2024-04-15T22:35:45.491 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-15T22:35:45.529 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T22:35:45.693 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T22:35:45.874 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package python3-simplejson. 2024-04-15T22:35:45.902 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-15T22:35:45.940 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-15T22:35:46.008 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T22:35:46.218 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-15T22:35:46.235 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-15T22:35:46.276 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-15T22:35:46.409 INFO:teuthology.orchestra.run.smithi154.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T22:35:46.475 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:46.942 INFO:teuthology.orchestra.run.smithi154.stdout:Adding system user cephadm....done 2024-04-15T22:35:47.022 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package radosgw. 2024-04-15T22:35:47.051 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../116-radosgw_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:47.088 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:47.097 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T22:35:47.382 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T22:35:47.641 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T22:35:47.742 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T22:35:47.866 INFO:teuthology.orchestra.run.smithi055.stdout:Selecting previously unselected package rbd-fuse. 2024-04-15T22:35:47.883 INFO:teuthology.orchestra.run.smithi055.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2114-ga9a752df-1jammy_amd64.deb ... 2024-04-15T22:35:47.924 INFO:teuthology.orchestra.run.smithi055.stdout:Unpacking rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:47.969 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T22:35:48.195 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T22:35:48.229 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-15T22:35:48.321 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T22:35:48.488 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-15T22:35:48.614 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-15T22:35:48.622 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T22:35:48.881 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-15T22:35:48.991 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T22:35:49.234 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-15T22:35:49.242 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T22:35:49.494 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T22:35:49.653 INFO:teuthology.orchestra.run.smithi055.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-15T22:35:49.712 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T22:35:49.724 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:49.963 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T22:35:50.222 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T22:35:50.224 INFO:teuthology.orchestra.run.smithi055.stdout:Adding system user cephadm....done 2024-04-15T22:35:50.389 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-15T22:35:50.482 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:50.665 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-15T22:35:50.749 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T22:35:50.916 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-15T22:35:50.967 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T22:35:51.042 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-15T22:35:51.077 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T22:35:51.203 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T22:35:51.301 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-15T22:35:51.437 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T22:35:51.561 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-15T22:35:51.688 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-15T22:35:51.814 INFO:teuthology.orchestra.run.smithi154.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T22:35:51.852 INFO:teuthology.orchestra.run.smithi154.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T22:35:51.907 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T22:35:51.998 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-15T22:35:52.033 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T22:35:52.366 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-15T22:35:52.384 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T22:35:52.494 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T22:35:52.626 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-15T22:35:52.736 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T22:35:52.902 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-15T22:35:53.013 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T22:35:53.187 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-15T22:35:53.313 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T22:35:53.446 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-15T22:35:53.448 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T22:35:53.714 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-15T22:35:53.973 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-ceph-argparse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:54.108 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T22:35:54.224 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-15T22:35:54.350 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-15T22:35:54.359 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T22:35:54.451 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-15T22:35:54.469 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T22:35:54.552 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-15T22:35:54.595 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T22:35:54.803 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-15T22:35:54.921 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T22:35:55.201 INFO:teuthology.orchestra.run.smithi055.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-15T22:35:55.234 INFO:teuthology.orchestra.run.smithi055.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-15T22:35:55.290 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-15T22:35:55.297 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T22:35:55.391 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-15T22:35:55.549 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T22:35:55.759 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-15T22:35:55.860 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-15T22:35:55.917 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T22:35:56.111 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-15T22:35:56.185 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T22:35:56.396 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-15T22:35:56.520 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T22:35:56.705 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up zip (3.0-12build2) ... 2024-04-15T22:35:56.771 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T22:35:56.831 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-15T22:35:56.897 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:35:57.198 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T22:35:57.532 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T22:35:57.566 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-15T22:35:57.834 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-15T22:35:57.935 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-15T22:35:58.036 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-15T22:35:58.346 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-15T22:35:58.688 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T22:35:58.747 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-15T22:35:58.940 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:35:58.990 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-15T22:35:59.058 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T22:35:59.309 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T22:35:59.383 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-15T22:35:59.418 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T22:35:59.519 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T22:35:59.726 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-15T22:35:59.812 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T22:36:00.080 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T22:36:00.094 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-15T22:36:00.331 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:36:00.353 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-15T22:36:00.457 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T22:36:00.480 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:00.767 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T22:36:00.797 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-idna (3.3-1) ... 2024-04-15T22:36:01.002 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T22:36:01.098 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-15T22:36:01.244 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T22:36:01.495 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T22:36:01.746 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T22:36:02.031 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T22:36:02.157 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T22:36:02.354 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-15T22:36:02.433 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T22:36:02.551 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T22:36:02.589 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:36:02.698 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-15T22:36:02.844 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T22:36:02.949 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-15T22:36:03.067 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-15T22:36:03.168 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-15T22:36:03.258 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T22:36:03.453 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-15T22:36:03.721 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-15T22:36:03.738 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T22:36:03.864 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T22:36:03.972 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:36:03.990 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T22:36:04.073 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-15T22:36:04.080 INFO:teuthology.orchestra.run.smithi154.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T22:36:04.317 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T22:36:04.383 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-15T22:36:04.434 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T22:36:04.642 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-15T22:36:04.836 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T22:36:04.909 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-15T22:36:05.095 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T22:36:05.161 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-15T22:36:05.221 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T22:36:05.412 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-15T22:36:05.480 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:36:05.607 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T22:36:05.680 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-15T22:36:05.789 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-15T22:36:05.916 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T22:36:06.049 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-15T22:36:06.175 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-15T22:36:06.209 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T22:36:06.460 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T22:36:06.476 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-15T22:36:06.561 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T22:36:06.777 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-15T22:36:06.829 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T22:36:07.019 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-15T22:36:07.105 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T22:36:07.146 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-15T22:36:07.272 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-15T22:36:07.352 INFO:teuthology.orchestra.run.smithi055.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-15T22:36:07.458 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T22:36:07.590 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-15T22:36:07.716 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-15T22:36:07.835 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T22:36:08.109 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-15T22:36:08.111 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T22:36:08.368 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-15T22:36:08.447 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T22:36:08.502 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-15T22:36:08.573 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:08.699 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:08.821 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-15T22:36:08.825 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T22:36:08.947 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-15T22:36:09.145 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:09.264 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-15T22:36:09.271 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:09.397 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T22:36:09.574 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-15T22:36:09.674 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:09.800 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:09.842 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-15T22:36:09.918 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:09.968 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-15T22:36:10.120 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T22:36:10.120 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T22:36:10.235 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-15T22:36:10.520 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-15T22:36:10.610 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:10.720 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:10.846 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:10.873 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-15T22:36:10.972 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T22:36:11.241 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-15T22:36:11.526 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-15T22:36:11.881 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-15T22:36:12.016 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up librados2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.142 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.176 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.285 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-15T22:36:12.301 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.428 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.554 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.588 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libcephfs2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.705 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.714 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libradosstriper1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:12.840 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-15T22:36:13.117 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up librbd1 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:13.215 INFO:teuthology.orchestra.run.smithi154.stdout:Adding group ceph....done 2024-04-15T22:36:13.243 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mgr-modules-core (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:13.370 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:13.549 INFO:teuthology.orchestra.run.smithi154.stdout:Adding system user ceph....done 2024-04-15T22:36:13.590 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T22:36:13.590 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-15T22:36:13.710 INFO:teuthology.orchestra.run.smithi154.stdout:Setting system user ceph properties....done 2024-04-15T22:36:13.727 INFO:teuthology.orchestra.run.smithi154.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T22:36:13.872 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T22:36:14.104 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up libcephfs-dev (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:14.202 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T22:36:14.230 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-rados (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:14.348 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up librgw2 (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:14.449 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-15T22:36:14.700 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:14.801 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:15.260 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:36:15.260 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:36:15.687 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:15.762 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-rbd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:15.888 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up rbd-fuse (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:16.023 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-rgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:16.029 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T22:36:16.174 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up python3-cephfs (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:16.300 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-common (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:16.490 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:16.795 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T22:36:16.795 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T22:36:16.810 INFO:teuthology.orchestra.run.smithi055.stdout:Adding group ceph....done 2024-04-15T22:36:17.138 INFO:teuthology.orchestra.run.smithi055.stdout:Adding system user ceph....done 2024-04-15T22:36:17.300 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:17.306 INFO:teuthology.orchestra.run.smithi055.stdout:Setting system user ceph properties....done 2024-04-15T22:36:17.320 INFO:teuthology.orchestra.run.smithi055.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-15T22:36:17.462 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-15T22:36:17.490 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T22:36:17.490 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T22:36:17.771 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-15T22:36:18.002 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:18.236 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-test (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:18.263 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T22:36:18.263 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T22:36:18.362 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up radosgw (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:18.787 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:18.843 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:36:18.843 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:36:18.913 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:19.090 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:19.272 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-base (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:19.304 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T22:36:19.304 INFO:teuthology.orchestra.run.smithi154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T22:36:19.607 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-15T22:36:19.784 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:19.910 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:20.027 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:20.179 INFO:teuthology.orchestra.run.smithi154.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:20.313 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mds (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:20.563 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T22:36:20.563 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-15T22:36:20.573 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T22:36:20.765 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T22:36:20.910 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T22:36:21.015 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mgr (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:21.231 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T22:36:21.232 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-15T22:36:21.685 INFO:teuthology.orchestra.run.smithi154.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T22:36:21.691 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-osd (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:21.981 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T22:36:21.981 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-15T22:36:22.315 INFO:teuthology.orchestra.run.smithi154.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T22:36:22.321 DEBUG:teuthology.parallel:result is None 2024-04-15T22:36:22.477 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:22.603 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:22.754 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mon (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:22.989 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T22:36:22.989 INFO:teuthology.orchestra.run.smithi055.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-15T22:36:23.464 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mgr-cephadm (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:23.616 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:23.759 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-mgr-dashboard (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:23.935 INFO:teuthology.orchestra.run.smithi055.stdout:Setting up ceph-volume (19.0.0-2114-ga9a752df-1jammy) ... 2024-04-15T22:36:24.290 INFO:teuthology.orchestra.run.smithi055.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-15T22:36:24.465 INFO:teuthology.orchestra.run.smithi055.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-15T22:36:24.688 INFO:teuthology.orchestra.run.smithi055.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-15T22:36:26.062 INFO:teuthology.orchestra.run.smithi055.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-15T22:36:26.729 INFO:teuthology.orchestra.run.smithi055.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-15T22:36:26.735 DEBUG:teuthology.parallel:result is None 2024-04-15T22:36:26.736 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-15T22:36:26.965 DEBUG:teuthology.orchestra.run.smithi055:> dpkg-query -W -f '${Version}' ceph 2024-04-15T22:36:26.985 INFO:teuthology.orchestra.run.smithi055.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:36:26.985 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:36:26.985 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T22:36:26.987 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-15T22:36:27.205 DEBUG:teuthology.orchestra.run.smithi154:> dpkg-query -W -f '${Version}' ceph 2024-04-15T22:36:27.224 INFO:teuthology.orchestra.run.smithi154.stdout:19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:36:27.225 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114-ga9a752df-1jammy 2024-04-15T22:36:27.225 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114-ga9a752df-1jammy is installed. 2024-04-15T22:36:27.226 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T22:36:27.226 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-15T22:36:27.226 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T22:36:27.241 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T22:36:27.241 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T22:36:27.280 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T22:36:27.280 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-15T22:36:27.280 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T22:36:27.297 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T22:36:27.352 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T22:36:27.353 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T22:36:27.366 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T22:36:27.422 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T22:36:27.422 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-15T22:36:27.422 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T22:36:27.436 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T22:36:27.491 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T22:36:27.491 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T22:36:27.504 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T22:36:27.558 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T22:36:27.558 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-04-15T22:36:27.558 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T22:36:27.571 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T22:36:27.628 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2024-04-15T22:36:27.628 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T22:36:27.642 DEBUG:teuthology.orchestra.run.smithi154:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T22:36:27.698 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T22:36:27.799 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\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T22:36:27.799 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:36:27.800 INFO:tasks.cephadm:Cluster fsid is 9914fab6-fb78-11ee-bc8f-c7b262605968 2024-04-15T22:36:27.800 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T22:36:27.800 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.55', 'mon.b': '172.21.15.154'} 2024-04-15T22:36:27.800 INFO:tasks.cephadm:First mon is mon.a on smithi055 2024-04-15T22:36:27.800 INFO:tasks.cephadm:First mgr is a 2024-04-15T22:36:27.800 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T22:36:27.800 DEBUG:teuthology.orchestra.run.smithi055:> sudo hostname $(hostname -s) 2024-04-15T22:36:27.816 DEBUG:teuthology.orchestra.run.smithi154:> sudo hostname $(hostname -s) 2024-04-15T22:36:27.830 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T22:36:27.830 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-15T22:36:27.980 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-15T22:36:28.117 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-15T22:36:28.118 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-15T22:36:28.118 DEBUG:teuthology.orchestra.run.smithi055:> 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-15T22:36:28.797 INFO:teuthology.orchestra.run.smithi055.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 22:36 /home/ubuntu/cephtest/cephadm 2024-04-15T22:36:28.797 DEBUG:teuthology.orchestra.run.smithi154:> 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-15T22:36:29.456 INFO:teuthology.orchestra.run.smithi154.stdout:-rw-rw-r-- 1 ubuntu ubuntu 775006 Apr 15 22:36 /home/ubuntu/cephtest/cephadm 2024-04-15T22:36:29.457 DEBUG:teuthology.orchestra.run.smithi055:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:36:29.465 DEBUG:teuthology.orchestra.run.smithi154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:36:29.481 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T22:36:29.481 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:36:29.509 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:36:29.678 INFO:teuthology.orchestra.run.smithi055.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:36:29.682 INFO:teuthology.orchestra.run.smithi154.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:36:29.919 INFO:teuthology.orchestra.run.smithi154.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-15T22:36:29.920 INFO:teuthology.orchestra.run.smithi154.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-15T22:36:29.920 INFO:teuthology.orchestra.run.smithi154.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:36:29.926 INFO:teuthology.orchestra.run.smithi055.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-15T22:36:29.926 INFO:teuthology.orchestra.run.smithi055.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-15T22:36:29.926 INFO:teuthology.orchestra.run.smithi055.stderr:ERROR: Failed command: /usr/bin/docker pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:36:29.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:36:29.956 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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/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 smithi055 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:36:29.957 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T22:36:29.959 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/lib/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590/remote/smithi055/crash 2024-04-15T22:36:29.960 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/lib/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:36:29.971 INFO:teuthology.orchestra.run.smithi055.stderr:tar: /var/lib/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:36:29.971 INFO:teuthology.orchestra.run.smithi055.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:36:29.974 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/lib/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590/remote/smithi154/crash 2024-04-15T22:36:29.975 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/lib/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:36:29.988 INFO:teuthology.orchestra.run.smithi154.stderr:tar: /var/lib/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:36:29.988 INFO:teuthology.orchestra.run.smithi154.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:36:29.989 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T22:36:29.989 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T22:36:30.032 INFO:teuthology.orchestra.run.smithi055.stderr:grep: /var/log/ceph/9914fab6-fb78-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T22:36:30.033 INFO:tasks.cephadm:Compressing logs... 2024-04-15T22:36:30.034 DEBUG:teuthology.orchestra.run.smithi055:> 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-15T22:36:30.077 DEBUG:teuthology.orchestra.run.smithi154:> 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-15T22:36:30.086 INFO:teuthology.orchestra.run.smithi055.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T22:36:30.086 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:36:30.087 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cephadm.log: 70.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:36:30.089 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-04-15T22:36:30.089 INFO:teuthology.orchestra.run.smithi055.stderr:real 0m0.010s 2024-04-15T22:36:30.089 INFO:teuthology.orchestra.run.smithi055.stderr:user 0m0.013s 2024-04-15T22:36:30.089 INFO:teuthology.orchestra.run.smithi055.stderr:sys 0m0.004s 2024-04-15T22:36:30.090 INFO:teuthology.orchestra.run.smithi154.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-15T22:36:30.091 INFO:teuthology.orchestra.run.smithi154.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:36:30.092 INFO:teuthology.orchestra.run.smithi154.stderr:/var/log/ceph/cephadm.log: 69.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:36:30.094 INFO:teuthology.orchestra.run.smithi154.stderr: 2024-04-15T22:36:30.094 INFO:teuthology.orchestra.run.smithi154.stderr:real 0m0.012s 2024-04-15T22:36:30.094 INFO:teuthology.orchestra.run.smithi154.stderr:user 0m0.002s 2024-04-15T22:36:30.094 INFO:teuthology.orchestra.run.smithi154.stderr:sys 0m0.019s 2024-04-15T22:36:30.094 INFO:tasks.cephadm:Archiving logs... 2024-04-15T22:36:30.094 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590/remote/smithi055/log 2024-04-15T22:36:30.095 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:36:30.144 DEBUG:teuthology.misc:Transferring archived files from smithi154:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590/remote/smithi154/log 2024-04-15T22:36:30.145 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:36:30.159 INFO:tasks.cephadm:Removing cluster... 2024-04-15T22:36:30.159 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9914fab6-fb78-11ee-bc8f-c7b262605968 --force 2024-04-15T22:36:30.347 INFO:teuthology.orchestra.run.smithi055.stdout:Deleting cluster with fsid: 9914fab6-fb78-11ee-bc8f-c7b262605968 2024-04-15T22:36:31.679 DEBUG:teuthology.orchestra.run.smithi154:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9914fab6-fb78-11ee-bc8f-c7b262605968 --force 2024-04-15T22:36:31.847 INFO:teuthology.orchestra.run.smithi154.stdout:Deleting cluster with fsid: 9914fab6-fb78-11ee-bc8f-c7b262605968 2024-04-15T22:36:33.180 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T22:36:33.180 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:36:33.186 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:36:33.192 INFO:tasks.cephadm:Teardown complete 2024-04-15T22:36:33.192 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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/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 smithi055 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:36:33.388 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=65edfb72771d441a81901ddcb0e1f036 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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/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 smithi055 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:36:33.391 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T22:36:33.400 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T22:36:33.431 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-15T22:36:33.432 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T22:36:33.445 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T22:36:33.501 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T22:36:33.509 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T22:36:33.509 DEBUG:teuthology.orchestra.run.smithi055:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:36:33.512 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:36:33.522 INFO:teuthology.orchestra.run.smithi055.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:36:33.523 INFO:teuthology.orchestra.run.smithi055.stdout:============================================================================== 2024-04-15T22:36:33.523 INFO:teuthology.orchestra.run.smithi055.stdout: hv01.front.sepi 67.205.162.81 3 u 45 64 3 0.158 -2.137 0.731 2024-04-15T22:36:33.523 INFO:teuthology.orchestra.run.smithi055.stdout: hv02.front.sepi 63.231.80.2 3 u 52 64 3 0.103 -0.696 0.561 2024-04-15T22:36:33.523 INFO:teuthology.orchestra.run.smithi055.stdout: hv03.front.sepi 74.6.168.72 3 u 51 64 3 0.128 -0.287 0.595 2024-04-15T22:36:33.523 INFO:teuthology.orchestra.run.smithi055.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:36:33.525 INFO:teuthology.orchestra.run.smithi154.stdout: remote refid st t when poll reach delay offset jitter 2024-04-15T22:36:33.525 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================== 2024-04-15T22:36:33.525 INFO:teuthology.orchestra.run.smithi154.stdout: hv01.front.sepi 67.205.162.81 3 u 48 64 3 0.115 -3.102 1.223 2024-04-15T22:36:33.525 INFO:teuthology.orchestra.run.smithi154.stdout: hv02.front.sepi 63.231.80.2 3 u 48 64 3 0.121 -1.717 1.171 2024-04-15T22:36:33.525 INFO:teuthology.orchestra.run.smithi154.stdout: hv03.front.sepi 74.6.168.72 3 u 50 64 3 0.124 -1.274 0.601 2024-04-15T22:36:33.526 INFO:teuthology.orchestra.run.smithi154.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-15T22:36:33.526 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T22:36:33.582 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T22:36:33.582 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T22:36:33.615 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T22:36:33.648 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T22:36:33.682 INFO:teuthology.task.internal:Duration was 555.204003 seconds 2024-04-15T22:36:33.682 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T22:36:33.715 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T22:36:33.716 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:36:33.719 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:36:33.755 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T22:36:33.755 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2024-04-15T22:36:33.755 DEBUG:teuthology.orchestra.run.smithi055:> 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-15T22:36:33.804 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2024-04-15T22:36:33.804 DEBUG:teuthology.orchestra.run.smithi154:> 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-15T22:36:33.814 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T22:36:33.814 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:36:33.848 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:36:33.888 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T22:36:33.888 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:36:33.917 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:36:33.981 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T22:36:33.990 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T22:36:33.991 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:36:34.001 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:36:34.013 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T22:36:34.033 DEBUG:teuthology.orchestra.run.smithi055:> 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-15T22:36:34.045 DEBUG:teuthology.orchestra.run.smithi154:> 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-15T22:36:34.054 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2024-04-15T22:36:34.064 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2024-04-15T22:36:34.084 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:36:34.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:36:34.124 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:36:34.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:36:34.134 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T22:36:34.144 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T22:36:34.144 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590/remote/smithi055 2024-04-15T22:36:34.145 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:36:34.188 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590/remote/smithi154 2024-04-15T22:36:34.188 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:36:34.208 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T22:36:34.208 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:36:34.229 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:36:34.254 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T22:36:34.264 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T22:36:34.265 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T22:36:34.291 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T22:36:34.292 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:36:34.294 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:36:34.298 INFO:teuthology.orchestra.run.smithi055.stdout: 658465 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:36 /home/ubuntu/cephtest 2024-04-15T22:36:34.306 INFO:teuthology.orchestra.run.smithi154.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:36 /home/ubuntu/cephtest 2024-04-15T22:36:34.308 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T22:36:34.325 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T22:36:34.392 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T22:36:34.420 DEBUG:teuthology.nuke:shortname: smithi055 2024-04-15T22:36:34.420 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:36:34.445 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590', '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 22:16:48.312543', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDXBPDB1mSYskaKITTQFT2cmCi+pN9i2fPlJeMNUePuxjIP0xwBoH2J4rArzoxiGHtvwOwzBiVlmYGOw7EV0zeU='} 2024-04-15T22:36:34.448 DEBUG:teuthology.nuke:shortname: smithi154 2024-04-15T22:36:34.449 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:36:34.469 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657590', '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 22:16:48.309802', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMGYsSWVFw2XUg6NimJTGdMHlLVDS8P2tc3F+p6cku+BOUyXrHp3xHVq65DHKSNwQ9jzy2eiUjX+ZOt64J1v+eE='} 2024-04-15T22:36:34.503 INFO:teuthology.orchestra.console.smithi055:Power off 2024-04-15T22:36:34.503 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:36:34.532 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2024-04-15T22:36:34.533 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:36:34.547 INFO:teuthology.orchestra.console.smithi154:Power off 2024-04-15T22:36:34.548 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:36:34.555 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-04-15T22:36:34.569 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2024-04-15T22:36:34.569 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:36:34.592 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-15T22:36:38.557 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:36:38.593 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:36:38.668 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-04-15T22:36:38.701 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2024-04-15T22:36:42.673 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:36:42.702 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:36:42.784 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2024-04-15T22:36:42.811 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2024-04-15T22:36:42.885 INFO:teuthology.orchestra.console.smithi055:Power off completed 2024-04-15T22:36:42.912 INFO:teuthology.orchestra.console.smithi154:Power off completed 2024-04-15T22:36:43.017 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_extra_daemon_features} duration: 555.2040033340454 failure_reason: 'Command failed on smithi055 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=65edfb72771d441a81901ddcb0e1f036 status: fail success: false 2024-04-15T22:36:43.018 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T22:36:43.112 INFO:teuthology.run:FAIL