2024-09-16T05:42:10.569 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T05:42:10.605 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T05:42:10.693 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822 branch: quincy description: upgrade:octopus-x/stress-split/{0-distro/ubuntu_20.04 0-roles 1-start 2-first-half-tasks/readwrite 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} email: ceph-qa@ceph.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 ; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]''; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' first_in_suite: false job_id: '7906822' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' name: teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: quincy ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: bluestore fsck quick fix on mount: true debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 workunit: branch: quincy sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 owner: scheduled_teuthology@teuthology priority: 820 repo: https://git.ceph.com/ceph.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - ceph orch upgrade resume - sleep 60 - echo wait for upgrade to complete - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' seed: 290 sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: octopus clients: client.0: - cls/test_cls_rbd.sh env: CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: octopus clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: octopus clients: client.0: - rbd/test_librbd.sh - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' subset: 1931/120000 suite: upgrade:octopus-x suite_branch: quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - install: branch: octopus exclude_packages: - ceph-volume - cephadm: add_mons_via_daemon_add: true avoid_pacific_features: true cephadm_branch: octopus cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:octopus - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_00:24:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T05:42:10.694 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa; will attempt to use it 2024-09-16T05:42:10.694 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks 2024-09-16T05:42:10.695 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T05:42:10.696 INFO:teuthology.task.internal:Checking packages... 2024-09-16T05:42:10.717 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '6d025bc26f3176c910707f8cb4c8d8e076640615' 2024-09-16T05:42:10.717 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T05:42:10.717 INFO:teuthology.packaging:ref: None 2024-09-16T05:42:10.717 INFO:teuthology.packaging:tag: None 2024-09-16T05:42:10.717 INFO:teuthology.packaging:branch: quincy 2024-09-16T05:42:10.717 INFO:teuthology.packaging:sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 2024-09-16T05:42:10.718 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=quincy 2024-09-16T05:42:10.930 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1633-g6d025bc2-1focal 2024-09-16T05:42:10.931 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T05:42:10.937 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T05:42:10.937 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T05:42:10.965 INFO:teuthology.task.internal:Saving configuration 2024-09-16T05:42:10.986 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T05:42:10.992 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T05:42:11.015 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 05:35:36.320336', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-16T05:42:11.042 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 05:35:36.322339', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-09-16T05:42:11.042 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T05:42:11.048 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-09-16T05:42:11.048 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-09-16T05:42:11.048 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T05:42:11.107 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f161e843520>, signals=[15]) 2024-09-16T05:42:11.107 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T05:42:11.113 INFO:teuthology.task.internal:Opening connections... 2024-09-16T05:42:11.113 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-09-16T05:42:11.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:42:11.213 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2024-09-16T05:42:11.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:42:11.304 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T05:42:11.310 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-09-16T05:42:11.317 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-09-16T05:42:11.317 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-09-16T05:42:11.365 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="Ubuntu" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:ID=ubuntu 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE=debian 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="20.04" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_CODENAME=focal 2024-09-16T05:42:11.366 INFO:teuthology.orchestra.run.smithi031.stdout:UBUNTU_CODENAME=focal 2024-09-16T05:42:11.367 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-09-16T05:42:11.388 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2024-09-16T05:42:11.393 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2024-09-16T05:42:11.394 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2024-09-16T05:42:11.440 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="Ubuntu" 2024-09-16T05:42:11.440 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:ID=ubuntu 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE=debian 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="20.04" 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_CODENAME=focal 2024-09-16T05:42:11.441 INFO:teuthology.orchestra.run.smithi179.stdout:UBUNTU_CODENAME=focal 2024-09-16T05:42:11.441 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2024-09-16T05:42:11.463 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T05:42:11.472 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T05:42:11.477 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T05:42:11.477 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-09-16T05:42:11.480 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2024-09-16T05:42:11.485 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T05:42:11.491 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T05:42:11.491 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-09-16T05:42:11.493 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2024-09-16T05:42:11.507 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T05:42:11.556 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T05:42:11.570 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T05:42:11.570 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T05:42:11.571 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T05:42:11.571 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T05:42:11.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:42:11.577 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-09-16T05:42:11.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:42:11.578 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-09-16T05:42:11.584 INFO:teuthology.orchestra.run.smithi031.stdout:5.4.0-124-generic 2024-09-16T05:42:11.584 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.4.0-124-generic 2024-09-16T05:42:11.584 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-09-16T05:42:11.585 INFO:teuthology.orchestra.run.smithi179.stdout:5.4.0-124-generic 2024-09-16T05:42:11.585 INFO:teuthology.task.kernel:Running kernel on smithi179: 5.4.0-124-generic 2024-09-16T05:42:11.585 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get clean 2024-09-16T05:42:11.665 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-09-16T05:42:11.702 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-09-16T05:42:11.830 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-16T05:42:11.839 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-16T05:42:11.875 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-16T05:42:11.875 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-16T05:42:11.875 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-16T05:42:11.902 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-16T05:42:11.922 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-16T05:42:11.937 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-16T05:42:12.212 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,563 kB] 2024-09-16T05:42:12.290 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [812 kB] 2024-09-16T05:42:12.359 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,030 kB] 2024-09-16T05:42:12.376 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [550 kB] 2024-09-16T05:42:12.377 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,195 kB] 2024-09-16T05:42:12.380 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-16T05:42:12.380 INFO:teuthology.orchestra.run.smithi179.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,236 kB] 2024-09-16T05:42:12.404 INFO:teuthology.orchestra.run.smithi179.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-16T05:42:12.405 INFO:teuthology.orchestra.run.smithi179.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [453 kB] 2024-09-16T05:42:12.409 INFO:teuthology.orchestra.run.smithi179.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-16T05:42:12.409 INFO:teuthology.orchestra.run.smithi179.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-16T05:42:12.417 INFO:teuthology.orchestra.run.smithi179.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-16T05:42:12.421 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [472 kB] 2024-09-16T05:42:12.422 INFO:teuthology.orchestra.run.smithi179.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-16T05:42:12.424 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-16T05:42:12.424 INFO:teuthology.orchestra.run.smithi179.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-16T05:42:12.425 INFO:teuthology.orchestra.run.smithi179.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-16T05:42:12.425 INFO:teuthology.orchestra.run.smithi179.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-16T05:42:12.425 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-16T05:42:12.425 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,117 kB] 2024-09-16T05:42:12.429 INFO:teuthology.orchestra.run.smithi179.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-16T05:42:12.429 INFO:teuthology.orchestra.run.smithi179.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-16T05:42:12.429 INFO:teuthology.orchestra.run.smithi179.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-16T05:42:12.430 INFO:teuthology.orchestra.run.smithi179.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-16T05:42:12.430 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,563 kB] 2024-09-16T05:42:12.446 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [436 kB] 2024-09-16T05:42:12.446 INFO:teuthology.orchestra.run.smithi179.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-16T05:42:12.446 INFO:teuthology.orchestra.run.smithi179.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-16T05:42:12.447 INFO:teuthology.orchestra.run.smithi179.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-16T05:42:12.447 INFO:teuthology.orchestra.run.smithi179.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-16T05:42:12.449 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-16T05:42:12.449 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-16T05:42:12.453 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-16T05:42:12.460 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-16T05:42:12.461 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-16T05:42:12.462 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-16T05:42:12.462 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-16T05:42:12.462 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-16T05:42:12.474 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-16T05:42:12.537 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,030 kB] 2024-09-16T05:42:12.542 INFO:teuthology.orchestra.run.smithi179.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [812 kB] 2024-09-16T05:42:12.546 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [550 kB] 2024-09-16T05:42:12.551 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-16T05:42:12.552 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-16T05:42:12.553 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,236 kB] 2024-09-16T05:42:12.574 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [453 kB] 2024-09-16T05:42:12.577 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-16T05:42:12.577 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-16T05:42:12.582 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,230 kB] 2024-09-16T05:42:12.592 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-16T05:42:12.593 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.0 kB] 2024-09-16T05:42:12.594 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-16T05:42:12.594 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-16T05:42:12.594 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-16T05:42:12.598 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-16T05:42:12.598 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-16T05:42:12.599 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-16T05:42:12.615 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-16T05:42:12.616 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-16T05:42:12.616 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-16T05:42:12.617 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-16T05:42:12.881 INFO:teuthology.orchestra.run.smithi179.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,195 kB] 2024-09-16T05:42:13.075 INFO:teuthology.orchestra.run.smithi179.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [472 kB] 2024-09-16T05:42:13.090 INFO:teuthology.orchestra.run.smithi179.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-16T05:42:13.090 INFO:teuthology.orchestra.run.smithi179.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-16T05:42:13.095 INFO:teuthology.orchestra.run.smithi179.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,117 kB] 2024-09-16T05:42:13.182 INFO:teuthology.orchestra.run.smithi179.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [436 kB] 2024-09-16T05:42:13.195 INFO:teuthology.orchestra.run.smithi179.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-16T05:42:13.195 INFO:teuthology.orchestra.run.smithi179.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,011 kB] 2024-09-16T05:42:13.221 INFO:teuthology.orchestra.run.smithi179.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-16T05:42:13.245 INFO:teuthology.orchestra.run.smithi179.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-16T05:42:13.251 INFO:teuthology.orchestra.run.smithi179.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.2 kB] 2024-09-16T05:42:13.252 INFO:teuthology.orchestra.run.smithi179.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-16T05:42:13.252 INFO:teuthology.orchestra.run.smithi179.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-16T05:42:13.252 INFO:teuthology.orchestra.run.smithi179.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-16T05:42:13.325 INFO:teuthology.orchestra.run.smithi179.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-16T05:42:16.736 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 21.8 MB in 3s (7,146 kB/s) 2024-09-16T05:42:16.912 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 21.8 MB in 3s (6,925 kB/s) 2024-09-16T05:42:18.359 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-09-16T05:42:18.388 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T05:42:18.450 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-16T05:42:18.468 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-09-16T05:42:18.479 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T05:42:18.557 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-16T05:42:18.687 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-09-16T05:42:18.687 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-09-16T05:42:18.781 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-09-16T05:42:18.781 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-09-16T05:42:18.891 INFO:teuthology.orchestra.run.smithi179.stdout:The following additional packages will be installed: 2024-09-16T05:42:18.891 INFO:teuthology.orchestra.run.smithi179.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-16T05:42:18.891 INFO:teuthology.orchestra.run.smithi179.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-16T05:42:18.892 INFO:teuthology.orchestra.run.smithi179.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-16T05:42:18.893 INFO:teuthology.orchestra.run.smithi179.stdout:Suggested packages: 2024-09-16T05:42:18.893 INFO:teuthology.orchestra.run.smithi179.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-16T05:42:18.893 INFO:teuthology.orchestra.run.smithi179.stdout:Recommended packages: 2024-09-16T05:42:18.893 INFO:teuthology.orchestra.run.smithi179.stdout: thermald 2024-09-16T05:42:18.947 INFO:teuthology.orchestra.run.smithi179.stdout:The following NEW packages will be installed: 2024-09-16T05:42:18.948 INFO:teuthology.orchestra.run.smithi179.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-16T05:42:18.948 INFO:teuthology.orchestra.run.smithi179.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-16T05:42:18.948 INFO:teuthology.orchestra.run.smithi179.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-16T05:42:18.949 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages will be upgraded: 2024-09-16T05:42:18.949 INFO:teuthology.orchestra.run.smithi179.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T05:42:18.994 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-09-16T05:42:18.994 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-16T05:42:18.994 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-generic linux-image-5.4.0-195-generic 2024-09-16T05:42:18.995 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-5.4.0-195-generic linux-modules-extra-5.4.0-195-generic 2024-09-16T05:42:18.996 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-09-16T05:42:18.996 INFO:teuthology.orchestra.run.smithi031.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-16T05:42:18.996 INFO:teuthology.orchestra.run.smithi031.stdout:Recommended packages: 2024-09-16T05:42:18.996 INFO:teuthology.orchestra.run.smithi031.stdout: thermald 2024-09-16T05:42:19.049 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-09-16T05:42:19.049 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-5.4.0-195 linux-headers-5.4.0-195-generic 2024-09-16T05:42:19.049 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.4.0-195-generic linux-modules-5.4.0-195-generic 2024-09-16T05:42:19.050 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-extra-5.4.0-195-generic 2024-09-16T05:42:19.051 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages will be upgraded: 2024-09-16T05:42:19.051 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T05:42:19.132 INFO:teuthology.orchestra.run.smithi179.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-16T05:42:19.132 INFO:teuthology.orchestra.run.smithi179.stdout:Need to get 77.2 MB of archives. 2024-09-16T05:42:19.132 INFO:teuthology.orchestra.run.smithi179.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-16T05:42:19.132 INFO:teuthology.orchestra.run.smithi179.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-195-generic amd64 5.4.0-195.215 [15.0 MB] 2024-09-16T05:42:19.234 INFO:teuthology.orchestra.run.smithi031.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-16T05:42:19.234 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 77.2 MB of archives. 2024-09-16T05:42:19.234 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-16T05:42:19.235 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-195-generic amd64 5.4.0-195.215 [15.0 MB] 2024-09-16T05:42:20.358 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-195-generic amd64 5.4.0-195.215 [10.5 MB] 2024-09-16T05:42:20.399 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-195-generic amd64 5.4.0-195.215 [10.5 MB] 2024-09-16T05:42:20.632 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-195-generic amd64 5.4.0-195.215 [39.2 MB] 2024-09-16T05:42:20.670 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-195-generic amd64 5.4.0-195.215 [39.2 MB] 2024-09-16T05:42:21.961 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.195.193 [1,900 B] 2024-09-16T05:42:21.961 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.195.193 [2,584 B] 2024-09-16T05:42:21.961 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195 all 5.4.0-195.215 [11.0 MB] 2024-09-16T05:42:21.980 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.195.193 [1,900 B] 2024-09-16T05:42:21.981 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.195.193 [2,584 B] 2024-09-16T05:42:21.981 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195 all 5.4.0-195.215 [11.0 MB] 2024-09-16T05:42:22.243 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195-generic amd64 5.4.0-195.215 [1,386 kB] 2024-09-16T05:42:22.259 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-195-generic amd64 5.4.0-195.215 [1,386 kB] 2024-09-16T05:42:22.274 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.195.193 [2,460 B] 2024-09-16T05:42:22.288 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.195.193 [2,460 B] 2024-09-16T05:42:22.961 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 77.2 MB in 3s (23.2 MB/s) 2024-09-16T05:42:22.986 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 77.2 MB in 3s (24.0 MB/s) 2024-09-16T05:42:23.155 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-16T05:42:23.167 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-5.4.0-195-generic. 2024-09-16T05:42:24.838 INFO:teuthology.orchestra.run.smithi031.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-09-16T05:42:24.844 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:24.889 INFO:teuthology.orchestra.run.smithi179.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-09-16T05:42:24.894 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../0-linux-modules-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:24.940 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:24.960 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:26.827 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-16T05:42:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-image-5.4.0-195-generic. 2024-09-16T05:42:26.843 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../1-linux-image-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:26.942 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:26.960 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:28.022 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-16T05:42:28.031 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:28.072 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:28.079 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-195-generic. 2024-09-16T05:42:28.092 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:28.129 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:32.793 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-16T05:42:32.918 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-16T05:42:32.921 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../3-linux-generic_5.4.0.195.193_amd64.deb ... 2024-09-16T05:42:33.048 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-16T05:42:33.279 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-16T05:42:33.373 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.195.193_amd64.deb ... 2024-09-16T05:42:33.430 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-16T05:42:33.476 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-16T05:42:33.821 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-16T05:42:33.835 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-16T05:42:33.858 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-headers-5.4.0-195. 2024-09-16T05:42:33.875 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../5-linux-headers-5.4.0-195_5.4.0-195.215_all.deb ... 2024-09-16T05:42:33.879 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-16T05:42:33.916 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-16T05:42:39.281 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-16T05:42:39.304 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:39.347 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:39.845 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.4.0-195-generic. 2024-09-16T05:42:39.867 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../6-linux-headers-5.4.0-195-generic_5.4.0-195.215_amd64.deb ... 2024-09-16T05:42:39.903 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:42.029 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-16T05:42:42.157 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-16T05:42:42.442 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:42.617 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.195.193_amd64.deb ... 2024-09-16T05:42:42.755 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-generic (5.4.0.195.193) over (5.4.0.124.125) ... 2024-09-16T05:42:43.673 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:43.933 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:45.178 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:45.286 INFO:teuthology.orchestra.run.smithi179.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-16T05:42:45.286 INFO:teuthology.orchestra.run.smithi179.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-16T05:42:45.459 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:46.350 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-195-generic 2024-09-16T05:42:46.350 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-195-generic 2024-09-16T05:42:46.489 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-extra-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:46.653 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-16T05:42:46.779 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-16T05:42:46.905 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:47.031 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-16T05:42:47.157 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-16T05:42:47.284 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:47.357 INFO:teuthology.orchestra.run.smithi179.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T05:42:47.357 INFO:teuthology.orchestra.run.smithi179.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-16T05:42:47.732 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.4.0-195 (5.4.0-195.215) ... 2024-09-16T05:42:47.858 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-generic (5.4.0.195.193) ... 2024-09-16T05:42:47.984 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:48.119 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-generic (5.4.0.195.193) ... 2024-09-16T05:42:48.245 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-generic (5.4.0.195.193) ... 2024-09-16T05:42:48.371 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for linux-image-5.4.0-195-generic (5.4.0-195.215) ... 2024-09-16T05:42:48.442 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T05:42:48.442 INFO:teuthology.orchestra.run.smithi031.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-195-generic 2024-09-16T05:43:09.156 INFO:teuthology.orchestra.run.smithi179.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T05:43:09.157 INFO:teuthology.orchestra.run.smithi179.stdout:Sourcing file `/etc/default/grub' 2024-09-16T05:43:09.172 INFO:teuthology.orchestra.run.smithi179.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T05:43:09.194 INFO:teuthology.orchestra.run.smithi179.stdout:Generating grub configuration file ... 2024-09-16T05:43:09.450 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-16T05:43:09.475 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-16T05:43:09.846 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-16T05:43:09.857 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-16T05:43:10.990 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T05:43:10.990 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub' 2024-09-16T05:43:11.013 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T05:43:11.025 INFO:teuthology.orchestra.run.smithi031.stdout:Generating grub configuration file ... 2024-09-16T05:43:11.314 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-16T05:43:11.338 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-16T05:43:11.699 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-16T05:43:11.710 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-16T05:43:11.931 INFO:teuthology.orchestra.run.smithi179.stdout:done 2024-09-16T05:43:12.389 DEBUG:teuthology.orchestra.run.smithi179:> dpkg -s linux-image-generic 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Package: linux-image-generic 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Status: install ok installed 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Priority: optional 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Section: kernel 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Installed-Size: 20 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: amd64 2024-09-16T05:43:12.433 INFO:teuthology.orchestra.run.smithi179.stdout:Source: linux-meta 2024-09-16T05:43:12.434 INFO:teuthology.orchestra.run.smithi179.stdout:Version: 5.4.0.195.193 2024-09-16T05:43:12.434 INFO:teuthology.orchestra.run.smithi179.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-16T05:43:12.434 INFO:teuthology.orchestra.run.smithi179.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T05:43:12.434 INFO:teuthology.orchestra.run.smithi179.stdout:Recommends: thermald 2024-09-16T05:43:12.434 INFO:teuthology.orchestra.run.smithi179.stdout:Description: Generic Linux kernel image 2024-09-16T05:43:12.434 INFO:teuthology.orchestra.run.smithi179.stdout: This package will always depend on the latest generic kernel image 2024-09-16T05:43:12.434 INFO:teuthology.orchestra.run.smithi179.stdout: available. 2024-09-16T05:43:12.434 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-16T05:43:12.434 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T05:43:12.435 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T05:43:12.435 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-16T05:43:12.435 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T05:43:12.435 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get clean 2024-09-16T05:43:12.564 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-09-16T05:43:12.698 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-16T05:43:12.705 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-16T05:43:12.723 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-16T05:43:12.816 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-16T05:43:13.725 INFO:teuthology.orchestra.run.smithi031.stdout:done 2024-09-16T05:43:14.156 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-09-16T05:43:14.201 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-09-16T05:43:14.201 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-09-16T05:43:14.201 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-09-16T05:43:14.201 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-09-16T05:43:14.201 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 20 2024-09-16T05:43:14.201 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.4.0.195.193 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-09-16T05:43:14.202 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-09-16T05:43:14.202 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-195-generic 2024-09-16T05:43:14.203 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T05:43:14.203 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T05:43:14.203 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-16T05:43:14.203 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T05:43:14.203 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-09-16T05:43:14.389 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-09-16T05:43:14.571 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-09-16T05:43:14.597 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T05:43:14.650 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-16T05:43:14.650 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-16T05:43:14.668 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-09-16T05:43:14.721 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-16T05:43:14.803 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-16T05:43:14.885 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-09-16T05:43:14.885 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-09-16T05:43:15.117 INFO:teuthology.orchestra.run.smithi179.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-16T05:43:15.118 INFO:teuthology.orchestra.run.smithi179.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-16T05:43:15.120 DEBUG:teuthology.orchestra.run.smithi179:> dpkg -s linux-image-generic 2024-09-16T05:43:15.143 INFO:teuthology.orchestra.run.smithi179.stdout:Package: linux-image-generic 2024-09-16T05:43:15.143 INFO:teuthology.orchestra.run.smithi179.stdout:Status: install ok installed 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Priority: optional 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Section: kernel 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Installed-Size: 20 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: amd64 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Source: linux-meta 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Version: 5.4.0.195.193 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Recommends: thermald 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout:Description: Generic Linux kernel image 2024-09-16T05:43:15.144 INFO:teuthology.orchestra.run.smithi179.stdout: This package will always depend on the latest generic kernel image 2024-09-16T05:43:15.145 INFO:teuthology.orchestra.run.smithi179.stdout: available. 2024-09-16T05:43:15.145 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2024-09-16T05:43:15.192 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.ljmWpIaHw7 2024-09-16T05:43:15.193 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ljmWpIaHw7 2024-09-16T05:43:15.207 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.ljmWpIaHw7 2024-09-16T05:43:15.250 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.ljmWpIaHw7 is 9KB 2024-09-16T05:43:15.263 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.ljmWpIaHw7 2024-09-16T05:43:15.269 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T05:43:15.326 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-09-16T05:43:15.326 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T05:43:15.326 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T05:43:15.367 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-16T05:43:15.367 DEBUG:teuthology.orchestra.run.smithi179:> sudo update-grub 2024-09-16T05:43:16.563 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-16T05:43:16.590 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T05:43:16.665 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-16T05:43:16.671 INFO:teuthology.orchestra.run.smithi179.stderr:Sourcing file `/etc/default/grub' 2024-09-16T05:43:16.679 INFO:teuthology.orchestra.run.smithi179.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T05:43:16.693 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2024-09-16T05:43:16.906 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-09-16T05:43:16.906 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-09-16T05:43:16.952 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-16T05:43:16.964 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-16T05:43:17.169 INFO:teuthology.orchestra.run.smithi031.stdout:linux-image-generic is already the newest version (5.4.0.195.193). 2024-09-16T05:43:17.169 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-16T05:43:17.171 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 20 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.4.0.195.193 2024-09-16T05:43:17.190 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-16T05:43:17.191 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.4.0-195-generic, linux-modules-extra-5.4.0-195-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T05:43:17.191 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-09-16T05:43:17.191 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-09-16T05:43:17.191 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-09-16T05:43:17.191 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-09-16T05:43:17.191 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-09-16T05:43:17.195 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.Gmp3mwXfrJ 2024-09-16T05:43:17.195 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Gmp3mwXfrJ 2024-09-16T05:43:17.252 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.Gmp3mwXfrJ 2024-09-16T05:43:17.295 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.Gmp3mwXfrJ is 9KB 2024-09-16T05:43:17.309 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.Gmp3mwXfrJ 2024-09-16T05:43:17.314 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-16T05:43:17.316 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T05:43:17.328 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-16T05:43:17.375 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-16T05:43:17.375 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T05:43:17.375 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T05:43:17.410 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-195-generic 2024-09-16T05:43:17.411 DEBUG:teuthology.orchestra.run.smithi031:> sudo update-grub 2024-09-16T05:43:18.297 INFO:teuthology.orchestra.run.smithi179.stderr:done 2024-09-16T05:43:18.299 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2024-09-16T05:43:18.713 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub' 2024-09-16T05:43:18.718 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T05:43:18.728 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-09-16T05:43:18.992 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-195-generic 2024-09-16T05:43:19.004 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-195-generic 2024-09-16T05:43:19.357 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-16T05:43:19.368 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-16T05:43:20.211 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-09-16T05:43:20.213 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-09-16T05:43:48.329 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-16T05:43:48.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-09-16T05:43:48.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:43:50.217 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-16T05:43:50.217 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-16T05:43:50.218 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:44:19.884 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2024-09-16T05:44:24.003 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2024-09-16T05:44:46.512 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2024-09-16T05:44:50.220 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T05:44:56.584 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2024-09-16T05:44:59.221 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-16T05:44:59.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:45:00.065 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-09-16T05:45:01.113 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-16T05:45:01.113 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-195-generic"... 2024-09-16T05:45:01.114 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-09-16T05:45:01.120 INFO:teuthology.orchestra.run.smithi031.stdout:5.4.0-195-generic 2024-09-16T05:45:01.120 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-16T05:45:01.120 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T05:45:01.121 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T05:45:02.122 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-16T05:45:02.122 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T05:45:02.233 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-09-16T05:45:02.260 DEBUG:teuthology.parallel:result is None 2024-09-16T05:45:09.642 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: BadHostKeyException('smithi179.front.sepia.ceph.com', PKey(alg=ED25519, bits=256, fp=SHA256:haDEfp1JxKh2GOA4mqLcwYgEUzpaY2OZo07qQ7b78Tc), PKey(alg=ED25519, bits=256, fp=SHA256:W+6Y/LgnRby4510vqEHFE/6fAReT8MdM2qNnjG5ecjQ)) (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 468, in connect raise BadHostKeyException(hostname, server_key, our_key) paramiko.ssh_exception.BadHostKeyException: Host key for server 'smithi179.front.sepia.ceph.com' does not match: got 'AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw', expected 'AAAAC3NzaC1lZDI1NTE5AAAAIDnVB65LQ2ZrorCmRDXT/imYcIqttYXGdAR7PyxJCGep' 2024-09-16T05:45:25.675 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: BadHostKeyException('smithi179.front.sepia.ceph.com', PKey(alg=ED25519, bits=256, fp=SHA256:haDEfp1JxKh2GOA4mqLcwYgEUzpaY2OZo07qQ7b78Tc), PKey(alg=ED25519, bits=256, fp=SHA256:W+6Y/LgnRby4510vqEHFE/6fAReT8MdM2qNnjG5ecjQ)) (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 468, in connect raise BadHostKeyException(hostname, server_key, our_key) paramiko.ssh_exception.BadHostKeyException: Host key for server 'smithi179.front.sepia.ceph.com' does not match: got 'AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw', expected 'AAAAC3NzaC1lZDI1NTE5AAAAIDnVB65LQ2ZrorCmRDXT/imYcIqttYXGdAR7PyxJCGep' 2024-09-16T05:45:44.711 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: BadHostKeyException('smithi179.front.sepia.ceph.com', PKey(alg=ED25519, bits=256, fp=SHA256:haDEfp1JxKh2GOA4mqLcwYgEUzpaY2OZo07qQ7b78Tc), PKey(alg=ED25519, bits=256, fp=SHA256:W+6Y/LgnRby4510vqEHFE/6fAReT8MdM2qNnjG5ecjQ)) (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 468, in connect raise BadHostKeyException(hostname, server_key, our_key) paramiko.ssh_exception.BadHostKeyException: Host key for server 'smithi179.front.sepia.ceph.com' does not match: got 'AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw', expected 'AAAAC3NzaC1lZDI1NTE5AAAAIDnVB65LQ2ZrorCmRDXT/imYcIqttYXGdAR7PyxJCGep' 2024-09-16T05:46:06.744 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: BadHostKeyException('smithi179.front.sepia.ceph.com', PKey(alg=ED25519, bits=256, fp=SHA256:haDEfp1JxKh2GOA4mqLcwYgEUzpaY2OZo07qQ7b78Tc), PKey(alg=ED25519, bits=256, fp=SHA256:W+6Y/LgnRby4510vqEHFE/6fAReT8MdM2qNnjG5ecjQ)) (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 468, in connect raise BadHostKeyException(hostname, server_key, our_key) paramiko.ssh_exception.BadHostKeyException: Host key for server 'smithi179.front.sepia.ceph.com' does not match: got 'AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw', expected 'AAAAC3NzaC1lZDI1NTE5AAAAIDnVB65LQ2ZrorCmRDXT/imYcIqttYXGdAR7PyxJCGep' 2024-09-16T05:46:31.775 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: BadHostKeyException('smithi179.front.sepia.ceph.com', PKey(alg=ED25519, bits=256, fp=SHA256:haDEfp1JxKh2GOA4mqLcwYgEUzpaY2OZo07qQ7b78Tc), PKey(alg=ED25519, bits=256, fp=SHA256:W+6Y/LgnRby4510vqEHFE/6fAReT8MdM2qNnjG5ecjQ)) (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 468, in connect raise BadHostKeyException(hostname, server_key, our_key) paramiko.ssh_exception.BadHostKeyException: Host key for server 'smithi179.front.sepia.ceph.com' does not match: got 'AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw', expected 'AAAAC3NzaC1lZDI1NTE5AAAAIDnVB65LQ2ZrorCmRDXT/imYcIqttYXGdAR7PyxJCGep' 2024-09-16T05:46:59.811 ERROR:teuthology.orchestra.connection:Error authenticating with smithi179.front.sepia.ceph.com: BadHostKeyException('smithi179.front.sepia.ceph.com', PKey(alg=ED25519, bits=256, fp=SHA256:haDEfp1JxKh2GOA4mqLcwYgEUzpaY2OZo07qQ7b78Tc), PKey(alg=ED25519, bits=256, fp=SHA256:W+6Y/LgnRby4510vqEHFE/6fAReT8MdM2qNnjG5ecjQ)) (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 468, in connect raise BadHostKeyException(hostname, server_key, our_key) paramiko.ssh_exception.BadHostKeyException: Host key for server 'smithi179.front.sepia.ceph.com' does not match: got 'AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw', expected 'AAAAC3NzaC1lZDI1NTE5AAAAIDnVB65LQ2ZrorCmRDXT/imYcIqttYXGdAR7PyxJCGep' 2024-09-16T05:46:59.812 DEBUG:teuthology.orchestra.remote:'connect to smithi179.front.sepia.ceph.com' reached maximum tries (10) after waiting for 145 seconds 2024-09-16T05:47:08.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-09-16T05:47:08.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:47:08.968 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-09-16T05:47:09.563 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-09-16T05:47:09.563 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-195-generic"... 2024-09-16T05:47:09.564 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-09-16T05:47:09.570 INFO:teuthology.orchestra.run.smithi179.stdout:5.4.0-195-generic 2024-09-16T05:47:09.570 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-195-generic vs 5.4.0-195-generic 2024-09-16T05:47:09.570 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T05:47:09.570 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T05:47:10.571 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-16T05:47:10.571 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T05:47:10.675 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2024-09-16T05:47:10.700 DEBUG:teuthology.parallel:result is None 2024-09-16T05:47:10.700 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T05:47:10.707 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T05:47:10.707 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T05:47:10.710 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T05:47:10.717 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T05:47:10.723 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T05:47:10.729 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T05:47:10.729 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T05:47:10.760 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T05:47:10.780 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T05:47:10.786 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T05:47:10.786 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-16T05:47:10.788 DEBUG:teuthology.orchestra.run.smithi179:> 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-09-16T05:47:10.814 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:47:10.825 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:47:10.850 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:47:10.861 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T05:47:10.862 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T05:47:10.869 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T05:47:10.869 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T05:47:10.871 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T05:47:10.884 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T05:47:10.893 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T05:47:10.893 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T05:47:10.929 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T05:47:10.936 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:47:10.943 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:47:10.949 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-16T05:47:10.950 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T05:47:11.018 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T05:47:11.025 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T05:47:11.032 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-09-16T05:47:11.032 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T05:47:11.098 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-09-16T05:47:11.100 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2024-09-16T05:47:11.161 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T05:47:11.167 INFO:teuthology.task.internal:Starting timer... 2024-09-16T05:47:11.167 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T05:47:11.176 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T05:47:11.184 DEBUG:teuthology.task.selinux:Excluding smithi031: OS 'ubuntu' does not support SELinux 2024-09-16T05:47:11.184 DEBUG:teuthology.task.selinux:Excluding smithi179: OS 'ubuntu' does not support SELinux 2024-09-16T05:47:11.184 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T05:47:11.184 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-16T05:47:11.184 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T05:47:11.184 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T05:47:11.191 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-16T05:47:11.195 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-16T05:47:11.347 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T05:47:11.363 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-09-16T05:47:11.364 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi179.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T05:52:50.196 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com')] 2024-09-16T05:52:50.197 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-16T05:52:50.199 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:52:50.290 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-09-16T05:52:50.411 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-09-16T05:52:50.411 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-09-16T05:52:50.412 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T05:52:50.499 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-09-16T05:52:50.627 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-09-16T05:52:50.627 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T05:52:50.642 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T05:52:50.642 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T05:52:50.643 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-16T05:52:50.645 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T05:52:50.645 DEBUG:teuthology.orchestra.run.smithi179:> 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-09-16T05:52:50.678 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-16T05:52:50.678 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Command line: ntpd -gq 2024-09-16T05:52:50.679 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: proto: precision = 0.072 usec (-24) 2024-09-16T05:52:50.679 INFO:teuthology.orchestra.run.smithi031.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T05:52:50.680 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T05:52:50.681 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T05:52:50.681 INFO:teuthology.orchestra.run.smithi031.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T05:52:50.682 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T05:52:50.682 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T05:52:50.682 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T05:52:50.682 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Listen normally on 3 ens1f0 172.21.15.31:123 2024-09-16T05:52:50.682 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Listen normally on 4 lo [::1]:123 2024-09-16T05:52:50.682 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:caba%4]:123 2024-09-16T05:52:50.682 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:52:50 ntpd[13682]: Listening on routing socket on fd #22 for interface updates 2024-09-16T05:52:50.683 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-16T05:52:50.683 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Command line: ntpd -gq 2024-09-16T05:52:50.683 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: proto: precision = 0.116 usec (-23) 2024-09-16T05:52:50.683 INFO:teuthology.orchestra.run.smithi179.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T05:52:50.684 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T05:52:50.684 INFO:teuthology.orchestra.run.smithi179.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Listen normally on 3 enp3s0f1 172.21.15.179:123 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Listen normally on 4 lo [::1]:123 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:725b%5]:123 2024-09-16T05:52:50.685 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:50 ntpd[13799]: Listening on routing socket on fd #22 for interface updates 2024-09-16T05:52:53.679 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:53 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:53.679 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:53 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:53.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:53 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:53.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:53 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:53.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:53 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:53.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:53 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:53.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:53 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:53.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:53 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:54.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:54.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:54.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:54.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:54.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:54.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:54.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:54.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:54 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:55.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:55.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:55 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:55.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:55.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:55.685 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:55 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:56.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:56 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:56.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:56 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:56.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:56 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:56.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:56 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:56.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:56 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:56.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:56 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:57.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:57.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:57 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:57.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:57.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:57.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:57.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:57.684 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:57 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:58.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:58 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:58.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:58 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:58.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:58 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:58.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:58 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:58.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:58 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:58.683 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:58 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:59.682 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.682 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.682 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.683 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.683 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.683 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.683 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.683 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.684 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:59.684 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:59.684 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.684 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.684 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:59.684 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:59.685 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.685 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.685 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:59.685 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:52:59 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:59.687 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.687 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.688 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.688 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.688 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.688 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.688 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:59.688 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:59.689 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:52:59.689 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:52:59.689 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:52:59.689 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:52:59.689 INFO:teuthology.orchestra.run.smithi179.stdout:16 Sep 05:52:59 ntpd[13799]: ntpd: time slew -0.000787 s 2024-09-16T05:52:59.689 INFO:teuthology.orchestra.run.smithi179.stdout:ntpd: time slew -0.000787s 2024-09-16T05:52:59.690 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T05:52:59.690 INFO:teuthology.orchestra.run.smithi179.stderr:16 Sep 05:52:59 ntpd[13799]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T05:53:00.052 INFO:teuthology.orchestra.run.smithi179.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T05:53:00.052 INFO:teuthology.orchestra.run.smithi179.stdout:============================================================================== 2024-09-16T05:53:00.052 INFO:teuthology.orchestra.run.smithi179.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:00.052 INFO:teuthology.orchestra.run.smithi179.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:00.052 INFO:teuthology.orchestra.run.smithi179.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:00.052 INFO:teuthology.orchestra.run.smithi179.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:01.679 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:53:01.679 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stdout:16 Sep 05:53:01 ntpd[13682]: ntpd: time slew +0.001514 s 2024-09-16T05:53:01.680 INFO:teuthology.orchestra.run.smithi031.stdout:ntpd: time slew +0.001514s 2024-09-16T05:53:01.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T05:53:01.681 INFO:teuthology.orchestra.run.smithi031.stderr:16 Sep 05:53:01 ntpd[13682]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T05:53:01.771 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T05:53:01.772 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-09-16T05:53:01.772 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:01.772 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:01.772 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:01.772 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:53:01.773 INFO:teuthology.run_tasks:Running task install... 2024-09-16T05:53:01.787 DEBUG:teuthology.task.install:project ceph 2024-09-16T05:53:01.787 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6d025bc26f3176c910707f8cb4c8d8e076640615'}} 2024-09-16T05:53:01.787 DEBUG:teuthology.task.install:config {'branch': 'octopus', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '6d025bc26f3176c910707f8cb4c8d8e076640615'} 2024-09-16T05:53:01.787 INFO:teuthology.task.install:Using flavor: default 2024-09-16T05:53:01.792 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', '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', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-16T05:53:01.793 INFO:teuthology.task.install:extra packages: [] 2024-09-16T05:53:01.793 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-key list | grep Ceph 2024-09-16T05:53:01.794 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-key list | grep Ceph 2024-09-16T05:53:01.896 INFO:teuthology.orchestra.run.smithi179.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-09-16T05:53:01.918 INFO:teuthology.orchestra.run.smithi031.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-09-16T05:53:01.955 INFO:teuthology.orchestra.run.smithi179.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T05:53:01.955 INFO:teuthology.orchestra.run.smithi179.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T05:53:01.956 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-16T05:53:01.956 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T05:53:01.957 INFO:teuthology.packaging:ref: None 2024-09-16T05:53:01.957 INFO:teuthology.packaging:tag: None 2024-09-16T05:53:01.957 INFO:teuthology.packaging:branch: octopus 2024-09-16T05:53:01.957 INFO:teuthology.packaging:sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 2024-09-16T05:53:01.957 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=octopus 2024-09-16T05:53:01.977 INFO:teuthology.orchestra.run.smithi031.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T05:53:01.977 INFO:teuthology.orchestra.run.smithi031.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T05:53:01.978 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-16T05:53:01.979 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T05:53:01.979 INFO:teuthology.packaging:ref: None 2024-09-16T05:53:01.979 INFO:teuthology.packaging:tag: None 2024-09-16T05:53:01.979 INFO:teuthology.packaging:branch: octopus 2024-09-16T05:53:01.979 INFO:teuthology.packaging:sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 2024-09-16T05:53:01.979 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=octopus 2024-09-16T05:53:02.160 INFO:teuthology.task.install.deb:Pulling from https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default/ 2024-09-16T05:53:02.161 INFO:teuthology.task.install.deb:Package version is 15.2.17-1focal 2024-09-16T05:53:02.192 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-09-16T05:53:02.192 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T05:53:02.194 INFO:teuthology.task.install.deb:Pulling from https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default/ 2024-09-16T05:53:02.195 INFO:teuthology.task.install.deb:Package version is 15.2.17-1focal 2024-09-16T05:53:02.220 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-16T05:53:02.220 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T05:53:02.236 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-09-16T05:53:02.244 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-09-16T05:53:02.356 INFO:teuthology.orchestra.run.smithi031.stdout:Ign:1 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal InRelease 2024-09-16T05:53:02.358 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release [7,689 B] 2024-09-16T05:53:02.359 INFO:teuthology.orchestra.run.smithi179.stdout:Ign:1 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal InRelease 2024-09-16T05:53:02.360 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release [7,689 B] 2024-09-16T05:53:02.360 INFO:teuthology.orchestra.run.smithi031.stdout:Ign:3 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release.gpg 2024-09-16T05:53:02.361 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 Packages [15.7 kB] 2024-09-16T05:53:02.362 INFO:teuthology.orchestra.run.smithi179.stdout:Ign:3 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release.gpg 2024-09-16T05:53:02.363 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 Packages [15.7 kB] 2024-09-16T05:53:02.374 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main i386 Packages [3,022 B] 2024-09-16T05:53:02.377 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main i386 Packages [3,022 B] 2024-09-16T05:53:02.513 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:6 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-16T05:53:02.513 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-16T05:53:02.517 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:6 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-16T05:53:02.517 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-16T05:53:02.583 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-16T05:53:02.587 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-16T05:53:02.937 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-16T05:53:02.940 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-16T05:53:03.249 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 154 kB in 1s (185 kB/s) 2024-09-16T05:53:03.250 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 154 kB in 1s (183 kB/s) 2024-09-16T05:53:04.414 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-09-16T05:53:04.442 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=15.2.17-1focal cephadm=15.2.17-1focal ceph-mds=15.2.17-1focal ceph-mgr=15.2.17-1focal ceph-common=15.2.17-1focal ceph-fuse=15.2.17-1focal ceph-test=15.2.17-1focal radosgw=15.2.17-1focal python3-rados=15.2.17-1focal python3-rgw=15.2.17-1focal python3-cephfs=15.2.17-1focal python3-rbd=15.2.17-1focal libcephfs2=15.2.17-1focal libcephfs-dev=15.2.17-1focal librados2=15.2.17-1focal librbd1=15.2.17-1focal rbd-fuse=15.2.17-1focal 2024-09-16T05:53:04.455 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-16T05:53:04.482 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=15.2.17-1focal cephadm=15.2.17-1focal ceph-mds=15.2.17-1focal ceph-mgr=15.2.17-1focal ceph-common=15.2.17-1focal ceph-fuse=15.2.17-1focal ceph-test=15.2.17-1focal radosgw=15.2.17-1focal python3-rados=15.2.17-1focal python3-rgw=15.2.17-1focal python3-cephfs=15.2.17-1focal python3-rbd=15.2.17-1focal libcephfs2=15.2.17-1focal libcephfs-dev=15.2.17-1focal librados2=15.2.17-1focal librbd1=15.2.17-1focal rbd-fuse=15.2.17-1focal 2024-09-16T05:53:04.510 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-09-16T05:53:04.556 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-09-16T05:53:04.715 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-09-16T05:53:04.716 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-09-16T05:53:04.778 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-09-16T05:53:04.778 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-09-16T05:53:04.901 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T05:53:04.902 INFO:teuthology.orchestra.run.smithi179.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2024-09-16T05:53:04.902 INFO:teuthology.orchestra.run.smithi179.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T05:53:04.902 INFO:teuthology.orchestra.run.smithi179.stdout:The following additional packages will be installed: 2024-09-16T05:53:04.903 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-09-16T05:53:04.903 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-09-16T05:53:04.904 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mon ceph-osd jq libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2024-09-16T05:53:04.904 INFO:teuthology.orchestra.run.smithi179.stdout: libleveldb1d liblttng-ust0 liboath0 libonig5 librabbitmq4 libradosstriper1 2024-09-16T05:53:04.904 INFO:teuthology.orchestra.run.smithi179.stdout: librdkafka1 librgw2 nvme-cli python-pastedeploy-tpl python3-atomicwrites 2024-09-16T05:53:04.904 INFO:teuthology.orchestra.run.smithi179.stdout: python3-attr python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2024-09-16T05:53:04.904 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2024-09-16T05:53:04.904 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2024-09-16T05:53:04.904 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2024-09-16T05:53:04.905 INFO:teuthology.orchestra.run.smithi179.stdout: python3-websocket python3-webtest python3-werkzeug socat xmlstarlet 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout:Suggested packages: 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2024-09-16T05:53:04.906 INFO:teuthology.orchestra.run.smithi179.stdout:Recommended packages: 2024-09-16T05:53:04.907 INFO:teuthology.orchestra.run.smithi179.stdout: btrfs-tools 2024-09-16T05:53:04.979 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T05:53:04.980 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2024-09-16T05:53:04.981 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T05:53:04.981 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-09-16T05:53:04.981 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-09-16T05:53:04.981 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-09-16T05:53:04.981 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon ceph-osd jq libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2024-09-16T05:53:04.981 INFO:teuthology.orchestra.run.smithi031.stdout: libleveldb1d liblttng-ust0 liboath0 libonig5 librabbitmq4 libradosstriper1 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka1 librgw2 nvme-cli python-pastedeploy-tpl python3-atomicwrites 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-attr python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T05:53:04.982 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-websocket python3-webtest python3-werkzeug socat xmlstarlet 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2024-09-16T05:53:04.983 INFO:teuthology.orchestra.run.smithi031.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2024-09-16T05:53:04.984 INFO:teuthology.orchestra.run.smithi031.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2024-09-16T05:53:04.984 INFO:teuthology.orchestra.run.smithi031.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2024-09-16T05:53:04.984 INFO:teuthology.orchestra.run.smithi031.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T05:53:04.984 INFO:teuthology.orchestra.run.smithi031.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2024-09-16T05:53:04.984 INFO:teuthology.orchestra.run.smithi031.stdout:Recommended packages: 2024-09-16T05:53:04.984 INFO:teuthology.orchestra.run.smithi031.stdout: btrfs-tools 2024-09-16T05:53:05.016 INFO:teuthology.orchestra.run.smithi179.stdout:The following NEW packages will be installed: 2024-09-16T05:53:05.016 INFO:teuthology.orchestra.run.smithi179.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T05:53:05.016 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-09-16T05:53:05.016 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-09-16T05:53:05.018 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mon ceph-osd ceph-test cephadm jq libcephfs-dev libcephfs2 libjq1 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 libleveldb1d liblttng-ust0 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 nvme-cli 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-mako python3-markupsafe python3-oauthlib python3-openssl 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2024-09-16T05:53:05.019 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2024-09-16T05:53:05.020 INFO:teuthology.orchestra.run.smithi179.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2024-09-16T05:53:05.020 INFO:teuthology.orchestra.run.smithi179.stdout: python3-simplejson python3-singledispatch python3-sklearn 2024-09-16T05:53:05.020 INFO:teuthology.orchestra.run.smithi179.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2024-09-16T05:53:05.020 INFO:teuthology.orchestra.run.smithi179.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2024-09-16T05:53:05.020 INFO:teuthology.orchestra.run.smithi179.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse socat xmlstarlet 2024-09-16T05:53:05.020 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages will be upgraded: 2024-09-16T05:53:05.020 INFO:teuthology.orchestra.run.smithi179.stdout: librados2 librbd1 2024-09-16T05:53:05.062 INFO:teuthology.orchestra.run.smithi179.stdout:2 upgraded, 96 newly installed, 0 to remove and 295 not upgraded. 2024-09-16T05:53:05.063 INFO:teuthology.orchestra.run.smithi179.stdout:Need to get 153 MB of archives. 2024-09-16T05:53:05.063 INFO:teuthology.orchestra.run.smithi179.stdout:After this operation, 698 MB of additional disk space will be used. 2024-09-16T05:53:05.063 INFO:teuthology.orchestra.run.smithi179.stdout:Get:1 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 15.2.17-1focal [1,697 kB] 2024-09-16T05:53:05.077 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 15.2.17-1focal [3,262 kB] 2024-09-16T05:53:05.096 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-09-16T05:53:05.097 INFO:teuthology.orchestra.run.smithi031.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T05:53:05.097 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-09-16T05:53:05.097 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-09-16T05:53:05.097 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon ceph-osd ceph-test cephadm jq libcephfs-dev libcephfs2 libjq1 2024-09-16T05:53:05.097 INFO:teuthology.orchestra.run.smithi031.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 libleveldb1d liblttng-ust0 2024-09-16T05:53:05.098 INFO:teuthology.orchestra.run.smithi031.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 nvme-cli 2024-09-16T05:53:05.098 INFO:teuthology.orchestra.run.smithi031.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2024-09-16T05:53:05.098 INFO:teuthology.orchestra.run.smithi031.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2024-09-16T05:53:05.098 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2024-09-16T05:53:05.098 INFO:teuthology.orchestra.run.smithi031.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-mako python3-markupsafe python3-oauthlib python3-openssl 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-simplejson python3-singledispatch python3-sklearn 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2024-09-16T05:53:05.099 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse socat xmlstarlet 2024-09-16T05:53:05.100 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 15.2.17-1focal [463 kB] 2024-09-16T05:53:05.100 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages will be upgraded: 2024-09-16T05:53:05.100 INFO:teuthology.orchestra.run.smithi031.stdout: librados2 librbd1 2024-09-16T05:53:05.102 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 15.2.17-1focal [365 kB] 2024-09-16T05:53:05.105 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 15.2.17-1focal [20.8 kB] 2024-09-16T05:53:05.105 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 15.2.17-1focal [156 kB] 2024-09-16T05:53:05.107 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 15.2.17-1focal [29.4 kB] 2024-09-16T05:53:05.107 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 15.2.17-1focal [363 kB] 2024-09-16T05:53:05.110 INFO:teuthology.orchestra.run.smithi179.stdout:Get:9 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 15.2.17-1focal [3,146 kB] 2024-09-16T05:53:05.131 INFO:teuthology.orchestra.run.smithi179.stdout:Get:10 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 15.2.17-1focal [116 kB] 2024-09-16T05:53:05.132 INFO:teuthology.orchestra.run.smithi179.stdout:Get:11 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 15.2.17-1focal [360 kB] 2024-09-16T05:53:05.135 INFO:teuthology.orchestra.run.smithi179.stdout:Get:12 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 15.2.17-1focal [20.1 MB] 2024-09-16T05:53:05.144 INFO:teuthology.orchestra.run.smithi031.stdout:2 upgraded, 96 newly installed, 0 to remove and 295 not upgraded. 2024-09-16T05:53:05.144 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 153 MB of archives. 2024-09-16T05:53:05.144 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 698 MB of additional disk space will be used. 2024-09-16T05:53:05.144 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 15.2.17-1focal [1,697 kB] 2024-09-16T05:53:05.161 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 15.2.17-1focal [3,262 kB] 2024-09-16T05:53:05.185 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 15.2.17-1focal [463 kB] 2024-09-16T05:53:05.188 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 15.2.17-1focal [365 kB] 2024-09-16T05:53:05.192 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 15.2.17-1focal [20.8 kB] 2024-09-16T05:53:05.192 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 15.2.17-1focal [156 kB] 2024-09-16T05:53:05.193 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 15.2.17-1focal [29.4 kB] 2024-09-16T05:53:05.194 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 15.2.17-1focal [363 kB] 2024-09-16T05:53:05.197 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 15.2.17-1focal [3,146 kB] 2024-09-16T05:53:05.213 INFO:teuthology.orchestra.run.smithi179.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2024-09-16T05:53:05.219 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 15.2.17-1focal [116 kB] 2024-09-16T05:53:05.220 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 15.2.17-1focal [360 kB] 2024-09-16T05:53:05.223 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 15.2.17-1focal [20.1 MB] 2024-09-16T05:53:05.292 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2024-09-16T05:53:05.327 INFO:teuthology.orchestra.run.smithi179.stdout:Get:14 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 15.2.17-1focal [5,344 kB] 2024-09-16T05:53:05.367 INFO:teuthology.orchestra.run.smithi179.stdout:Get:15 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 15.2.17-1focal [163 kB] 2024-09-16T05:53:05.368 INFO:teuthology.orchestra.run.smithi179.stdout:Get:16 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 15.2.17-1focal [1,402 kB] 2024-09-16T05:53:05.378 INFO:teuthology.orchestra.run.smithi179.stdout:Get:17 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 15.2.17-1focal [6,167 kB] 2024-09-16T05:53:05.419 INFO:teuthology.orchestra.run.smithi179.stdout:Get:18 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 15.2.17-1focal [24.0 MB] 2024-09-16T05:53:05.447 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 15.2.17-1focal [5,344 kB] 2024-09-16T05:53:05.491 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 15.2.17-1focal [163 kB] 2024-09-16T05:53:05.493 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 15.2.17-1focal [1,402 kB] 2024-09-16T05:53:05.503 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 15.2.17-1focal [6,167 kB] 2024-09-16T05:53:05.549 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 15.2.17-1focal [24.0 MB] 2024-09-16T05:53:05.617 INFO:teuthology.orchestra.run.smithi179.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2024-09-16T05:53:05.650 INFO:teuthology.orchestra.run.smithi179.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2024-09-16T05:53:05.650 INFO:teuthology.orchestra.run.smithi179.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2024-09-16T05:53:05.683 INFO:teuthology.orchestra.run.smithi179.stdout:Get:22 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 15.2.17-1focal [4,000 B] 2024-09-16T05:53:05.693 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2024-09-16T05:53:05.701 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2024-09-16T05:53:05.714 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2024-09-16T05:53:05.721 INFO:teuthology.orchestra.run.smithi179.stdout:Get:23 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 15.2.17-1focal [537 kB] 2024-09-16T05:53:05.733 INFO:teuthology.orchestra.run.smithi179.stdout:Get:24 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 15.2.17-1focal [2,007 kB] 2024-09-16T05:53:05.748 INFO:teuthology.orchestra.run.smithi179.stdout:Get:25 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 15.2.17-1focal [53.2 kB] 2024-09-16T05:53:05.748 INFO:teuthology.orchestra.run.smithi179.stdout:Get:26 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 15.2.17-1focal [59.1 kB] 2024-09-16T05:53:05.749 INFO:teuthology.orchestra.run.smithi179.stdout:Get:27 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 15.2.17-1focal [3,218 kB] 2024-09-16T05:53:05.772 INFO:teuthology.orchestra.run.smithi179.stdout:Get:28 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-cloud all 15.2.17-1focal [34.4 kB] 2024-09-16T05:53:05.772 INFO:teuthology.orchestra.run.smithi179.stdout:Get:29 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 15.2.17-1focal [7,886 kB] 2024-09-16T05:53:05.787 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 15.2.17-1focal [4,000 B] 2024-09-16T05:53:05.788 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 15.2.17-1focal [537 kB] 2024-09-16T05:53:05.794 INFO:teuthology.orchestra.run.smithi179.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libleveldb1d amd64 1.22-3ubuntu2 [139 kB] 2024-09-16T05:53:05.799 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 15.2.17-1focal [2,007 kB] 2024-09-16T05:53:05.814 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 15.2.17-1focal [53.2 kB] 2024-09-16T05:53:05.814 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 15.2.17-1focal [59.1 kB] 2024-09-16T05:53:05.815 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 15.2.17-1focal [3,218 kB] 2024-09-16T05:53:05.819 INFO:teuthology.orchestra.run.smithi179.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2024-09-16T05:53:05.827 INFO:teuthology.orchestra.run.smithi179.stdout:Get:32 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 15.2.17-1focal [4,120 B] 2024-09-16T05:53:05.827 INFO:teuthology.orchestra.run.smithi179.stdout:Get:33 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 15.2.17-1focal [40.2 MB] 2024-09-16T05:53:05.827 INFO:teuthology.orchestra.run.smithi179.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.3 [211 kB] 2024-09-16T05:53:05.838 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-cloud all 15.2.17-1focal [34.4 kB] 2024-09-16T05:53:05.838 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 15.2.17-1focal [7,886 kB] 2024-09-16T05:53:05.862 INFO:teuthology.orchestra.run.smithi179.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2024-09-16T05:53:05.865 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libleveldb1d amd64 1.22-3ubuntu2 [139 kB] 2024-09-16T05:53:05.867 INFO:teuthology.orchestra.run.smithi179.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2024-09-16T05:53:05.870 INFO:teuthology.orchestra.run.smithi179.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2024-09-16T05:53:05.886 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2024-09-16T05:53:05.888 INFO:teuthology.orchestra.run.smithi179.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2024-09-16T05:53:05.889 INFO:teuthology.orchestra.run.smithi179.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2024-09-16T05:53:05.891 INFO:teuthology.orchestra.run.smithi179.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2024-09-16T05:53:05.893 INFO:teuthology.orchestra.run.smithi179.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2024-09-16T05:53:05.893 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 15.2.17-1focal [4,120 B] 2024-09-16T05:53:05.893 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 15.2.17-1focal [40.2 MB] 2024-09-16T05:53:05.894 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.3 [211 kB] 2024-09-16T05:53:05.928 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2024-09-16T05:53:05.934 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2024-09-16T05:53:05.938 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2024-09-16T05:53:05.955 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2024-09-16T05:53:05.956 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2024-09-16T05:53:05.958 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2024-09-16T05:53:05.958 INFO:teuthology.orchestra.run.smithi179.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T05:53:05.959 INFO:teuthology.orchestra.run.smithi179.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2024-09-16T05:53:05.959 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2024-09-16T05:53:05.960 INFO:teuthology.orchestra.run.smithi179.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-webob all 1:1.8.5-2ubuntu0.1 [84.5 kB] 2024-09-16T05:53:05.964 INFO:teuthology.orchestra.run.smithi179.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2024-09-16T05:53:05.965 INFO:teuthology.orchestra.run.smithi179.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2024-09-16T05:53:06.030 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T05:53:06.031 INFO:teuthology.orchestra.run.smithi031.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2024-09-16T05:53:06.032 INFO:teuthology.orchestra.run.smithi031.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-webob all 1:1.8.5-2ubuntu0.1 [84.5 kB] 2024-09-16T05:53:06.035 INFO:teuthology.orchestra.run.smithi031.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2024-09-16T05:53:06.037 INFO:teuthology.orchestra.run.smithi031.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2024-09-16T05:53:06.040 INFO:teuthology.orchestra.run.smithi179.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2024-09-16T05:53:06.043 INFO:teuthology.orchestra.run.smithi179.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2024-09-16T05:53:06.044 INFO:teuthology.orchestra.run.smithi179.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2024-09-16T05:53:06.065 INFO:teuthology.orchestra.run.smithi179.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2024-09-16T05:53:06.065 INFO:teuthology.orchestra.run.smithi179.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2024-09-16T05:53:06.112 INFO:teuthology.orchestra.run.smithi031.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2024-09-16T05:53:06.115 INFO:teuthology.orchestra.run.smithi031.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2024-09-16T05:53:06.116 INFO:teuthology.orchestra.run.smithi031.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2024-09-16T05:53:06.121 INFO:teuthology.orchestra.run.smithi179.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2024-09-16T05:53:06.136 INFO:teuthology.orchestra.run.smithi031.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2024-09-16T05:53:06.137 INFO:teuthology.orchestra.run.smithi031.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2024-09-16T05:53:06.175 INFO:teuthology.orchestra.run.smithi179.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2024-09-16T05:53:06.177 INFO:teuthology.orchestra.run.smithi179.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.2 [183 kB] 2024-09-16T05:53:06.193 INFO:teuthology.orchestra.run.smithi031.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2024-09-16T05:53:06.242 INFO:teuthology.orchestra.run.smithi031.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2024-09-16T05:53:06.244 INFO:teuthology.orchestra.run.smithi031.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.2 [183 kB] 2024-09-16T05:53:06.259 INFO:teuthology.orchestra.run.smithi179.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] 2024-09-16T05:53:06.301 INFO:teuthology.orchestra.run.smithi031.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] 2024-09-16T05:53:06.338 INFO:teuthology.orchestra.run.smithi179.stdout:Get:56 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 15.2.17-1focal [18.1 kB] 2024-09-16T05:53:06.338 INFO:teuthology.orchestra.run.smithi179.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T05:53:06.338 INFO:teuthology.orchestra.run.smithi179.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2024-09-16T05:53:06.339 INFO:teuthology.orchestra.run.smithi179.stdout:Get:59 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 15.2.17-1focal [9,667 kB] 2024-09-16T05:53:06.341 INFO:teuthology.orchestra.run.smithi179.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2024-09-16T05:53:06.344 INFO:teuthology.orchestra.run.smithi179.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2024-09-16T05:53:06.347 INFO:teuthology.orchestra.run.smithi179.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2024-09-16T05:53:06.348 INFO:teuthology.orchestra.run.smithi179.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2024-09-16T05:53:06.348 INFO:teuthology.orchestra.run.smithi031.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T05:53:06.348 INFO:teuthology.orchestra.run.smithi031.stdout:Get:57 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 15.2.17-1focal [18.1 kB] 2024-09-16T05:53:06.348 INFO:teuthology.orchestra.run.smithi031.stdout:Get:58 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 15.2.17-1focal [9,667 kB] 2024-09-16T05:53:06.348 INFO:teuthology.orchestra.run.smithi031.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2024-09-16T05:53:06.349 INFO:teuthology.orchestra.run.smithi179.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2024-09-16T05:53:06.350 INFO:teuthology.orchestra.run.smithi031.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2024-09-16T05:53:06.352 INFO:teuthology.orchestra.run.smithi031.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2024-09-16T05:53:06.354 INFO:teuthology.orchestra.run.smithi031.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2024-09-16T05:53:06.355 INFO:teuthology.orchestra.run.smithi031.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2024-09-16T05:53:06.356 INFO:teuthology.orchestra.run.smithi031.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2024-09-16T05:53:06.413 INFO:teuthology.orchestra.run.smithi179.stdout:Get:65 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 15.2.17-1focal [61.4 kB] 2024-09-16T05:53:06.424 INFO:teuthology.orchestra.run.smithi031.stdout:Get:65 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 15.2.17-1focal [61.4 kB] 2024-09-16T05:53:06.677 INFO:teuthology.orchestra.run.smithi179.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2024-09-16T05:53:06.725 INFO:teuthology.orchestra.run.smithi031.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2024-09-16T05:53:06.739 INFO:teuthology.orchestra.run.smithi179.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2024-09-16T05:53:06.746 INFO:teuthology.orchestra.run.smithi179.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2024-09-16T05:53:06.786 INFO:teuthology.orchestra.run.smithi031.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2024-09-16T05:53:06.787 INFO:teuthology.orchestra.run.smithi031.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2024-09-16T05:53:06.788 INFO:teuthology.orchestra.run.smithi179.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2024-09-16T05:53:06.788 INFO:teuthology.orchestra.run.smithi179.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2024-09-16T05:53:06.789 INFO:teuthology.orchestra.run.smithi179.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2024-09-16T05:53:06.790 INFO:teuthology.orchestra.run.smithi179.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2024-09-16T05:53:06.790 INFO:teuthology.orchestra.run.smithi179.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2024-09-16T05:53:06.790 INFO:teuthology.orchestra.run.smithi179.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2024-09-16T05:53:06.792 INFO:teuthology.orchestra.run.smithi179.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2024-09-16T05:53:06.845 INFO:teuthology.orchestra.run.smithi179.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2024-09-16T05:53:06.845 INFO:teuthology.orchestra.run.smithi179.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2024-09-16T05:53:06.855 INFO:teuthology.orchestra.run.smithi031.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2024-09-16T05:53:06.855 INFO:teuthology.orchestra.run.smithi031.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2024-09-16T05:53:06.856 INFO:teuthology.orchestra.run.smithi031.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2024-09-16T05:53:06.857 INFO:teuthology.orchestra.run.smithi031.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2024-09-16T05:53:06.857 INFO:teuthology.orchestra.run.smithi031.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2024-09-16T05:53:06.858 INFO:teuthology.orchestra.run.smithi031.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2024-09-16T05:53:06.858 INFO:teuthology.orchestra.run.smithi031.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2024-09-16T05:53:06.889 INFO:teuthology.orchestra.run.smithi031.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2024-09-16T05:53:06.889 INFO:teuthology.orchestra.run.smithi031.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2024-09-16T05:53:06.926 INFO:teuthology.orchestra.run.smithi179.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2024-09-16T05:53:06.931 INFO:teuthology.orchestra.run.smithi179.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-09-16T05:53:06.933 INFO:teuthology.orchestra.run.smithi179.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-09-16T05:53:06.936 INFO:teuthology.orchestra.run.smithi179.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-09-16T05:53:06.937 INFO:teuthology.orchestra.run.smithi179.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2024-09-16T05:53:06.940 INFO:teuthology.orchestra.run.smithi179.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2024-09-16T05:53:06.942 INFO:teuthology.orchestra.run.smithi179.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.2 [283 kB] 2024-09-16T05:53:06.945 INFO:teuthology.orchestra.run.smithi179.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2024-09-16T05:53:06.970 INFO:teuthology.orchestra.run.smithi031.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2024-09-16T05:53:06.976 INFO:teuthology.orchestra.run.smithi031.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-09-16T05:53:06.979 INFO:teuthology.orchestra.run.smithi031.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-09-16T05:53:06.983 INFO:teuthology.orchestra.run.smithi031.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-09-16T05:53:06.984 INFO:teuthology.orchestra.run.smithi031.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2024-09-16T05:53:06.986 INFO:teuthology.orchestra.run.smithi031.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2024-09-16T05:53:06.988 INFO:teuthology.orchestra.run.smithi031.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.2 [283 kB] 2024-09-16T05:53:06.991 INFO:teuthology.orchestra.run.smithi031.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2024-09-16T05:53:07.008 INFO:teuthology.orchestra.run.smithi179.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2024-09-16T05:53:07.009 INFO:teuthology.orchestra.run.smithi179.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2024-09-16T05:53:07.051 INFO:teuthology.orchestra.run.smithi031.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2024-09-16T05:53:07.052 INFO:teuthology.orchestra.run.smithi031.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2024-09-16T05:53:07.089 INFO:teuthology.orchestra.run.smithi179.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2024-09-16T05:53:07.091 INFO:teuthology.orchestra.run.smithi179.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2024-09-16T05:53:07.109 INFO:teuthology.orchestra.run.smithi179.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2024-09-16T05:53:07.110 INFO:teuthology.orchestra.run.smithi179.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T05:53:07.110 INFO:teuthology.orchestra.run.smithi179.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2024-09-16T05:53:07.110 INFO:teuthology.orchestra.run.smithi179.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2024-09-16T05:53:07.111 INFO:teuthology.orchestra.run.smithi179.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2024-09-16T05:53:07.112 INFO:teuthology.orchestra.run.smithi179.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2024-09-16T05:53:07.133 INFO:teuthology.orchestra.run.smithi031.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2024-09-16T05:53:07.135 INFO:teuthology.orchestra.run.smithi031.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2024-09-16T05:53:07.153 INFO:teuthology.orchestra.run.smithi031.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2024-09-16T05:53:07.153 INFO:teuthology.orchestra.run.smithi031.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T05:53:07.154 INFO:teuthology.orchestra.run.smithi031.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2024-09-16T05:53:07.154 INFO:teuthology.orchestra.run.smithi031.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2024-09-16T05:53:07.155 INFO:teuthology.orchestra.run.smithi031.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2024-09-16T05:53:07.156 INFO:teuthology.orchestra.run.smithi031.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2024-09-16T05:53:07.171 INFO:teuthology.orchestra.run.smithi179.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2024-09-16T05:53:07.171 INFO:teuthology.orchestra.run.smithi179.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2024-09-16T05:53:07.214 INFO:teuthology.orchestra.run.smithi031.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2024-09-16T05:53:07.215 INFO:teuthology.orchestra.run.smithi031.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2024-09-16T05:53:07.252 INFO:teuthology.orchestra.run.smithi179.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2024-09-16T05:53:07.296 INFO:teuthology.orchestra.run.smithi031.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2024-09-16T05:53:07.885 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 153 MB in 2s (68.8 MB/s) 2024-09-16T05:53:07.962 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 153 MB in 2s (69.9 MB/s) 2024-09-16T05:53:08.052 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2024-09-16T05:53:08.107 INFO:teuthology.orchestra.run.smithi179.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 ... 141720 files and directories currently installed.) 2024-09-16T05:53:08.111 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2024-09-16T05:53:08.146 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2024-09-16T05:53:08.200 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-16T05:53:08.202 INFO:teuthology.orchestra.run.smithi031.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 ... 141720 files and directories currently installed.) 2024-09-16T05:53:08.206 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2024-09-16T05:53:08.313 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-16T05:53:08.540 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../01-librbd1_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:08.614 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../01-librbd1_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:08.663 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librbd1 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-16T05:53:08.740 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librbd1 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-16T05:53:09.192 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../02-librados2_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:09.317 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librados2 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-16T05:53:09.443 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../02-librados2_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:09.569 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librados2 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-16T05:53:09.987 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T05:53:10.005 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../03-libcephfs2_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:10.045 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libcephfs2 (15.2.17-1focal) ... 2024-09-16T05:53:10.214 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T05:53:10.231 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../03-libcephfs2_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:10.297 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libcephfs2 (15.2.17-1focal) ... 2024-09-16T05:53:10.356 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rados. 2024-09-16T05:53:10.373 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../04-python3-rados_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:10.406 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rados (15.2.17-1focal) ... 2024-09-16T05:53:10.616 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rados. 2024-09-16T05:53:10.634 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../04-python3-rados_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:10.674 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rados (15.2.17-1focal) ... 2024-09-16T05:53:10.734 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T05:53:10.750 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../05-python3-ceph-argparse_15.2.17-1focal_all.deb ... 2024-09-16T05:53:10.792 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-ceph-argparse (15.2.17-1focal) ... 2024-09-16T05:53:11.069 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T05:53:11.086 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../05-python3-ceph-argparse_15.2.17-1focal_all.deb ... 2024-09-16T05:53:11.094 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T05:53:11.113 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../06-python3-cephfs_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:11.127 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-ceph-argparse (15.2.17-1focal) ... 2024-09-16T05:53:11.153 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cephfs (15.2.17-1focal) ... 2024-09-16T05:53:11.463 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T05:53:11.479 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../06-python3-cephfs_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:11.514 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T05:53:11.530 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../07-python3-ceph-common_15.2.17-1focal_all.deb ... 2024-09-16T05:53:11.555 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cephfs (15.2.17-1focal) ... 2024-09-16T05:53:11.573 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-ceph-common (15.2.17-1focal) ... 2024-09-16T05:53:11.842 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T05:53:11.860 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2024-09-16T05:53:11.892 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2024-09-16T05:53:11.916 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T05:53:11.934 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../07-python3-ceph-common_15.2.17-1focal_all.deb ... 2024-09-16T05:53:11.974 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-ceph-common (15.2.17-1focal) ... 2024-09-16T05:53:12.128 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T05:53:12.145 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../09-python3-rbd_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:12.186 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rbd (15.2.17-1focal) ... 2024-09-16T05:53:12.293 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T05:53:12.310 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2024-09-16T05:53:12.352 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2024-09-16T05:53:12.564 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librabbitmq4:amd64. 2024-09-16T05:53:12.581 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../10-librabbitmq4_0.10.0-1_amd64.deb ... 2024-09-16T05:53:12.613 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T05:53:12.622 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2024-09-16T05:53:12.630 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../09-python3-rbd_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:12.671 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rbd (15.2.17-1focal) ... 2024-09-16T05:53:12.950 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T05:53:12.968 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../11-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2024-09-16T05:53:13.008 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-16T05:53:13.074 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package librabbitmq4:amd64. 2024-09-16T05:53:13.090 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../10-librabbitmq4_0.10.0-1_amd64.deb ... 2024-09-16T05:53:13.165 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2024-09-16T05:53:13.294 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librgw2. 2024-09-16T05:53:13.312 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../12-librgw2_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:13.352 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librgw2 (15.2.17-1focal) ... 2024-09-16T05:53:13.526 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T05:53:13.543 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../11-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2024-09-16T05:53:13.584 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-16T05:53:13.896 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package librgw2. 2024-09-16T05:53:13.905 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T05:53:13.913 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../12-librgw2_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:13.922 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../13-python3-rgw_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:13.945 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking librgw2 (15.2.17-1focal) ... 2024-09-16T05:53:13.963 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rgw (15.2.17-1focal) ... 2024-09-16T05:53:14.316 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libleveldb1d:amd64. 2024-09-16T05:53:14.333 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../14-libleveldb1d_1.22-3ubuntu2_amd64.deb ... 2024-09-16T05:53:14.374 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-09-16T05:53:14.623 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T05:53:14.639 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../13-python3-rgw_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:14.681 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rgw (15.2.17-1focal) ... 2024-09-16T05:53:14.735 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liboath0. 2024-09-16T05:53:14.753 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2024-09-16T05:53:14.794 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2024-09-16T05:53:15.017 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libleveldb1d:amd64. 2024-09-16T05:53:15.034 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../14-libleveldb1d_1.22-3ubuntu2_amd64.deb ... 2024-09-16T05:53:15.072 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T05:53:15.091 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../16-libradosstriper1_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:15.100 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-09-16T05:53:15.130 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libradosstriper1 (15.2.17-1focal) ... 2024-09-16T05:53:15.463 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package liboath0. 2024-09-16T05:53:15.482 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2024-09-16T05:53:15.521 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2024-09-16T05:53:15.591 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-common. 2024-09-16T05:53:15.608 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../17-ceph-common_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:15.649 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-common (15.2.17-1focal) ... 2024-09-16T05:53:15.807 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T05:53:15.826 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../16-libradosstriper1_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:15.857 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libradosstriper1 (15.2.17-1focal) ... 2024-09-16T05:53:16.377 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-common. 2024-09-16T05:53:16.397 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../17-ceph-common_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:16.435 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-common (15.2.17-1focal) ... 2024-09-16T05:53:17.847 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-base. 2024-09-16T05:53:17.864 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../18-ceph-base_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:17.932 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-base (15.2.17-1focal) ... 2024-09-16T05:53:18.549 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-base. 2024-09-16T05:53:18.564 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../18-ceph-base_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:18.617 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-base (15.2.17-1focal) ... 2024-09-16T05:53:18.818 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cryptography. 2024-09-16T05:53:18.834 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.3_amd64.deb ... 2024-09-16T05:53:18.876 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-16T05:53:19.280 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T05:53:19.297 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2024-09-16T05:53:19.338 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2024-09-16T05:53:19.616 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T05:53:19.633 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_15.2.17-1focal_all.deb ... 2024-09-16T05:53:19.661 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cryptography. 2024-09-16T05:53:19.674 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-modules-core (15.2.17-1focal) ... 2024-09-16T05:53:19.678 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.3_amd64.deb ... 2024-09-16T05:53:19.719 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-16T05:53:20.003 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T05:53:20.021 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2024-09-16T05:53:20.061 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-16T05:53:20.123 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T05:53:20.139 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2024-09-16T05:53:20.181 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2024-09-16T05:53:20.347 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T05:53:20.367 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2024-09-16T05:53:20.406 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2024-09-16T05:53:20.467 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T05:53:20.483 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_15.2.17-1focal_all.deb ... 2024-09-16T05:53:20.525 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-modules-core (15.2.17-1focal) ... 2024-09-16T05:53:20.776 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jwt. 2024-09-16T05:53:20.793 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2024-09-16T05:53:20.834 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-16T05:53:20.938 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T05:53:20.955 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2024-09-16T05:53:20.996 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-16T05:53:21.145 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T05:53:21.161 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2024-09-16T05:53:21.203 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-logutils (0.3.3-7) ... 2024-09-16T05:53:21.324 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T05:53:21.342 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2024-09-16T05:53:21.382 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2024-09-16T05:53:21.515 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T05:53:21.531 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2024-09-16T05:53:21.573 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2024-09-16T05:53:21.760 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jwt. 2024-09-16T05:53:21.776 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2024-09-16T05:53:21.842 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-16T05:53:21.901 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-mako. 2024-09-16T05:53:21.918 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2024-09-16T05:53:21.959 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-16T05:53:22.188 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T05:53:22.206 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2024-09-16T05:53:22.248 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-logutils (0.3.3-7) ... 2024-09-16T05:53:22.287 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T05:53:22.305 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T05:53:22.346 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T05:53:22.582 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T05:53:22.599 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2024-09-16T05:53:22.632 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T05:53:22.641 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2024-09-16T05:53:22.651 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2024-09-16T05:53:22.690 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2024-09-16T05:53:22.968 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-mako. 2024-09-16T05:53:22.986 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2024-09-16T05:53:23.026 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-16T05:53:23.051 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-webob. 2024-09-16T05:53:23.067 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2ubuntu0.1_all.deb ... 2024-09-16T05:53:23.109 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-16T05:53:23.388 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T05:53:23.404 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T05:53:23.437 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-soupsieve. 2024-09-16T05:53:23.453 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2024-09-16T05:53:23.471 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T05:53:23.504 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-16T05:53:23.782 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T05:53:23.801 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2024-09-16T05:53:23.806 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-bs4. 2024-09-16T05:53:23.825 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2024-09-16T05:53:23.865 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2024-09-16T05:53:23.940 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2024-09-16T05:53:24.201 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T05:53:24.220 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2024-09-16T05:53:24.254 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-16T05:53:24.443 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-webob. 2024-09-16T05:53:24.459 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2ubuntu0.1_all.deb ... 2024-09-16T05:53:24.543 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-16T05:53:24.596 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T05:53:24.613 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2024-09-16T05:53:24.654 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-tempita (0.5.2-6) ... 2024-09-16T05:53:24.879 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-soupsieve. 2024-09-16T05:53:24.898 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2024-09-16T05:53:24.932 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-paste. 2024-09-16T05:53:24.937 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-16T05:53:24.948 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2024-09-16T05:53:24.990 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2024-09-16T05:53:25.273 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-bs4. 2024-09-16T05:53:25.290 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2024-09-16T05:53:25.301 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T05:53:25.319 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2024-09-16T05:53:25.331 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2024-09-16T05:53:25.360 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2024-09-16T05:53:25.671 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T05:53:25.688 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2024-09-16T05:53:25.718 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T05:53:25.729 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2024-09-16T05:53:25.736 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2024-09-16T05:53:25.804 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-16T05:53:26.016 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T05:53:26.035 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2024-09-16T05:53:26.074 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-webtest (2.0.32-2) ... 2024-09-16T05:53:26.163 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T05:53:26.179 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2024-09-16T05:53:26.221 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-tempita (0.5.2-6) ... 2024-09-16T05:53:26.360 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T05:53:26.375 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2024-09-16T05:53:26.418 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2024-09-16T05:53:26.557 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-paste. 2024-09-16T05:53:26.574 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2024-09-16T05:53:26.615 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2024-09-16T05:53:26.731 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T05:53:26.751 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.2_all.deb ... 2024-09-16T05:53:26.789 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-16T05:53:26.968 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T05:53:26.987 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2024-09-16T05:53:27.026 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2024-09-16T05:53:27.193 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T05:53:27.209 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../41-ceph-mgr_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:27.251 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr (15.2.17-1focal) ... 2024-09-16T05:53:27.396 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T05:53:27.414 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2024-09-16T05:53:27.454 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2024-09-16T05:53:27.718 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T05:53:27.734 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../42-ceph-mon_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:27.776 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mon (15.2.17-1focal) ... 2024-09-16T05:53:27.803 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T05:53:27.819 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2024-09-16T05:53:27.861 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-webtest (2.0.32-2) ... 2024-09-16T05:53:28.215 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T05:53:28.231 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2024-09-16T05:53:28.273 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2024-09-16T05:53:28.655 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T05:53:28.673 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.2_all.deb ... 2024-09-16T05:53:28.719 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-16T05:53:28.772 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T05:53:28.791 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../43-ceph-osd_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:28.839 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-osd (15.2.17-1focal) ... 2024-09-16T05:53:29.122 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T05:53:29.139 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../41-ceph-mgr_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:29.180 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr (15.2.17-1focal) ... 2024-09-16T05:53:29.667 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T05:53:29.685 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../42-ceph-mon_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:29.725 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mon (15.2.17-1focal) ... 2024-09-16T05:53:30.854 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T05:53:30.873 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../43-ceph-osd_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:30.937 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-osd (15.2.17-1focal) ... 2024-09-16T05:53:31.269 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph. 2024-09-16T05:53:31.288 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../44-ceph_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:31.327 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph (15.2.17-1focal) ... 2024-09-16T05:53:31.647 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T05:53:31.665 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../45-ceph-fuse_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:31.705 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-fuse (15.2.17-1focal) ... 2024-09-16T05:53:32.116 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T05:53:32.133 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../46-ceph-mds_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:32.174 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mds (15.2.17-1focal) ... 2024-09-16T05:53:32.661 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package cephadm. 2024-09-16T05:53:32.678 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../47-cephadm_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:32.719 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking cephadm (15.2.17-1focal) ... 2024-09-16T05:53:33.056 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T05:53:33.076 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../48-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... 2024-09-16T05:53:33.114 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-16T05:53:33.471 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T05:53:33.479 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph. 2024-09-16T05:53:33.491 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../49-ceph-mgr-cephadm_15.2.17-1focal_all.deb ... 2024-09-16T05:53:33.495 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../44-ceph_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:33.532 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-cephadm (15.2.17-1focal) ... 2024-09-16T05:53:33.537 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph (15.2.17-1focal) ... 2024-09-16T05:53:33.857 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T05:53:33.873 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../50-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T05:53:33.890 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T05:53:33.906 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../45-ceph-fuse_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:33.915 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T05:53:33.973 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-fuse (15.2.17-1focal) ... 2024-09-16T05:53:34.176 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libjs-underscore. 2024-09-16T05:53:34.193 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../51-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2024-09-16T05:53:34.235 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-16T05:53:34.418 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T05:53:34.437 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../46-ceph-mds_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:34.475 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mds (15.2.17-1focal) ... 2024-09-16T05:53:34.521 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libjs-sphinxdoc. 2024-09-16T05:53:34.540 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../52-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2024-09-16T05:53:34.605 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-16T05:53:34.924 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-routes. 2024-09-16T05:53:34.941 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../53-python3-routes_2.4.1-2_all.deb ... 2024-09-16T05:53:34.982 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-routes (2.4.1-2) ... 2024-09-16T05:53:34.986 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package cephadm. 2024-09-16T05:53:35.005 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../47-cephadm_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:35.044 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking cephadm (15.2.17-1focal) ... 2024-09-16T05:53:35.319 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T05:53:35.337 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../54-ceph-mgr-dashboard_15.2.17-1focal_all.deb ... 2024-09-16T05:53:35.377 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-dashboard (15.2.17-1focal) ... 2024-09-16T05:53:35.389 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T05:53:35.406 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../48-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... 2024-09-16T05:53:35.447 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-16T05:53:35.800 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T05:53:35.818 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../49-ceph-mgr-cephadm_15.2.17-1focal_all.deb ... 2024-09-16T05:53:35.883 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-cephadm (15.2.17-1focal) ... 2024-09-16T05:53:36.246 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T05:53:36.262 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../50-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T05:53:36.303 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T05:53:36.327 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-diskprediction-cloud. 2024-09-16T05:53:36.348 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../55-ceph-mgr-diskprediction-cloud_15.2.17-1focal_all.deb ... 2024-09-16T05:53:36.385 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-09-16T05:53:36.581 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libjs-underscore. 2024-09-16T05:53:36.598 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../51-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2024-09-16T05:53:36.639 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-16T05:53:36.696 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-decorator. 2024-09-16T05:53:36.715 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../56-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2024-09-16T05:53:36.754 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2024-09-16T05:53:36.942 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libjs-sphinxdoc. 2024-09-16T05:53:36.958 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../52-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2024-09-16T05:53:37.000 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-16T05:53:37.065 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2024-09-16T05:53:37.082 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../57-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2024-09-16T05:53:37.123 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-16T05:53:37.344 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-routes. 2024-09-16T05:53:37.360 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../53-python3-routes_2.4.1-2_all.deb ... 2024-09-16T05:53:37.402 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-routes (2.4.1-2) ... 2024-09-16T05:53:37.451 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-scipy. 2024-09-16T05:53:37.469 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../58-python3-scipy_1.3.3-3build1_amd64.deb ... 2024-09-16T05:53:37.509 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2024-09-16T05:53:37.797 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T05:53:37.814 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../54-ceph-mgr-dashboard_15.2.17-1focal_all.deb ... 2024-09-16T05:53:37.855 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-dashboard (15.2.17-1focal) ... 2024-09-16T05:53:38.870 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-diskprediction-cloud. 2024-09-16T05:53:38.888 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../55-ceph-mgr-diskprediction-cloud_15.2.17-1focal_all.deb ... 2024-09-16T05:53:38.928 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-09-16T05:53:39.273 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-decorator. 2024-09-16T05:53:39.291 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../56-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2024-09-16T05:53:39.331 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2024-09-16T05:53:39.568 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-sklearn-lib. 2024-09-16T05:53:39.585 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../59-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2024-09-16T05:53:39.626 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-16T05:53:40.172 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T05:53:40.191 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../60-python3-joblib_0.14.0-3_all.deb ... 2024-09-16T05:53:40.229 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-joblib (0.14.0-3) ... 2024-09-16T05:53:40.526 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2024-09-16T05:53:40.543 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../57-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2024-09-16T05:53:40.584 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-16T05:53:40.593 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T05:53:40.610 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../61-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2024-09-16T05:53:40.651 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-16T05:53:40.922 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-scipy. 2024-09-16T05:53:40.938 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../58-python3-scipy_1.3.3-3build1_amd64.deb ... 2024-09-16T05:53:40.979 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2024-09-16T05:53:41.359 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T05:53:41.375 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../62-ceph-mgr-diskprediction-local_15.2.17-1focal_all.deb ... 2024-09-16T05:53:41.417 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-09-16T05:53:42.388 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-sklearn-lib. 2024-09-16T05:53:42.407 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../59-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2024-09-16T05:53:42.446 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-16T05:53:42.545 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T05:53:42.562 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../63-python3-cachetools_4.0.0-1_all.deb ... 2024-09-16T05:53:42.603 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2024-09-16T05:53:42.906 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T05:53:42.925 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../64-python3-pyasn1_0.4.2-3build1_all.deb ... 2024-09-16T05:53:42.964 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2024-09-16T05:53:43.041 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T05:53:43.059 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../60-python3-joblib_0.14.0-3_all.deb ... 2024-09-16T05:53:43.099 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-joblib (0.14.0-3) ... 2024-09-16T05:53:43.284 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T05:53:43.304 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../65-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2024-09-16T05:53:43.342 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-16T05:53:43.511 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T05:53:43.527 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../61-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2024-09-16T05:53:43.569 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-16T05:53:43.695 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T05:53:43.711 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../66-python3-rsa_4.0-3_all.deb ... 2024-09-16T05:53:43.753 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rsa (4.0-3) ... 2024-09-16T05:53:44.065 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T05:53:44.081 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../67-python3-google-auth_1.5.1-2_all.deb ... 2024-09-16T05:53:44.123 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2024-09-16T05:53:44.344 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T05:53:44.360 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../62-ceph-mgr-diskprediction-local_15.2.17-1focal_all.deb ... 2024-09-16T05:53:44.402 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-09-16T05:53:44.418 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-blinker. 2024-09-16T05:53:44.436 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../68-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2024-09-16T05:53:44.476 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-16T05:53:44.779 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-oauthlib. 2024-09-16T05:53:44.795 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../69-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2024-09-16T05:53:44.836 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-16T05:53:45.190 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T05:53:45.208 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../70-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2024-09-16T05:53:45.248 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-16T05:53:45.568 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T05:53:45.585 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../71-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2024-09-16T05:53:45.626 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2024-09-16T05:53:45.632 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T05:53:45.647 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../63-python3-cachetools_4.0.0-1_all.deb ... 2024-09-16T05:53:45.688 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2024-09-16T05:53:45.929 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T05:53:45.946 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../72-python3-kubernetes_7.0.0~a1-2_all.deb ... 2024-09-16T05:53:45.987 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2024-09-16T05:53:45.999 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T05:53:46.018 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../64-python3-pyasn1_0.4.2-3build1_all.deb ... 2024-09-16T05:53:46.057 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2024-09-16T05:53:46.377 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T05:53:46.394 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../65-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2024-09-16T05:53:46.427 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-16T05:53:46.568 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T05:53:46.588 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../73-ceph-mgr-k8sevents_15.2.17-1focal_all.deb ... 2024-09-16T05:53:46.626 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-09-16T05:53:46.696 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T05:53:46.716 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../66-python3-rsa_4.0-3_all.deb ... 2024-09-16T05:53:46.746 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-rsa (4.0-3) ... 2024-09-16T05:53:46.928 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T05:53:46.945 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../74-libonig5_6.9.4-1_amd64.deb ... 2024-09-16T05:53:46.986 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2024-09-16T05:53:47.091 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T05:53:47.108 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../67-python3-google-auth_1.5.1-2_all.deb ... 2024-09-16T05:53:47.149 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2024-09-16T05:53:47.339 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T05:53:47.357 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../75-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-16T05:53:47.397 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:53:47.528 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-blinker. 2024-09-16T05:53:47.547 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../68-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2024-09-16T05:53:47.586 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-16T05:53:47.692 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package jq. 2024-09-16T05:53:47.709 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../76-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-16T05:53:47.750 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:53:47.914 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-oauthlib. 2024-09-16T05:53:47.931 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../69-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2024-09-16T05:53:47.980 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-16T05:53:47.987 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package socat. 2024-09-16T05:53:48.003 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../77-socat_1.7.3.3-2_amd64.deb ... 2024-09-16T05:53:48.036 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking socat (1.7.3.3-2) ... 2024-09-16T05:53:48.325 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T05:53:48.340 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T05:53:48.345 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../70-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2024-09-16T05:53:48.356 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../78-xmlstarlet_1.6.1-2build1_amd64.deb ... 2024-09-16T05:53:48.383 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-16T05:53:48.398 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2024-09-16T05:53:48.719 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T05:53:48.738 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../71-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2024-09-16T05:53:48.743 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-test. 2024-09-16T05:53:48.763 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../79-ceph-test_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:48.811 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2024-09-16T05:53:48.826 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-test (15.2.17-1focal) ... 2024-09-16T05:53:49.156 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T05:53:49.177 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../72-python3-kubernetes_7.0.0~a1-2_all.deb ... 2024-09-16T05:53:49.214 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2024-09-16T05:53:49.836 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T05:53:49.856 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../73-ceph-mgr-k8sevents_15.2.17-1focal_all.deb ... 2024-09-16T05:53:49.894 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-09-16T05:53:50.244 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T05:53:50.261 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../74-libonig5_6.9.4-1_amd64.deb ... 2024-09-16T05:53:50.302 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2024-09-16T05:53:50.697 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T05:53:50.713 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../75-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-16T05:53:50.796 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:53:51.091 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package jq. 2024-09-16T05:53:51.107 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../76-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-16T05:53:51.157 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:53:51.435 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package socat. 2024-09-16T05:53:51.498 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../77-socat_1.7.3.3-2_amd64.deb ... 2024-09-16T05:53:51.498 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking socat (1.7.3.3-2) ... 2024-09-16T05:53:51.838 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T05:53:51.855 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../78-xmlstarlet_1.6.1-2build1_amd64.deb ... 2024-09-16T05:53:51.896 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2024-09-16T05:53:52.201 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T05:53:52.217 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../80-libcephfs-dev_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:52.259 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package ceph-test. 2024-09-16T05:53:52.267 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libcephfs-dev (15.2.17-1focal) ... 2024-09-16T05:53:52.278 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../79-ceph-test_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:52.341 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking ceph-test (15.2.17-1focal) ... 2024-09-16T05:53:52.764 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T05:53:52.784 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../81-nvme-cli_1.9-1ubuntu0.2_amd64.deb ... 2024-09-16T05:53:52.840 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking nvme-cli (1.9-1ubuntu0.2) ... 2024-09-16T05:53:53.195 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-atomicwrites. 2024-09-16T05:53:53.213 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../82-python3-atomicwrites_1.1.5-2build1_all.deb ... 2024-09-16T05:53:53.245 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2024-09-16T05:53:53.532 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-attr. 2024-09-16T05:53:53.549 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../83-python3-attr_19.3.0-2_all.deb ... 2024-09-16T05:53:53.590 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-attr (19.3.0-2) ... 2024-09-16T05:53:53.935 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-webencodings. 2024-09-16T05:53:53.952 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../84-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2024-09-16T05:53:54.014 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-16T05:53:54.300 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-html5lib. 2024-09-16T05:53:54.320 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../85-python3-html5lib_1.0.1-2_all.deb ... 2024-09-16T05:53:54.358 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2024-09-16T05:53:54.696 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-lxml:amd64. 2024-09-16T05:53:54.713 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../86-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2024-09-16T05:53:54.753 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-16T05:53:55.223 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-packaging. 2024-09-16T05:53:55.243 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../87-python3-packaging_20.3-1_all.deb ... 2024-09-16T05:53:55.308 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-packaging (20.3-1) ... 2024-09-16T05:53:55.620 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T05:53:55.637 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../88-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T05:53:55.678 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T05:53:55.965 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T05:53:55.982 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../89-python3-pluggy_0.13.0-2_all.deb ... 2024-09-16T05:53:56.023 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2024-09-16T05:53:56.170 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T05:53:56.187 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../80-libcephfs-dev_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libcephfs-dev (15.2.17-1focal) ... 2024-09-16T05:53:56.335 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T05:53:56.354 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../90-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2024-09-16T05:53:56.393 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2024-09-16T05:53:56.746 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-py. 2024-09-16T05:53:56.762 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../91-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2024-09-16T05:53:56.804 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2024-09-16T05:53:56.813 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T05:53:56.831 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../81-nvme-cli_1.9-1ubuntu0.2_amd64.deb ... 2024-09-16T05:53:56.923 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking nvme-cli (1.9-1ubuntu0.2) ... 2024-09-16T05:53:57.107 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T05:53:57.128 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../92-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2024-09-16T05:53:57.166 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-16T05:53:57.321 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-atomicwrites. 2024-09-16T05:53:57.341 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../82-python3-atomicwrites_1.1.5-2build1_all.deb ... 2024-09-16T05:53:57.379 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2024-09-16T05:53:57.460 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T05:53:57.480 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../93-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2024-09-16T05:53:57.518 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-16T05:53:57.716 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-attr. 2024-09-16T05:53:57.735 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../83-python3-attr_19.3.0-2_all.deb ... 2024-09-16T05:53:57.774 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-attr (19.3.0-2) ... 2024-09-16T05:53:57.846 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T05:53:57.865 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../94-python3-pytest_4.6.9-1_all.deb ... 2024-09-16T05:53:57.904 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pytest (4.6.9-1) ... 2024-09-16T05:53:58.128 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-webencodings. 2024-09-16T05:53:58.145 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../84-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2024-09-16T05:53:58.211 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-16T05:53:58.242 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T05:53:58.258 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../95-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2024-09-16T05:53:58.299 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-16T05:53:58.547 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-html5lib. 2024-09-16T05:53:58.565 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../85-python3-html5lib_1.0.1-2_all.deb ... 2024-09-16T05:53:58.605 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2024-09-16T05:53:58.720 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package radosgw. 2024-09-16T05:53:58.740 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../96-radosgw_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:58.778 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking radosgw (15.2.17-1focal) ... 2024-09-16T05:53:58.969 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-lxml:amd64. 2024-09-16T05:53:58.985 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../86-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2024-09-16T05:53:59.025 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-16T05:53:59.537 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-packaging. 2024-09-16T05:53:59.555 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../87-python3-packaging_20.3-1_all.deb ... 2024-09-16T05:53:59.595 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-packaging (20.3-1) ... 2024-09-16T05:53:59.818 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T05:53:59.837 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../97-rbd-fuse_15.2.17-1focal_amd64.deb ... 2024-09-16T05:53:59.875 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking rbd-fuse (15.2.17-1focal) ... 2024-09-16T05:53:59.932 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T05:53:59.948 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../88-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T05:53:59.990 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T05:54:00.175 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-attr (19.3.0-2) ... 2024-09-16T05:54:00.369 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T05:54:00.389 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../89-python3-pluggy_0.13.0-2_all.deb ... 2024-09-16T05:54:00.452 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2024-09-16T05:54:00.463 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-09-16T05:54:00.589 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2024-09-16T05:54:00.710 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up nvme-cli (1.9-1ubuntu0.2) ... 2024-09-16T05:54:00.797 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T05:54:00.817 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../90-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2024-09-16T05:54:00.855 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2024-09-16T05:54:00.903 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up cephadm (15.2.17-1focal) ... 2024-09-16T05:54:01.209 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-py. 2024-09-16T05:54:01.230 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../91-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2024-09-16T05:54:01.268 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2024-09-16T05:54:01.507 INFO:teuthology.orchestra.run.smithi179.stdout:Adding system user cephadm....done 2024-09-16T05:54:01.631 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T05:54:01.648 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../92-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2024-09-16T05:54:01.702 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-16T05:54:01.712 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-16T05:54:02.042 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T05:54:02.055 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T05:54:02.062 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../93-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2024-09-16T05:54:02.100 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-16T05:54:02.364 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liboath0 (2.6.1-1.3) ... 2024-09-16T05:54:02.457 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T05:54:02.473 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2024-09-16T05:54:02.477 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../94-python3-pytest_4.6.9-1_all.deb ... 2024-09-16T05:54:02.514 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-pytest (4.6.9-1) ... 2024-09-16T05:54:02.783 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-joblib (0.14.0-3) ... 2024-09-16T05:54:02.877 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T05:54:02.895 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../95-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2024-09-16T05:54:02.935 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-16T05:54:03.194 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-16T05:54:03.413 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package radosgw. 2024-09-16T05:54:03.431 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../96-radosgw_15.2.17-1focal_amd64.deb ... 2024-09-16T05:54:03.472 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking radosgw (15.2.17-1focal) ... 2024-09-16T05:54:03.487 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cachetools (4.0.0-1) ... 2024-09-16T05:54:03.771 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-16T05:54:04.047 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-16T05:54:04.340 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-ceph-argparse (15.2.17-1focal) ... 2024-09-16T05:54:04.561 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T05:54:04.581 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../97-rbd-fuse_15.2.17-1focal_amd64.deb ... 2024-09-16T05:54:04.608 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-16T05:54:04.644 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking rbd-fuse (15.2.17-1focal) ... 2024-09-16T05:54:04.708 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2024-09-16T05:54:04.942 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-attr (19.3.0-2) ... 2024-09-16T05:54:04.993 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-16T05:54:05.286 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2024-09-16T05:54:05.290 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-09-16T05:54:05.416 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2024-09-16T05:54:05.542 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up nvme-cli (1.9-1ubuntu0.2) ... 2024-09-16T05:54:05.654 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2024-09-16T05:54:05.769 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up cephadm (15.2.17-1focal) ... 2024-09-16T05:54:05.938 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-16T05:54:06.273 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2024-09-16T05:54:06.330 INFO:teuthology.orchestra.run.smithi031.stdout:Adding system user cephadm....done 2024-09-16T05:54:06.491 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-16T05:54:06.557 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-16T05:54:06.875 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-tempita (0.5.2-6) ... 2024-09-16T05:54:06.902 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T05:54:07.160 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-packaging (20.3-1) ... 2024-09-16T05:54:07.228 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up liboath0 (2.6.1-1.3) ... 2024-09-16T05:54:07.345 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2024-09-16T05:54:07.461 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2024-09-16T05:54:07.587 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-16T05:54:07.672 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-joblib (0.14.0-3) ... 2024-09-16T05:54:07.880 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2024-09-16T05:54:08.074 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-16T05:54:08.273 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-16T05:54:08.400 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cachetools (4.0.0-1) ... 2024-09-16T05:54:08.624 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-16T05:54:08.726 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-16T05:54:08.968 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up socat (1.7.3.3-2) ... 2024-09-16T05:54:09.019 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-16T05:54:09.094 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-ceph-common (15.2.17-1focal) ... 2024-09-16T05:54:09.354 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-ceph-argparse (15.2.17-1focal) ... 2024-09-16T05:54:09.395 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-html5lib (1.0.1-2) ... 2024-09-16T05:54:09.671 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-16T05:54:09.739 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-16T05:54:09.822 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2024-09-16T05:54:09.865 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2024-09-16T05:54:09.982 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pluggy (0.13.0-2) ... 2024-09-16T05:54:10.115 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-16T05:54:10.242 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-16T05:54:10.433 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2024-09-16T05:54:10.535 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2024-09-16T05:54:10.818 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2024-09-16T05:54:10.895 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2024-09-16T05:54:11.111 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-16T05:54:11.171 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-logutils (0.3.3-7) ... 2024-09-16T05:54:11.455 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-16T05:54:11.462 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2024-09-16T05:54:11.581 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T05:54:11.763 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-16T05:54:11.841 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-prettytable (0.7.2-5) ... 2024-09-16T05:54:12.106 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-tempita (0.5.2-6) ... 2024-09-16T05:54:12.142 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-16T05:54:12.398 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-packaging (20.3-1) ... 2024-09-16T05:54:12.435 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2024-09-16T05:54:12.708 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2024-09-16T05:54:12.834 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-16T05:54:12.839 INFO:teuthology.orchestra.run.smithi179.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2024-09-16T05:54:13.098 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2024-09-16T05:54:13.118 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2024-09-16T05:54:13.224 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-16T05:54:13.525 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2024-09-16T05:54:13.528 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-16T05:54:13.877 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-16T05:54:13.955 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-16T05:54:14.002 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-16T05:54:14.128 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-16T05:54:14.331 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up socat (1.7.3.3-2) ... 2024-09-16T05:54:14.457 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-ceph-common (15.2.17-1focal) ... 2024-09-16T05:54:14.488 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-16T05:54:14.748 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librados2 (15.2.17-1focal) ... 2024-09-16T05:54:14.792 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-html5lib (1.0.1-2) ... 2024-09-16T05:54:14.849 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2024-09-16T05:54:15.210 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-16T05:54:15.336 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2024-09-16T05:54:15.462 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pluggy (0.13.0-2) ... 2024-09-16T05:54:15.788 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-16T05:54:16.165 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2024-09-16T05:54:16.279 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librgw2 (15.2.17-1focal) ... 2024-09-16T05:54:16.389 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:54:16.490 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pytest (4.6.9-1) ... 2024-09-16T05:54:16.508 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2024-09-16T05:54:16.825 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2024-09-16T05:54:16.825 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-logutils (0.3.3-7) ... 2024-09-16T05:54:17.135 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2024-09-16T05:54:17.144 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-16T05:54:17.306 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T05:54:17.427 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-bs4 (4.8.2-1) ... 2024-09-16T05:54:17.588 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-prettytable (0.7.2-5) ... 2024-09-16T05:54:17.795 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libcephfs2 (15.2.17-1focal) ... 2024-09-16T05:54:17.897 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-16T05:54:17.938 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-16T05:54:18.189 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2024-09-16T05:54:18.217 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libradosstriper1 (15.2.17-1focal) ... 2024-09-16T05:54:18.377 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-16T05:54:18.538 INFO:teuthology.orchestra.run.smithi031.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2024-09-16T05:54:18.711 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-16T05:54:18.809 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2024-09-16T05:54:18.935 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-16T05:54:19.286 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2024-09-16T05:54:19.712 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-16T05:54:19.750 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librbd1 (15.2.17-1focal) ... 2024-09-16T05:54:19.838 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-16T05:54:19.876 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-16T05:54:19.984 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-16T05:54:20.349 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-16T05:54:20.527 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:54:20.653 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librados2 (15.2.17-1focal) ... 2024-09-16T05:54:20.653 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rsa (4.0-3) ... 2024-09-16T05:54:20.779 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2024-09-16T05:54:20.971 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-webtest (2.0.32-2) ... 2024-09-16T05:54:21.298 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-modules-core (15.2.17-1focal) ... 2024-09-16T05:54:21.418 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-fuse (15.2.17-1focal) ... 2024-09-16T05:54:21.641 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T05:54:21.641 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T05:54:22.085 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libcephfs-dev (15.2.17-1focal) ... 2024-09-16T05:54:22.236 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-16T05:54:22.318 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librgw2 (15.2.17-1focal) ... 2024-09-16T05:54:22.444 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:54:22.546 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T05:54:22.603 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pytest (4.6.9-1) ... 2024-09-16T05:54:22.856 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2024-09-16T05:54:22.988 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2024-09-16T05:54:23.183 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rados (15.2.17-1focal) ... 2024-09-16T05:54:23.298 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2024-09-16T05:54:23.300 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rbd (15.2.17-1focal) ... 2024-09-16T05:54:23.452 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up rbd-fuse (15.2.17-1focal) ... 2024-09-16T05:54:23.579 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-routes (2.4.1-2) ... 2024-09-16T05:54:23.590 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-bs4 (4.8.2-1) ... 2024-09-16T05:54:23.889 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-google-auth (1.5.1-2) ... 2024-09-16T05:54:23.942 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libcephfs2 (15.2.17-1focal) ... 2024-09-16T05:54:24.069 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-16T05:54:24.165 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rgw (15.2.17-1focal) ... 2024-09-16T05:54:24.266 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cephfs (15.2.17-1focal) ... 2024-09-16T05:54:24.414 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libradosstriper1 (15.2.17-1focal) ... 2024-09-16T05:54:24.542 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2024-09-16T05:54:24.556 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-16T05:54:24.899 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-16T05:54:25.573 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-common (15.2.17-1focal) ... 2024-09-16T05:54:25.980 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up librbd1 (15.2.17-1focal) ... 2024-09-16T05:54:26.118 INFO:teuthology.orchestra.run.smithi179.stdout:Adding group ceph....done 2024-09-16T05:54:26.139 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-16T05:54:26.257 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-09-16T05:54:26.494 INFO:teuthology.orchestra.run.smithi179.stdout:Adding system user ceph....done 2024-09-16T05:54:26.662 INFO:teuthology.orchestra.run.smithi179.stdout:Setting system user ceph properties....done 2024-09-16T05:54:26.688 INFO:teuthology.orchestra.run.smithi179.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T05:54:26.717 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rsa (4.0-3) ... 2024-09-16T05:54:26.832 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T05:54:27.052 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-webtest (2.0.32-2) ... 2024-09-16T05:54:27.132 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T05:54:27.370 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-modules-core (15.2.17-1focal) ... 2024-09-16T05:54:27.512 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-fuse (15.2.17-1focal) ... 2024-09-16T05:54:27.583 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-test (15.2.17-1focal) ... 2024-09-16T05:54:27.701 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up radosgw (15.2.17-1focal) ... 2024-09-16T05:54:27.735 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T05:54:27.735 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T05:54:27.964 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:54:27.964 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:54:28.147 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libcephfs-dev (15.2.17-1focal) ... 2024-09-16T05:54:28.273 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-16T05:54:28.566 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T05:54:28.612 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-base (15.2.17-1focal) ... 2024-09-16T05:54:28.892 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2024-09-16T05:54:28.990 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T05:54:29.269 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rados (15.2.17-1focal) ... 2024-09-16T05:54:29.429 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rbd (15.2.17-1focal) ... 2024-09-16T05:54:29.471 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mds (15.2.17-1focal) ... 2024-09-16T05:54:29.555 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up rbd-fuse (15.2.17-1focal) ... 2024-09-16T05:54:29.679 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T05:54:29.679 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T05:54:29.714 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-routes (2.4.1-2) ... 2024-09-16T05:54:30.041 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-google-auth (1.5.1-2) ... 2024-09-16T05:54:30.123 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr (15.2.17-1focal) ... 2024-09-16T05:54:30.349 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T05:54:30.349 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T05:54:30.350 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-rgw (15.2.17-1focal) ... 2024-09-16T05:54:30.476 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-cephfs (15.2.17-1focal) ... 2024-09-16T05:54:30.777 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2024-09-16T05:54:30.816 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-09-16T05:54:30.958 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-osd (15.2.17-1focal) ... 2024-09-16T05:54:31.485 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T05:54:31.485 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T05:54:31.841 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-common (15.2.17-1focal) ... 2024-09-16T05:54:31.943 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-09-16T05:54:32.069 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-09-16T05:54:32.195 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mon (15.2.17-1focal) ... 2024-09-16T05:54:32.418 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T05:54:32.418 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T05:54:32.461 INFO:teuthology.orchestra.run.smithi031.stdout:Adding group ceph....done 2024-09-16T05:54:32.863 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-cephadm (15.2.17-1focal) ... 2024-09-16T05:54:32.890 INFO:teuthology.orchestra.run.smithi031.stdout:Adding system user ceph....done 2024-09-16T05:54:32.981 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph (15.2.17-1focal) ... 2024-09-16T05:54:33.064 INFO:teuthology.orchestra.run.smithi031.stdout:Setting system user ceph properties....done 2024-09-16T05:54:33.082 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-dashboard (15.2.17-1focal) ... 2024-09-16T05:54:33.090 INFO:teuthology.orchestra.run.smithi031.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T05:54:33.226 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2024-09-16T05:54:33.246 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T05:54:33.513 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-09-16T05:54:33.559 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T05:54:34.002 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-test (15.2.17-1focal) ... 2024-09-16T05:54:34.128 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up radosgw (15.2.17-1focal) ... 2024-09-16T05:54:34.434 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:54:34.434 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T05:54:35.088 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-base (15.2.17-1focal) ... 2024-09-16T05:54:35.508 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T05:54:35.940 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mds (15.2.17-1focal) ... 2024-09-16T05:54:36.165 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T05:54:36.165 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T05:54:36.305 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-09-16T05:54:36.633 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr (15.2.17-1focal) ... 2024-09-16T05:54:36.742 INFO:teuthology.orchestra.run.smithi179.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T05:54:36.748 DEBUG:teuthology.parallel:result is None 2024-09-16T05:54:36.862 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T05:54:36.862 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T05:54:37.276 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-09-16T05:54:37.444 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-osd (15.2.17-1focal) ... 2024-09-16T05:54:37.931 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T05:54:37.931 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T05:54:38.363 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-09-16T05:54:38.489 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-09-16T05:54:38.656 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mon (15.2.17-1focal) ... 2024-09-16T05:54:38.885 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T05:54:38.885 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T05:54:39.335 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-cephadm (15.2.17-1focal) ... 2024-09-16T05:54:39.461 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph (15.2.17-1focal) ... 2024-09-16T05:54:39.620 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up ceph-mgr-dashboard (15.2.17-1focal) ... 2024-09-16T05:54:39.764 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2024-09-16T05:54:40.048 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-09-16T05:54:42.910 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-09-16T05:54:43.495 INFO:teuthology.orchestra.run.smithi031.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T05:54:43.499 DEBUG:teuthology.parallel:result is None 2024-09-16T05:54:43.500 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T05:54:43.500 INFO:teuthology.packaging:ref: None 2024-09-16T05:54:43.500 INFO:teuthology.packaging:tag: None 2024-09-16T05:54:43.500 INFO:teuthology.packaging:branch: octopus 2024-09-16T05:54:43.500 INFO:teuthology.packaging:sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 2024-09-16T05:54:43.500 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=octopus 2024-09-16T05:54:43.699 DEBUG:teuthology.orchestra.run.smithi031:> dpkg-query -W -f '${Version}' ceph 2024-09-16T05:54:43.725 INFO:teuthology.orchestra.run.smithi031.stdout:15.2.17-1focal 2024-09-16T05:54:43.726 INFO:teuthology.packaging:The installed version of ceph is 15.2.17-1focal 2024-09-16T05:54:43.726 INFO:teuthology.task.install:The correct ceph version 15.2.17-1focal is installed. 2024-09-16T05:54:43.728 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T05:54:43.728 INFO:teuthology.packaging:ref: None 2024-09-16T05:54:43.728 INFO:teuthology.packaging:tag: None 2024-09-16T05:54:43.728 INFO:teuthology.packaging:branch: octopus 2024-09-16T05:54:43.728 INFO:teuthology.packaging:sha1: 6d025bc26f3176c910707f8cb4c8d8e076640615 2024-09-16T05:54:43.728 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=octopus 2024-09-16T05:54:43.916 DEBUG:teuthology.orchestra.run.smithi179:> dpkg-query -W -f '${Version}' ceph 2024-09-16T05:54:43.939 INFO:teuthology.orchestra.run.smithi179.stdout:15.2.17-1focal 2024-09-16T05:54:43.939 INFO:teuthology.packaging:The installed version of ceph is 15.2.17-1focal 2024-09-16T05:54:43.939 INFO:teuthology.task.install:The correct ceph version 15.2.17-1focal is installed. 2024-09-16T05:54:43.941 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-16T05:54:43.941 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-16T05:54:43.942 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T05:54:43.958 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-09-16T05:54:43.959 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T05:54:43.996 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-16T05:54:43.996 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-16T05:54:43.996 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T05:54:44.016 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T05:54:44.025 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-09-16T05:54:44.025 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T05:54:44.041 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T05:54:44.050 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-16T05:54:44.050 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-16T05:54:44.051 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T05:54:44.065 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T05:54:44.123 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-09-16T05:54:44.123 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T05:54:44.140 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T05:54:44.149 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-16T05:54:44.149 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-09-16T05:54:44.150 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T05:54:44.166 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T05:54:44.181 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-09-16T05:54:44.181 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T05:54:44.198 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T05:54:44.257 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-16T05:54:44.349 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'avoid_pacific_features': True, 'cephadm_branch': 'octopus', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'bluestore fsck quick fix on mount': True, 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.ceph.io/ceph-ci/ceph:octopus', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6d025bc26f3176c910707f8cb4c8d8e076640615'} 2024-09-16T05:54:44.349 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:octopus 2024-09-16T05:54:44.349 INFO:tasks.cephadm:Cluster fsid is 2c3fcaa6-73f0-11ef-bceb-c7b262605968 2024-09-16T05:54:44.350 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-16T05:54:44.350 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.31', 'mon.c': '[v2:172.21.15.31:3301,v1:172.21.15.31:6790]', 'mon.b': '172.21.15.179'} 2024-09-16T05:54:44.350 INFO:tasks.cephadm:First mon is mon.a on smithi031 2024-09-16T05:54:44.350 INFO:tasks.cephadm:First mgr is y 2024-09-16T05:54:44.350 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-16T05:54:44.350 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-09-16T05:54:44.367 DEBUG:teuthology.orchestra.run.smithi179:> sudo hostname $(hostname -s) 2024-09-16T05:54:44.384 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-09-16T05:54:44.385 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:44.587 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r-- 1 ubuntu ubuntu 223479 Sep 16 05:54 /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:44.588 DEBUG:teuthology.orchestra.run.smithi179:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:44.727 INFO:teuthology.orchestra.run.smithi179.stdout:-rw-rw-r-- 1 ubuntu ubuntu 223479 Sep 16 05:54 /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:44.727 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:44.737 DEBUG:teuthology.orchestra.run.smithi179:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:44.760 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:octopus on all hosts... 2024-09-16T05:54:44.760 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull 2024-09-16T05:54:44.763 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull 2024-09-16T05:54:44.895 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:octopus... 2024-09-16T05:54:44.896 INFO:teuthology.orchestra.run.smithi179.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:octopus... 2024-09-16T05:54:45.112 INFO:teuthology.orchestra.run.smithi179.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-09-16T05:54:45.112 INFO:teuthology.orchestra.run.smithi179.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay.ceph.io/ceph-ci/ceph:octopus not found: manifest unknown: manifest unknown 2024-09-16T05:54:45.116 INFO:teuthology.orchestra.run.smithi031.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-09-16T05:54:45.117 INFO:teuthology.orchestra.run.smithi031.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay.ceph.io/ceph-ci/ceph:octopus not found: manifest unknown: manifest unknown 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr:Traceback (most recent call last): 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: File "/home/ubuntu/cephtest/cephadm", line 6250, in 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: r = args.func() 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: File "/home/ubuntu/cephtest/cephadm", line 1458, in _default_image 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: return func() 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: File "/home/ubuntu/cephtest/cephadm", line 2761, in command_pull 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: _pull_image(args.image) 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: File "/home/ubuntu/cephtest/cephadm", line 2784, in _pull_image 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr: raise RuntimeError('Failed command: %s' % cmd_str) 2024-09-16T05:54:45.118 INFO:teuthology.orchestra.run.smithi179.stderr:RuntimeError: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-09-16T05:54:45.122 INFO:teuthology.orchestra.run.smithi031.stderr:Traceback (most recent call last): 2024-09-16T05:54:45.122 INFO:teuthology.orchestra.run.smithi031.stderr: File "/home/ubuntu/cephtest/cephadm", line 6250, in 2024-09-16T05:54:45.122 INFO:teuthology.orchestra.run.smithi031.stderr: r = args.func() 2024-09-16T05:54:45.123 INFO:teuthology.orchestra.run.smithi031.stderr: File "/home/ubuntu/cephtest/cephadm", line 1458, in _default_image 2024-09-16T05:54:45.123 INFO:teuthology.orchestra.run.smithi031.stderr: return func() 2024-09-16T05:54:45.123 INFO:teuthology.orchestra.run.smithi031.stderr: File "/home/ubuntu/cephtest/cephadm", line 2761, in command_pull 2024-09-16T05:54:45.123 INFO:teuthology.orchestra.run.smithi031.stderr: _pull_image(args.image) 2024-09-16T05:54:45.123 INFO:teuthology.orchestra.run.smithi031.stderr: File "/home/ubuntu/cephtest/cephadm", line 2784, in _pull_image 2024-09-16T05:54:45.123 INFO:teuthology.orchestra.run.smithi031.stderr: raise RuntimeError('Failed command: %s' % cmd_str) 2024-09-16T05:54:45.123 INFO:teuthology.orchestra.run.smithi031.stderr:RuntimeError: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-09-16T05:54:45.142 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:54:45.142 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks/cephadm.py", line 359, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull' 2024-09-16T05:54:45.144 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-16T05:54:45.145 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822/remote/smithi031/crash 2024-09-16T05:54:45.146 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/crash -- . 2024-09-16T05:54:45.162 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T05:54:45.162 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-09-16T05:54:45.164 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/lib/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822/remote/smithi179/crash 2024-09-16T05:54:45.165 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/lib/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/crash -- . 2024-09-16T05:54:45.181 INFO:teuthology.orchestra.run.smithi179.stderr:tar: /var/lib/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T05:54:45.181 INFO:teuthology.orchestra.run.smithi179.stderr:tar: Error is not recoverable: exiting now 2024-09-16T05:54:45.182 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-16T05:54:45.182 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-16T05:54:45.198 INFO:teuthology.orchestra.run.smithi031.stderr:grep: /var/log/ceph/2c3fcaa6-73f0-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-16T05:54:45.201 INFO:tasks.cephadm:Compressing logs... 2024-09-16T05:54:45.201 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-16T05:54:45.249 DEBUG:teuthology.orchestra.run.smithi179:> 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-09-16T05:54:45.263 INFO:teuthology.orchestra.run.smithi031.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T05:54:45.265 INFO:teuthology.orchestra.run.smithi179.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T05:54:45.270 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T05:54:45.271 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: 70.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T05:54:45.272 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T05:54:45.273 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-09-16T05:54:45.273 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.020s 2024-09-16T05:54:45.273 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m0.016s 2024-09-16T05:54:45.273 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.009s 2024-09-16T05:54:45.274 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/cephadm.log: 70.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T05:54:45.274 INFO:teuthology.orchestra.run.smithi179.stderr: 2024-09-16T05:54:45.274 INFO:teuthology.orchestra.run.smithi179.stderr:real 0m0.020s 2024-09-16T05:54:45.274 INFO:teuthology.orchestra.run.smithi179.stderr:user 0m0.018s 2024-09-16T05:54:45.274 INFO:teuthology.orchestra.run.smithi179.stderr:sys 0m0.007s 2024-09-16T05:54:45.275 INFO:tasks.cephadm:Archiving logs... 2024-09-16T05:54:45.275 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822/remote/smithi031/log 2024-09-16T05:54:45.276 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T05:54:45.290 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822/remote/smithi179/log 2024-09-16T05:54:45.290 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T05:54:45.307 INFO:tasks.cephadm:Removing cluster... 2024-09-16T05:54:45.307 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c3fcaa6-73f0-11ef-bceb-c7b262605968 --force 2024-09-16T05:54:45.506 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2c3fcaa6-73f0-11ef-bceb-c7b262605968 --force 2024-09-16T05:54:45.702 INFO:tasks.cephadm:Removing cephadm ... 2024-09-16T05:54:45.702 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:45.709 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T05:54:45.716 INFO:tasks.cephadm:Teardown complete 2024-09-16T05:54:45.716 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks/cephadm.py", line 1629, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks/cephadm.py", line 1542, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks/cephadm.py", line 359, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull' 2024-09-16T05:54:45.964 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ea817ba8fa92462f88d725ba91b47960 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks/cephadm.py", line 1629, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks/cephadm.py", line 1542, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_6d025bc26f3176c910707f8cb4c8d8e076640615/qa/tasks/cephadm.py", line 359, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull' 2024-09-16T05:54:45.967 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-16T05:54:45.977 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-16T05:54:45.991 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-09-16T05:54:45.992 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T05:54:46.005 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T05:54:46.072 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T05:54:46.081 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T05:54:46.082 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T05:54:46.085 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T05:54:46.104 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T05:54:46.105 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-09-16T05:54:46.106 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi 67.205.162.81 3 u 37 64 3 0.201 -1.512 0.173 2024-09-16T05:54:46.106 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi 63.231.80.2 3 u 39 64 3 0.141 -0.526 0.770 2024-09-16T05:54:46.106 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi 74.6.168.72 3 u 39 64 3 0.193 0.316 0.858 2024-09-16T05:54:46.106 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:54:46.107 INFO:teuthology.orchestra.run.smithi179.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T05:54:46.107 INFO:teuthology.orchestra.run.smithi179.stdout:============================================================================== 2024-09-16T05:54:46.108 INFO:teuthology.orchestra.run.smithi179.stdout: hv01.front.sepi 67.205.162.81 3 u 37 64 3 0.227 0.034 0.041 2024-09-16T05:54:46.108 INFO:teuthology.orchestra.run.smithi179.stdout: hv02.front.sepi 63.231.80.2 3 u 42 64 3 0.296 1.038 0.541 2024-09-16T05:54:46.108 INFO:teuthology.orchestra.run.smithi179.stdout: hv03.front.sepi 74.6.168.72 3 u 39 64 3 0.134 1.905 0.013 2024-09-16T05:54:46.108 INFO:teuthology.orchestra.run.smithi179.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-16T05:54:46.109 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T05:54:46.116 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T05:54:46.117 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T05:54:46.125 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T05:54:46.132 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T05:54:46.142 INFO:teuthology.task.internal:Duration was 454.974375 seconds 2024-09-16T05:54:46.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T05:54:46.150 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T05:54:46.150 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T05:54:46.152 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T05:54:46.203 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T05:54:46.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-09-16T05:54:46.204 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-16T05:54:46.218 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2024-09-16T05:54:46.218 DEBUG:teuthology.orchestra.run.smithi179:> 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-09-16T05:54:46.233 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T05:54:46.233 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T05:54:46.235 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T05:54:46.267 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T05:54:46.267 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T05:54:46.309 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T05:54:46.378 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T05:54:46.390 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T05:54:46.390 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T05:54:46.405 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T05:54:46.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T05:54:46.430 DEBUG:teuthology.orchestra.run.smithi031:> 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-09-16T05:54:46.432 DEBUG:teuthology.orchestra.run.smithi179:> 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-09-16T05:54:46.445 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-09-16T05:54:46.446 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2024-09-16T05:54:46.472 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T05:54:46.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:54:46.521 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T05:54:46.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T05:54:46.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T05:54:46.536 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T05:54:46.537 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822/remote/smithi031 2024-09-16T05:54:46.537 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T05:54:46.563 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7906822/remote/smithi179 2024-09-16T05:54:46.563 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T05:54:46.590 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T05:54:46.591 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T05:54:46.601 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T05:54:46.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T05:54:46.646 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T05:54:46.646 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T05:54:46.654 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T05:54:46.654 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T05:54:46.656 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T05:54:46.661 INFO:teuthology.orchestra.run.smithi031.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 05:54 /home/ubuntu/cephtest 2024-09-16T05:54:46.664 INFO:teuthology.orchestra.run.smithi179.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 05:54 /home/ubuntu/cephtest 2024-09-16T05:54:46.666 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T05:54:46.675 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T05:54:46.696 INFO:teuthology.run:Summary data: description: upgrade:octopus-x/stress-split/{0-distro/ubuntu_20.04 0-roles 1-start 2-first-half-tasks/readwrite 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/connectivity} duration: 454.9743745326996 failure_reason: 'Command failed on smithi031 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ea817ba8fa92462f88d725ba91b47960 status: fail success: false 2024-09-16T05:54:46.696 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T05:54:46.776 INFO:teuthology.run:FAIL