2024-07-27T18:21:57.689 INFO:root:teuthology version: 0.0.1.dev361+g6e2a3ae 2024-07-27T18:21:57.689 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492 --owner scheduled_teuthology@teuthology --name teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi --description upgrade:octopus-x/parallel/{0-distro/ubuntu_20.04 0-start 1-tasks mon_election/classic upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api}} --verbose -- /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492/orig.config.yaml 2024-07-27T18:21:57.739 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-27T18:21:57.836 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492 branch: quincy description: upgrade:octopus-x/parallel/{0-distro/ubuntu_20.04 0-start 1-tasks mon_election/classic upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api}} email: ceph-qa@ceph.com first_in_suite: false job_id: '7812492' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run run randomized correctness test for rados operations on an erasure-coded pool ' - desc: 'object class functional tests ' - desc: 'generate read/write load with rados objects ranging from 1MB to 25MB ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' name: teuthology-2024-07-22_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: 1 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: 9cc61fbd5592568c0f581e851963d29430f21a3a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a workunit: branch: quincy sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a 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 seed: 8370 sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a sleep_before_teardown: 0 subset: 20390/120000 suite: upgrade:octopus-x suite_branch: quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph_9cc61fbd5592568c0f581e851963d29430f21a3a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a targets: smithi057.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - install: branch: octopus exclude_packages: - ceph-volume - print: '**** done install task...' - print: '**** done start installing octopus cephadm ...' - 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 - print: '**** done end installing octopus cephadm ...' - cephadm.shell: mon.a: - ceph fs volume create foo - ceph.healthy: null - print: '**** done creating new fs' - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest true --force - 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 - print: '**** verifying SMART data exists' - cephadm.shell: mon.a: - ceph device ls - ceph device scrape-health-metrics - ceph device ls --format=json | jq -e '. | length > 0' - for devid in $(ceph device ls --format=json | jq -r '.[].devid'); do ceph device get-health-metrics $devid; done - for devid in $(ceph device ls --format=json | jq -r '.[].devid'); do ceph device get-health-metrics $devid | jq -e '. | length > 0'; done - rados --pool=device_health_metrics ls | wc -l - print: '**** done cephadm.shell ceph config set mgr...' - print: '**** done start parallel' - parallel: - workload - upgrade-sequence - print: '**** done end parallel' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6e2a3aea75254d002e088a3ceee2a4fe2e292e3e timestamp: 2024-07-22_00:24:02 tube: smithi upgrade-sequence: sequential: - print: '**** done start upgrade, wait' - cephadm.shell: env: - sha1 mon.a: - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - print: '**** done end upgrade, wait...' - print: '**** verifying SMART data upgrade' - cephadm.shell: mon.a: - rados --pool=device_health_metrics ls && exit 1 || true - rados --pool=.mgr --all ls | wc -l - ceph device ls - ceph device ls --format=json | jq -e '. | length > 0' - for devid in $(ceph device ls --format=json | jq -r '.[].devid'); do ceph device get-health-metrics $devid; done - for devid in $(ceph device ls --format=json | jq -r '.[].devid'); do ceph device get-health-metrics $devid | jq '. | length > 0'; done user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.4074525 workload: full_sequential: - print: '**** done start ec-rados-default.yaml' - rados: clients: - client.0 ec_pool: true objects: 50 op_weights: append: 100 copy_from: 50 delete: 50 read: 100 rmattr: 25 rollback: 50 setattr: 25 snap_create: 50 snap_remove: 50 write: 0 ops: 4000 write_append_excl: false - print: '**** done end ec-rados-default.yaml' - print: '**** done start rados_api.yaml' - workunit: branch: octopus clients: client.0: - cls env: CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - print: '**** done end rados_api.yaml' - print: '**** done start rados_loadgenbig.yaml' - workunit: branch: octopus clients: client.0: - rados/load-gen-big.sh - print: '**** done end rados_loadgenbig.yaml' - print: '**** done start rbd_import_export.yaml' - workunit: branch: octopus clients: client.1: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done end rbd_import_export.yaml' - print: '**** done start test_rbd_api.yaml' - workunit: branch: octopus clients: client.0: - rbd/test_librbd.sh - print: '**** done end test_rbd_api.yaml' 2024-07-27T18:21:57.836 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_9cc61fbd5592568c0f581e851963d29430f21a3a/qa; will attempt to use it 2024-07-27T18:21:57.837 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_9cc61fbd5592568c0f581e851963d29430f21a3a/qa/tasks 2024-07-27T18:21:57.837 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-07-27T18:21:57.839 INFO:teuthology.task.internal:Checking packages... 2024-07-27T18:21:57.859 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9cc61fbd5592568c0f581e851963d29430f21a3a' 2024-07-27T18:21:57.859 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:21:57.859 INFO:teuthology.packaging:ref: None 2024-07-27T18:21:57.859 INFO:teuthology.packaging:tag: None 2024-07-27T18:21:57.859 INFO:teuthology.packaging:branch: quincy 2024-07-27T18:21:57.859 INFO:teuthology.packaging:sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a 2024-07-27T18:21:57.859 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-07-27T18:21:58.119 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1150-gc0f1a062-1focal 2024-07-27T18:21:58.121 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-07-27T18:21:58.127 INFO:teuthology.task.internal:no buildpackages task found 2024-07-27T18:21:58.128 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-07-27T18:21:58.151 INFO:teuthology.task.internal:Saving configuration 2024-07-27T18:21:58.169 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-07-27T18:21:58.175 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-07-27T18:21:58.202 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi057.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492', '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-07-27 18:15:44.190810', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-07-27T18:21:58.225 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492', '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-07-27 18:15:44.189412', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-07-27T18:21:58.225 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-07-27T18:21:58.231 INFO:teuthology.task.internal:roles: ubuntu@smithi057.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-07-27T18:21:58.232 INFO:teuthology.task.internal:roles: ubuntu@smithi087.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-07-27T18:21:58.232 INFO:teuthology.run_tasks:Running task console_log... 2024-07-27T18:21:58.320 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f098fe4f2e0>, signals=[15]) 2024-07-27T18:21:58.320 INFO:teuthology.run_tasks:Running task internal.connect... 2024-07-27T18:21:58.327 INFO:teuthology.task.internal:Opening connections... 2024-07-27T18:21:58.328 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi057.front.sepia.ceph.com 2024-07-27T18:21:58.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:21:58.440 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-07-27T18:21:58.441 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:21:58.551 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-07-27T18:21:58.558 DEBUG:teuthology.orchestra.run.smithi057:> uname -m 2024-07-27T18:21:58.565 INFO:teuthology.orchestra.run.smithi057.stdout:x86_64 2024-07-27T18:21:58.565 DEBUG:teuthology.orchestra.run.smithi057:> cat /etc/os-release 2024-07-27T18:21:58.618 INFO:teuthology.orchestra.run.smithi057.stdout:NAME="Ubuntu" 2024-07-27T18:21:58.618 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-07-27T18:21:58.618 INFO:teuthology.orchestra.run.smithi057.stdout:ID=ubuntu 2024-07-27T18:21:58.618 INFO:teuthology.orchestra.run.smithi057.stdout:ID_LIKE=debian 2024-07-27T18:21:58.618 INFO:teuthology.orchestra.run.smithi057.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-07-27T18:21:58.619 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_ID="20.04" 2024-07-27T18:21:58.619 INFO:teuthology.orchestra.run.smithi057.stdout:HOME_URL="https://www.ubuntu.com/" 2024-07-27T18:21:58.619 INFO:teuthology.orchestra.run.smithi057.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-07-27T18:21:58.619 INFO:teuthology.orchestra.run.smithi057.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-07-27T18:21:58.619 INFO:teuthology.orchestra.run.smithi057.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-07-27T18:21:58.619 INFO:teuthology.orchestra.run.smithi057.stdout:VERSION_CODENAME=focal 2024-07-27T18:21:58.619 INFO:teuthology.orchestra.run.smithi057.stdout:UBUNTU_CODENAME=focal 2024-07-27T18:21:58.620 INFO:teuthology.lock.ops:Updating smithi057.front.sepia.ceph.com on lock server 2024-07-27T18:21:58.648 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-07-27T18:21:58.654 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-07-27T18:21:58.655 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-07-27T18:21:58.703 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="Ubuntu" 2024-07-27T18:21:58.703 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-07-27T18:21:58.703 INFO:teuthology.orchestra.run.smithi087.stdout:ID=ubuntu 2024-07-27T18:21:58.703 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE=debian 2024-07-27T18:21:58.703 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-07-27T18:21:58.703 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="20.04" 2024-07-27T18:21:58.704 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://www.ubuntu.com/" 2024-07-27T18:21:58.704 INFO:teuthology.orchestra.run.smithi087.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-07-27T18:21:58.704 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-07-27T18:21:58.704 INFO:teuthology.orchestra.run.smithi087.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-07-27T18:21:58.704 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_CODENAME=focal 2024-07-27T18:21:58.704 INFO:teuthology.orchestra.run.smithi087.stdout:UBUNTU_CODENAME=focal 2024-07-27T18:21:58.704 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-07-27T18:21:58.723 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-07-27T18:21:58.731 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-07-27T18:21:58.760 INFO:teuthology.task.internal:Checking for old test directory... 2024-07-27T18:21:58.760 DEBUG:teuthology.orchestra.run.smithi057:> test '!' -e /home/ubuntu/cephtest 2024-07-27T18:21:58.762 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-07-27T18:21:58.768 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-07-27T18:21:58.785 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-07-27T18:21:58.785 DEBUG:teuthology.orchestra.run.smithi057:> test -z $(ls -A /var/lib/ceph) 2024-07-27T18:21:58.787 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-07-27T18:21:58.813 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-07-27T18:21:58.868 INFO:teuthology.run_tasks:Running task kernel... 2024-07-27T18:21:58.883 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-07-27T18:21:58.883 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-07-27T18:21:58.883 DEBUG:teuthology.orchestra.run.smithi057:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-27T18:21:58.884 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-27T18:21:58.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:21:58.889 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2024-07-27T18:21:58.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:21:58.890 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-07-27T18:21:58.896 INFO:teuthology.orchestra.run.smithi057.stdout:5.4.0-124-generic 2024-07-27T18:21:58.897 INFO:teuthology.task.kernel:Running kernel on smithi057: 5.4.0-124-generic 2024-07-27T18:21:58.897 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get clean 2024-07-27T18:21:58.898 INFO:teuthology.orchestra.run.smithi087.stdout:5.4.0-124-generic 2024-07-27T18:21:58.898 INFO:teuthology.task.kernel:Running kernel on smithi087: 5.4.0-124-generic 2024-07-27T18:21:58.898 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-07-27T18:21:59.001 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get update 2024-07-27T18:21:59.037 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-07-27T18:21:59.144 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-07-27T18:21:59.144 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-07-27T18:21:59.144 INFO:teuthology.orchestra.run.smithi057.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-07-27T18:21:59.207 INFO:teuthology.orchestra.run.smithi087.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-07-27T18:21:59.215 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-07-27T18:21:59.322 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-07-27T18:21:59.404 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-07-27T18:21:59.475 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [789 kB] 2024-07-27T18:21:59.542 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [789 kB] 2024-07-27T18:21:59.559 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,086 kB] 2024-07-27T18:21:59.603 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [459 kB] 2024-07-27T18:21:59.604 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.0 kB] 2024-07-27T18:21:59.604 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-07-27T18:21:59.605 INFO:teuthology.orchestra.run.smithi087.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,985 kB] 2024-07-27T18:21:59.623 INFO:teuthology.orchestra.run.smithi057.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,086 kB] 2024-07-27T18:21:59.624 INFO:teuthology.orchestra.run.smithi087.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [417 kB] 2024-07-27T18:21:59.627 INFO:teuthology.orchestra.run.smithi087.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [544 B] 2024-07-27T18:21:59.627 INFO:teuthology.orchestra.run.smithi087.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [996 kB] 2024-07-27T18:21:59.633 INFO:teuthology.orchestra.run.smithi087.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [673 kB] 2024-07-27T18:21:59.638 INFO:teuthology.orchestra.run.smithi087.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [211 kB] 2024-07-27T18:21:59.639 INFO:teuthology.orchestra.run.smithi087.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [20.9 kB] 2024-07-27T18:21:59.639 INFO:teuthology.orchestra.run.smithi087.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-07-27T18:21:59.640 INFO:teuthology.orchestra.run.smithi087.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-07-27T18:21:59.640 INFO:teuthology.orchestra.run.smithi087.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-07-27T18:21:59.655 INFO:teuthology.orchestra.run.smithi087.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-07-27T18:21:59.663 INFO:teuthology.orchestra.run.smithi057.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [459 kB] 2024-07-27T18:21:59.666 INFO:teuthology.orchestra.run.smithi057.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.0 kB] 2024-07-27T18:21:59.673 INFO:teuthology.orchestra.run.smithi057.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.1 kB] 2024-07-27T18:21:59.674 INFO:teuthology.orchestra.run.smithi057.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,985 kB] 2024-07-27T18:21:59.679 INFO:teuthology.orchestra.run.smithi057.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,009 kB] 2024-07-27T18:21:59.699 INFO:teuthology.orchestra.run.smithi057.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [417 kB] 2024-07-27T18:21:59.702 INFO:teuthology.orchestra.run.smithi057.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [544 B] 2024-07-27T18:21:59.702 INFO:teuthology.orchestra.run.smithi057.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [996 kB] 2024-07-27T18:21:59.708 INFO:teuthology.orchestra.run.smithi057.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [673 kB] 2024-07-27T18:21:59.714 INFO:teuthology.orchestra.run.smithi057.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [211 kB] 2024-07-27T18:21:59.716 INFO:teuthology.orchestra.run.smithi057.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [20.9 kB] 2024-07-27T18:21:59.716 INFO:teuthology.orchestra.run.smithi057.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-07-27T18:21:59.717 INFO:teuthology.orchestra.run.smithi057.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-07-27T18:21:59.717 INFO:teuthology.orchestra.run.smithi057.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-07-27T18:21:59.717 INFO:teuthology.orchestra.run.smithi057.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-07-27T18:21:59.748 INFO:teuthology.orchestra.run.smithi057.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,456 kB] 2024-07-27T18:21:59.757 INFO:teuthology.orchestra.run.smithi087.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-07-27T18:21:59.788 INFO:teuthology.orchestra.run.smithi057.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [538 kB] 2024-07-27T18:21:59.792 INFO:teuthology.orchestra.run.smithi057.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-07-27T18:21:59.792 INFO:teuthology.orchestra.run.smithi057.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-07-27T18:21:59.792 INFO:teuthology.orchestra.run.smithi057.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,104 kB] 2024-07-27T18:21:59.813 INFO:teuthology.orchestra.run.smithi057.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [434 kB] 2024-07-27T18:21:59.817 INFO:teuthology.orchestra.run.smithi057.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [540 B] 2024-07-27T18:21:59.817 INFO:teuthology.orchestra.run.smithi057.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [800 kB] 2024-07-27T18:21:59.822 INFO:teuthology.orchestra.run.smithi057.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,215 kB] 2024-07-27T18:21:59.830 INFO:teuthology.orchestra.run.smithi057.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [293 kB] 2024-07-27T18:21:59.832 INFO:teuthology.orchestra.run.smithi057.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [27.5 kB] 2024-07-27T18:21:59.833 INFO:teuthology.orchestra.run.smithi057.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-07-27T18:21:59.833 INFO:teuthology.orchestra.run.smithi057.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-07-27T18:21:59.834 INFO:teuthology.orchestra.run.smithi057.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-07-27T18:21:59.840 INFO:teuthology.orchestra.run.smithi057.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-07-27T18:21:59.840 INFO:teuthology.orchestra.run.smithi057.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-07-27T18:21:59.841 INFO:teuthology.orchestra.run.smithi057.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-07-27T18:21:59.857 INFO:teuthology.orchestra.run.smithi057.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-07-27T18:21:59.857 INFO:teuthology.orchestra.run.smithi057.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-07-27T18:21:59.858 INFO:teuthology.orchestra.run.smithi057.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-07-27T18:21:59.858 INFO:teuthology.orchestra.run.smithi057.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-07-27T18:21:59.898 INFO:teuthology.orchestra.run.smithi087.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,456 kB] 2024-07-27T18:22:00.279 INFO:teuthology.orchestra.run.smithi087.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,009 kB] 2024-07-27T18:22:00.307 INFO:teuthology.orchestra.run.smithi087.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [538 kB] 2024-07-27T18:22:00.322 INFO:teuthology.orchestra.run.smithi087.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-07-27T18:22:00.323 INFO:teuthology.orchestra.run.smithi087.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,104 kB] 2024-07-27T18:22:00.410 INFO:teuthology.orchestra.run.smithi087.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.4 kB] 2024-07-27T18:22:00.410 INFO:teuthology.orchestra.run.smithi087.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [434 kB] 2024-07-27T18:22:00.416 INFO:teuthology.orchestra.run.smithi087.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [540 B] 2024-07-27T18:22:00.416 INFO:teuthology.orchestra.run.smithi087.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [800 kB] 2024-07-27T18:22:00.451 INFO:teuthology.orchestra.run.smithi087.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,215 kB] 2024-07-27T18:22:00.468 INFO:teuthology.orchestra.run.smithi087.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [293 kB] 2024-07-27T18:22:00.490 INFO:teuthology.orchestra.run.smithi087.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [27.5 kB] 2024-07-27T18:22:00.491 INFO:teuthology.orchestra.run.smithi087.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-07-27T18:22:00.491 INFO:teuthology.orchestra.run.smithi087.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-07-27T18:22:00.531 INFO:teuthology.orchestra.run.smithi087.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-07-27T18:22:00.531 INFO:teuthology.orchestra.run.smithi087.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-07-27T18:22:00.531 INFO:teuthology.orchestra.run.smithi087.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-07-27T18:22:00.532 INFO:teuthology.orchestra.run.smithi087.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-07-27T18:22:00.612 INFO:teuthology.orchestra.run.smithi087.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-07-27T18:22:00.613 INFO:teuthology.orchestra.run.smithi087.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-07-27T18:22:00.613 INFO:teuthology.orchestra.run.smithi087.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-07-27T18:22:00.614 INFO:teuthology.orchestra.run.smithi087.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-07-27T18:22:03.826 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 21.2 MB in 3s (7,590 kB/s) 2024-07-27T18:22:04.067 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 21.2 MB in 3s (6,996 kB/s) 2024-07-27T18:22:05.316 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-07-27T18:22:05.343 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-27T18:22:05.418 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-07-27T18:22:05.548 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-07-27T18:22:05.574 DEBUG:teuthology.orchestra.run.smithi057:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-27T18:22:05.631 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-07-27T18:22:05.632 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-07-27T18:22:05.649 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-07-27T18:22:05.828 INFO:teuthology.orchestra.run.smithi087.stdout:The following additional packages will be installed: 2024-07-27T18:22:05.828 INFO:teuthology.orchestra.run.smithi087.stdout: linux-generic linux-headers-5.4.0-190 linux-headers-5.4.0-190-generic 2024-07-27T18:22:05.828 INFO:teuthology.orchestra.run.smithi087.stdout: linux-headers-generic linux-image-5.4.0-190-generic 2024-07-27T18:22:05.828 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-5.4.0-190-generic linux-modules-extra-5.4.0-190-generic 2024-07-27T18:22:05.829 INFO:teuthology.orchestra.run.smithi087.stdout:Suggested packages: 2024-07-27T18:22:05.829 INFO:teuthology.orchestra.run.smithi087.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-07-27T18:22:05.829 INFO:teuthology.orchestra.run.smithi087.stdout:Recommended packages: 2024-07-27T18:22:05.829 INFO:teuthology.orchestra.run.smithi087.stdout: thermald 2024-07-27T18:22:05.848 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2024-07-27T18:22:05.849 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2024-07-27T18:22:05.884 INFO:teuthology.orchestra.run.smithi087.stdout:The following NEW packages will be installed: 2024-07-27T18:22:05.884 INFO:teuthology.orchestra.run.smithi087.stdout: linux-headers-5.4.0-190 linux-headers-5.4.0-190-generic 2024-07-27T18:22:05.884 INFO:teuthology.orchestra.run.smithi087.stdout: linux-image-5.4.0-190-generic linux-modules-5.4.0-190-generic 2024-07-27T18:22:05.885 INFO:teuthology.orchestra.run.smithi087.stdout: linux-modules-extra-5.4.0-190-generic 2024-07-27T18:22:05.886 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages will be upgraded: 2024-07-27T18:22:05.887 INFO:teuthology.orchestra.run.smithi087.stdout: linux-generic linux-headers-generic linux-image-generic 2024-07-27T18:22:06.055 INFO:teuthology.orchestra.run.smithi057.stdout:The following additional packages will be installed: 2024-07-27T18:22:06.055 INFO:teuthology.orchestra.run.smithi057.stdout: linux-generic linux-headers-5.4.0-190 linux-headers-5.4.0-190-generic 2024-07-27T18:22:06.055 INFO:teuthology.orchestra.run.smithi057.stdout: linux-headers-generic linux-image-5.4.0-190-generic 2024-07-27T18:22:06.055 INFO:teuthology.orchestra.run.smithi057.stdout: linux-modules-5.4.0-190-generic linux-modules-extra-5.4.0-190-generic 2024-07-27T18:22:06.056 INFO:teuthology.orchestra.run.smithi057.stdout:Suggested packages: 2024-07-27T18:22:06.057 INFO:teuthology.orchestra.run.smithi057.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-07-27T18:22:06.057 INFO:teuthology.orchestra.run.smithi057.stdout:Recommended packages: 2024-07-27T18:22:06.057 INFO:teuthology.orchestra.run.smithi057.stdout: thermald 2024-07-27T18:22:06.070 INFO:teuthology.orchestra.run.smithi087.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-07-27T18:22:06.070 INFO:teuthology.orchestra.run.smithi087.stdout:Need to get 77.1 MB of archives. 2024-07-27T18:22:06.071 INFO:teuthology.orchestra.run.smithi087.stdout:After this operation, 381 MB of additional disk space will be used. 2024-07-27T18:22:06.071 INFO:teuthology.orchestra.run.smithi087.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-190-generic amd64 5.4.0-190.210 [15.0 MB] 2024-07-27T18:22:06.110 INFO:teuthology.orchestra.run.smithi057.stdout:The following NEW packages will be installed: 2024-07-27T18:22:06.110 INFO:teuthology.orchestra.run.smithi057.stdout: linux-headers-5.4.0-190 linux-headers-5.4.0-190-generic 2024-07-27T18:22:06.110 INFO:teuthology.orchestra.run.smithi057.stdout: linux-image-5.4.0-190-generic linux-modules-5.4.0-190-generic 2024-07-27T18:22:06.110 INFO:teuthology.orchestra.run.smithi057.stdout: linux-modules-extra-5.4.0-190-generic 2024-07-27T18:22:06.111 INFO:teuthology.orchestra.run.smithi057.stdout:The following packages will be upgraded: 2024-07-27T18:22:06.112 INFO:teuthology.orchestra.run.smithi057.stdout: linux-generic linux-headers-generic linux-image-generic 2024-07-27T18:22:06.166 INFO:teuthology.orchestra.run.smithi057.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-07-27T18:22:06.166 INFO:teuthology.orchestra.run.smithi057.stdout:Need to get 77.1 MB of archives. 2024-07-27T18:22:06.166 INFO:teuthology.orchestra.run.smithi057.stdout:After this operation, 381 MB of additional disk space will be used. 2024-07-27T18:22:06.166 INFO:teuthology.orchestra.run.smithi057.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-190-generic amd64 5.4.0-190.210 [15.0 MB] 2024-07-27T18:22:06.468 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-190-generic amd64 5.4.0-190.210 [10.5 MB] 2024-07-27T18:22:06.561 INFO:teuthology.orchestra.run.smithi057.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-190-generic amd64 5.4.0-190.210 [39.2 MB] 2024-07-27T18:22:07.020 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.190.188 [1,900 B] 2024-07-27T18:22:07.020 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.190.188 [2,604 B] 2024-07-27T18:22:07.020 INFO:teuthology.orchestra.run.smithi057.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-190 all 5.4.0-190.210 [11.0 MB] 2024-07-27T18:22:07.116 INFO:teuthology.orchestra.run.smithi057.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-190-generic amd64 5.4.0-190.210 [1,390 kB] 2024-07-27T18:22:07.127 INFO:teuthology.orchestra.run.smithi057.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.190.188 [2,476 B] 2024-07-27T18:22:07.223 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-190-generic amd64 5.4.0-190.210 [10.5 MB] 2024-07-27T18:22:07.494 INFO:teuthology.orchestra.run.smithi087.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-190-generic amd64 5.4.0-190.210 [39.2 MB] 2024-07-27T18:22:07.800 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 77.1 MB in 1s (76.5 MB/s) 2024-07-27T18:22:07.991 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-modules-5.4.0-190-generic. 2024-07-27T18:22:08.838 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.190.188 [1,900 B] 2024-07-27T18:22:08.838 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.190.188 [2,604 B] 2024-07-27T18:22:08.838 INFO:teuthology.orchestra.run.smithi087.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-190 all 5.4.0-190.210 [11.0 MB] 2024-07-27T18:22:09.163 INFO:teuthology.orchestra.run.smithi087.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-190-generic amd64 5.4.0-190.210 [1,390 kB] 2024-07-27T18:22:09.204 INFO:teuthology.orchestra.run.smithi087.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.190.188 [2,476 B] 2024-07-27T18:22:09.737 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:22:09.742 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../0-linux-modules-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:09.813 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-modules-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:09.928 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 77.1 MB in 3s (23.3 MB/s) 2024-07-27T18:22:10.134 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-5.4.0-190-generic. 2024-07-27T18:22:11.790 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-image-5.4.0-190-generic. 2024-07-27T18:22:11.803 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../1-linux-image-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:11.911 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-image-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:11.947 INFO:teuthology.orchestra.run.smithi087.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-07-27T18:22:11.952 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../0-linux-modules-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:12.173 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:12.993 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-190-generic. 2024-07-27T18:22:13.006 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:13.043 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-modules-extra-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:14.159 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-image-5.4.0-190-generic. 2024-07-27T18:22:14.172 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../1-linux-image-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:14.281 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:15.420 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-190-generic. 2024-07-27T18:22:15.436 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:15.478 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-modules-extra-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:17.743 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../3-linux-generic_5.4.0.190.188_amd64.deb ... 2024-07-27T18:22:17.870 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-generic (5.4.0.190.188) over (5.4.0.124.125) ... 2024-07-27T18:22:18.230 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.190.188_amd64.deb ... 2024-07-27T18:22:18.357 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-image-generic (5.4.0.190.188) over (5.4.0.124.125) ... 2024-07-27T18:22:18.693 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-headers-5.4.0-190. 2024-07-27T18:22:18.707 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../5-linux-headers-5.4.0-190_5.4.0-190.210_all.deb ... 2024-07-27T18:22:18.743 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-headers-5.4.0-190 (5.4.0-190.210) ... 2024-07-27T18:22:20.366 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../3-linux-generic_5.4.0.190.188_amd64.deb ... 2024-07-27T18:22:20.513 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-generic (5.4.0.190.188) over (5.4.0.124.125) ... 2024-07-27T18:22:20.863 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.190.188_amd64.deb ... 2024-07-27T18:22:20.983 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-image-generic (5.4.0.190.188) over (5.4.0.124.125) ... 2024-07-27T18:22:21.319 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-headers-5.4.0-190. 2024-07-27T18:22:21.335 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../5-linux-headers-5.4.0-190_5.4.0-190.210_all.deb ... 2024-07-27T18:22:21.394 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-5.4.0-190 (5.4.0-190.210) ... 2024-07-27T18:22:24.687 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package linux-headers-5.4.0-190-generic. 2024-07-27T18:22:24.708 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../6-linux-headers-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:24.745 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-headers-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:27.271 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package linux-headers-5.4.0-190-generic. 2024-07-27T18:22:27.292 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../6-linux-headers-5.4.0-190-generic_5.4.0-190.210_amd64.deb ... 2024-07-27T18:22:27.353 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:27.398 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.190.188_amd64.deb ... 2024-07-27T18:22:27.525 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking linux-headers-generic (5.4.0.190.188) over (5.4.0.124.125) ... 2024-07-27T18:22:27.867 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-headers-5.4.0-190 (5.4.0-190.210) ... 2024-07-27T18:22:27.988 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-modules-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:29.248 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-image-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:30.099 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.190.188_amd64.deb ... 2024-07-27T18:22:30.252 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking linux-headers-generic (5.4.0.190.188) over (5.4.0.124.125) ... 2024-07-27T18:22:30.475 INFO:teuthology.orchestra.run.smithi057.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-190-generic 2024-07-27T18:22:30.475 INFO:teuthology.orchestra.run.smithi057.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-190-generic 2024-07-27T18:22:30.608 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-headers-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:30.609 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-5.4.0-190 (5.4.0-190.210) ... 2024-07-27T18:22:30.732 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:30.734 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-headers-generic (5.4.0.190.188) ... 2024-07-27T18:22:30.860 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-modules-extra-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:32.103 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-image-generic (5.4.0.190.188) ... 2024-07-27T18:22:32.229 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up linux-generic (5.4.0.190.188) ... 2024-07-27T18:22:32.355 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for linux-image-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:32.424 INFO:teuthology.orchestra.run.smithi057.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-07-27T18:22:32.425 INFO:teuthology.orchestra.run.smithi057.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-190-generic 2024-07-27T18:22:32.501 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:34.577 INFO:teuthology.orchestra.run.smithi087.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-190-generic 2024-07-27T18:22:34.577 INFO:teuthology.orchestra.run.smithi087.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-190-generic 2024-07-27T18:22:34.711 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:34.838 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-headers-generic (5.4.0.190.188) ... 2024-07-27T18:22:34.955 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-modules-extra-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:36.149 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-image-generic (5.4.0.190.188) ... 2024-07-27T18:22:36.291 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up linux-generic (5.4.0.190.188) ... 2024-07-27T18:22:36.417 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for linux-image-5.4.0-190-generic (5.4.0-190.210) ... 2024-07-27T18:22:36.510 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-07-27T18:22:36.510 INFO:teuthology.orchestra.run.smithi087.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-190-generic 2024-07-27T18:22:54.847 INFO:teuthology.orchestra.run.smithi057.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-07-27T18:22:54.847 INFO:teuthology.orchestra.run.smithi057.stdout:Sourcing file `/etc/default/grub' 2024-07-27T18:22:54.853 INFO:teuthology.orchestra.run.smithi057.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-27T18:22:54.864 INFO:teuthology.orchestra.run.smithi057.stdout:Generating grub configuration file ... 2024-07-27T18:22:55.199 INFO:teuthology.orchestra.run.smithi057.stdout:Found linux image: /boot/vmlinuz-5.4.0-190-generic 2024-07-27T18:22:55.220 INFO:teuthology.orchestra.run.smithi057.stdout:Found initrd image: /boot/initrd.img-5.4.0-190-generic 2024-07-27T18:22:55.589 INFO:teuthology.orchestra.run.smithi057.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-07-27T18:22:55.601 INFO:teuthology.orchestra.run.smithi057.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-07-27T18:22:57.406 INFO:teuthology.orchestra.run.smithi057.stdout:done 2024-07-27T18:22:57.853 DEBUG:teuthology.orchestra.run.smithi057:> dpkg -s linux-image-generic 2024-07-27T18:22:57.894 INFO:teuthology.orchestra.run.smithi057.stdout:Package: linux-image-generic 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Status: install ok installed 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Priority: optional 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Section: kernel 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Installed-Size: 20 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Maintainer: Ubuntu Kernel Team 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: amd64 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Source: linux-meta 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Version: 5.4.0.190.188 2024-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:22:57.895 INFO:teuthology.orchestra.run.smithi057.stdout:Depends: linux-image-5.4.0-190-generic, linux-modules-extra-5.4.0-190-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-27T18:22:57.896 INFO:teuthology.orchestra.run.smithi057.stdout:Recommends: thermald 2024-07-27T18:22:57.896 INFO:teuthology.orchestra.run.smithi057.stdout:Description: Generic Linux kernel image 2024-07-27T18:22:57.896 INFO:teuthology.orchestra.run.smithi057.stdout: This package will always depend on the latest generic kernel image 2024-07-27T18:22:57.896 INFO:teuthology.orchestra.run.smithi057.stdout: available. 2024-07-27T18:22:57.896 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-190-generic 2024-07-27T18:22:57.896 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-27T18:22:57.896 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-27T18:22:57.896 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-07-27T18:22:57.896 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi057.front.sepia.ceph.com, path=None, version=distro) 2024-07-27T18:22:57.897 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get clean 2024-07-27T18:22:58.026 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get update 2024-07-27T18:22:58.178 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-07-27T18:22:58.276 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-07-27T18:22:58.314 INFO:teuthology.orchestra.run.smithi087.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-07-27T18:22:58.314 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub' 2024-07-27T18:22:58.328 INFO:teuthology.orchestra.run.smithi087.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-27T18:22:58.348 INFO:teuthology.orchestra.run.smithi087.stdout:Generating grub configuration file ... 2024-07-27T18:22:58.358 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-07-27T18:22:58.439 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-07-27T18:22:58.693 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.4.0-190-generic 2024-07-27T18:22:58.728 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.4.0-190-generic 2024-07-27T18:22:59.184 INFO:teuthology.orchestra.run.smithi087.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-07-27T18:22:59.196 INFO:teuthology.orchestra.run.smithi087.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-07-27T18:23:00.105 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-07-27T18:23:00.133 DEBUG:teuthology.orchestra.run.smithi057:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-27T18:23:00.204 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-07-27T18:23:00.424 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2024-07-27T18:23:00.424 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2024-07-27T18:23:00.670 INFO:teuthology.orchestra.run.smithi057.stdout:linux-image-generic is already the newest version (5.4.0.190.188). 2024-07-27T18:23:00.670 INFO:teuthology.orchestra.run.smithi057.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-07-27T18:23:00.671 DEBUG:teuthology.orchestra.run.smithi057:> dpkg -s linux-image-generic 2024-07-27T18:23:00.695 INFO:teuthology.orchestra.run.smithi057.stdout:Package: linux-image-generic 2024-07-27T18:23:00.696 INFO:teuthology.orchestra.run.smithi057.stdout:Status: install ok installed 2024-07-27T18:23:00.696 INFO:teuthology.orchestra.run.smithi057.stdout:Priority: optional 2024-07-27T18:23:00.696 INFO:teuthology.orchestra.run.smithi057.stdout:Section: kernel 2024-07-27T18:23:00.696 INFO:teuthology.orchestra.run.smithi057.stdout:Installed-Size: 20 2024-07-27T18:23:00.696 INFO:teuthology.orchestra.run.smithi057.stdout:Maintainer: Ubuntu Kernel Team 2024-07-27T18:23:00.697 INFO:teuthology.orchestra.run.smithi057.stdout:Architecture: amd64 2024-07-27T18:23:00.697 INFO:teuthology.orchestra.run.smithi057.stdout:Source: linux-meta 2024-07-27T18:23:00.697 INFO:teuthology.orchestra.run.smithi057.stdout:Version: 5.4.0.190.188 2024-07-27T18:23:00.697 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:23:00.697 INFO:teuthology.orchestra.run.smithi057.stdout:Depends: linux-image-5.4.0-190-generic, linux-modules-extra-5.4.0-190-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-27T18:23:00.698 INFO:teuthology.orchestra.run.smithi057.stdout:Recommends: thermald 2024-07-27T18:23:00.698 INFO:teuthology.orchestra.run.smithi057.stdout:Description: Generic Linux kernel image 2024-07-27T18:23:00.698 INFO:teuthology.orchestra.run.smithi057.stdout: This package will always depend on the latest generic kernel image 2024-07-27T18:23:00.698 INFO:teuthology.orchestra.run.smithi057.stdout: available. 2024-07-27T18:23:00.698 DEBUG:teuthology.orchestra.run.smithi057:> mktemp 2024-07-27T18:23:00.703 INFO:teuthology.orchestra.run.smithi057.stdout:/tmp/tmp.ev5G9F81zQ 2024-07-27T18:23:00.703 DEBUG:teuthology.orchestra.run.smithi057:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ev5G9F81zQ 2024-07-27T18:23:00.759 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 0666 /tmp/tmp.ev5G9F81zQ 2024-07-27T18:23:00.805 DEBUG:teuthology.orchestra.remote:smithi057:/tmp/tmp.ev5G9F81zQ is 9KB 2024-07-27T18:23:00.820 DEBUG:teuthology.orchestra.run.smithi057:> rm -fr /tmp/tmp.ev5G9F81zQ 2024-07-27T18:23:00.826 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-07-27T18:23:00.884 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-07-27T18:23:00.885 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-07-27T18:23:00.885 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-07-27T18:23:00.921 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-190-generic 2024-07-27T18:23:00.921 DEBUG:teuthology.orchestra.run.smithi057:> sudo update-grub 2024-07-27T18:23:00.993 INFO:teuthology.orchestra.run.smithi087.stdout:done 2024-07-27T18:23:01.429 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 20 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-07-27T18:23:01.481 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta 2024-07-27T18:23:01.482 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.4.0.190.188 2024-07-27T18:23:01.482 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:23:01.482 INFO:teuthology.orchestra.run.smithi087.stdout:Depends: linux-image-5.4.0-190-generic, linux-modules-extra-5.4.0-190-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-27T18:23:01.482 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-07-27T18:23:01.482 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-07-27T18:23:01.482 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-07-27T18:23:01.483 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-07-27T18:23:01.483 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-190-generic 2024-07-27T18:23:01.483 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-27T18:23:01.483 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-27T18:23:01.483 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-07-27T18:23:01.483 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2024-07-27T18:23:01.484 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get clean 2024-07-27T18:23:01.561 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-07-27T18:23:01.825 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-07-27T18:23:01.825 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-07-27T18:23:01.895 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-07-27T18:23:01.976 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-07-27T18:23:02.356 INFO:teuthology.orchestra.run.smithi057.stderr:Sourcing file `/etc/default/grub' 2024-07-27T18:23:02.365 INFO:teuthology.orchestra.run.smithi057.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-27T18:23:02.380 INFO:teuthology.orchestra.run.smithi057.stderr:Generating grub configuration file ... 2024-07-27T18:23:02.600 INFO:teuthology.orchestra.run.smithi057.stderr:Found linux image: /boot/vmlinuz-5.4.0-190-generic 2024-07-27T18:23:02.612 INFO:teuthology.orchestra.run.smithi057.stderr:Found initrd image: /boot/initrd.img-5.4.0-190-generic 2024-07-27T18:23:02.949 INFO:teuthology.orchestra.run.smithi057.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-07-27T18:23:02.961 INFO:teuthology.orchestra.run.smithi057.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-07-27T18:23:03.659 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-07-27T18:23:03.685 DEBUG:teuthology.orchestra.run.smithi087:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-27T18:23:03.725 INFO:teuthology.orchestra.run.smithi057.stderr:done 2024-07-27T18:23:03.727 DEBUG:teuthology.orchestra.run.smithi057:> sudo shutdown -r now 2024-07-27T18:23:03.756 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-07-27T18:23:03.971 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-07-27T18:23:03.972 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-07-27T18:23:04.212 INFO:teuthology.orchestra.run.smithi087.stdout:linux-image-generic is already the newest version (5.4.0.190.188). 2024-07-27T18:23:04.212 INFO:teuthology.orchestra.run.smithi087.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-07-27T18:23:04.214 DEBUG:teuthology.orchestra.run.smithi087:> dpkg -s linux-image-generic 2024-07-27T18:23:04.234 INFO:teuthology.orchestra.run.smithi087.stdout:Package: linux-image-generic 2024-07-27T18:23:04.234 INFO:teuthology.orchestra.run.smithi087.stdout:Status: install ok installed 2024-07-27T18:23:04.234 INFO:teuthology.orchestra.run.smithi087.stdout:Priority: optional 2024-07-27T18:23:04.234 INFO:teuthology.orchestra.run.smithi087.stdout:Section: kernel 2024-07-27T18:23:04.234 INFO:teuthology.orchestra.run.smithi087.stdout:Installed-Size: 20 2024-07-27T18:23:04.234 INFO:teuthology.orchestra.run.smithi087.stdout:Maintainer: Ubuntu Kernel Team 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: amd64 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout:Source: linux-meta 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout:Version: 5.4.0.190.188 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout:Depends: linux-image-5.4.0-190-generic, linux-modules-extra-5.4.0-190-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout:Recommends: thermald 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout:Description: Generic Linux kernel image 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout: This package will always depend on the latest generic kernel image 2024-07-27T18:23:04.235 INFO:teuthology.orchestra.run.smithi087.stdout: available. 2024-07-27T18:23:04.235 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2024-07-27T18:23:04.284 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.mqZ1o0gB63 2024-07-27T18:23:04.284 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub/grub.cfg /tmp/tmp.mqZ1o0gB63 2024-07-27T18:23:04.299 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.mqZ1o0gB63 2024-07-27T18:23:04.342 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.mqZ1o0gB63 is 9KB 2024-07-27T18:23:04.356 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.mqZ1o0gB63 2024-07-27T18:23:04.362 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-07-27T18:23:04.417 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-07-27T18:23:04.417 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-07-27T18:23:04.417 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-07-27T18:23:04.454 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-190-generic 2024-07-27T18:23:04.454 DEBUG:teuthology.orchestra.run.smithi087:> sudo update-grub 2024-07-27T18:23:05.901 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub' 2024-07-27T18:23:05.910 INFO:teuthology.orchestra.run.smithi087.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-27T18:23:05.926 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2024-07-27T18:23:06.185 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.4.0-190-generic 2024-07-27T18:23:06.197 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.4.0-190-generic 2024-07-27T18:23:06.603 INFO:teuthology.orchestra.run.smithi087.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-07-27T18:23:06.615 INFO:teuthology.orchestra.run.smithi087.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-07-27T18:23:07.372 INFO:teuthology.orchestra.run.smithi087.stderr:done 2024-07-27T18:23:07.373 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2024-07-27T18:23:33.754 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-07-27T18:23:33.755 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-07-27T18:23:33.756 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:23:37.380 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-07-27T18:23:37.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-07-27T18:23:37.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:24:08.415 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.57 2024-07-27T18:24:11.999 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-07-27T18:24:17.418 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-07-27T18:24:17.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:24:21.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-07-27T18:24:21.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:24:39.391 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2024-07-27T18:24:51.402 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-07-27T18:24:51.404 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:24:51.656 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-07-27T18:24:52.220 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-07-27T18:24:52.220 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-190-generic"... 2024-07-27T18:24:52.221 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-07-27T18:24:52.269 INFO:teuthology.orchestra.run.smithi087.stdout:5.4.0-190-generic 2024-07-27T18:24:52.269 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-190-generic vs 5.4.0-190-generic 2024-07-27T18:24:52.269 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-27T18:24:52.269 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-07-27T18:24:53.270 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-07-27T18:24:53.270 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-27T18:24:53.348 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-07-27T18:24:53.377 DEBUG:teuthology.parallel:result is None 2024-07-27T18:25:17.422 DEBUG:teuthology.orchestra.remote:timed out 2024-07-27T18:25:29.423 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-07-27T18:25:29.424 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:25:29.596 DEBUG:teuthology.orchestra.run.smithi057:> true 2024-07-27T18:25:30.198 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-07-27T18:25:30.198 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-190-generic"... 2024-07-27T18:25:30.199 DEBUG:teuthology.orchestra.run.smithi057:> uname -r 2024-07-27T18:25:30.205 INFO:teuthology.orchestra.run.smithi057.stdout:5.4.0-190-generic 2024-07-27T18:25:30.205 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-190-generic vs 5.4.0-190-generic 2024-07-27T18:25:30.206 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-27T18:25:30.206 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-07-27T18:25:31.206 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-07-27T18:25:31.207 DEBUG:teuthology.orchestra.run.smithi057:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-27T18:25:31.307 INFO:teuthology.orchestra.run.smithi057.stdout:ttyS1 2024-07-27T18:25:31.333 DEBUG:teuthology.parallel:result is None 2024-07-27T18:25:31.334 INFO:teuthology.run_tasks:Running task internal.base... 2024-07-27T18:25:31.341 INFO:teuthology.task.internal:Creating test directory... 2024-07-27T18:25:31.342 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-27T18:25:31.344 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-27T18:25:31.351 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-07-27T18:25:31.363 INFO:teuthology.run_tasks:Running task internal.archive... 2024-07-27T18:25:31.397 INFO:teuthology.task.internal:Creating archive directory... 2024-07-27T18:25:31.397 DEBUG:teuthology.orchestra.run.smithi057:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-27T18:25:31.399 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-27T18:25:31.433 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-07-27T18:25:31.440 INFO:teuthology.task.internal:Enabling coredump saving... 2024-07-27T18:25:31.440 DEBUG:teuthology.orchestra.run.smithi057:> 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-07-27T18:25:31.442 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-07-27T18:25:31.467 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:25:31.469 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:25:31.478 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:25:31.480 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-27T18:25:31.482 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-07-27T18:25:31.489 INFO:teuthology.task.internal:Configuring sudo... 2024-07-27T18:25:31.489 DEBUG:teuthology.orchestra.run.smithi057:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-27T18:25:31.525 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-27T18:25:31.542 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-07-27T18:25:31.551 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-07-27T18:25:31.551 DEBUG:teuthology.orchestra.run.smithi057:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-27T18:25:31.553 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-27T18:25:31.589 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-27T18:25:31.596 DEBUG:teuthology.orchestra.run.smithi057:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-27T18:25:31.646 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-07-27T18:25:31.646 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-27T18:25:31.670 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-27T18:25:31.678 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-27T18:25:31.684 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-07-27T18:25:31.685 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-27T18:25:31.750 DEBUG:teuthology.orchestra.run.smithi057:> sudo service rsyslog restart 2024-07-27T18:25:31.752 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-07-27T18:25:31.802 INFO:teuthology.run_tasks:Running task internal.timer... 2024-07-27T18:25:31.810 INFO:teuthology.task.internal:Starting timer... 2024-07-27T18:25:31.810 INFO:teuthology.run_tasks:Running task pcp... 2024-07-27T18:25:31.850 INFO:teuthology.run_tasks:Running task selinux... 2024-07-27T18:25:31.882 DEBUG:teuthology.task.selinux:Excluding smithi057: OS 'ubuntu' does not support SELinux 2024-07-27T18:25:31.882 DEBUG:teuthology.task.selinux:Excluding smithi087: OS 'ubuntu' does not support SELinux 2024-07-27T18:25:31.883 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-07-27T18:25:31.883 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-07-27T18:25:31.883 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-07-27T18:25:31.883 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-07-27T18:25:31.925 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-07-27T18:25:31.938 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-07-27T18:25:31.939 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi057.front.sepia.ceph.com,smithi087.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-07-27T18:31:00.946 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi057.front.sepia.ceph.com'), Remote(name='ubuntu@smithi087.front.sepia.ceph.com')] 2024-07-27T18:31:00.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-07-27T18:31:00.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi057.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:31:01.049 DEBUG:teuthology.orchestra.run.smithi057:> true 2024-07-27T18:31:01.180 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi057.front.sepia.ceph.com' 2024-07-27T18:31:01.181 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-07-27T18:31:01.181 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-27T18:31:01.270 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-07-27T18:31:01.391 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-07-27T18:31:01.392 INFO:teuthology.run_tasks:Running task clock... 2024-07-27T18:31:01.402 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-07-27T18:31:01.403 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-27T18:31:01.403 DEBUG:teuthology.orchestra.run.smithi057:> 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-07-27T18:31:01.405 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-27T18:31:01.406 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-27T18:31:01.438 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-07-27T18:31:01.438 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Command line: ntpd -gq 2024-07-27T18:31:01.438 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-07-27T18:31:01.438 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Command line: ntpd -gq 2024-07-27T18:31:01.439 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: proto: precision = 0.100 usec (-23) 2024-07-27T18:31:01.439 INFO:teuthology.orchestra.run.smithi087.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-27T18:31:01.440 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-27T18:31:01.440 INFO:teuthology.orchestra.run.smithi087.stderr:restrict ::: KOD does nothing without LIMITED. 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: restrict ::: KOD does nothing without LIMITED. 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Listen and drop on 0 v6wildcard [::]:123 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Listen normally on 2 lo 127.0.0.1:123 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Listen normally on 3 enp3s0f1 172.21.15.87:123 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Listen normally on 4 lo [::1]:123 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d5f5%5]:123 2024-07-27T18:31:01.441 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:01 ntpd[13510]: Listening on routing socket on fd #22 for interface updates 2024-07-27T18:31:01.442 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: proto: precision = 0.132 usec (-23) 2024-07-27T18:31:01.442 INFO:teuthology.orchestra.run.smithi057.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-27T18:31:01.443 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-27T18:31:01.443 INFO:teuthology.orchestra.run.smithi057.stderr:restrict ::: KOD does nothing without LIMITED. 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: restrict ::: KOD does nothing without LIMITED. 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Listen and drop on 0 v6wildcard [::]:123 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Listen normally on 2 lo 127.0.0.1:123 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Listen normally on 3 ens1f0 172.21.15.57:123 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Listen normally on 4 lo [::1]:123 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1562%4]:123 2024-07-27T18:31:01.444 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:01 ntpd[13423]: Listening on routing socket on fd #22 for interface updates 2024-07-27T18:31:02.441 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:02.441 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:02.441 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:02.441 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:02.441 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:02.441 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:02.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:02.443 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:02 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:04 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:04 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:04 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:04 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:04 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:04.439 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:04 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:04.441 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.442 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:04.443 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:04.443 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:04.443 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:04.443 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:04.443 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:04 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:06.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:06.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:06.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:06.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:06 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:06.445 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.445 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.445 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.445 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.445 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.445 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:06.446 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:06.447 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:06.447 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:06.447 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:06 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:08.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.443 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.444 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:08.444 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:08.444 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.444 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.444 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:08.445 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:08.445 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.445 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.445 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:08.446 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:08 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:08.448 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.448 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.448 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.448 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.449 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.449 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.449 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:08.449 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:08.449 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:08.449 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:08.450 INFO:teuthology.orchestra.run.smithi057.stdout:27 Jul 18:31:08 ntpd[13423]: ntpd: time slew +0.001142 s 2024-07-27T18:31:08.450 INFO:teuthology.orchestra.run.smithi057.stdout:ntpd: time slew +0.001142s 2024-07-27T18:31:08.451 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-07-27T18:31:08.451 INFO:teuthology.orchestra.run.smithi057.stderr:27 Jul 18:31:08 ntpd[13423]: can't open /var/log/ntpstats/loopstats.20240727: Permission denied 2024-07-27T18:31:08.507 INFO:teuthology.orchestra.run.smithi057.stdout: remote refid st t when poll reach delay offset jitter 2024-07-27T18:31:08.508 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================== 2024-07-27T18:31:08.508 INFO:teuthology.orchestra.run.smithi057.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:08.508 INFO:teuthology.orchestra.run.smithi057.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:08.508 INFO:teuthology.orchestra.run.smithi057.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:08.508 INFO:teuthology.orchestra.run.smithi057.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:10.440 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:10.440 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:10.440 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:10.440 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:10.440 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:10.440 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:10.440 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/rawstats.20240727: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-27T18:31:10.441 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/peerstats.20240727: Permission denied 2024-07-27T18:31:10.442 INFO:teuthology.orchestra.run.smithi087.stdout:27 Jul 18:31:10 ntpd[13510]: ntpd: time slew +0.000408 s 2024-07-27T18:31:10.442 INFO:teuthology.orchestra.run.smithi087.stdout:ntpd: time slew +0.000408s 2024-07-27T18:31:10.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-07-27T18:31:10.442 INFO:teuthology.orchestra.run.smithi087.stderr:27 Jul 18:31:10 ntpd[13510]: can't open /var/log/ntpstats/loopstats.20240727: Permission denied 2024-07-27T18:31:10.518 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-07-27T18:31:10.518 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-07-27T18:31:10.518 INFO:teuthology.orchestra.run.smithi087.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:10.518 INFO:teuthology.orchestra.run.smithi087.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:10.518 INFO:teuthology.orchestra.run.smithi087.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:10.518 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:31:10.518 INFO:teuthology.run_tasks:Running task install... 2024-07-27T18:31:10.527 DEBUG:teuthology.task.install:project ceph 2024-07-27T18:31:10.528 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9cc61fbd5592568c0f581e851963d29430f21a3a'}} 2024-07-27T18:31:10.528 DEBUG:teuthology.task.install:config {'branch': 'octopus', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '9cc61fbd5592568c0f581e851963d29430f21a3a'} 2024-07-27T18:31:10.528 INFO:teuthology.task.install:Using flavor: default 2024-07-27T18:31:10.533 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-07-27T18:31:10.533 INFO:teuthology.task.install:extra packages: [] 2024-07-27T18:31:10.534 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-key list | grep Ceph 2024-07-27T18:31:10.535 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-key list | grep Ceph 2024-07-27T18:31:10.641 INFO:teuthology.orchestra.run.smithi057.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-07-27T18:31:10.659 INFO:teuthology.orchestra.run.smithi087.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-07-27T18:31:10.705 INFO:teuthology.orchestra.run.smithi057.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-07-27T18:31:10.706 INFO:teuthology.orchestra.run.smithi057.stdout:uid [ unknown] Ceph.com (release key) 2024-07-27T18:31:10.707 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-07-27T18:31:10.707 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:31:10.707 INFO:teuthology.packaging:ref: None 2024-07-27T18:31:10.707 INFO:teuthology.packaging:tag: None 2024-07-27T18:31:10.707 INFO:teuthology.packaging:branch: octopus 2024-07-27T18:31:10.707 INFO:teuthology.packaging:sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a 2024-07-27T18:31:10.707 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-07-27T18:31:10.721 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-07-27T18:31:10.721 INFO:teuthology.orchestra.run.smithi087.stdout:uid [ unknown] Ceph.com (release key) 2024-07-27T18:31:10.722 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-07-27T18:31:10.722 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:31:10.722 INFO:teuthology.packaging:ref: None 2024-07-27T18:31:10.722 INFO:teuthology.packaging:tag: None 2024-07-27T18:31:10.722 INFO:teuthology.packaging:branch: octopus 2024-07-27T18:31:10.723 INFO:teuthology.packaging:sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a 2024-07-27T18:31:10.723 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-07-27T18:31:10.912 INFO:teuthology.task.install.deb:Pulling from https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default/ 2024-07-27T18:31:10.912 INFO:teuthology.task.install.deb:Package version is 15.2.17-1focal 2024-07-27T18:31:10.944 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-07-27T18:31:10.944 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-07-27T18:31:10.947 INFO:teuthology.task.install.deb:Pulling from https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default/ 2024-07-27T18:31:10.947 INFO:teuthology.task.install.deb:Package version is 15.2.17-1focal 2024-07-27T18:31:10.961 DEBUG:teuthology.orchestra.run.smithi057:> sudo apt-get update 2024-07-27T18:31:10.975 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-07-27T18:31:10.975 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-07-27T18:31:10.992 DEBUG:teuthology.orchestra.run.smithi087:> sudo apt-get update 2024-07-27T18:31:11.068 INFO:teuthology.orchestra.run.smithi057.stdout:Ign:1 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal InRelease 2024-07-27T18:31:11.069 INFO:teuthology.orchestra.run.smithi057.stdout:Get:2 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release [7,689 B] 2024-07-27T18:31:11.071 INFO:teuthology.orchestra.run.smithi057.stdout:Ign:3 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release.gpg 2024-07-27T18:31:11.072 INFO:teuthology.orchestra.run.smithi057.stdout:Get:4 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main i386 Packages [3,022 B] 2024-07-27T18:31:11.083 INFO:teuthology.orchestra.run.smithi057.stdout:Get:5 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 Packages [15.7 kB] 2024-07-27T18:31:11.098 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-07-27T18:31:11.104 INFO:teuthology.orchestra.run.smithi087.stdout:Ign:1 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal InRelease 2024-07-27T18:31:11.105 INFO:teuthology.orchestra.run.smithi087.stdout:Get:2 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release [7,689 B] 2024-07-27T18:31:11.106 INFO:teuthology.orchestra.run.smithi087.stdout:Ign:3 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal Release.gpg 2024-07-27T18:31:11.107 INFO:teuthology.orchestra.run.smithi087.stdout:Get:4 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main i386 Packages [3,022 B] 2024-07-27T18:31:11.118 INFO:teuthology.orchestra.run.smithi087.stdout:Get:5 https://chacra.ceph.com/r/ceph/octopus/8a82819d84cf884bd39c17e3236e0632ac146dc4/ubuntu/focal/flavors/default focal/main amd64 Packages [15.7 kB] 2024-07-27T18:31:11.130 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-07-27T18:31:11.216 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:7 http://archive.ubuntu.com/ubuntu focal InRelease 2024-07-27T18:31:11.249 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:7 http://archive.ubuntu.com/ubuntu focal InRelease 2024-07-27T18:31:11.297 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-07-27T18:31:11.331 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-07-27T18:31:11.379 INFO:teuthology.orchestra.run.smithi057.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-07-27T18:31:11.413 INFO:teuthology.orchestra.run.smithi087.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-07-27T18:31:11.776 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 26.4 kB in 1s (40.8 kB/s) 2024-07-27T18:31:11.791 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 26.4 kB in 1s (41.5 kB/s) 2024-07-27T18:31:12.923 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-07-27T18:31:12.951 DEBUG:teuthology.orchestra.run.smithi087:> 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-07-27T18:31:12.955 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-07-27T18:31:12.983 DEBUG:teuthology.orchestra.run.smithi057:> 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-07-27T18:31:13.022 INFO:teuthology.orchestra.run.smithi087.stdout:Reading package lists... 2024-07-27T18:31:13.055 INFO:teuthology.orchestra.run.smithi057.stdout:Reading package lists... 2024-07-27T18:31:13.211 INFO:teuthology.orchestra.run.smithi087.stdout:Building dependency tree... 2024-07-27T18:31:13.211 INFO:teuthology.orchestra.run.smithi087.stdout:Reading state information... 2024-07-27T18:31:13.274 INFO:teuthology.orchestra.run.smithi057.stdout:Building dependency tree... 2024-07-27T18:31:13.275 INFO:teuthology.orchestra.run.smithi057.stdout:Reading state information... 2024-07-27T18:31:13.394 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages were automatically installed and are no longer required: 2024-07-27T18:31:13.395 INFO:teuthology.orchestra.run.smithi087.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2024-07-27T18:31:13.395 INFO:teuthology.orchestra.run.smithi087.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-27T18:31:13.395 INFO:teuthology.orchestra.run.smithi087.stdout:The following additional packages will be installed: 2024-07-27T18:31:13.395 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-07-27T18:31:13.395 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-07-27T18:31:13.396 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mon ceph-osd jq libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2024-07-27T18:31:13.396 INFO:teuthology.orchestra.run.smithi087.stdout: libleveldb1d liblttng-ust0 liboath0 libonig5 librabbitmq4 libradosstriper1 2024-07-27T18:31:13.396 INFO:teuthology.orchestra.run.smithi087.stdout: librdkafka1 librgw2 nvme-cli python-pastedeploy-tpl python3-atomicwrites 2024-07-27T18:31:13.396 INFO:teuthology.orchestra.run.smithi087.stdout: python3-attr python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2024-07-27T18:31:13.397 INFO:teuthology.orchestra.run.smithi087.stdout: python3-websocket python3-webtest python3-werkzeug socat xmlstarlet 2024-07-27T18:31:13.398 INFO:teuthology.orchestra.run.smithi087.stdout:Suggested packages: 2024-07-27T18:31:13.398 INFO:teuthology.orchestra.run.smithi087.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2024-07-27T18:31:13.398 INFO:teuthology.orchestra.run.smithi087.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2024-07-27T18:31:13.398 INFO:teuthology.orchestra.run.smithi087.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2024-07-27T18:31:13.399 INFO:teuthology.orchestra.run.smithi087.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2024-07-27T18:31:13.399 INFO:teuthology.orchestra.run.smithi087.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2024-07-27T18:31:13.399 INFO:teuthology.orchestra.run.smithi087.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2024-07-27T18:31:13.399 INFO:teuthology.orchestra.run.smithi087.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-07-27T18:31:13.399 INFO:teuthology.orchestra.run.smithi087.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2024-07-27T18:31:13.399 INFO:teuthology.orchestra.run.smithi087.stdout:Recommended packages: 2024-07-27T18:31:13.399 INFO:teuthology.orchestra.run.smithi087.stdout: btrfs-tools 2024-07-27T18:31:13.476 INFO:teuthology.orchestra.run.smithi057.stdout:The following packages were automatically installed and are no longer required: 2024-07-27T18:31:13.477 INFO:teuthology.orchestra.run.smithi057.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2024-07-27T18:31:13.477 INFO:teuthology.orchestra.run.smithi057.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-27T18:31:13.478 INFO:teuthology.orchestra.run.smithi057.stdout:The following additional packages will be installed: 2024-07-27T18:31:13.478 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-07-27T18:31:13.478 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-07-27T18:31:13.478 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mon ceph-osd jq libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: libleveldb1d liblttng-ust0 liboath0 libonig5 librabbitmq4 libradosstriper1 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: librdkafka1 librgw2 nvme-cli python-pastedeploy-tpl python3-atomicwrites 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-attr python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2024-07-27T18:31:13.479 INFO:teuthology.orchestra.run.smithi057.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-07-27T18:31:13.480 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2024-07-27T18:31:13.480 INFO:teuthology.orchestra.run.smithi057.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2024-07-27T18:31:13.480 INFO:teuthology.orchestra.run.smithi057.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-07-27T18:31:13.480 INFO:teuthology.orchestra.run.smithi057.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2024-07-27T18:31:13.480 INFO:teuthology.orchestra.run.smithi057.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2024-07-27T18:31:13.480 INFO:teuthology.orchestra.run.smithi057.stdout: python3-websocket python3-webtest python3-werkzeug socat xmlstarlet 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout:Suggested packages: 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout:Recommended packages: 2024-07-27T18:31:13.481 INFO:teuthology.orchestra.run.smithi057.stdout: btrfs-tools 2024-07-27T18:31:13.506 INFO:teuthology.orchestra.run.smithi087.stdout:The following NEW packages will be installed: 2024-07-27T18:31:13.507 INFO:teuthology.orchestra.run.smithi087.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-07-27T18:31:13.507 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-07-27T18:31:13.507 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-07-27T18:31:13.507 INFO:teuthology.orchestra.run.smithi087.stdout: ceph-mon ceph-osd ceph-test cephadm jq libcephfs-dev libcephfs2 libjq1 2024-07-27T18:31:13.507 INFO:teuthology.orchestra.run.smithi087.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 libleveldb1d liblttng-ust0 2024-07-27T18:31:13.508 INFO:teuthology.orchestra.run.smithi087.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 nvme-cli 2024-07-27T18:31:13.508 INFO:teuthology.orchestra.run.smithi087.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2024-07-27T18:31:13.508 INFO:teuthology.orchestra.run.smithi087.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2024-07-27T18:31:13.508 INFO:teuthology.orchestra.run.smithi087.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2024-07-27T18:31:13.508 INFO:teuthology.orchestra.run.smithi087.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2024-07-27T18:31:13.508 INFO:teuthology.orchestra.run.smithi087.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-mako python3-markupsafe python3-oauthlib python3-openssl 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-simplejson python3-singledispatch python3-sklearn 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2024-07-27T18:31:13.509 INFO:teuthology.orchestra.run.smithi087.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse socat xmlstarlet 2024-07-27T18:31:13.510 INFO:teuthology.orchestra.run.smithi087.stdout:The following packages will be upgraded: 2024-07-27T18:31:13.510 INFO:teuthology.orchestra.run.smithi087.stdout: librados2 librbd1 2024-07-27T18:31:13.550 INFO:teuthology.orchestra.run.smithi087.stdout:2 upgraded, 96 newly installed, 0 to remove and 291 not upgraded. 2024-07-27T18:31:13.550 INFO:teuthology.orchestra.run.smithi087.stdout:Need to get 153 MB of archives. 2024-07-27T18:31:13.550 INFO:teuthology.orchestra.run.smithi087.stdout:After this operation, 698 MB of additional disk space will be used. 2024-07-27T18:31:13.550 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.564 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.586 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.589 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.592 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.593 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.594 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.594 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.595 INFO:teuthology.orchestra.run.smithi057.stdout:The following NEW packages will be installed: 2024-07-27T18:31:13.595 INFO:teuthology.orchestra.run.smithi057.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-07-27T18:31:13.595 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-cloud 2024-07-27T18:31:13.595 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2024-07-27T18:31:13.596 INFO:teuthology.orchestra.run.smithi057.stdout: ceph-mon ceph-osd ceph-test cephadm jq libcephfs-dev libcephfs2 libjq1 2024-07-27T18:31:13.596 INFO:teuthology.orchestra.run.smithi057.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 libleveldb1d liblttng-ust0 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 nvme-cli 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-mako python3-markupsafe python3-oauthlib python3-openssl 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2024-07-27T18:31:13.597 INFO:teuthology.orchestra.run.smithi057.stdout: python3-simplejson python3-singledispatch python3-sklearn 2024-07-27T18:31:13.598 INFO:teuthology.orchestra.run.smithi057.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2024-07-27T18:31:13.598 INFO:teuthology.orchestra.run.smithi057.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2024-07-27T18:31:13.598 INFO:teuthology.orchestra.run.smithi057.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse socat xmlstarlet 2024-07-27T18:31:13.598 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.598 INFO:teuthology.orchestra.run.smithi057.stdout:The following packages will be upgraded: 2024-07-27T18:31:13.599 INFO:teuthology.orchestra.run.smithi057.stdout: librados2 librbd1 2024-07-27T18:31:13.619 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.620 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.622 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.645 INFO:teuthology.orchestra.run.smithi057.stdout:2 upgraded, 96 newly installed, 0 to remove and 291 not upgraded. 2024-07-27T18:31:13.645 INFO:teuthology.orchestra.run.smithi057.stdout:Need to get 153 MB of archives. 2024-07-27T18:31:13.645 INFO:teuthology.orchestra.run.smithi057.stdout:After this operation, 698 MB of additional disk space will be used. 2024-07-27T18:31:13.645 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.660 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.683 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.686 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.689 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.689 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.691 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.691 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.694 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.702 INFO:teuthology.orchestra.run.smithi087.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2024-07-27T18:31:13.715 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.716 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.719 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.792 INFO:teuthology.orchestra.run.smithi057.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2024-07-27T18:31:13.833 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.874 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.875 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.885 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.920 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.928 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:13.962 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.964 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:13.973 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.016 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.106 INFO:teuthology.orchestra.run.smithi087.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2024-07-27T18:31:14.157 INFO:teuthology.orchestra.run.smithi087.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2024-07-27T18:31:14.158 INFO:teuthology.orchestra.run.smithi087.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2024-07-27T18:31:14.182 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.194 INFO:teuthology.orchestra.run.smithi057.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2024-07-27T18:31:14.224 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.234 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.250 INFO:teuthology.orchestra.run.smithi057.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2024-07-27T18:31:14.251 INFO:teuthology.orchestra.run.smithi057.stdout:Get:21 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-07-27T18:31:14.251 INFO:teuthology.orchestra.run.smithi057.stdout:Get:22 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-07-27T18:31:14.251 INFO:teuthology.orchestra.run.smithi057.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2024-07-27T18:31:14.251 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.252 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.252 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.258 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.275 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.276 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.280 INFO:teuthology.orchestra.run.smithi087.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libleveldb1d amd64 1.22-3ubuntu2 [139 kB] 2024-07-27T18:31:14.303 INFO:teuthology.orchestra.run.smithi087.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2024-07-27T18:31:14.308 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.308 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.308 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.309 INFO:teuthology.orchestra.run.smithi087.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.3 [211 kB] 2024-07-27T18:31:14.329 INFO:teuthology.orchestra.run.smithi087.stdout:Get:33 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-07-27T18:31:14.329 INFO:teuthology.orchestra.run.smithi087.stdout:Get:34 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-07-27T18:31:14.335 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.335 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.344 INFO:teuthology.orchestra.run.smithi087.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2024-07-27T18:31:14.350 INFO:teuthology.orchestra.run.smithi087.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2024-07-27T18:31:14.353 INFO:teuthology.orchestra.run.smithi087.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2024-07-27T18:31:14.371 INFO:teuthology.orchestra.run.smithi057.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libleveldb1d amd64 1.22-3ubuntu2 [139 kB] 2024-07-27T18:31:14.371 INFO:teuthology.orchestra.run.smithi087.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2024-07-27T18:31:14.373 INFO:teuthology.orchestra.run.smithi087.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2024-07-27T18:31:14.375 INFO:teuthology.orchestra.run.smithi087.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2024-07-27T18:31:14.376 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.388 INFO:teuthology.orchestra.run.smithi057.stdout:Get:31 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-07-27T18:31:14.389 INFO:teuthology.orchestra.run.smithi057.stdout:Get:32 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-07-27T18:31:14.392 INFO:teuthology.orchestra.run.smithi057.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2024-07-27T18:31:14.399 INFO:teuthology.orchestra.run.smithi057.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.3 [211 kB] 2024-07-27T18:31:14.435 INFO:teuthology.orchestra.run.smithi057.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2024-07-27T18:31:14.441 INFO:teuthology.orchestra.run.smithi057.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2024-07-27T18:31:14.443 INFO:teuthology.orchestra.run.smithi087.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-07-27T18:31:14.444 INFO:teuthology.orchestra.run.smithi087.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2024-07-27T18:31:14.444 INFO:teuthology.orchestra.run.smithi057.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2024-07-27T18:31:14.445 INFO:teuthology.orchestra.run.smithi087.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2024-07-27T18:31:14.448 INFO:teuthology.orchestra.run.smithi087.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2024-07-27T18:31:14.450 INFO:teuthology.orchestra.run.smithi087.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2024-07-27T18:31:14.462 INFO:teuthology.orchestra.run.smithi057.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2024-07-27T18:31:14.464 INFO:teuthology.orchestra.run.smithi057.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2024-07-27T18:31:14.466 INFO:teuthology.orchestra.run.smithi057.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2024-07-27T18:31:14.468 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.526 INFO:teuthology.orchestra.run.smithi087.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2024-07-27T18:31:14.528 INFO:teuthology.orchestra.run.smithi087.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2024-07-27T18:31:14.529 INFO:teuthology.orchestra.run.smithi087.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2024-07-27T18:31:14.534 INFO:teuthology.orchestra.run.smithi057.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-07-27T18:31:14.535 INFO:teuthology.orchestra.run.smithi057.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2024-07-27T18:31:14.535 INFO:teuthology.orchestra.run.smithi057.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2024-07-27T18:31:14.540 INFO:teuthology.orchestra.run.smithi057.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2024-07-27T18:31:14.541 INFO:teuthology.orchestra.run.smithi057.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2024-07-27T18:31:14.551 INFO:teuthology.orchestra.run.smithi087.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2024-07-27T18:31:14.551 INFO:teuthology.orchestra.run.smithi087.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2024-07-27T18:31:14.608 INFO:teuthology.orchestra.run.smithi087.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2024-07-27T18:31:14.616 INFO:teuthology.orchestra.run.smithi057.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2024-07-27T18:31:14.619 INFO:teuthology.orchestra.run.smithi057.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2024-07-27T18:31:14.620 INFO:teuthology.orchestra.run.smithi057.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2024-07-27T18:31:14.641 INFO:teuthology.orchestra.run.smithi057.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2024-07-27T18:31:14.642 INFO:teuthology.orchestra.run.smithi057.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2024-07-27T18:31:14.663 INFO:teuthology.orchestra.run.smithi087.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2024-07-27T18:31:14.697 INFO:teuthology.orchestra.run.smithi057.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2024-07-27T18:31:14.713 INFO:teuthology.orchestra.run.smithi087.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.2 [183 kB] 2024-07-27T18:31:14.731 INFO:teuthology.orchestra.run.smithi057.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2024-07-27T18:31:14.784 INFO:teuthology.orchestra.run.smithi087.stdout:Get:55 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-07-27T18:31:14.784 INFO:teuthology.orchestra.run.smithi087.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] 2024-07-27T18:31:14.784 INFO:teuthology.orchestra.run.smithi087.stdout:Get:57 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-07-27T18:31:14.786 INFO:teuthology.orchestra.run.smithi087.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-07-27T18:31:14.787 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.790 INFO:teuthology.orchestra.run.smithi087.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2024-07-27T18:31:14.792 INFO:teuthology.orchestra.run.smithi087.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2024-07-27T18:31:14.794 INFO:teuthology.orchestra.run.smithi087.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2024-07-27T18:31:14.795 INFO:teuthology.orchestra.run.smithi087.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2024-07-27T18:31:14.796 INFO:teuthology.orchestra.run.smithi087.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2024-07-27T18:31:14.797 INFO:teuthology.orchestra.run.smithi057.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.2 [183 kB] 2024-07-27T18:31:14.798 INFO:teuthology.orchestra.run.smithi057.stdout:Get:55 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-07-27T18:31:14.799 INFO:teuthology.orchestra.run.smithi057.stdout:Get:56 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-07-27T18:31:14.858 INFO:teuthology.orchestra.run.smithi057.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] 2024-07-27T18:31:14.861 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:14.861 INFO:teuthology.orchestra.run.smithi057.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-07-27T18:31:14.862 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:14.865 INFO:teuthology.orchestra.run.smithi057.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2024-07-27T18:31:14.867 INFO:teuthology.orchestra.run.smithi057.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2024-07-27T18:31:14.869 INFO:teuthology.orchestra.run.smithi057.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2024-07-27T18:31:14.869 INFO:teuthology.orchestra.run.smithi057.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2024-07-27T18:31:14.870 INFO:teuthology.orchestra.run.smithi057.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2024-07-27T18:31:14.872 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:15.186 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:31:15.206 INFO:teuthology.orchestra.run.smithi087.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2024-07-27T18:31:15.208 INFO:teuthology.orchestra.run.smithi087.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2024-07-27T18:31:15.227 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:31:15.287 INFO:teuthology.orchestra.run.smithi057.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2024-07-27T18:31:15.289 INFO:teuthology.orchestra.run.smithi057.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2024-07-27T18:31:15.304 INFO:teuthology.orchestra.run.smithi087.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2024-07-27T18:31:15.304 INFO:teuthology.orchestra.run.smithi087.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2024-07-27T18:31:15.305 INFO:teuthology.orchestra.run.smithi087.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2024-07-27T18:31:15.306 INFO:teuthology.orchestra.run.smithi087.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2024-07-27T18:31:15.307 INFO:teuthology.orchestra.run.smithi087.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2024-07-27T18:31:15.307 INFO:teuthology.orchestra.run.smithi087.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2024-07-27T18:31:15.308 INFO:teuthology.orchestra.run.smithi087.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2024-07-27T18:31:15.325 INFO:teuthology.orchestra.run.smithi057.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2024-07-27T18:31:15.325 INFO:teuthology.orchestra.run.smithi057.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2024-07-27T18:31:15.328 INFO:teuthology.orchestra.run.smithi057.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2024-07-27T18:31:15.328 INFO:teuthology.orchestra.run.smithi057.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2024-07-27T18:31:15.329 INFO:teuthology.orchestra.run.smithi057.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2024-07-27T18:31:15.329 INFO:teuthology.orchestra.run.smithi057.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2024-07-27T18:31:15.351 INFO:teuthology.orchestra.run.smithi087.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2024-07-27T18:31:15.351 INFO:teuthology.orchestra.run.smithi087.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2024-07-27T18:31:15.356 INFO:teuthology.orchestra.run.smithi057.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2024-07-27T18:31:15.392 INFO:teuthology.orchestra.run.smithi057.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2024-07-27T18:31:15.393 INFO:teuthology.orchestra.run.smithi057.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2024-07-27T18:31:15.433 INFO:teuthology.orchestra.run.smithi087.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2024-07-27T18:31:15.437 INFO:teuthology.orchestra.run.smithi087.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-07-27T18:31:15.440 INFO:teuthology.orchestra.run.smithi087.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-07-27T18:31:15.444 INFO:teuthology.orchestra.run.smithi087.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-07-27T18:31:15.445 INFO:teuthology.orchestra.run.smithi087.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2024-07-27T18:31:15.449 INFO:teuthology.orchestra.run.smithi087.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2024-07-27T18:31:15.451 INFO:teuthology.orchestra.run.smithi087.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2024-07-27T18:31:15.453 INFO:teuthology.orchestra.run.smithi087.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2024-07-27T18:31:15.474 INFO:teuthology.orchestra.run.smithi057.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2024-07-27T18:31:15.479 INFO:teuthology.orchestra.run.smithi057.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-07-27T18:31:15.482 INFO:teuthology.orchestra.run.smithi057.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-07-27T18:31:15.485 INFO:teuthology.orchestra.run.smithi057.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-07-27T18:31:15.487 INFO:teuthology.orchestra.run.smithi057.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2024-07-27T18:31:15.491 INFO:teuthology.orchestra.run.smithi057.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2024-07-27T18:31:15.493 INFO:teuthology.orchestra.run.smithi057.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2024-07-27T18:31:15.495 INFO:teuthology.orchestra.run.smithi057.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2024-07-27T18:31:15.513 INFO:teuthology.orchestra.run.smithi087.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2024-07-27T18:31:15.514 INFO:teuthology.orchestra.run.smithi087.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2024-07-27T18:31:15.555 INFO:teuthology.orchestra.run.smithi057.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2024-07-27T18:31:15.556 INFO:teuthology.orchestra.run.smithi057.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2024-07-27T18:31:15.595 INFO:teuthology.orchestra.run.smithi087.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2024-07-27T18:31:15.596 INFO:teuthology.orchestra.run.smithi087.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2024-07-27T18:31:15.615 INFO:teuthology.orchestra.run.smithi087.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2024-07-27T18:31:15.615 INFO:teuthology.orchestra.run.smithi087.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-07-27T18:31:15.616 INFO:teuthology.orchestra.run.smithi087.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2024-07-27T18:31:15.616 INFO:teuthology.orchestra.run.smithi087.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2024-07-27T18:31:15.617 INFO:teuthology.orchestra.run.smithi087.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2024-07-27T18:31:15.618 INFO:teuthology.orchestra.run.smithi087.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2024-07-27T18:31:15.637 INFO:teuthology.orchestra.run.smithi057.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2024-07-27T18:31:15.638 INFO:teuthology.orchestra.run.smithi057.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2024-07-27T18:31:15.657 INFO:teuthology.orchestra.run.smithi057.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2024-07-27T18:31:15.657 INFO:teuthology.orchestra.run.smithi057.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-07-27T18:31:15.658 INFO:teuthology.orchestra.run.smithi057.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2024-07-27T18:31:15.658 INFO:teuthology.orchestra.run.smithi057.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2024-07-27T18:31:15.659 INFO:teuthology.orchestra.run.smithi057.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2024-07-27T18:31:15.660 INFO:teuthology.orchestra.run.smithi057.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2024-07-27T18:31:15.676 INFO:teuthology.orchestra.run.smithi087.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2024-07-27T18:31:15.676 INFO:teuthology.orchestra.run.smithi087.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2024-07-27T18:31:15.718 INFO:teuthology.orchestra.run.smithi057.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2024-07-27T18:31:15.718 INFO:teuthology.orchestra.run.smithi057.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2024-07-27T18:31:15.757 INFO:teuthology.orchestra.run.smithi087.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2024-07-27T18:31:15.799 INFO:teuthology.orchestra.run.smithi057.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2024-07-27T18:31:16.390 INFO:teuthology.orchestra.run.smithi087.stdout:Fetched 153 MB in 2s (68.3 MB/s) 2024-07-27T18:31:16.446 INFO:teuthology.orchestra.run.smithi057.stdout:Fetched 153 MB in 2s (69.8 MB/s) 2024-07-27T18:31:16.514 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2024-07-27T18:31:16.570 INFO:teuthology.orchestra.run.smithi087.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 141717 files and directories currently installed.) 2024-07-27T18:31:16.574 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2024-07-27T18:31:16.631 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2024-07-27T18:31:16.663 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2024-07-27T18:31:16.689 INFO:teuthology.orchestra.run.smithi057.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 ... 141717 files and directories currently installed.) 2024-07-27T18:31:16.694 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2024-07-27T18:31:16.779 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2024-07-27T18:31:17.042 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../01-librbd1_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:17.111 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../01-librbd1_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:17.167 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librbd1 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-07-27T18:31:17.233 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking librbd1 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-07-27T18:31:17.746 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../02-librados2_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:17.786 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../02-librados2_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:17.870 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librados2 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-07-27T18:31:17.912 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking librados2 (15.2.17-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-07-27T18:31:18.553 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libcephfs2. 2024-07-27T18:31:18.558 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libcephfs2. 2024-07-27T18:31:18.572 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../03-libcephfs2_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:18.575 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../03-libcephfs2_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:18.615 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libcephfs2 (15.2.17-1focal) ... 2024-07-27T18:31:18.624 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libcephfs2 (15.2.17-1focal) ... 2024-07-27T18:31:18.935 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-rados. 2024-07-27T18:31:18.951 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../04-python3-rados_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:18.968 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rados. 2024-07-27T18:31:18.986 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../04-python3-rados_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:19.026 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-rados (15.2.17-1focal) ... 2024-07-27T18:31:19.027 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rados (15.2.17-1focal) ... 2024-07-27T18:31:19.321 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-07-27T18:31:19.337 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../05-python3-ceph-argparse_15.2.17-1focal_all.deb ... 2024-07-27T18:31:19.379 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-ceph-argparse (15.2.17-1focal) ... 2024-07-27T18:31:19.404 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-07-27T18:31:19.423 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../05-python3-ceph-argparse_15.2.17-1focal_all.deb ... 2024-07-27T18:31:19.462 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-ceph-argparse (15.2.17-1focal) ... 2024-07-27T18:31:19.682 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-cephfs. 2024-07-27T18:31:19.697 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../06-python3-cephfs_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:19.739 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-cephfs (15.2.17-1focal) ... 2024-07-27T18:31:19.740 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cephfs. 2024-07-27T18:31:19.755 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../06-python3-cephfs_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:19.791 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cephfs (15.2.17-1focal) ... 2024-07-27T18:31:20.101 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-ceph-common. 2024-07-27T18:31:20.109 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-ceph-common. 2024-07-27T18:31:20.116 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../07-python3-ceph-common_15.2.17-1focal_all.deb ... 2024-07-27T18:31:20.128 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../07-python3-ceph-common_15.2.17-1focal_all.deb ... 2024-07-27T18:31:20.159 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-ceph-common (15.2.17-1focal) ... 2024-07-27T18:31:20.200 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-ceph-common (15.2.17-1focal) ... 2024-07-27T18:31:20.470 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-prettytable. 2024-07-27T18:31:20.486 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2024-07-27T18:31:20.529 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2024-07-27T18:31:20.562 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-prettytable. 2024-07-27T18:31:20.578 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2024-07-27T18:31:20.620 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2024-07-27T18:31:20.772 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-rbd. 2024-07-27T18:31:20.791 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../09-python3-rbd_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:20.822 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-rbd (15.2.17-1focal) ... 2024-07-27T18:31:20.897 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rbd. 2024-07-27T18:31:20.914 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../09-python3-rbd_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:20.955 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rbd (15.2.17-1focal) ... 2024-07-27T18:31:21.308 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package librabbitmq4:amd64. 2024-07-27T18:31:21.325 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../10-librabbitmq4_0.10.0-1_amd64.deb ... 2024-07-27T18:31:21.358 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librabbitmq4:amd64. 2024-07-27T18:31:21.366 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2024-07-27T18:31:21.377 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../10-librabbitmq4_0.10.0-1_amd64.deb ... 2024-07-27T18:31:21.408 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2024-07-27T18:31:21.728 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-07-27T18:31:21.744 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../11-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2024-07-27T18:31:21.778 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-07-27T18:31:21.786 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-07-27T18:31:21.797 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../11-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2024-07-27T18:31:21.836 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-07-27T18:31:22.105 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package librgw2. 2024-07-27T18:31:22.124 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../12-librgw2_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:22.188 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking librgw2 (15.2.17-1focal) ... 2024-07-27T18:31:22.214 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package librgw2. 2024-07-27T18:31:22.230 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../12-librgw2_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:22.272 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking librgw2 (15.2.17-1focal) ... 2024-07-27T18:31:22.708 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-rgw. 2024-07-27T18:31:22.724 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../13-python3-rgw_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:22.766 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-rgw (15.2.17-1focal) ... 2024-07-27T18:31:22.866 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rgw. 2024-07-27T18:31:22.883 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../13-python3-rgw_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:22.924 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rgw (15.2.17-1focal) ... 2024-07-27T18:31:23.126 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libleveldb1d:amd64. 2024-07-27T18:31:23.144 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../14-libleveldb1d_1.22-3ubuntu2_amd64.deb ... 2024-07-27T18:31:23.185 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-07-27T18:31:23.227 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libleveldb1d:amd64. 2024-07-27T18:31:23.245 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../14-libleveldb1d_1.22-3ubuntu2_amd64.deb ... 2024-07-27T18:31:23.277 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-07-27T18:31:23.538 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package liboath0. 2024-07-27T18:31:23.558 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2024-07-27T18:31:23.596 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2024-07-27T18:31:23.638 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liboath0. 2024-07-27T18:31:23.657 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2024-07-27T18:31:23.721 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2024-07-27T18:31:23.866 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libradosstriper1. 2024-07-27T18:31:23.883 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../16-libradosstriper1_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:23.915 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libradosstriper1 (15.2.17-1focal) ... 2024-07-27T18:31:24.074 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libradosstriper1. 2024-07-27T18:31:24.093 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../16-libradosstriper1_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:24.132 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libradosstriper1 (15.2.17-1focal) ... 2024-07-27T18:31:24.335 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-common. 2024-07-27T18:31:24.354 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../17-ceph-common_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:24.395 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-common (15.2.17-1focal) ... 2024-07-27T18:31:24.535 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-common. 2024-07-27T18:31:24.551 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../17-ceph-common_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:24.585 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-common (15.2.17-1focal) ... 2024-07-27T18:31:26.464 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-base. 2024-07-27T18:31:26.483 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../18-ceph-base_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:26.533 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-base (15.2.17-1focal) ... 2024-07-27T18:31:26.673 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-base. 2024-07-27T18:31:26.690 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../18-ceph-base_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:26.742 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-base (15.2.17-1focal) ... 2024-07-27T18:31:27.427 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-cryptography. 2024-07-27T18:31:27.444 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.3_amd64.deb ... 2024-07-27T18:31:27.485 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.3) ... 2024-07-27T18:31:27.686 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cryptography. 2024-07-27T18:31:27.702 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.3_amd64.deb ... 2024-07-27T18:31:27.744 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.3) ... 2024-07-27T18:31:27.930 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-openssl. 2024-07-27T18:31:27.946 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2024-07-27T18:31:27.988 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2024-07-27T18:31:28.161 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-openssl. 2024-07-27T18:31:28.180 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2024-07-27T18:31:28.224 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-07-27T18:31:28.230 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2024-07-27T18:31:28.242 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_15.2.17-1focal_all.deb ... 2024-07-27T18:31:28.291 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mgr-modules-core (15.2.17-1focal) ... 2024-07-27T18:31:28.541 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-07-27T18:31:28.558 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_15.2.17-1focal_all.deb ... 2024-07-27T18:31:28.600 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-modules-core (15.2.17-1focal) ... 2024-07-27T18:31:28.661 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-bcrypt. 2024-07-27T18:31:28.679 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2024-07-27T18:31:28.720 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2024-07-27T18:31:28.987 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-bcrypt. 2024-07-27T18:31:29.003 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2024-07-27T18:31:29.014 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-cherrypy3. 2024-07-27T18:31:29.033 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2024-07-27T18:31:29.045 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2024-07-27T18:31:29.122 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2024-07-27T18:31:29.523 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cherrypy3. 2024-07-27T18:31:29.541 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2024-07-27T18:31:29.542 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-jwt. 2024-07-27T18:31:29.562 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2024-07-27T18:31:29.600 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2024-07-27T18:31:29.664 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2024-07-27T18:31:29.912 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-logutils. 2024-07-27T18:31:29.928 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2024-07-27T18:31:29.970 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-logutils (0.3.3-7) ... 2024-07-27T18:31:30.026 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jwt. 2024-07-27T18:31:30.043 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2024-07-27T18:31:30.109 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2024-07-27T18:31:30.273 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-markupsafe. 2024-07-27T18:31:30.289 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2024-07-27T18:31:30.331 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2024-07-27T18:31:30.454 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-logutils. 2024-07-27T18:31:30.473 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2024-07-27T18:31:30.512 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-logutils (0.3.3-7) ... 2024-07-27T18:31:30.642 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-mako. 2024-07-27T18:31:30.658 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2024-07-27T18:31:30.700 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-07-27T18:31:30.840 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-markupsafe. 2024-07-27T18:31:30.860 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2024-07-27T18:31:30.898 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2024-07-27T18:31:31.045 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-simplegeneric. 2024-07-27T18:31:31.061 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2024-07-27T18:31:31.103 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-07-27T18:31:31.193 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-mako. 2024-07-27T18:31:31.212 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2024-07-27T18:31:31.250 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-07-27T18:31:31.405 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-singledispatch. 2024-07-27T18:31:31.423 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2024-07-27T18:31:31.464 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2024-07-27T18:31:31.587 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-simplegeneric. 2024-07-27T18:31:31.605 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2024-07-27T18:31:31.645 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-07-27T18:31:31.775 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-webob. 2024-07-27T18:31:31.794 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2_all.deb ... 2024-07-27T18:31:31.833 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2024-07-27T18:31:31.994 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-singledispatch. 2024-07-27T18:31:32.012 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2024-07-27T18:31:32.056 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2024-07-27T18:31:32.136 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-soupsieve. 2024-07-27T18:31:32.152 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2024-07-27T18:31:32.186 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2024-07-27T18:31:32.394 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-webob. 2024-07-27T18:31:32.410 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2_all.deb ... 2024-07-27T18:31:32.413 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-bs4. 2024-07-27T18:31:32.431 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2024-07-27T18:31:32.452 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2024-07-27T18:31:32.471 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2024-07-27T18:31:32.780 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-soupsieve. 2024-07-27T18:31:32.791 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-waitress. 2024-07-27T18:31:32.798 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2024-07-27T18:31:32.808 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2024-07-27T18:31:32.829 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2024-07-27T18:31:32.852 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2024-07-27T18:31:33.141 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-bs4. 2024-07-27T18:31:33.160 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2024-07-27T18:31:33.194 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-tempita. 2024-07-27T18:31:33.198 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2024-07-27T18:31:33.210 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2024-07-27T18:31:33.278 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-tempita (0.5.2-6) ... 2024-07-27T18:31:33.546 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-paste. 2024-07-27T18:31:33.566 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2024-07-27T18:31:33.599 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-waitress. 2024-07-27T18:31:33.604 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2024-07-27T18:31:33.618 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2024-07-27T18:31:33.663 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2024-07-27T18:31:33.924 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-07-27T18:31:33.941 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2024-07-27T18:31:33.982 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2024-07-27T18:31:34.022 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-tempita. 2024-07-27T18:31:34.038 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2024-07-27T18:31:34.079 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-tempita (0.5.2-6) ... 2024-07-27T18:31:34.285 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pastedeploy. 2024-07-27T18:31:34.302 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2024-07-27T18:31:34.343 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2024-07-27T18:31:34.416 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-paste. 2024-07-27T18:31:34.433 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2024-07-27T18:31:34.474 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2024-07-27T18:31:34.646 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-webtest. 2024-07-27T18:31:34.666 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2024-07-27T18:31:34.704 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-webtest (2.0.32-2) ... 2024-07-27T18:31:34.819 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-07-27T18:31:34.834 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2024-07-27T18:31:34.918 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2024-07-27T18:31:35.042 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pecan. 2024-07-27T18:31:35.057 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2024-07-27T18:31:35.099 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2024-07-27T18:31:35.229 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pastedeploy. 2024-07-27T18:31:35.248 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2024-07-27T18:31:35.288 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2024-07-27T18:31:35.445 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-werkzeug. 2024-07-27T18:31:35.461 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.2_all.deb ... 2024-07-27T18:31:35.503 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-07-27T18:31:35.624 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-webtest. 2024-07-27T18:31:35.639 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2024-07-27T18:31:35.682 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-webtest (2.0.32-2) ... 2024-07-27T18:31:35.898 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mgr. 2024-07-27T18:31:35.916 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../41-ceph-mgr_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:35.956 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mgr (15.2.17-1focal) ... 2024-07-27T18:31:36.018 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pecan. 2024-07-27T18:31:36.034 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2024-07-27T18:31:36.076 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2024-07-27T18:31:36.448 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-werkzeug. 2024-07-27T18:31:36.459 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mon. 2024-07-27T18:31:36.465 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.2_all.deb ... 2024-07-27T18:31:36.476 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../42-ceph-mon_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:36.514 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-07-27T18:31:36.517 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mon (15.2.17-1focal) ... 2024-07-27T18:31:36.909 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr. 2024-07-27T18:31:36.926 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../41-ceph-mgr_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:36.967 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr (15.2.17-1focal) ... 2024-07-27T18:31:37.487 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-osd. 2024-07-27T18:31:37.498 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mon. 2024-07-27T18:31:37.507 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../43-ceph-osd_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:37.511 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../42-ceph-mon_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:37.537 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-osd (15.2.17-1focal) ... 2024-07-27T18:31:37.553 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mon (15.2.17-1focal) ... 2024-07-27T18:31:38.582 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-osd. 2024-07-27T18:31:38.598 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../43-ceph-osd_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:38.640 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-osd (15.2.17-1focal) ... 2024-07-27T18:31:40.093 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph. 2024-07-27T18:31:40.109 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../44-ceph_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:40.150 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph (15.2.17-1focal) ... 2024-07-27T18:31:40.453 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-fuse. 2024-07-27T18:31:40.471 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../45-ceph-fuse_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:40.511 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-fuse (15.2.17-1focal) ... 2024-07-27T18:31:40.848 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mds. 2024-07-27T18:31:40.867 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../46-ceph-mds_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:40.905 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mds (15.2.17-1focal) ... 2024-07-27T18:31:40.970 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph. 2024-07-27T18:31:40.986 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../44-ceph_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:41.053 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph (15.2.17-1focal) ... 2024-07-27T18:31:41.306 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-fuse. 2024-07-27T18:31:41.325 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../45-ceph-fuse_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:41.390 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-fuse (15.2.17-1focal) ... 2024-07-27T18:31:41.459 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package cephadm. 2024-07-27T18:31:41.478 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../47-cephadm_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:41.517 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking cephadm (15.2.17-1focal) ... 2024-07-27T18:31:41.800 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mds. 2024-07-27T18:31:41.803 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-jinja2. 2024-07-27T18:31:41.818 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../46-ceph-mds_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:41.822 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../48-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... 2024-07-27T18:31:41.858 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mds (15.2.17-1focal) ... 2024-07-27T18:31:41.861 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-07-27T18:31:42.214 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-07-27T18:31:42.230 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../49-ceph-mgr-cephadm_15.2.17-1focal_all.deb ... 2024-07-27T18:31:42.272 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mgr-cephadm (15.2.17-1focal) ... 2024-07-27T18:31:42.362 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package cephadm. 2024-07-27T18:31:42.378 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../47-cephadm_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:42.420 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking cephadm (15.2.17-1focal) ... 2024-07-27T18:31:42.583 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-repoze.lru. 2024-07-27T18:31:42.603 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../50-python3-repoze.lru_0.7-2_all.deb ... 2024-07-27T18:31:42.642 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-07-27T18:31:42.731 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-jinja2. 2024-07-27T18:31:42.748 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../48-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... 2024-07-27T18:31:42.789 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-07-27T18:31:42.919 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libjs-underscore. 2024-07-27T18:31:42.936 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../51-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2024-07-27T18:31:42.977 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-07-27T18:31:43.075 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-07-27T18:31:43.091 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../49-ceph-mgr-cephadm_15.2.17-1focal_all.deb ... 2024-07-27T18:31:43.133 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-cephadm (15.2.17-1focal) ... 2024-07-27T18:31:43.238 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libjs-sphinxdoc. 2024-07-27T18:31:43.254 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../52-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2024-07-27T18:31:43.296 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-07-27T18:31:43.478 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-repoze.lru. 2024-07-27T18:31:43.494 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../50-python3-repoze.lru_0.7-2_all.deb ... 2024-07-27T18:31:43.536 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-07-27T18:31:43.616 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-routes. 2024-07-27T18:31:43.635 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../53-python3-routes_2.4.1-2_all.deb ... 2024-07-27T18:31:43.673 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-routes (2.4.1-2) ... 2024-07-27T18:31:43.822 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libjs-underscore. 2024-07-27T18:31:43.838 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../51-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2024-07-27T18:31:43.902 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-07-27T18:31:44.010 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-07-27T18:31:44.026 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../54-ceph-mgr-dashboard_15.2.17-1focal_all.deb ... 2024-07-27T18:31:44.068 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mgr-dashboard (15.2.17-1focal) ... 2024-07-27T18:31:44.183 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libjs-sphinxdoc. 2024-07-27T18:31:44.200 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../52-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2024-07-27T18:31:44.270 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-07-27T18:31:44.606 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-routes. 2024-07-27T18:31:44.625 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../53-python3-routes_2.4.1-2_all.deb ... 2024-07-27T18:31:44.664 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-routes (2.4.1-2) ... 2024-07-27T18:31:45.768 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-07-27T18:31:45.786 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../54-ceph-mgr-dashboard_15.2.17-1focal_all.deb ... 2024-07-27T18:31:45.796 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mgr-diskprediction-cloud. 2024-07-27T18:31:45.814 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../55-ceph-mgr-diskprediction-cloud_15.2.17-1focal_all.deb ... 2024-07-27T18:31:45.817 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-dashboard (15.2.17-1focal) ... 2024-07-27T18:31:45.854 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-07-27T18:31:46.182 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-decorator. 2024-07-27T18:31:46.199 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../56-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2024-07-27T18:31:46.232 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2024-07-27T18:31:46.535 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2024-07-27T18:31:46.553 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../57-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2024-07-27T18:31:46.593 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-07-27T18:31:46.850 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-diskprediction-cloud. 2024-07-27T18:31:46.867 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../55-ceph-mgr-diskprediction-cloud_15.2.17-1focal_all.deb ... 2024-07-27T18:31:46.907 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-07-27T18:31:46.947 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-scipy. 2024-07-27T18:31:46.965 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../58-python3-scipy_1.3.3-3build1_amd64.deb ... 2024-07-27T18:31:47.005 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2024-07-27T18:31:47.297 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-decorator. 2024-07-27T18:31:47.317 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../56-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2024-07-27T18:31:47.364 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2024-07-27T18:31:47.700 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2024-07-27T18:31:47.718 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../57-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2024-07-27T18:31:47.758 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-07-27T18:31:48.086 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-scipy. 2024-07-27T18:31:48.102 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../58-python3-scipy_1.3.3-3build1_amd64.deb ... 2024-07-27T18:31:48.135 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2024-07-27T18:31:48.286 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-sklearn-lib. 2024-07-27T18:31:48.306 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../59-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2024-07-27T18:31:48.349 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-07-27T18:31:48.869 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-joblib. 2024-07-27T18:31:48.885 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../60-python3-joblib_0.14.0-3_all.deb ... 2024-07-27T18:31:48.927 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-joblib (0.14.0-3) ... 2024-07-27T18:31:49.322 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-sklearn. 2024-07-27T18:31:49.338 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../61-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2024-07-27T18:31:49.380 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-07-27T18:31:49.551 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-sklearn-lib. 2024-07-27T18:31:49.567 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../59-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2024-07-27T18:31:49.608 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-07-27T18:31:50.097 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-07-27T18:31:50.113 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../62-ceph-mgr-diskprediction-local_15.2.17-1focal_all.deb ... 2024-07-27T18:31:50.155 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-07-27T18:31:50.179 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-joblib. 2024-07-27T18:31:50.195 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../60-python3-joblib_0.14.0-3_all.deb ... 2024-07-27T18:31:50.245 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-joblib (0.14.0-3) ... 2024-07-27T18:31:50.632 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-sklearn. 2024-07-27T18:31:50.652 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../61-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2024-07-27T18:31:50.690 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-07-27T18:31:51.266 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-cachetools. 2024-07-27T18:31:51.287 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../63-python3-cachetools_4.0.0-1_all.deb ... 2024-07-27T18:31:51.324 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2024-07-27T18:31:51.523 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-07-27T18:31:51.540 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../62-ceph-mgr-diskprediction-local_15.2.17-1focal_all.deb ... 2024-07-27T18:31:51.581 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-07-27T18:31:51.627 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pyasn1. 2024-07-27T18:31:51.647 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../64-python3-pyasn1_0.4.2-3build1_all.deb ... 2024-07-27T18:31:51.685 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2024-07-27T18:31:52.013 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-07-27T18:31:52.033 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../65-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2024-07-27T18:31:52.071 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-07-27T18:31:52.391 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-rsa. 2024-07-27T18:31:52.408 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../66-python3-rsa_4.0-3_all.deb ... 2024-07-27T18:31:52.449 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-rsa (4.0-3) ... 2024-07-27T18:31:52.692 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-cachetools. 2024-07-27T18:31:52.710 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../63-python3-cachetools_4.0.0-1_all.deb ... 2024-07-27T18:31:52.760 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-google-auth. 2024-07-27T18:31:52.777 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../67-python3-google-auth_1.5.1-2_all.deb ... 2024-07-27T18:31:52.784 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2024-07-27T18:31:52.818 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2024-07-27T18:31:53.128 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyasn1. 2024-07-27T18:31:53.146 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../64-python3-pyasn1_0.4.2-3build1_all.deb ... 2024-07-27T18:31:53.163 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-blinker. 2024-07-27T18:31:53.180 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../68-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2024-07-27T18:31:53.190 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2024-07-27T18:31:53.221 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-07-27T18:31:53.507 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-oauthlib. 2024-07-27T18:31:53.525 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../69-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2024-07-27T18:31:53.540 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-07-27T18:31:53.558 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../65-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2024-07-27T18:31:53.565 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2024-07-27T18:31:53.597 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-07-27T18:31:53.908 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-rsa. 2024-07-27T18:31:53.926 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../66-python3-rsa_4.0-3_all.deb ... 2024-07-27T18:31:53.927 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-07-27T18:31:53.945 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../70-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2024-07-27T18:31:53.966 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-rsa (4.0-3) ... 2024-07-27T18:31:53.985 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-07-27T18:31:54.287 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-websocket. 2024-07-27T18:31:54.305 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../71-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2024-07-27T18:31:54.311 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-google-auth. 2024-07-27T18:31:54.330 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../67-python3-google-auth_1.5.1-2_all.deb ... 2024-07-27T18:31:54.346 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2024-07-27T18:31:54.403 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2024-07-27T18:31:54.691 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-kubernetes. 2024-07-27T18:31:54.709 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../72-python3-kubernetes_7.0.0~a1-2_all.deb ... 2024-07-27T18:31:54.750 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2024-07-27T18:31:54.764 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-blinker. 2024-07-27T18:31:54.784 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../68-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2024-07-27T18:31:54.822 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-07-27T18:31:55.150 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-oauthlib. 2024-07-27T18:31:55.167 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../69-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2024-07-27T18:31:55.208 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2024-07-27T18:31:55.296 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-07-27T18:31:55.314 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../73-ceph-mgr-k8sevents_15.2.17-1focal_all.deb ... 2024-07-27T18:31:55.354 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-07-27T18:31:55.563 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-07-27T18:31:55.579 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../70-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2024-07-27T18:31:55.647 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-07-27T18:31:55.699 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libonig5:amd64. 2024-07-27T18:31:55.714 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../74-libonig5_6.9.4-1_amd64.deb ... 2024-07-27T18:31:55.756 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2024-07-27T18:31:55.990 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-websocket. 2024-07-27T18:31:56.008 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../71-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2024-07-27T18:31:56.040 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2024-07-27T18:31:56.092 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libjq1:amd64. 2024-07-27T18:31:56.111 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../75-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-07-27T18:31:56.175 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:31:56.368 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-kubernetes. 2024-07-27T18:31:56.386 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../72-python3-kubernetes_7.0.0~a1-2_all.deb ... 2024-07-27T18:31:56.426 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2024-07-27T18:31:56.436 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package jq. 2024-07-27T18:31:56.456 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../76-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-07-27T18:31:56.494 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:31:56.747 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package socat. 2024-07-27T18:31:56.765 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../77-socat_1.7.3.3-2_amd64.deb ... 2024-07-27T18:31:56.805 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking socat (1.7.3.3-2) ... 2024-07-27T18:31:57.022 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-07-27T18:31:57.041 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../73-ceph-mgr-k8sevents_15.2.17-1focal_all.deb ... 2024-07-27T18:31:57.080 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-07-27T18:31:57.125 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package xmlstarlet. 2024-07-27T18:31:57.144 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../78-xmlstarlet_1.6.1-2build1_amd64.deb ... 2024-07-27T18:31:57.182 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2024-07-27T18:31:57.416 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libonig5:amd64. 2024-07-27T18:31:57.432 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../74-libonig5_6.9.4-1_amd64.deb ... 2024-07-27T18:31:57.474 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2024-07-27T18:31:57.520 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package ceph-test. 2024-07-27T18:31:57.537 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../79-ceph-test_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:57.577 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking ceph-test (15.2.17-1focal) ... 2024-07-27T18:31:57.860 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libjq1:amd64. 2024-07-27T18:31:57.876 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../75-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-07-27T18:31:57.918 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:31:58.213 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package jq. 2024-07-27T18:31:58.230 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../76-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-07-27T18:31:58.304 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:31:58.556 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package socat. 2024-07-27T18:31:58.574 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../77-socat_1.7.3.3-2_amd64.deb ... 2024-07-27T18:31:58.631 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking socat (1.7.3.3-2) ... 2024-07-27T18:31:58.993 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package xmlstarlet. 2024-07-27T18:31:59.012 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../78-xmlstarlet_1.6.1-2build1_amd64.deb ... 2024-07-27T18:31:59.051 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2024-07-27T18:31:59.421 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package ceph-test. 2024-07-27T18:31:59.438 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../79-ceph-test_15.2.17-1focal_amd64.deb ... 2024-07-27T18:31:59.480 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking ceph-test (15.2.17-1focal) ... 2024-07-27T18:32:01.315 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package libcephfs-dev. 2024-07-27T18:32:01.332 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../80-libcephfs-dev_15.2.17-1focal_amd64.deb ... 2024-07-27T18:32:01.364 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking libcephfs-dev (15.2.17-1focal) ... 2024-07-27T18:32:01.878 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package nvme-cli. 2024-07-27T18:32:01.896 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../81-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2024-07-27T18:32:01.954 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2024-07-27T18:32:02.316 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-atomicwrites. 2024-07-27T18:32:02.333 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../82-python3-atomicwrites_1.1.5-2build1_all.deb ... 2024-07-27T18:32:02.398 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2024-07-27T18:32:02.686 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-attr. 2024-07-27T18:32:02.704 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../83-python3-attr_19.3.0-2_all.deb ... 2024-07-27T18:32:02.744 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-attr (19.3.0-2) ... 2024-07-27T18:32:02.811 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package libcephfs-dev. 2024-07-27T18:32:02.830 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../80-libcephfs-dev_15.2.17-1focal_amd64.deb ... 2024-07-27T18:32:02.866 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking libcephfs-dev (15.2.17-1focal) ... 2024-07-27T18:32:03.048 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-webencodings. 2024-07-27T18:32:03.067 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../84-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2024-07-27T18:32:03.106 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2024-07-27T18:32:03.363 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package nvme-cli. 2024-07-27T18:32:03.379 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../81-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2024-07-27T18:32:03.426 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-html5lib. 2024-07-27T18:32:03.439 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2024-07-27T18:32:03.445 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../85-python3-html5lib_1.0.1-2_all.deb ... 2024-07-27T18:32:03.484 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2024-07-27T18:32:03.846 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-lxml:amd64. 2024-07-27T18:32:03.852 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-atomicwrites. 2024-07-27T18:32:03.862 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../86-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2024-07-27T18:32:03.868 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../82-python3-atomicwrites_1.1.5-2build1_all.deb ... 2024-07-27T18:32:03.897 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-07-27T18:32:03.910 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2024-07-27T18:32:04.247 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-attr. 2024-07-27T18:32:04.265 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../83-python3-attr_19.3.0-2_all.deb ... 2024-07-27T18:32:04.305 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-attr (19.3.0-2) ... 2024-07-27T18:32:04.374 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-packaging. 2024-07-27T18:32:04.390 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../87-python3-packaging_20.3-1_all.deb ... 2024-07-27T18:32:04.432 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-packaging (20.3-1) ... 2024-07-27T18:32:04.666 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-webencodings. 2024-07-27T18:32:04.683 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../84-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2024-07-27T18:32:04.718 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pastescript. 2024-07-27T18:32:04.739 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../88-python3-pastescript_2.0.2-4_all.deb ... 2024-07-27T18:32:04.757 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2024-07-27T18:32:04.801 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-07-27T18:32:05.086 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-html5lib. 2024-07-27T18:32:05.103 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../85-python3-html5lib_1.0.1-2_all.deb ... 2024-07-27T18:32:05.130 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pluggy. 2024-07-27T18:32:05.146 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2024-07-27T18:32:05.147 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../89-python3-pluggy_0.13.0-2_all.deb ... 2024-07-27T18:32:05.188 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2024-07-27T18:32:05.485 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-psutil. 2024-07-27T18:32:05.504 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../90-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2024-07-27T18:32:05.531 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-lxml:amd64. 2024-07-27T18:32:05.547 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../86-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2024-07-27T18:32:05.569 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2024-07-27T18:32:05.589 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-07-27T18:32:05.906 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-py. 2024-07-27T18:32:05.922 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../91-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2024-07-27T18:32:05.966 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2024-07-27T18:32:06.101 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-packaging. 2024-07-27T18:32:06.118 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../87-python3-packaging_20.3-1_all.deb ... 2024-07-27T18:32:06.159 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-packaging (20.3-1) ... 2024-07-27T18:32:06.317 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pyinotify. 2024-07-27T18:32:06.336 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../92-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2024-07-27T18:32:06.375 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-07-27T18:32:06.501 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pastescript. 2024-07-27T18:32:06.518 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../88-python3-pastescript_2.0.2-4_all.deb ... 2024-07-27T18:32:06.558 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-07-27T18:32:06.686 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-wcwidth. 2024-07-27T18:32:06.707 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../93-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2024-07-27T18:32:06.744 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2024-07-27T18:32:06.904 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pluggy. 2024-07-27T18:32:06.924 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../89-python3-pluggy_0.13.0-2_all.deb ... 2024-07-27T18:32:06.987 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2024-07-27T18:32:07.089 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-pytest. 2024-07-27T18:32:07.108 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../94-python3-pytest_4.6.9-1_all.deb ... 2024-07-27T18:32:07.147 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-pytest (4.6.9-1) ... 2024-07-27T18:32:07.332 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-psutil. 2024-07-27T18:32:07.351 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../90-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2024-07-27T18:32:07.382 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2024-07-27T18:32:07.476 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package python3-simplejson. 2024-07-27T18:32:07.494 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../95-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2024-07-27T18:32:07.534 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2024-07-27T18:32:07.752 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-py. 2024-07-27T18:32:07.768 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../91-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2024-07-27T18:32:07.804 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2024-07-27T18:32:07.996 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package radosgw. 2024-07-27T18:32:08.013 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../96-radosgw_15.2.17-1focal_amd64.deb ... 2024-07-27T18:32:08.062 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking radosgw (15.2.17-1focal) ... 2024-07-27T18:32:08.138 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pyinotify. 2024-07-27T18:32:08.155 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../92-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2024-07-27T18:32:08.196 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-07-27T18:32:08.525 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-wcwidth. 2024-07-27T18:32:08.545 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../93-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2024-07-27T18:32:08.608 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2024-07-27T18:32:08.944 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-pytest. 2024-07-27T18:32:08.960 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../94-python3-pytest_4.6.9-1_all.deb ... 2024-07-27T18:32:09.002 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-pytest (4.6.9-1) ... 2024-07-27T18:32:09.135 INFO:teuthology.orchestra.run.smithi057.stdout:Selecting previously unselected package rbd-fuse. 2024-07-27T18:32:09.153 INFO:teuthology.orchestra.run.smithi057.stdout:Preparing to unpack .../97-rbd-fuse_15.2.17-1focal_amd64.deb ... 2024-07-27T18:32:09.193 INFO:teuthology.orchestra.run.smithi057.stdout:Unpacking rbd-fuse (15.2.17-1focal) ... 2024-07-27T18:32:09.376 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package python3-simplejson. 2024-07-27T18:32:09.396 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../95-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2024-07-27T18:32:09.434 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2024-07-27T18:32:09.483 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-attr (19.3.0-2) ... 2024-07-27T18:32:09.773 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-07-27T18:32:09.898 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2024-07-27T18:32:09.930 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package radosgw. 2024-07-27T18:32:09.947 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../96-radosgw_15.2.17-1focal_amd64.deb ... 2024-07-27T18:32:09.988 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking radosgw (15.2.17-1focal) ... 2024-07-27T18:32:10.024 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2024-07-27T18:32:10.228 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up cephadm (15.2.17-1focal) ... 2024-07-27T18:32:10.915 INFO:teuthology.orchestra.run.smithi057.stdout:Adding system user cephadm....done 2024-07-27T18:32:11.100 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2024-07-27T18:32:11.116 INFO:teuthology.orchestra.run.smithi087.stdout:Selecting previously unselected package rbd-fuse. 2024-07-27T18:32:11.134 INFO:teuthology.orchestra.run.smithi087.stdout:Preparing to unpack .../97-rbd-fuse_15.2.17-1focal_amd64.deb ... 2024-07-27T18:32:11.193 INFO:teuthology.orchestra.run.smithi087.stdout:Unpacking rbd-fuse (15.2.17-1focal) ... 2024-07-27T18:32:11.477 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-07-27T18:32:11.525 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-attr (19.3.0-2) ... 2024-07-27T18:32:11.769 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up liboath0 (2.6.1-1.3) ... 2024-07-27T18:32:11.848 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libleveldb1d:amd64 (1.22-3ubuntu2) ... 2024-07-27T18:32:11.945 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2024-07-27T18:32:11.974 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2024-07-27T18:32:12.092 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2024-07-27T18:32:12.293 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up cephadm (15.2.17-1focal) ... 2024-07-27T18:32:12.305 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-joblib (0.14.0-3) ... 2024-07-27T18:32:12.707 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2024-07-27T18:32:12.896 INFO:teuthology.orchestra.run.smithi087.stdout:Adding system user cephadm....done 2024-07-27T18:32:12.983 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-cachetools (4.0.0-1) ... 2024-07-27T18:32:13.058 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2024-07-27T18:32:13.259 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2024-07-27T18:32:13.434 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-07-27T18:32:13.552 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-07-27T18:32:13.722 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liboath0 (2.6.1-1.3) ... 2024-07-27T18:32:13.845 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-ceph-argparse (15.2.17-1focal) ... 2024-07-27T18:32:13.853 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2024-07-27T18:32:14.121 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-07-27T18:32:14.171 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-joblib (0.14.0-3) ... 2024-07-27T18:32:14.280 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2024-07-27T18:32:14.556 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2024-07-27T18:32:14.581 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2024-07-27T18:32:14.824 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2024-07-27T18:32:14.908 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cachetools (4.0.0-1) ... 2024-07-27T18:32:15.167 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2024-07-27T18:32:15.191 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2024-07-27T18:32:15.410 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-07-27T18:32:15.476 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2024-07-27T18:32:15.711 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-ceph-argparse (15.2.17-1focal) ... 2024-07-27T18:32:15.827 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2024-07-27T18:32:16.021 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-07-27T18:32:16.112 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-07-27T18:32:16.147 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2024-07-27T18:32:16.425 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2024-07-27T18:32:16.440 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-tempita (0.5.2-6) ... 2024-07-27T18:32:16.710 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2024-07-27T18:32:16.750 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-packaging (20.3-1) ... 2024-07-27T18:32:17.051 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2024-07-27T18:32:17.078 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2024-07-27T18:32:17.177 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2024-07-27T18:32:17.354 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2024-07-27T18:32:17.469 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2024-07-27T18:32:17.706 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2024-07-27T18:32:17.879 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-07-27T18:32:17.998 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-07-27T18:32:18.240 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-cryptography (2.8-3ubuntu0.3) ... 2024-07-27T18:32:18.320 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-tempita (0.5.2-6) ... 2024-07-27T18:32:18.610 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up socat (1.7.3.3-2) ... 2024-07-27T18:32:18.612 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-packaging (20.3-1) ... 2024-07-27T18:32:18.736 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-ceph-common (15.2.17-1focal) ... 2024-07-27T18:32:18.897 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2024-07-27T18:32:19.023 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2024-07-27T18:32:19.054 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-html5lib (1.0.1-2) ... 2024-07-27T18:32:19.316 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2024-07-27T18:32:19.414 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-07-27T18:32:19.540 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2024-07-27T18:32:19.682 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pluggy (0.13.0-2) ... 2024-07-27T18:32:19.701 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-07-27T18:32:19.952 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-07-27T18:32:20.044 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cryptography (2.8-3ubuntu0.3) ... 2024-07-27T18:32:20.278 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2024-07-27T18:32:20.473 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up socat (1.7.3.3-2) ... 2024-07-27T18:32:20.599 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-ceph-common (15.2.17-1focal) ... 2024-07-27T18:32:20.605 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2024-07-27T18:32:20.906 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-logutils (0.3.3-7) ... 2024-07-27T18:32:20.909 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-html5lib (1.0.1-2) ... 2024-07-27T18:32:21.223 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2024-07-27T18:32:21.252 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-07-27T18:32:21.366 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-07-27T18:32:21.416 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2024-07-27T18:32:21.545 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pluggy (0.13.0-2) ... 2024-07-27T18:32:21.651 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-prettytable (0.7.2-5) ... 2024-07-27T18:32:21.830 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-07-27T18:32:21.935 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2024-07-27T18:32:22.131 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2024-07-27T18:32:22.286 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2024-07-27T18:32:22.466 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2024-07-27T18:32:22.655 INFO:teuthology.orchestra.run.smithi057.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2024-07-27T18:32:22.742 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-logutils (0.3.3-7) ... 2024-07-27T18:32:22.922 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2024-07-27T18:32:23.043 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2024-07-27T18:32:23.049 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-07-27T18:32:23.169 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-07-27T18:32:23.365 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2024-07-27T18:32:23.445 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-prettytable (0.7.2-5) ... 2024-07-27T18:32:23.717 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-07-27T18:32:23.730 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2024-07-27T18:32:23.842 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-07-27T18:32:23.968 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-webob (1:1.8.5-2) ... 2024-07-27T18:32:24.031 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2024-07-27T18:32:24.303 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-07-27T18:32:24.394 INFO:teuthology.orchestra.run.smithi087.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2024-07-27T18:32:24.604 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up librados2 (15.2.17-1focal) ... 2024-07-27T18:32:24.667 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2024-07-27T18:32:24.731 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2024-07-27T18:32:24.793 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-07-27T18:32:25.111 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2024-07-27T18:32:25.470 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-07-27T18:32:25.621 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-07-27T18:32:25.747 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-webob (1:1.8.5-2) ... 2024-07-27T18:32:26.074 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-07-27T18:32:26.243 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up librgw2 (15.2.17-1focal) ... 2024-07-27T18:32:26.358 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librados2 (15.2.17-1focal) ... 2024-07-27T18:32:26.369 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:32:26.484 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2024-07-27T18:32:26.495 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pytest (4.6.9-1) ... 2024-07-27T18:32:26.874 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2024-07-27T18:32:27.167 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2024-07-27T18:32:27.480 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-bs4 (4.8.2-1) ... 2024-07-27T18:32:27.827 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libcephfs2 (15.2.17-1focal) ... 2024-07-27T18:32:27.953 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2024-07-27T18:32:27.964 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librgw2 (15.2.17-1focal) ... 2024-07-27T18:32:28.099 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:32:28.258 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pytest (4.6.9-1) ... 2024-07-27T18:32:28.297 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libradosstriper1 (15.2.17-1focal) ... 2024-07-27T18:32:28.432 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-07-27T18:32:28.626 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2024-07-27T18:32:28.783 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-07-27T18:32:28.928 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2024-07-27T18:32:29.213 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-bs4 (4.8.2-1) ... 2024-07-27T18:32:29.530 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libcephfs2 (15.2.17-1focal) ... 2024-07-27T18:32:29.656 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2024-07-27T18:32:29.864 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up librbd1 (15.2.17-1focal) ... 2024-07-27T18:32:29.990 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-07-27T18:32:30.008 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libradosstriper1 (15.2.17-1focal) ... 2024-07-27T18:32:30.116 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:32:30.159 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-07-27T18:32:30.242 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-rsa (4.0-3) ... 2024-07-27T18:32:30.485 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-07-27T18:32:30.568 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-webtest (2.0.32-2) ... 2024-07-27T18:32:30.869 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mgr-modules-core (15.2.17-1focal) ... 2024-07-27T18:32:30.995 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-fuse (15.2.17-1focal) ... 2024-07-27T18:32:31.220 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-27T18:32:31.220 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-27T18:32:31.515 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up librbd1 (15.2.17-1focal) ... 2024-07-27T18:32:31.675 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-07-27T18:32:31.801 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-07-27T18:32:31.927 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rsa (4.0-3) ... 2024-07-27T18:32:31.972 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up libcephfs-dev (15.2.17-1focal) ... 2024-07-27T18:32:32.073 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-07-27T18:32:32.378 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-webtest (2.0.32-2) ... 2024-07-27T18:32:32.391 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-07-27T18:32:32.671 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-modules-core (15.2.17-1focal) ... 2024-07-27T18:32:32.709 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2024-07-27T18:32:32.788 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-fuse (15.2.17-1focal) ... 2024-07-27T18:32:33.013 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-27T18:32:33.013 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-27T18:32:33.070 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-rados (15.2.17-1focal) ... 2024-07-27T18:32:33.196 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-rbd (15.2.17-1focal) ... 2024-07-27T18:32:33.297 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up rbd-fuse (15.2.17-1focal) ... 2024-07-27T18:32:33.398 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-routes (2.4.1-2) ... 2024-07-27T18:32:33.481 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up libcephfs-dev (15.2.17-1focal) ... 2024-07-27T18:32:33.641 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-07-27T18:32:33.742 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-google-auth (1.5.1-2) ... 2024-07-27T18:32:33.925 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-07-27T18:32:34.060 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-rgw (15.2.17-1focal) ... 2024-07-27T18:32:34.185 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-cephfs (15.2.17-1focal) ... 2024-07-27T18:32:34.243 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2024-07-27T18:32:34.520 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2024-07-27T18:32:34.604 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rados (15.2.17-1focal) ... 2024-07-27T18:32:34.729 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rbd (15.2.17-1focal) ... 2024-07-27T18:32:34.881 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up rbd-fuse (15.2.17-1focal) ... 2024-07-27T18:32:35.006 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-routes (2.4.1-2) ... 2024-07-27T18:32:35.316 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-google-auth (1.5.1-2) ... 2024-07-27T18:32:35.535 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-common (15.2.17-1focal) ... 2024-07-27T18:32:35.626 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-rgw (15.2.17-1focal) ... 2024-07-27T18:32:35.752 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-cephfs (15.2.17-1focal) ... 2024-07-27T18:32:36.069 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2024-07-27T18:32:36.100 INFO:teuthology.orchestra.run.smithi057.stdout:Adding group ceph....done 2024-07-27T18:32:36.476 INFO:teuthology.orchestra.run.smithi057.stdout:Adding system user ceph....done 2024-07-27T18:32:36.619 INFO:teuthology.orchestra.run.smithi057.stdout:Setting system user ceph properties....done 2024-07-27T18:32:36.642 INFO:teuthology.orchestra.run.smithi057.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-07-27T18:32:36.799 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-07-27T18:32:37.103 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-common (15.2.17-1focal) ... 2024-07-27T18:32:37.117 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-07-27T18:32:37.582 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-test (15.2.17-1focal) ... 2024-07-27T18:32:37.741 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up radosgw (15.2.17-1focal) ... 2024-07-27T18:32:38.017 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:32:38.018 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:32:38.048 INFO:teuthology.orchestra.run.smithi087.stdout:Adding group ceph....done 2024-07-27T18:32:38.458 INFO:teuthology.orchestra.run.smithi087.stdout:Adding system user ceph....done 2024-07-27T18:32:38.634 INFO:teuthology.orchestra.run.smithi087.stdout:Setting system user ceph properties....done 2024-07-27T18:32:38.655 INFO:teuthology.orchestra.run.smithi087.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-07-27T18:32:38.685 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-base (15.2.17-1focal) ... 2024-07-27T18:32:38.804 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-07-27T18:32:39.062 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-07-27T18:32:39.114 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-07-27T18:32:39.529 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mds (15.2.17-1focal) ... 2024-07-27T18:32:39.580 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-test (15.2.17-1focal) ... 2024-07-27T18:32:39.725 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up radosgw (15.2.17-1focal) ... 2024-07-27T18:32:39.750 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-27T18:32:39.751 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-27T18:32:39.993 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:32:39.993 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-27T18:32:40.205 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mgr (15.2.17-1focal) ... 2024-07-27T18:32:40.439 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-27T18:32:40.440 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-27T18:32:40.660 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-base (15.2.17-1focal) ... 2024-07-27T18:32:40.890 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-07-27T18:32:41.035 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-osd (15.2.17-1focal) ... 2024-07-27T18:32:41.040 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-07-27T18:32:41.496 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mds (15.2.17-1focal) ... 2024-07-27T18:32:41.520 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-27T18:32:41.521 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-27T18:32:41.750 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-27T18:32:41.751 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-27T18:32:41.962 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-07-27T18:32:42.064 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-07-27T18:32:42.189 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr (15.2.17-1focal) ... 2024-07-27T18:32:42.190 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mon (15.2.17-1focal) ... 2024-07-27T18:32:42.422 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-27T18:32:42.423 INFO:teuthology.orchestra.run.smithi057.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-27T18:32:42.466 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-27T18:32:42.466 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-27T18:32:42.867 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mgr-cephadm (15.2.17-1focal) ... 2024-07-27T18:32:42.915 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-diskprediction-cloud (15.2.17-1focal) ... 2024-07-27T18:32:43.010 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph (15.2.17-1focal) ... 2024-07-27T18:32:43.075 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-osd (15.2.17-1focal) ... 2024-07-27T18:32:43.152 INFO:teuthology.orchestra.run.smithi057.stdout:Setting up ceph-mgr-dashboard (15.2.17-1focal) ... 2024-07-27T18:32:43.271 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2024-07-27T18:32:43.547 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-07-27T18:32:43.602 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-27T18:32:43.602 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-27T18:32:44.060 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-k8sevents (15.2.17-1focal) ... 2024-07-27T18:32:44.212 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-diskprediction-local (15.2.17-1focal) ... 2024-07-27T18:32:44.338 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mon (15.2.17-1focal) ... 2024-07-27T18:32:44.559 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-27T18:32:44.559 INFO:teuthology.orchestra.run.smithi087.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-27T18:32:44.998 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-cephadm (15.2.17-1focal) ... 2024-07-27T18:32:45.165 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph (15.2.17-1focal) ... 2024-07-27T18:32:45.291 INFO:teuthology.orchestra.run.smithi087.stdout:Setting up ceph-mgr-dashboard (15.2.17-1focal) ... 2024-07-27T18:32:45.461 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2024-07-27T18:32:45.778 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-07-27T18:32:46.510 INFO:teuthology.orchestra.run.smithi057.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-07-27T18:32:46.958 INFO:teuthology.orchestra.run.smithi057.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-07-27T18:32:46.964 DEBUG:teuthology.parallel:result is None 2024-07-27T18:32:48.531 INFO:teuthology.orchestra.run.smithi087.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-07-27T18:32:49.014 INFO:teuthology.orchestra.run.smithi087.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-07-27T18:32:49.018 DEBUG:teuthology.parallel:result is None 2024-07-27T18:32:49.019 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:32:49.019 INFO:teuthology.packaging:ref: None 2024-07-27T18:32:49.019 INFO:teuthology.packaging:tag: None 2024-07-27T18:32:49.019 INFO:teuthology.packaging:branch: octopus 2024-07-27T18:32:49.019 INFO:teuthology.packaging:sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a 2024-07-27T18:32:49.019 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-07-27T18:32:49.211 DEBUG:teuthology.orchestra.run.smithi057:> dpkg-query -W -f '${Version}' ceph 2024-07-27T18:32:49.234 INFO:teuthology.orchestra.run.smithi057.stdout:15.2.17-1focal 2024-07-27T18:32:49.235 INFO:teuthology.packaging:The installed version of ceph is 15.2.17-1focal 2024-07-27T18:32:49.235 INFO:teuthology.task.install:The correct ceph version 15.2.17-1focal is installed. 2024-07-27T18:32:49.237 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-27T18:32:49.237 INFO:teuthology.packaging:ref: None 2024-07-27T18:32:49.237 INFO:teuthology.packaging:tag: None 2024-07-27T18:32:49.238 INFO:teuthology.packaging:branch: octopus 2024-07-27T18:32:49.238 INFO:teuthology.packaging:sha1: 9cc61fbd5592568c0f581e851963d29430f21a3a 2024-07-27T18:32:49.238 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-07-27T18:32:49.448 DEBUG:teuthology.orchestra.run.smithi087:> dpkg-query -W -f '${Version}' ceph 2024-07-27T18:32:49.471 INFO:teuthology.orchestra.run.smithi087.stdout:15.2.17-1focal 2024-07-27T18:32:49.472 INFO:teuthology.packaging:The installed version of ceph is 15.2.17-1focal 2024-07-27T18:32:49.472 INFO:teuthology.task.install:The correct ceph version 15.2.17-1focal is installed. 2024-07-27T18:32:49.473 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-07-27T18:32:49.474 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-07-27T18:32:49.474 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-27T18:32:49.491 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-07-27T18:32:49.491 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-27T18:32:49.505 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-07-27T18:32:49.505 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-07-27T18:32:49.506 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/usr/bin/daemon-helper 2024-07-27T18:32:49.518 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-27T18:32:49.528 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-07-27T18:32:49.528 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/daemon-helper 2024-07-27T18:32:49.562 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-27T18:32:49.573 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-07-27T18:32:49.574 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-07-27T18:32:49.574 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-27T18:32:49.589 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-27T18:32:49.648 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-07-27T18:32:49.649 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-27T18:32:49.664 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-27T18:32:49.722 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-07-27T18:32:49.723 DEBUG:teuthology.orchestra.run.smithi057:> set -ex 2024-07-27T18:32:49.723 DEBUG:teuthology.orchestra.run.smithi057:> sudo dd of=/usr/bin/stdin-killer 2024-07-27T18:32:49.738 DEBUG:teuthology.orchestra.run.smithi057:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-27T18:32:49.796 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-07-27T18:32:49.796 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/usr/bin/stdin-killer 2024-07-27T18:32:49.812 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-27T18:32:49.870 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:32:49.878 INFO:teuthology.task.print:**** done install task... 2024-07-27T18:32:49.879 INFO:teuthology.run_tasks:Running task print... 2024-07-27T18:32:49.902 INFO:teuthology.task.print:**** done start installing octopus cephadm ... 2024-07-27T18:32:49.902 INFO:teuthology.run_tasks:Running task cephadm... 2024-07-27T18:32:50.016 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': 1}, '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': '9cc61fbd5592568c0f581e851963d29430f21a3a'} 2024-07-27T18:32:50.016 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:octopus 2024-07-27T18:32:50.017 INFO:tasks.cephadm:Cluster fsid is a0c08e46-4c46-11ef-bcc7-c7b262605968 2024-07-27T18:32:50.017 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-07-27T18:32:50.017 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.57', 'mon.c': '[v2:172.21.15.57:3301,v1:172.21.15.57:6790]', 'mon.b': '172.21.15.87'} 2024-07-27T18:32:50.017 INFO:tasks.cephadm:First mon is mon.a on smithi057 2024-07-27T18:32:50.017 INFO:tasks.cephadm:First mgr is y 2024-07-27T18:32:50.017 INFO:tasks.cephadm:Normalizing hostnames... 2024-07-27T18:32:50.017 DEBUG:teuthology.orchestra.run.smithi057:> sudo hostname $(hostname -s) 2024-07-27T18:32:50.035 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2024-07-27T18:32:50.053 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-07-27T18:32:50.053 DEBUG:teuthology.orchestra.run.smithi057:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:50.174 INFO:teuthology.orchestra.run.smithi057.stdout:-rw-rw-r-- 1 ubuntu ubuntu 223479 Jul 27 18:32 /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:50.174 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:50.351 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r-- 1 ubuntu ubuntu 223479 Jul 27 18:32 /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:50.352 DEBUG:teuthology.orchestra.run.smithi057:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:50.361 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:50.379 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:octopus on all hosts... 2024-07-27T18:32:50.379 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull 2024-07-27T18:32:50.381 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull 2024-07-27T18:32:50.515 INFO:teuthology.orchestra.run.smithi057.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:octopus... 2024-07-27T18:32:50.518 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:octopus... 2024-07-27T18:32:50.738 INFO:teuthology.orchestra.run.smithi057.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-07-27T18:32:50.739 INFO:teuthology.orchestra.run.smithi057.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-07-27T18:32:50.744 INFO:teuthology.orchestra.run.smithi057.stderr:Traceback (most recent call last): 2024-07-27T18:32:50.744 INFO:teuthology.orchestra.run.smithi057.stderr: File "/home/ubuntu/cephtest/cephadm", line 6250, in 2024-07-27T18:32:50.744 INFO:teuthology.orchestra.run.smithi057.stderr: r = args.func() 2024-07-27T18:32:50.744 INFO:teuthology.orchestra.run.smithi057.stderr: File "/home/ubuntu/cephtest/cephadm", line 1458, in _default_image 2024-07-27T18:32:50.744 INFO:teuthology.orchestra.run.smithi057.stderr: return func() 2024-07-27T18:32:50.744 INFO:teuthology.orchestra.run.smithi057.stderr: File "/home/ubuntu/cephtest/cephadm", line 2761, in command_pull 2024-07-27T18:32:50.744 INFO:teuthology.orchestra.run.smithi057.stderr: _pull_image(args.image) 2024-07-27T18:32:50.745 INFO:teuthology.orchestra.run.smithi057.stderr: File "/home/ubuntu/cephtest/cephadm", line 2784, in _pull_image 2024-07-27T18:32:50.745 INFO:teuthology.orchestra.run.smithi057.stderr: raise RuntimeError('Failed command: %s' % cmd_str) 2024-07-27T18:32:50.745 INFO:teuthology.orchestra.run.smithi057.stderr:RuntimeError: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-07-27T18:32:50.761 INFO:teuthology.orchestra.run.smithi087.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-07-27T18:32:50.761 INFO:teuthology.orchestra.run.smithi087.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-07-27T18:32:50.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:32:50.762 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/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_9cc61fbd5592568c0f581e851963d29430f21a3a/qa/tasks/cephadm.py", line 359, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi057 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull' 2024-07-27T18:32:50.764 INFO:tasks.cephadm:Archiving crash dumps... 2024-07-27T18:32:50.765 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/lib/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492/remote/smithi057/crash 2024-07-27T18:32:50.766 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/lib/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/crash -- . 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr:Traceback (most recent call last): 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: File "/home/ubuntu/cephtest/cephadm", line 6250, in 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: r = args.func() 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: File "/home/ubuntu/cephtest/cephadm", line 1458, in _default_image 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: return func() 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: File "/home/ubuntu/cephtest/cephadm", line 2761, in command_pull 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: _pull_image(args.image) 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: File "/home/ubuntu/cephtest/cephadm", line 2784, in _pull_image 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr: raise RuntimeError('Failed command: %s' % cmd_str) 2024-07-27T18:32:50.767 INFO:teuthology.orchestra.run.smithi087.stderr:RuntimeError: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:octopus 2024-07-27T18:32:50.782 INFO:teuthology.orchestra.run.smithi057.stderr:tar: /var/lib/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/crash: Cannot open: No such file or directory 2024-07-27T18:32:50.782 INFO:teuthology.orchestra.run.smithi057.stderr:tar: Error is not recoverable: exiting now 2024-07-27T18:32:50.783 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492/remote/smithi087/crash 2024-07-27T18:32:50.784 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/crash -- . 2024-07-27T18:32:50.801 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/crash: Cannot open: No such file or directory 2024-07-27T18:32:50.802 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2024-07-27T18:32:50.802 INFO:tasks.cephadm:Checking cluster log for badness... 2024-07-27T18:32:50.803 DEBUG:teuthology.orchestra.run.smithi057:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-07-27T18:32:50.819 INFO:teuthology.orchestra.run.smithi057.stderr:grep: /var/log/ceph/a0c08e46-4c46-11ef-bcc7-c7b262605968/ceph.log: No such file or directory 2024-07-27T18:32:50.821 INFO:tasks.cephadm:Compressing logs... 2024-07-27T18:32:50.822 DEBUG:teuthology.orchestra.run.smithi057:> 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-07-27T18:32:50.867 DEBUG:teuthology.orchestra.run.smithi087:> 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-07-27T18:32:50.881 INFO:teuthology.orchestra.run.smithi057.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-07-27T18:32:50.883 INFO:teuthology.orchestra.run.smithi087.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-07-27T18:32:50.890 INFO:teuthology.orchestra.run.smithi057.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-27T18:32:50.891 INFO:teuthology.orchestra.run.smithi057.stderr:/var/log/ceph/cephadm.log: 71.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-27T18:32:50.892 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-27T18:32:50.893 INFO:teuthology.orchestra.run.smithi057.stderr: 2024-07-27T18:32:50.893 INFO:teuthology.orchestra.run.smithi057.stderr:real 0m0.023s 2024-07-27T18:32:50.893 INFO:teuthology.orchestra.run.smithi057.stderr:user 0m0.012s 2024-07-27T18:32:50.893 INFO:teuthology.orchestra.run.smithi057.stderr:sys 0m0.015s 2024-07-27T18:32:50.894 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: 71.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-27T18:32:50.894 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-07-27T18:32:50.894 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.022s 2024-07-27T18:32:50.894 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m0.011s 2024-07-27T18:32:50.894 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.015s 2024-07-27T18:32:50.895 INFO:tasks.cephadm:Archiving logs... 2024-07-27T18:32:50.895 DEBUG:teuthology.misc:Transferring archived files from smithi057:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492/remote/smithi057/log 2024-07-27T18:32:50.896 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-27T18:32:50.914 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492/remote/smithi087/log 2024-07-27T18:32:50.914 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-27T18:32:50.930 INFO:tasks.cephadm:Removing cluster... 2024-07-27T18:32:50.930 DEBUG:teuthology.orchestra.run.smithi057:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0c08e46-4c46-11ef-bcc7-c7b262605968 --force 2024-07-27T18:32:51.154 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0c08e46-4c46-11ef-bcc7-c7b262605968 --force 2024-07-27T18:32:51.353 INFO:tasks.cephadm:Removing cephadm ... 2024-07-27T18:32:51.353 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:51.360 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-27T18:32:51.367 INFO:tasks.cephadm:Teardown complete 2024-07-27T18:32:51.367 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_9cc61fbd5592568c0f581e851963d29430f21a3a/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_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/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_9cc61fbd5592568c0f581e851963d29430f21a3a/qa/tasks/cephadm.py", line 1542, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/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_9cc61fbd5592568c0f581e851963d29430f21a3a/qa/tasks/cephadm.py", line 359, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi057 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull' 2024-07-27T18:32:51.546 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=02b79339a1db4ff9a3288c672d67a0ff Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_9cc61fbd5592568c0f581e851963d29430f21a3a/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_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/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_9cc61fbd5592568c0f581e851963d29430f21a3a/qa/tasks/cephadm.py", line 1542, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/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_9cc61fbd5592568c0f581e851963d29430f21a3a/qa/tasks/cephadm.py", line 359, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6e2a3aea75254d002e088a3ceee2a4fe2e292e3e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi057 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:octopus pull' 2024-07-27T18:32:51.549 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-07-27T18:32:51.558 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-07-27T18:32:51.587 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-07-27T18:32:51.588 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-27T18:32:51.601 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-27T18:32:51.668 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-07-27T18:32:51.677 INFO:teuthology.task.clock:Checking final clock skew... 2024-07-27T18:32:51.678 DEBUG:teuthology.orchestra.run.smithi057:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-27T18:32:51.680 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-27T18:32:51.700 INFO:teuthology.orchestra.run.smithi057.stdout: remote refid st t when poll reach delay offset jitter 2024-07-27T18:32:51.700 INFO:teuthology.orchestra.run.smithi057.stdout:============================================================================== 2024-07-27T18:32:51.700 INFO:teuthology.orchestra.run.smithi057.stdout: hv01.front.sepi 67.205.162.81 3 u 35 64 3 0.224 0.746 0.435 2024-07-27T18:32:51.700 INFO:teuthology.orchestra.run.smithi057.stdout: hv02.front.sepi 63.231.80.2 3 u 34 64 3 0.123 0.463 0.114 2024-07-27T18:32:51.700 INFO:teuthology.orchestra.run.smithi057.stdout: hv03.front.sepi 74.6.168.72 3 u 33 64 3 0.175 0.522 0.477 2024-07-27T18:32:51.701 INFO:teuthology.orchestra.run.smithi057.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:32:51.703 INFO:teuthology.orchestra.run.smithi087.stdout: remote refid st t when poll reach delay offset jitter 2024-07-27T18:32:51.703 INFO:teuthology.orchestra.run.smithi087.stdout:============================================================================== 2024-07-27T18:32:51.703 INFO:teuthology.orchestra.run.smithi087.stdout: hv01.front.sepi 67.205.162.81 3 u 33 64 3 0.131 0.024 0.204 2024-07-27T18:32:51.703 INFO:teuthology.orchestra.run.smithi087.stdout: hv02.front.sepi 63.231.80.2 3 u 31 64 3 0.115 -0.288 0.041 2024-07-27T18:32:51.703 INFO:teuthology.orchestra.run.smithi087.stdout: hv03.front.sepi 74.6.168.72 3 u 32 64 3 0.197 -0.316 0.068 2024-07-27T18:32:51.704 INFO:teuthology.orchestra.run.smithi087.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-07-27T18:32:51.704 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-07-27T18:32:51.713 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-07-27T18:32:51.714 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-07-27T18:32:51.736 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-07-27T18:32:51.770 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-07-27T18:32:51.803 INFO:teuthology.task.internal:Duration was 439.993662 seconds 2024-07-27T18:32:51.804 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-07-27T18:32:51.837 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-07-27T18:32:51.837 DEBUG:teuthology.orchestra.run.smithi057:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-27T18:32:51.840 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-27T18:32:51.893 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-07-27T18:32:51.893 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi057.front.sepia.ceph.com 2024-07-27T18:32:51.894 DEBUG:teuthology.orchestra.run.smithi057:> 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-07-27T18:32:51.905 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-07-27T18:32:51.905 DEBUG:teuthology.orchestra.run.smithi087:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-07-27T18:32:51.917 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-07-27T18:32:51.917 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-27T18:32:51.919 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-27T18:32:51.952 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-07-27T18:32:51.952 DEBUG:teuthology.orchestra.run.smithi057:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-27T18:32:51.954 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-27T18:32:52.061 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-07-27T18:32:52.070 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-07-27T18:32:52.071 DEBUG:teuthology.orchestra.run.smithi057:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-27T18:32:52.087 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-27T18:32:52.103 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-07-27T18:32:52.113 DEBUG:teuthology.orchestra.run.smithi057:> 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-07-27T18:32:52.131 DEBUG:teuthology.orchestra.run.smithi087:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-07-27T18:32:52.143 INFO:teuthology.orchestra.run.smithi057.stdout:kernel.core_pattern = core 2024-07-27T18:32:52.146 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-07-27T18:32:52.171 DEBUG:teuthology.orchestra.run.smithi057:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-27T18:32:52.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:32:52.177 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-27T18:32:52.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-27T18:32:52.216 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-07-27T18:32:52.226 INFO:teuthology.task.internal:Transferring archived files... 2024-07-27T18:32:52.227 DEBUG:teuthology.misc:Transferring archived files from smithi057:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492/remote/smithi057 2024-07-27T18:32:52.227 DEBUG:teuthology.orchestra.run.smithi057:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-27T18:32:52.251 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-07-22_00:24:02-upgrade:octopus-x-quincy-distro-default-smithi/7812492/remote/smithi087 2024-07-27T18:32:52.251 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-27T18:32:52.274 INFO:teuthology.task.internal:Removing archive directory... 2024-07-27T18:32:52.275 DEBUG:teuthology.orchestra.run.smithi057:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-27T18:32:52.277 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-27T18:32:52.282 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-07-27T18:32:52.294 INFO:teuthology.task.internal:Not uploading archives. 2024-07-27T18:32:52.294 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-07-27T18:32:52.313 INFO:teuthology.task.internal:Tidying up after the test... 2024-07-27T18:32:52.313 DEBUG:teuthology.orchestra.run.smithi057:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-27T18:32:52.327 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-27T18:32:52.332 INFO:teuthology.orchestra.run.smithi057.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 27 18:32 /home/ubuntu/cephtest 2024-07-27T18:32:52.335 INFO:teuthology.orchestra.run.smithi087.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 27 18:32 /home/ubuntu/cephtest 2024-07-27T18:32:52.337 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-07-27T18:32:52.346 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-07-27T18:32:52.416 INFO:teuthology.run:Summary data: description: upgrade:octopus-x/parallel/{0-distro/ubuntu_20.04 0-start 1-tasks mon_election/classic upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api}} duration: 439.9936623573303 failure_reason: 'Command failed on smithi057 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=02b79339a1db4ff9a3288c672d67a0ff status: fail success: false 2024-07-27T18:32:52.416 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-27T18:32:52.509 INFO:teuthology.run:FAIL