2026-02-18T23:37:20.704 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T23:37:20.722 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:37:20.805 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477 branch: wip-jcollin-testing-20260217.080557-squid description: upgrade:quincy-x:stress-split/{0-distro/ubuntu_22.04 0-roles 1-start 2-first-half-tasks/radosbench 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/connectivity} email: jcollin@redhat.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 && ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]'' && ceph orch upgrade status | jq ''.in_progress'' | grep true && ! ceph orch upgrade status | jq ''.message'' | grep Error; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' first_in_suite: false flavor: default job_id: '53477' kernel: branch: distro kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: trial meta: - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run basic import/export cli tests for rbd ' name: jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-jcollin-testing-20260217.080557-squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: 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\) - do not have an application enabled - application not enabled - or freeform for custom applications - POOL_APP_NOT_ENABLED - is down - OSD_DOWN - mons down - mon down - MON_DOWN - out of quorum - PG_AVAILABILITY - PG_DEGRADED - Reduced data availability - Degraded data redundancy - pg .* is stuck inactive - pg .* is .*degraded - FS_DEGRADED - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED - Replacing daemon mds - MDS_ALL_DOWN - MDS_UP_LESS_THAN_MAX - filesystem is offline - with fewer MDS than max_mds sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 workunit: branch: wip-jcollin-testing-20260217.080557-squid sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 owner: scheduled_jcollin@soko04.front.sepia.ceph.com priority: 200 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - ceph orch upgrade resume - sleep 60 - echo wait for upgrade to complete - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - workunit: branch: quincy clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' seed: 5446 sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: quincy clients: client.0: - cls/test_cls_rbd.sh env: CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: quincy clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: quincy clients: client.0: - rbd/test_librbd.sh env: RBD_FEATURES: '61' - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' suite: upgrade:quincy-x:stress-split suite_branch: wip-jcollin-testing-20260217.080557-squid suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 targets: trial027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMgLbESW2Yewxzh2dHFpIg2oJmJ81IrDh2Ej1x7O2V21a33EjhSeTCARyuTDofAUE3LQowb7oexqBzb11Hp7ckM= trial140.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFNWfkX8Y2ABJNQTT3O2rfNnIjAbintn/aPwA+24oBDxSMIThWk+tZvjQJ+uQ+YbkwilH9ZBzOGbHxjTIKShEJQ= tasks: - install: branch: quincy exclude_packages: - ceph-volume - cephadm: cephadm_branch: quincy 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:quincy - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-17_12:45:39 tube: trial user: jcollin verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 2026-02-18T23:37:20.805 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa; will attempt to use it 2026-02-18T23:37:20.806 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks 2026-02-18T23:37:20.806 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T23:37:20.807 INFO:teuthology.task.internal:Checking packages... 2026-02-18T23:37:20.808 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910' 2026-02-18T23:37:20.808 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:37:20.808 INFO:teuthology.packaging:ref: None 2026-02-18T23:37:20.808 INFO:teuthology.packaging:tag: None 2026-02-18T23:37:20.808 INFO:teuthology.packaging:branch: wip-jcollin-testing-20260217.080557-squid 2026-02-18T23:37:20.808 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:37:20.808 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-jcollin-testing-20260217.080557-squid 2026-02-18T23:37:20.927 INFO:teuthology.task.internal:Found packages for ceph version 19.2.3-689-g5c7d9533-1jammy 2026-02-18T23:37:20.928 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T23:37:20.940 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T23:37:20.940 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T23:37:20.953 INFO:teuthology.task.internal:Saving configuration 2026-02-18T23:37:20.964 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T23:37:20.976 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T23:37:21.045 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial027.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-18 23:33:50.255043', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJARSmwTgYyAoNtA6fdRTZ2uvhCevv6FlQ2qfniO75ln'} 2026-02-18T23:37:21.103 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial140.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-18 23:33:50.255646', 'locked_by': 'scheduled_jcollin@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkMOqz1AzLmcW4jB0Fdwhdgd4evDNLxGszNSQEzT4BM'} 2026-02-18T23:37:21.103 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T23:37:21.114 INFO:teuthology.task.internal:roles: ubuntu@trial027.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'] 2026-02-18T23:37:21.114 INFO:teuthology.task.internal:roles: ubuntu@trial140.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'] 2026-02-18T23:37:21.114 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T23:37:21.412 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7789d2ef5620>, signals=[15]) 2026-02-18T23:37:21.413 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T23:37:21.430 INFO:teuthology.task.internal:Opening connections... 2026-02-18T23:37:21.430 DEBUG:teuthology.task.internal:connecting to ubuntu@trial027.front.sepia.ceph.com 2026-02-18T23:37:21.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:37:21.522 DEBUG:teuthology.task.internal:connecting to ubuntu@trial140.front.sepia.ceph.com 2026-02-18T23:37:21.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:37:21.592 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T23:37:21.603 DEBUG:teuthology.orchestra.run.trial027:> uname -m 2026-02-18T23:37:21.606 INFO:teuthology.orchestra.run.trial027.stdout:x86_64 2026-02-18T23:37:21.607 DEBUG:teuthology.orchestra.run.trial027:> cat /etc/os-release 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:NAME="Ubuntu" 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:VERSION_ID="22.04" 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:VERSION_CODENAME=jammy 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:ID=ubuntu 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:ID_LIKE=debian 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-18T23:37:21.652 INFO:teuthology.orchestra.run.trial027.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-18T23:37:21.653 INFO:teuthology.orchestra.run.trial027.stdout:UBUNTU_CODENAME=jammy 2026-02-18T23:37:21.653 INFO:teuthology.lock.ops:Updating trial027.front.sepia.ceph.com on lock server 2026-02-18T23:37:21.725 DEBUG:teuthology.orchestra.run.trial140:> uname -m 2026-02-18T23:37:21.729 INFO:teuthology.orchestra.run.trial140.stdout:x86_64 2026-02-18T23:37:21.729 DEBUG:teuthology.orchestra.run.trial140:> cat /etc/os-release 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:NAME="Ubuntu" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:VERSION_ID="22.04" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:VERSION_CODENAME=jammy 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:ID=ubuntu 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:ID_LIKE=debian 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-18T23:37:21.775 INFO:teuthology.orchestra.run.trial140.stdout:UBUNTU_CODENAME=jammy 2026-02-18T23:37:21.776 INFO:teuthology.lock.ops:Updating trial140.front.sepia.ceph.com on lock server 2026-02-18T23:37:21.849 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T23:37:21.862 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T23:37:21.874 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T23:37:21.874 DEBUG:teuthology.orchestra.run.trial027:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:37:21.876 DEBUG:teuthology.orchestra.run.trial140:> test '!' -e /home/ubuntu/cephtest 2026-02-18T23:37:21.879 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T23:37:21.890 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T23:37:21.890 DEBUG:teuthology.orchestra.run.trial027:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:37:21.922 DEBUG:teuthology.orchestra.run.trial140:> test -z $(ls -A /var/lib/ceph) 2026-02-18T23:37:21.925 INFO:teuthology.orchestra.run.trial027.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-18T23:37:21.927 INFO:teuthology.orchestra.run.trial140.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-18T23:37:21.927 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T23:37:22.080 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T23:37:22.102 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-18T23:37:22.103 INFO:teuthology.task.kernel:config {'mon.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-18T23:37:22.103 DEBUG:teuthology.orchestra.run.trial027:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:37:22.103 DEBUG:teuthology.orchestra.run.trial140:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T23:37:22.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:37:22.106 DEBUG:teuthology.orchestra.run.trial027:> uname -r 2026-02-18T23:37:22.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:37:22.107 DEBUG:teuthology.orchestra.run.trial140:> uname -r 2026-02-18T23:37:22.151 INFO:teuthology.orchestra.run.trial140.stdout:5.15.0-170-generic 2026-02-18T23:37:22.152 INFO:teuthology.task.kernel:Running kernel on trial140: 5.15.0-170-generic 2026-02-18T23:37:22.152 DEBUG:teuthology.orchestra.run.trial140:> sudo apt-get clean 2026-02-18T23:37:22.156 INFO:teuthology.orchestra.run.trial027.stdout:5.15.0-170-generic 2026-02-18T23:37:22.156 INFO:teuthology.task.kernel:Running kernel on trial027: 5.15.0-170-generic 2026-02-18T23:37:22.157 DEBUG:teuthology.orchestra.run.trial027:> sudo apt-get clean 2026-02-18T23:37:22.214 DEBUG:teuthology.orchestra.run.trial140:> sudo apt-get update 2026-02-18T23:37:22.219 DEBUG:teuthology.orchestra.run.trial027:> sudo apt-get update 2026-02-18T23:37:22.728 INFO:teuthology.orchestra.run.trial027.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-18T23:37:22.740 INFO:teuthology.orchestra.run.trial140.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-18T23:37:22.819 INFO:teuthology.orchestra.run.trial027.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-18T23:37:22.832 INFO:teuthology.orchestra.run.trial140.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-18T23:37:23.161 INFO:teuthology.orchestra.run.trial027.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-18T23:37:23.176 INFO:teuthology.orchestra.run.trial140.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-18T23:37:23.309 INFO:teuthology.orchestra.run.trial027.stdout:Hit:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-18T23:37:23.376 INFO:teuthology.orchestra.run.trial140.stdout:Hit:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-18T23:37:23.387 INFO:teuthology.orchestra.run.trial140.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3243 kB] 2026-02-18T23:37:23.400 INFO:teuthology.orchestra.run.trial027.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3243 kB] 2026-02-18T23:37:23.472 INFO:teuthology.orchestra.run.trial140.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-18T23:37:23.489 INFO:teuthology.orchestra.run.trial140.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-18T23:37:23.500 INFO:teuthology.orchestra.run.trial140.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2980 kB] 2026-02-18T23:37:23.527 INFO:teuthology.orchestra.run.trial140.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [428 kB] 2026-02-18T23:37:23.539 INFO:teuthology.orchestra.run.trial140.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5139 kB] 2026-02-18T23:37:23.578 INFO:teuthology.orchestra.run.trial140.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [977 kB] 2026-02-18T23:37:23.810 INFO:teuthology.orchestra.run.trial027.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-18T23:37:23.843 INFO:teuthology.orchestra.run.trial027.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-18T23:37:23.851 INFO:teuthology.orchestra.run.trial027.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2980 kB] 2026-02-18T23:37:23.936 INFO:teuthology.orchestra.run.trial027.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [428 kB] 2026-02-18T23:37:23.946 INFO:teuthology.orchestra.run.trial027.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5139 kB] 2026-02-18T23:37:24.095 INFO:teuthology.orchestra.run.trial027.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [977 kB] 2026-02-18T23:37:26.154 INFO:teuthology.orchestra.run.trial027.stdout:Fetched 14.6 MB in 2s (6194 kB/s) 2026-02-18T23:37:26.671 INFO:teuthology.orchestra.run.trial027.stdout:Reading package lists... 2026-02-18T23:37:26.684 DEBUG:teuthology.orchestra.run.trial027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-18T23:37:26.757 INFO:teuthology.orchestra.run.trial027.stdout:Reading package lists... 2026-02-18T23:37:26.863 INFO:teuthology.orchestra.run.trial027.stdout:Building dependency tree... 2026-02-18T23:37:26.864 INFO:teuthology.orchestra.run.trial027.stdout:Reading state information... 2026-02-18T23:37:26.915 INFO:teuthology.orchestra.run.trial140.stdout:Fetched 14.6 MB in 2s (7209 kB/s) 2026-02-18T23:37:26.949 INFO:teuthology.orchestra.run.trial027.stdout:linux-image-generic is already the newest version (5.15.0.170.159). 2026-02-18T23:37:26.949 INFO:teuthology.orchestra.run.trial027.stdout:linux-image-generic set to manually installed. 2026-02-18T23:37:26.949 INFO:teuthology.orchestra.run.trial027.stdout:The following packages were automatically installed and are no longer required: 2026-02-18T23:37:26.949 INFO:teuthology.orchestra.run.trial027.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-18T23:37:26.950 INFO:teuthology.orchestra.run.trial027.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-18T23:37:26.950 INFO:teuthology.orchestra.run.trial027.stdout: sg3-utils-udev 2026-02-18T23:37:26.950 INFO:teuthology.orchestra.run.trial027.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-18T23:37:26.968 INFO:teuthology.orchestra.run.trial027.stdout:0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2026-02-18T23:37:26.970 DEBUG:teuthology.orchestra.run.trial027:> dpkg -s linux-image-generic 2026-02-18T23:37:27.022 INFO:teuthology.orchestra.run.trial027.stdout:Package: linux-image-generic 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Status: install ok installed 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Priority: optional 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Section: kernel 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Installed-Size: 21 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Maintainer: Ubuntu Kernel Team 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Architecture: amd64 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Source: linux-meta 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Version: 5.15.0.170.159 2026-02-18T23:37:27.023 INFO:teuthology.orchestra.run.trial027.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.6), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-170), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-18T23:37:27.024 INFO:teuthology.orchestra.run.trial027.stdout:Depends: linux-image-5.15.0-170-generic, linux-modules-extra-5.15.0-170-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-18T23:37:27.024 INFO:teuthology.orchestra.run.trial027.stdout:Recommends: thermald 2026-02-18T23:37:27.024 INFO:teuthology.orchestra.run.trial027.stdout:Description: Generic Linux kernel image 2026-02-18T23:37:27.024 INFO:teuthology.orchestra.run.trial027.stdout: This package will always depend on the latest generic kernel image 2026-02-18T23:37:27.024 INFO:teuthology.orchestra.run.trial027.stdout: available. 2026-02-18T23:37:27.024 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:37:27.024 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2026-02-18T23:37:27.025 DEBUG:teuthology.orchestra.run.trial027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:37:27.073 INFO:teuthology.orchestra.run.trial027.stdout:ttyS1 2026-02-18T23:37:27.107 DEBUG:teuthology.parallel:result is None 2026-02-18T23:37:27.432 INFO:teuthology.orchestra.run.trial140.stdout:Reading package lists... 2026-02-18T23:37:27.446 DEBUG:teuthology.orchestra.run.trial140:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-18T23:37:27.481 INFO:teuthology.orchestra.run.trial140.stdout:Reading package lists... 2026-02-18T23:37:27.587 INFO:teuthology.orchestra.run.trial140.stdout:Building dependency tree... 2026-02-18T23:37:27.587 INFO:teuthology.orchestra.run.trial140.stdout:Reading state information... 2026-02-18T23:37:27.673 INFO:teuthology.orchestra.run.trial140.stdout:linux-image-generic is already the newest version (5.15.0.170.159). 2026-02-18T23:37:27.673 INFO:teuthology.orchestra.run.trial140.stdout:linux-image-generic set to manually installed. 2026-02-18T23:37:27.673 INFO:teuthology.orchestra.run.trial140.stdout:The following packages were automatically installed and are no longer required: 2026-02-18T23:37:27.673 INFO:teuthology.orchestra.run.trial140.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-18T23:37:27.674 INFO:teuthology.orchestra.run.trial140.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-18T23:37:27.674 INFO:teuthology.orchestra.run.trial140.stdout: sg3-utils-udev 2026-02-18T23:37:27.674 INFO:teuthology.orchestra.run.trial140.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-18T23:37:27.692 INFO:teuthology.orchestra.run.trial140.stdout:0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2026-02-18T23:37:27.694 DEBUG:teuthology.orchestra.run.trial140:> dpkg -s linux-image-generic 2026-02-18T23:37:27.745 INFO:teuthology.orchestra.run.trial140.stdout:Package: linux-image-generic 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Status: install ok installed 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Priority: optional 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Section: kernel 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Installed-Size: 21 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Maintainer: Ubuntu Kernel Team 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Architecture: amd64 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Source: linux-meta 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Version: 5.15.0.170.159 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.6), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-170), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-18T23:37:27.746 INFO:teuthology.orchestra.run.trial140.stdout:Depends: linux-image-5.15.0-170-generic, linux-modules-extra-5.15.0-170-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-18T23:37:27.747 INFO:teuthology.orchestra.run.trial140.stdout:Recommends: thermald 2026-02-18T23:37:27.747 INFO:teuthology.orchestra.run.trial140.stdout:Description: Generic Linux kernel image 2026-02-18T23:37:27.747 INFO:teuthology.orchestra.run.trial140.stdout: This package will always depend on the latest generic kernel image 2026-02-18T23:37:27.747 INFO:teuthology.orchestra.run.trial140.stdout: available. 2026-02-18T23:37:27.747 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-18T23:37:27.747 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2026-02-18T23:37:27.747 DEBUG:teuthology.orchestra.run.trial140:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T23:37:27.800 INFO:teuthology.orchestra.run.trial140.stdout:ttyS1 2026-02-18T23:37:27.837 DEBUG:teuthology.parallel:result is None 2026-02-18T23:37:27.838 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T23:37:27.851 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T23:37:27.851 DEBUG:teuthology.orchestra.run.trial027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:37:27.854 DEBUG:teuthology.orchestra.run.trial140:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T23:37:27.884 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T23:37:27.895 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T23:37:27.908 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T23:37:27.908 DEBUG:teuthology.orchestra.run.trial027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:37:27.910 DEBUG:teuthology.orchestra.run.trial140:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T23:37:27.935 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T23:37:27.947 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T23:37:27.947 DEBUG:teuthology.orchestra.run.trial027:> 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 2026-02-18T23:37:27.958 DEBUG:teuthology.orchestra.run.trial140:> 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 2026-02-18T23:37:27.965 INFO:teuthology.orchestra.run.trial027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:37:27.972 INFO:teuthology.orchestra.run.trial027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:37:27.982 INFO:teuthology.orchestra.run.trial140.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:37:27.988 INFO:teuthology.orchestra.run.trial140.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T23:37:27.989 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T23:37:28.003 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T23:37:28.003 DEBUG:teuthology.orchestra.run.trial027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:37:28.022 DEBUG:teuthology.orchestra.run.trial140:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T23:37:28.043 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T23:37:28.056 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T23:37:28.057 DEBUG:teuthology.orchestra.run.trial027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:37:28.070 DEBUG:teuthology.orchestra.run.trial140:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T23:37:28.088 DEBUG:teuthology.orchestra.run.trial027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:37:28.116 DEBUG:teuthology.orchestra.run.trial027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:37:28.169 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-18T23:37:28.169 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:37:28.263 DEBUG:teuthology.orchestra.run.trial140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:37:28.267 DEBUG:teuthology.orchestra.run.trial140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:37:28.312 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-18T23:37:28.312 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T23:37:28.361 DEBUG:teuthology.orchestra.run.trial027:> sudo service rsyslog restart 2026-02-18T23:37:28.363 DEBUG:teuthology.orchestra.run.trial140:> sudo service rsyslog restart 2026-02-18T23:37:28.420 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T23:37:28.433 INFO:teuthology.task.internal:Starting timer... 2026-02-18T23:37:28.433 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T23:37:28.457 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T23:37:28.477 DEBUG:teuthology.task.selinux:Excluding trial027: OS 'ubuntu' does not support SELinux 2026-02-18T23:37:28.478 DEBUG:teuthology.task.selinux:Excluding trial140: OS 'ubuntu' does not support SELinux 2026-02-18T23:37:28.478 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T23:37:28.478 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-02-18T23:37:28.478 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T23:37:28.478 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T23:37:28.495 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T23:37:28.506 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'}]}] 2026-02-18T23:37:28.507 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial027.front.sepia.ceph.com,trial140.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T23:38:28.536 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial027.front.sepia.ceph.com'), Remote(name='ubuntu@trial140.front.sepia.ceph.com')] 2026-02-18T23:38:28.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial027.front.sepia.ceph.com' 2026-02-18T23:38:28.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:38:28.608 DEBUG:teuthology.orchestra.run.trial027:> true 2026-02-18T23:38:28.851 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial027.front.sepia.ceph.com' 2026-02-18T23:38:28.852 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial140.front.sepia.ceph.com' 2026-02-18T23:38:28.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T23:38:28.962 DEBUG:teuthology.orchestra.run.trial140:> true 2026-02-18T23:38:29.207 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial140.front.sepia.ceph.com' 2026-02-18T23:38:29.208 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T23:38:29.237 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T23:38:29.238 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:38:29.238 DEBUG:teuthology.orchestra.run.trial027:> 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 2026-02-18T23:38:29.239 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T23:38:29.240 DEBUG:teuthology.orchestra.run.trial140:> 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 2026-02-18T23:38:29.257 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Command line: ntpd -gq 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: ---------------------------------------------------- 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: ntp-4 is maintained by Network Time Foundation, 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: corporation. Support and training for ntp-4 are 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: available at https://www.nwtime.org/support 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: ---------------------------------------------------- 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: proto: precision = 0.020 usec (-25) 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: basedate set to 2022-02-04 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: gps base set to 2022-02-06 (week 2196) 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: restrict ::: KOD does nothing without LIMITED. 2026-02-18T23:38:29.258 INFO:teuthology.orchestra.run.trial027.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-18T23:38:29.259 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Listen and drop on 0 v6wildcard [::]:123 2026-02-18T23:38:29.259 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-18T23:38:29.259 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Listen normally on 2 lo 127.0.0.1:123 2026-02-18T23:38:29.259 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Listen normally on 3 enp1s0f0 10.20.193.27:123 2026-02-18T23:38:29.259 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Listen normally on 4 lo [::1]:123 2026-02-18T23:38:29.259 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:6260%2]:123 2026-02-18T23:38:29.259 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:28 ntpd[5473]: Listening on routing socket on fd #22 for interface updates 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Command line: ntpd -gq 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: ---------------------------------------------------- 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: ntp-4 is maintained by Network Time Foundation, 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: corporation. Support and training for ntp-4 are 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: available at https://www.nwtime.org/support 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: ---------------------------------------------------- 2026-02-18T23:38:29.266 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: proto: precision = 0.030 usec (-25) 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: basedate set to 2022-02-04 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: gps base set to 2022-02-06 (week 2196) 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: restrict ::: KOD does nothing without LIMITED. 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Listen and drop on 0 v6wildcard [::]:123 2026-02-18T23:38:29.267 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-18T23:38:29.268 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Listen normally on 2 lo 127.0.0.1:123 2026-02-18T23:38:29.268 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Listen normally on 3 enp1s0f0 10.20.193.140:123 2026-02-18T23:38:29.268 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Listen normally on 4 lo [::1]:123 2026-02-18T23:38:29.268 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:6256%2]:123 2026-02-18T23:38:29.268 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:29 ntpd[5495]: Listening on routing socket on fd #22 for interface updates 2026-02-18T23:38:30.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:29 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:30.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:29 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:30.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:29 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:30.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:29 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:30.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:29 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:30.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:29 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:30.266 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:30 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:30.266 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:30 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:30.347 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:30 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:30.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:30 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:30.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:30 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:30.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:30 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:32.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:32.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:32.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:32.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:32.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.285 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.285 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.285 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:32.286 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:31 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:32.339 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.339 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.340 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:32.340 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:32.347 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:32.347 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:32.347 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:32.347 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:32 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:33.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:32 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:33.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:32 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:33.266 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:33 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:33.266 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:33 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:32 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:32 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:32 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:32 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:33 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:33 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:33 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:33.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:33 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:34.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:34.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:34.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:34.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:34.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.267 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.271 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.271 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.271 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:34.271 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:34.285 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.285 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.285 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:34.285 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:33 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:34.341 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.342 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.342 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:34.342 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:34.347 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:34.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:34.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:34.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:34 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:35.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:34 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:35.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:34 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:35.266 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:35 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:35.266 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:35 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:35.287 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:34 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:35.287 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:34 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:35.287 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:34 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:35.287 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:34 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:35.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:35 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:35.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:35 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:35.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:35 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:35.288 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:35 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:36.258 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.259 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.261 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:36.262 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:36.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:36.266 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:35 ntpd[5473]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:36.266 INFO:teuthology.orchestra.run.trial027.stdout:18 Feb 23:38:36 ntpd[5473]: ntpd: time set +0.850698 s 2026-02-18T23:38:36.267 INFO:teuthology.orchestra.run.trial027.stdout:ntpd: time set +0.850698s 2026-02-18T23:38:36.267 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:36 ntpd[5473]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-18T23:38:36.267 INFO:teuthology.orchestra.run.trial027.stderr:18 Feb 23:38:36 ntpd[5473]: can't open /var/log/ntpstats/loopstats.20260218: Permission denied 2026-02-18T23:38:36.268 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.268 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.268 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.268 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.269 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.269 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.270 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.270 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.270 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:36.271 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:36.288 INFO:teuthology.orchestra.run.trial027.stdout:No association ID's returned 2026-02-18T23:38:36.341 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.341 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.341 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:36.341 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:36.347 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-18T23:38:36.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/rawstats.20260218: Permission denied 2026-02-18T23:38:36.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-18T23:38:36.348 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/peerstats.20260218: Permission denied 2026-02-18T23:38:36.348 INFO:teuthology.orchestra.run.trial140.stdout:18 Feb 23:38:36 ntpd[5495]: ntpd: time slew +0.005865 s 2026-02-18T23:38:36.348 INFO:teuthology.orchestra.run.trial140.stdout:ntpd: time slew +0.005865s 2026-02-18T23:38:36.349 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-18T23:38:36.349 INFO:teuthology.orchestra.run.trial140.stderr:18 Feb 23:38:36 ntpd[5495]: can't open /var/log/ntpstats/loopstats.20260218: Permission denied 2026-02-18T23:38:36.601 INFO:teuthology.orchestra.run.trial140.stdout: remote refid st t when poll reach delay offset jitter 2026-02-18T23:38:36.602 INFO:teuthology.orchestra.run.trial140.stdout:============================================================================== 2026-02-18T23:38:36.602 INFO:teuthology.orchestra.run.trial140.stdout: 198.12.95.197 ( .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-18T23:38:36.602 INFO:teuthology.orchestra.run.trial140.stdout: 108.61.73.243 .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-18T23:38:36.602 INFO:teuthology.orchestra.run.trial140.stdout: ntp.maxhost.io .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-18T23:38:36.602 INFO:teuthology.orchestra.run.trial140.stdout: triangle.kansas .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-18T23:38:36.604 INFO:teuthology.run_tasks:Running task install... 2026-02-18T23:38:36.618 DEBUG:teuthology.task.install:project ceph 2026-02-18T23:38:36.618 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'}} 2026-02-18T23:38:36.619 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'} 2026-02-18T23:38:36.619 INFO:teuthology.task.install:Using flavor: default 2026-02-18T23:38:36.627 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']} 2026-02-18T23:38:36.627 INFO:teuthology.task.install:extra packages: [] 2026-02-18T23:38:36.628 DEBUG:teuthology.orchestra.run.trial027:> sudo apt-key list | grep Ceph 2026-02-18T23:38:36.629 DEBUG:teuthology.orchestra.run.trial140:> sudo apt-key list | grep Ceph 2026-02-18T23:38:36.681 INFO:teuthology.orchestra.run.trial027.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-02-18T23:38:36.696 INFO:teuthology.orchestra.run.trial140.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-02-18T23:38:36.709 INFO:teuthology.orchestra.run.trial027.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-18T23:38:36.709 INFO:teuthology.orchestra.run.trial027.stdout:uid [ unknown] Ceph.com (release key) 2026-02-18T23:38:36.710 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 2026-02-18T23:38:36.711 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:38:36.711 INFO:teuthology.packaging:ref: None 2026-02-18T23:38:36.711 INFO:teuthology.packaging:tag: None 2026-02-18T23:38:36.711 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:38:36.711 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:38:36.712 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=quincy 2026-02-18T23:38:36.724 INFO:teuthology.orchestra.run.trial140.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-18T23:38:36.724 INFO:teuthology.orchestra.run.trial140.stdout:uid [ unknown] Ceph.com (release key) 2026-02-18T23:38:36.725 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 2026-02-18T23:38:36.725 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:38:36.725 INFO:teuthology.packaging:ref: None 2026-02-18T23:38:36.725 INFO:teuthology.packaging:tag: None 2026-02-18T23:38:36.726 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:38:36.726 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:38:36.726 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=quincy 2026-02-18T23:38:36.910 INFO:teuthology.task.install.deb:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default/ 2026-02-18T23:38:36.910 INFO:teuthology.task.install.deb:Package version is 17.2.9-1jammy 2026-02-18T23:38:36.919 INFO:teuthology.task.install.deb:Pulling from https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default/ 2026-02-18T23:38:36.919 INFO:teuthology.task.install.deb:Package version is 17.2.9-1jammy 2026-02-18T23:38:37.035 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-18T23:38:37.036 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-18T23:38:37.045 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-18T23:38:37.045 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-18T23:38:37.046 DEBUG:teuthology.orchestra.run.trial027:> sudo apt-get update 2026-02-18T23:38:37.055 DEBUG:teuthology.orchestra.run.trial140:> sudo apt-get update 2026-02-18T23:38:37.228 INFO:teuthology.orchestra.run.trial027.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-18T23:38:37.232 INFO:teuthology.orchestra.run.trial027.stdout:Hit:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-18T23:38:37.233 INFO:teuthology.orchestra.run.trial140.stdout:Ign:1 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy InRelease 2026-02-18T23:38:37.236 INFO:teuthology.orchestra.run.trial027.stdout:Ign:3 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy InRelease 2026-02-18T23:38:37.242 INFO:teuthology.orchestra.run.trial140.stdout:Get:2 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy Release [7677 B] 2026-02-18T23:38:37.242 INFO:teuthology.orchestra.run.trial027.stdout:Hit:4 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-18T23:38:37.246 INFO:teuthology.orchestra.run.trial027.stdout:Get:5 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy Release [7677 B] 2026-02-18T23:38:37.252 INFO:teuthology.orchestra.run.trial027.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-18T23:38:37.253 INFO:teuthology.orchestra.run.trial140.stdout:Ign:3 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-18T23:38:37.255 INFO:teuthology.orchestra.run.trial027.stdout:Ign:7 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-18T23:38:37.263 INFO:teuthology.orchestra.run.trial140.stdout:Get:4 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.4 kB] 2026-02-18T23:38:37.265 INFO:teuthology.orchestra.run.trial027.stdout:Get:8 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.4 kB] 2026-02-18T23:38:37.544 INFO:teuthology.orchestra.run.trial140.stdout:Hit:5 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-18T23:38:37.552 INFO:teuthology.orchestra.run.trial027.stdout:Fetched 25.1 kB in 0s (73.4 kB/s) 2026-02-18T23:38:37.627 INFO:teuthology.orchestra.run.trial140.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-18T23:38:37.715 INFO:teuthology.orchestra.run.trial140.stdout:Hit:7 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-18T23:38:37.803 INFO:teuthology.orchestra.run.trial140.stdout:Hit:8 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-18T23:38:37.945 INFO:teuthology.orchestra.run.trial140.stdout:Fetched 25.1 kB in 1s (34.1 kB/s) 2026-02-18T23:38:38.083 INFO:teuthology.orchestra.run.trial027.stdout:Reading package lists... 2026-02-18T23:38:38.097 DEBUG:teuthology.orchestra.run.trial027:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.2.9-1jammy cephadm=17.2.9-1jammy ceph-mds=17.2.9-1jammy ceph-mgr=17.2.9-1jammy ceph-common=17.2.9-1jammy ceph-fuse=17.2.9-1jammy ceph-test=17.2.9-1jammy radosgw=17.2.9-1jammy python3-rados=17.2.9-1jammy python3-rgw=17.2.9-1jammy python3-cephfs=17.2.9-1jammy python3-rbd=17.2.9-1jammy libcephfs2=17.2.9-1jammy libcephfs-dev=17.2.9-1jammy librados2=17.2.9-1jammy librbd1=17.2.9-1jammy rbd-fuse=17.2.9-1jammy 2026-02-18T23:38:38.145 INFO:teuthology.orchestra.run.trial027.stdout:Reading package lists... 2026-02-18T23:38:38.254 INFO:teuthology.orchestra.run.trial027.stdout:Building dependency tree... 2026-02-18T23:38:38.258 INFO:teuthology.orchestra.run.trial027.stdout:Reading state information... 2026-02-18T23:38:38.348 INFO:teuthology.orchestra.run.trial027.stdout:The following packages were automatically installed and are no longer required: 2026-02-18T23:38:38.348 INFO:teuthology.orchestra.run.trial027.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-18T23:38:38.348 INFO:teuthology.orchestra.run.trial027.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-18T23:38:38.348 INFO:teuthology.orchestra.run.trial027.stdout: sg3-utils-udev 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout:The following additional packages will be installed: 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd ceph-volume jq 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout: libdouble-conversion3 libfmt8 libfuse2 libjq1 liblttng-ust1 liboath0 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout: nvme-cli python-pastedeploy-tpl python3-cachetools python3-ceph-argparse 2026-02-18T23:38:38.349 INFO:teuthology.orchestra.run.trial027.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-kubernetes python3-logutils python3-mako python3-natsort 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplegeneric 2026-02-18T23:38:38.350 INFO:teuthology.orchestra.run.trial027.stdout: python3-simplejson python3-singledispatch python3-sklearn 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: python3-sklearn-lib python3-tempita python3-tempora python3-threadpoolctl 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: python3-toml python3-waitress python3-wcwidth python3-webob 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: python3-websocket python3-webtest python3-werkzeug python3-zc.lockfile 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: qttranslations5-l10n socat xmlstarlet 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout:Suggested packages: 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: python3-influxdb python3-beaker python-mako-doc python-natsort-doc 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2026-02-18T23:38:38.351 INFO:teuthology.orchestra.run.trial027.stdout: ttf-bitstream-vera python-pyinotify-doc python3-dap python-sklearn-doc 2026-02-18T23:38:38.352 INFO:teuthology.orchestra.run.trial027.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2026-02-18T23:38:38.352 INFO:teuthology.orchestra.run.trial027.stdout: python-werkzeug-doc python3-watchdog 2026-02-18T23:38:38.352 INFO:teuthology.orchestra.run.trial027.stdout:Recommended packages: 2026-02-18T23:38:38.352 INFO:teuthology.orchestra.run.trial027.stdout: btrfs-tools 2026-02-18T23:38:38.380 INFO:teuthology.orchestra.run.trial027.stdout:The following NEW packages will be installed: 2026-02-18T23:38:38.380 INFO:teuthology.orchestra.run.trial027.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libfmt8 libfuse2 libjq1 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: liblttng-ust1 liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 librgw2 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-pastedeploy-tpl 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-18T23:38:38.381 INFO:teuthology.orchestra.run.trial027.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-logutils 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-mako python3-natsort python3-paste python3-pastedeploy 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-pyinotify python3-pytest python3-rados python3-rbd 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-threadpoolctl python3-toml python3-waitress python3-wcwidth 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2026-02-18T23:38:38.382 INFO:teuthology.orchestra.run.trial027.stdout: python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse socat xmlstarlet 2026-02-18T23:38:38.459 INFO:teuthology.orchestra.run.trial140.stdout:Reading package lists... 2026-02-18T23:38:38.474 DEBUG:teuthology.orchestra.run.trial140:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.2.9-1jammy cephadm=17.2.9-1jammy ceph-mds=17.2.9-1jammy ceph-mgr=17.2.9-1jammy ceph-common=17.2.9-1jammy ceph-fuse=17.2.9-1jammy ceph-test=17.2.9-1jammy radosgw=17.2.9-1jammy python3-rados=17.2.9-1jammy python3-rgw=17.2.9-1jammy python3-cephfs=17.2.9-1jammy python3-rbd=17.2.9-1jammy libcephfs2=17.2.9-1jammy libcephfs-dev=17.2.9-1jammy librados2=17.2.9-1jammy librbd1=17.2.9-1jammy rbd-fuse=17.2.9-1jammy 2026-02-18T23:38:38.488 INFO:teuthology.orchestra.run.trial027.stdout:0 upgraded, 96 newly installed, 0 to remove and 12 not upgraded. 2026-02-18T23:38:38.488 INFO:teuthology.orchestra.run.trial027.stdout:Need to get 162 MB of archives. 2026-02-18T23:38:38.488 INFO:teuthology.orchestra.run.trial027.stdout:After this operation, 723 MB of additional disk space will be used. 2026-02-18T23:38:38.488 INFO:teuthology.orchestra.run.trial027.stdout:Get:1 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 17.2.9-1jammy [3217 kB] 2026-02-18T23:38:38.508 INFO:teuthology.orchestra.run.trial140.stdout:Reading package lists... 2026-02-18T23:38:38.555 INFO:teuthology.orchestra.run.trial027.stdout:Get:2 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 17.2.9-1jammy [3073 kB] 2026-02-18T23:38:38.571 INFO:teuthology.orchestra.run.trial027.stdout:Get:3 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 17.2.9-1jammy [636 kB] 2026-02-18T23:38:38.574 INFO:teuthology.orchestra.run.trial027.stdout:Get:4 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 17.2.9-1jammy [344 kB] 2026-02-18T23:38:38.576 INFO:teuthology.orchestra.run.trial027.stdout:Get:5 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 17.2.9-1jammy [23.1 kB] 2026-02-18T23:38:38.576 INFO:teuthology.orchestra.run.trial027.stdout:Get:6 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 17.2.9-1jammy [164 kB] 2026-02-18T23:38:38.577 INFO:teuthology.orchestra.run.trial027.stdout:Get:7 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 17.2.9-1jammy [49.7 kB] 2026-02-18T23:38:38.578 INFO:teuthology.orchestra.run.trial027.stdout:Get:8 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 17.2.9-1jammy [315 kB] 2026-02-18T23:38:38.579 INFO:teuthology.orchestra.run.trial027.stdout:Get:9 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 17.2.9-1jammy [5151 kB] 2026-02-18T23:38:38.599 INFO:teuthology.orchestra.run.trial027.stdout:Get:10 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 17.2.9-1jammy [102 kB] 2026-02-18T23:38:38.600 INFO:teuthology.orchestra.run.trial027.stdout:Get:11 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 17.2.9-1jammy [415 kB] 2026-02-18T23:38:38.602 INFO:teuthology.orchestra.run.trial027.stdout:Get:12 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 17.2.9-1jammy [24.0 MB] 2026-02-18T23:38:38.617 INFO:teuthology.orchestra.run.trial140.stdout:Building dependency tree... 2026-02-18T23:38:38.618 INFO:teuthology.orchestra.run.trial140.stdout:Reading state information... 2026-02-18T23:38:38.680 INFO:teuthology.orchestra.run.trial027.stdout:Get:13 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 17.2.9-1jammy [4841 kB] 2026-02-18T23:38:38.695 INFO:teuthology.orchestra.run.trial027.stdout:Get:14 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 17.2.9-1jammy [225 kB] 2026-02-18T23:38:38.696 INFO:teuthology.orchestra.run.trial027.stdout:Get:15 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 17.2.9-1jammy [120 kB] 2026-02-18T23:38:38.696 INFO:teuthology.orchestra.run.trial027.stdout:Get:16 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 17.2.9-1jammy [1446 kB] 2026-02-18T23:38:38.701 INFO:teuthology.orchestra.run.trial027.stdout:Get:17 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 17.2.9-1jammy [4400 kB] 2026-02-18T23:38:38.709 INFO:teuthology.orchestra.run.trial140.stdout:The following packages were automatically installed and are no longer required: 2026-02-18T23:38:38.709 INFO:teuthology.orchestra.run.trial140.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-18T23:38:38.709 INFO:teuthology.orchestra.run.trial140.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-18T23:38:38.709 INFO:teuthology.orchestra.run.trial140.stdout: sg3-utils-udev 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout:The following additional packages will be installed: 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd ceph-volume jq 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: libdouble-conversion3 libfmt8 libfuse2 libjq1 liblttng-ust1 liboath0 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: nvme-cli python-pastedeploy-tpl python3-cachetools python3-ceph-argparse 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-18T23:38:38.710 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-kubernetes python3-logutils python3-mako python3-natsort 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-simplegeneric 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-simplejson python3-singledispatch python3-sklearn 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-sklearn-lib python3-tempita python3-tempora python3-threadpoolctl 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-toml python3-waitress python3-wcwidth python3-webob 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-websocket python3-webtest python3-werkzeug python3-zc.lockfile 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: qttranslations5-l10n socat xmlstarlet 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout:Suggested packages: 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python3-influxdb python3-beaker python-mako-doc python-natsort-doc 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2026-02-18T23:38:38.711 INFO:teuthology.orchestra.run.trial140.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2026-02-18T23:38:38.712 INFO:teuthology.orchestra.run.trial140.stdout: ttf-bitstream-vera python-pyinotify-doc python3-dap python-sklearn-doc 2026-02-18T23:38:38.712 INFO:teuthology.orchestra.run.trial140.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2026-02-18T23:38:38.712 INFO:teuthology.orchestra.run.trial140.stdout: python-werkzeug-doc python3-watchdog 2026-02-18T23:38:38.712 INFO:teuthology.orchestra.run.trial140.stdout:Recommended packages: 2026-02-18T23:38:38.712 INFO:teuthology.orchestra.run.trial140.stdout: btrfs-tools 2026-02-18T23:38:38.715 INFO:teuthology.orchestra.run.trial027.stdout:Get:18 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 17.2.9-1jammy [20.7 MB] 2026-02-18T23:38:38.735 INFO:teuthology.orchestra.run.trial027.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfmt8 amd64 8.1.1+ds1-2 [60.2 kB] 2026-02-18T23:38:38.742 INFO:teuthology.orchestra.run.trial140.stdout:The following NEW packages will be installed: 2026-02-18T23:38:38.742 INFO:teuthology.orchestra.run.trial140.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-18T23:38:38.742 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-18T23:38:38.742 INFO:teuthology.orchestra.run.trial140.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-18T23:38:38.742 INFO:teuthology.orchestra.run.trial140.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libfmt8 libfuse2 libjq1 2026-02-18T23:38:38.742 INFO:teuthology.orchestra.run.trial140.stdout: liblttng-ust1 liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 librgw2 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-pastedeploy-tpl 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-logutils 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-mako python3-natsort python3-paste python3-pastedeploy 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-pyinotify python3-pytest python3-rados python3-rbd 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes 2026-02-18T23:38:38.743 INFO:teuthology.orchestra.run.trial140.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2026-02-18T23:38:38.744 INFO:teuthology.orchestra.run.trial140.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2026-02-18T23:38:38.744 INFO:teuthology.orchestra.run.trial140.stdout: python3-threadpoolctl python3-toml python3-waitress python3-wcwidth 2026-02-18T23:38:38.744 INFO:teuthology.orchestra.run.trial140.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2026-02-18T23:38:38.744 INFO:teuthology.orchestra.run.trial140.stdout: python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse socat xmlstarlet 2026-02-18T23:38:38.779 INFO:teuthology.orchestra.run.trial027.stdout:Get:20 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 17.2.9-1jammy [3730 B] 2026-02-18T23:38:38.779 INFO:teuthology.orchestra.run.trial027.stdout:Get:21 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 17.2.9-1jammy [786 kB] 2026-02-18T23:38:38.781 INFO:teuthology.orchestra.run.trial027.stdout:Get:22 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 17.2.9-1jammy [2127 kB] 2026-02-18T23:38:38.788 INFO:teuthology.orchestra.run.trial027.stdout:Get:23 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 17.2.9-1jammy [82.5 kB] 2026-02-18T23:38:38.788 INFO:teuthology.orchestra.run.trial027.stdout:Get:24 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 17.2.9-1jammy [121 kB] 2026-02-18T23:38:38.789 INFO:teuthology.orchestra.run.trial027.stdout:Get:25 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 17.2.9-1jammy [2309 kB] 2026-02-18T23:38:38.795 INFO:teuthology.orchestra.run.trial027.stdout:Get:26 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 17.2.9-1jammy [8615 kB] 2026-02-18T23:38:38.823 INFO:teuthology.orchestra.run.trial027.stdout:Get:27 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 17.2.9-1jammy [3848 B] 2026-02-18T23:38:38.824 INFO:teuthology.orchestra.run.trial027.stdout:Get:28 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 17.2.9-1jammy [47.5 MB] 2026-02-18T23:38:38.848 INFO:teuthology.orchestra.run.trial140.stdout:0 upgraded, 96 newly installed, 0 to remove and 12 not upgraded. 2026-02-18T23:38:38.848 INFO:teuthology.orchestra.run.trial140.stdout:Need to get 162 MB of archives. 2026-02-18T23:38:38.848 INFO:teuthology.orchestra.run.trial140.stdout:After this operation, 723 MB of additional disk space will be used. 2026-02-18T23:38:38.848 INFO:teuthology.orchestra.run.trial140.stdout:Get:1 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfmt8 amd64 8.1.1+ds1-2 [60.2 kB] 2026-02-18T23:38:38.856 INFO:teuthology.orchestra.run.trial140.stdout:Get:2 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 17.2.9-1jammy [3217 kB] 2026-02-18T23:38:38.879 INFO:teuthology.orchestra.run.trial140.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-02-18T23:38:38.897 INFO:teuthology.orchestra.run.trial140.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-18T23:38:38.898 INFO:teuthology.orchestra.run.trial140.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-18T23:38:38.900 INFO:teuthology.orchestra.run.trial140.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-18T23:38:38.918 INFO:teuthology.orchestra.run.trial140.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-02-18T23:38:38.919 INFO:teuthology.orchestra.run.trial140.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-02-18T23:38:38.921 INFO:teuthology.orchestra.run.trial140.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-18T23:38:38.938 INFO:teuthology.orchestra.run.trial140.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-18T23:38:38.938 INFO:teuthology.orchestra.run.trial140.stdout:Get:11 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 17.2.9-1jammy [3073 kB] 2026-02-18T23:38:38.939 INFO:teuthology.orchestra.run.trial140.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-18T23:38:38.944 INFO:teuthology.orchestra.run.trial140.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-18T23:38:38.946 INFO:teuthology.orchestra.run.trial140.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-18T23:38:38.947 INFO:teuthology.orchestra.run.trial140.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-18T23:38:38.947 INFO:teuthology.orchestra.run.trial140.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-18T23:38:38.948 INFO:teuthology.orchestra.run.trial140.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-18T23:38:38.948 INFO:teuthology.orchestra.run.trial140.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-18T23:38:38.948 INFO:teuthology.orchestra.run.trial140.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-18T23:38:38.950 INFO:teuthology.orchestra.run.trial140.stdout:Get:20 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-18T23:38:38.958 INFO:teuthology.orchestra.run.trial140.stdout:Get:21 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-18T23:38:38.958 INFO:teuthology.orchestra.run.trial140.stdout:Get:22 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-18T23:38:38.959 INFO:teuthology.orchestra.run.trial140.stdout:Get:23 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-18T23:38:38.960 INFO:teuthology.orchestra.run.trial140.stdout:Get:24 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-18T23:38:38.961 INFO:teuthology.orchestra.run.trial027.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-02-18T23:38:38.961 INFO:teuthology.orchestra.run.trial140.stdout:Get:25 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2026-02-18T23:38:38.961 INFO:teuthology.orchestra.run.trial140.stdout:Get:26 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2026-02-18T23:38:38.962 INFO:teuthology.orchestra.run.trial140.stdout:Get:27 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2026-02-18T23:38:38.962 INFO:teuthology.orchestra.run.trial140.stdout:Get:28 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7320 B] 2026-02-18T23:38:38.962 INFO:teuthology.orchestra.run.trial140.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-18T23:38:38.965 INFO:teuthology.orchestra.run.trial140.stdout:Get:30 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 17.2.9-1jammy [636 kB] 2026-02-18T23:38:38.969 INFO:teuthology.orchestra.run.trial140.stdout:Get:31 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 17.2.9-1jammy [344 kB] 2026-02-18T23:38:38.969 INFO:teuthology.orchestra.run.trial140.stdout:Get:32 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-waitress all 1.4.4-1.1ubuntu1.1 [47.0 kB] 2026-02-18T23:38:38.970 INFO:teuthology.orchestra.run.trial140.stdout:Get:33 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2026-02-18T23:38:38.971 INFO:teuthology.orchestra.run.trial140.stdout:Get:34 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 17.2.9-1jammy [23.1 kB] 2026-02-18T23:38:38.971 INFO:teuthology.orchestra.run.trial140.stdout:Get:35 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 17.2.9-1jammy [164 kB] 2026-02-18T23:38:38.972 INFO:teuthology.orchestra.run.trial140.stdout:Get:36 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 17.2.9-1jammy [49.7 kB] 2026-02-18T23:38:38.972 INFO:teuthology.orchestra.run.trial140.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2026-02-18T23:38:38.973 INFO:teuthology.orchestra.run.trial140.stdout:Get:38 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 17.2.9-1jammy [315 kB] 2026-02-18T23:38:38.974 INFO:teuthology.orchestra.run.trial140.stdout:Get:39 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 17.2.9-1jammy [5151 kB] 2026-02-18T23:38:38.975 INFO:teuthology.orchestra.run.trial140.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4892 B] 2026-02-18T23:38:38.976 INFO:teuthology.orchestra.run.trial140.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2026-02-18T23:38:38.976 INFO:teuthology.orchestra.run.trial140.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2026-02-18T23:38:38.976 INFO:teuthology.orchestra.run.trial140.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2026-02-18T23:38:38.977 INFO:teuthology.orchestra.run.trial140.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.3 [181 kB] 2026-02-18T23:38:38.978 INFO:teuthology.orchestra.run.trial140.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-18T23:38:38.979 INFO:teuthology.orchestra.run.trial140.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-18T23:38:38.988 INFO:teuthology.orchestra.run.trial140.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-18T23:38:38.989 INFO:teuthology.orchestra.run.trial140.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-18T23:38:38.995 INFO:teuthology.orchestra.run.trial027.stdout:Get:30 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 17.2.9-1jammy [242 kB] 2026-02-18T23:38:38.996 INFO:teuthology.orchestra.run.trial027.stdout:Get:31 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 17.2.9-1jammy [22.5 kB] 2026-02-18T23:38:38.996 INFO:teuthology.orchestra.run.trial027.stdout:Get:32 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 17.2.9-1jammy [15.6 MB] 2026-02-18T23:38:39.003 INFO:teuthology.orchestra.run.trial140.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-18T23:38:39.005 INFO:teuthology.orchestra.run.trial140.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-18T23:38:39.006 INFO:teuthology.orchestra.run.trial140.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-18T23:38:39.010 INFO:teuthology.orchestra.run.trial140.stdout:Get:52 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 17.2.9-1jammy [102 kB] 2026-02-18T23:38:39.011 INFO:teuthology.orchestra.run.trial140.stdout:Get:53 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 17.2.9-1jammy [415 kB] 2026-02-18T23:38:39.013 INFO:teuthology.orchestra.run.trial140.stdout:Get:54 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 17.2.9-1jammy [24.0 MB] 2026-02-18T23:38:39.016 INFO:teuthology.orchestra.run.trial140.stdout:Get:55 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-18T23:38:39.016 INFO:teuthology.orchestra.run.trial140.stdout:Get:56 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-18T23:38:39.016 INFO:teuthology.orchestra.run.trial140.stdout:Get:57 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-18T23:38:39.017 INFO:teuthology.orchestra.run.trial140.stdout:Get:58 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-18T23:38:39.017 INFO:teuthology.orchestra.run.trial140.stdout:Get:59 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-18T23:38:39.017 INFO:teuthology.orchestra.run.trial140.stdout:Get:60 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-18T23:38:39.017 INFO:teuthology.orchestra.run.trial140.stdout:Get:61 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-18T23:38:39.018 INFO:teuthology.orchestra.run.trial140.stdout:Get:62 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-18T23:38:39.019 INFO:teuthology.orchestra.run.trial140.stdout:Get:63 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-18T23:38:39.027 INFO:teuthology.orchestra.run.trial140.stdout:Get:64 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-18T23:38:39.028 INFO:teuthology.orchestra.run.trial140.stdout:Get:65 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-18T23:38:39.030 INFO:teuthology.orchestra.run.trial140.stdout:Get:66 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-18T23:38:39.032 INFO:teuthology.orchestra.run.trial140.stdout:Get:67 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-18T23:38:39.032 INFO:teuthology.orchestra.run.trial140.stdout:Get:68 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2026-02-18T23:38:39.032 INFO:teuthology.orchestra.run.trial140.stdout:Get:69 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-18T23:38:39.036 INFO:teuthology.orchestra.run.trial140.stdout:Get:70 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-18T23:38:39.038 INFO:teuthology.orchestra.run.trial140.stdout:Get:71 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-18T23:38:39.038 INFO:teuthology.orchestra.run.trial140.stdout:Get:72 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-18T23:38:39.041 INFO:teuthology.orchestra.run.trial140.stdout:Get:73 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2026-02-18T23:38:39.046 INFO:teuthology.orchestra.run.trial140.stdout:Get:74 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-18T23:38:39.046 INFO:teuthology.orchestra.run.trial140.stdout:Get:75 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-18T23:38:39.047 INFO:teuthology.orchestra.run.trial140.stdout:Get:76 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-18T23:38:39.048 INFO:teuthology.orchestra.run.trial140.stdout:Get:77 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-18T23:38:39.076 INFO:teuthology.orchestra.run.trial027.stdout:Get:33 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 17.2.9-1jammy [76.2 kB] 2026-02-18T23:38:39.094 INFO:teuthology.orchestra.run.trial027.stdout:Get:34 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-18T23:38:39.105 INFO:teuthology.orchestra.run.trial027.stdout:Get:35 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-18T23:38:39.114 INFO:teuthology.orchestra.run.trial027.stdout:Get:36 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-18T23:38:39.236 INFO:teuthology.orchestra.run.trial027.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-02-18T23:38:39.241 INFO:teuthology.orchestra.run.trial027.stdout:Get:38 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-02-18T23:38:39.262 INFO:teuthology.orchestra.run.trial140.stdout:Get:78 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 17.2.9-1jammy [4841 kB] 2026-02-18T23:38:39.263 INFO:teuthology.orchestra.run.trial027.stdout:Get:39 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-18T23:38:39.314 INFO:teuthology.orchestra.run.trial140.stdout:Get:79 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 17.2.9-1jammy [225 kB] 2026-02-18T23:38:39.316 INFO:teuthology.orchestra.run.trial140.stdout:Get:80 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 17.2.9-1jammy [120 kB] 2026-02-18T23:38:39.316 INFO:teuthology.orchestra.run.trial140.stdout:Get:81 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 17.2.9-1jammy [1446 kB] 2026-02-18T23:38:39.335 INFO:teuthology.orchestra.run.trial140.stdout:Get:82 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 17.2.9-1jammy [4400 kB] 2026-02-18T23:38:39.371 INFO:teuthology.orchestra.run.trial027.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-18T23:38:39.378 INFO:teuthology.orchestra.run.trial027.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-18T23:38:39.383 INFO:teuthology.orchestra.run.trial140.stdout:Get:83 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 17.2.9-1jammy [20.7 MB] 2026-02-18T23:38:39.401 INFO:teuthology.orchestra.run.trial027.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-18T23:38:39.407 INFO:teuthology.orchestra.run.trial027.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-18T23:38:39.408 INFO:teuthology.orchestra.run.trial027.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-18T23:38:39.408 INFO:teuthology.orchestra.run.trial027.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-18T23:38:39.410 INFO:teuthology.orchestra.run.trial027.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-18T23:38:39.411 INFO:teuthology.orchestra.run.trial027.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-18T23:38:39.411 INFO:teuthology.orchestra.run.trial027.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-18T23:38:39.467 INFO:teuthology.orchestra.run.trial027.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-18T23:38:39.467 INFO:teuthology.orchestra.run.trial027.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-18T23:38:39.484 INFO:teuthology.orchestra.run.trial027.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-18T23:38:39.484 INFO:teuthology.orchestra.run.trial027.stdout:Get:52 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-18T23:38:39.486 INFO:teuthology.orchestra.run.trial027.stdout:Get:53 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-18T23:38:39.486 INFO:teuthology.orchestra.run.trial027.stdout:Get:54 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2026-02-18T23:38:39.487 INFO:teuthology.orchestra.run.trial027.stdout:Get:55 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2026-02-18T23:38:39.487 INFO:teuthology.orchestra.run.trial027.stdout:Get:56 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2026-02-18T23:38:39.488 INFO:teuthology.orchestra.run.trial027.stdout:Get:57 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7320 B] 2026-02-18T23:38:39.540 INFO:teuthology.orchestra.run.trial027.stdout:Get:58 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-18T23:38:39.560 INFO:teuthology.orchestra.run.trial027.stdout:Get:59 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-waitress all 1.4.4-1.1ubuntu1.1 [47.0 kB] 2026-02-18T23:38:39.561 INFO:teuthology.orchestra.run.trial027.stdout:Get:60 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2026-02-18T23:38:39.561 INFO:teuthology.orchestra.run.trial027.stdout:Get:61 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2026-02-18T23:38:39.567 INFO:teuthology.orchestra.run.trial027.stdout:Get:62 https://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4892 B] 2026-02-18T23:38:39.567 INFO:teuthology.orchestra.run.trial027.stdout:Get:63 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2026-02-18T23:38:39.567 INFO:teuthology.orchestra.run.trial027.stdout:Get:64 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2026-02-18T23:38:39.568 INFO:teuthology.orchestra.run.trial027.stdout:Get:65 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2026-02-18T23:38:39.604 INFO:teuthology.orchestra.run.trial140.stdout:Get:84 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 17.2.9-1jammy [3730 B] 2026-02-18T23:38:39.605 INFO:teuthology.orchestra.run.trial140.stdout:Get:85 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 17.2.9-1jammy [786 kB] 2026-02-18T23:38:39.608 INFO:teuthology.orchestra.run.trial140.stdout:Get:86 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 17.2.9-1jammy [2127 kB] 2026-02-18T23:38:39.613 INFO:teuthology.orchestra.run.trial027.stdout:Get:66 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.3 [181 kB] 2026-02-18T23:38:39.615 INFO:teuthology.orchestra.run.trial027.stdout:Get:67 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-18T23:38:39.626 INFO:teuthology.orchestra.run.trial140.stdout:Get:87 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 17.2.9-1jammy [82.5 kB] 2026-02-18T23:38:39.626 INFO:teuthology.orchestra.run.trial140.stdout:Get:88 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 17.2.9-1jammy [121 kB] 2026-02-18T23:38:39.627 INFO:teuthology.orchestra.run.trial140.stdout:Get:89 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 17.2.9-1jammy [2309 kB] 2026-02-18T23:38:39.642 INFO:teuthology.orchestra.run.trial027.stdout:Get:68 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-18T23:38:39.643 INFO:teuthology.orchestra.run.trial027.stdout:Get:69 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-18T23:38:39.644 INFO:teuthology.orchestra.run.trial027.stdout:Get:70 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-18T23:38:39.645 INFO:teuthology.orchestra.run.trial140.stdout:Get:90 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 17.2.9-1jammy [8615 kB] 2026-02-18T23:38:39.668 INFO:teuthology.orchestra.run.trial027.stdout:Get:71 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-18T23:38:39.671 INFO:teuthology.orchestra.run.trial027.stdout:Get:72 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-18T23:38:39.671 INFO:teuthology.orchestra.run.trial027.stdout:Get:73 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-18T23:38:39.717 INFO:teuthology.orchestra.run.trial140.stdout:Get:91 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 17.2.9-1jammy [3848 B] 2026-02-18T23:38:39.717 INFO:teuthology.orchestra.run.trial140.stdout:Get:92 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 17.2.9-1jammy [47.5 MB] 2026-02-18T23:38:39.732 INFO:teuthology.orchestra.run.trial027.stdout:Get:74 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-18T23:38:39.732 INFO:teuthology.orchestra.run.trial027.stdout:Get:75 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-18T23:38:39.760 INFO:teuthology.orchestra.run.trial027.stdout:Get:76 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-18T23:38:39.760 INFO:teuthology.orchestra.run.trial027.stdout:Get:77 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-18T23:38:39.761 INFO:teuthology.orchestra.run.trial027.stdout:Get:78 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-18T23:38:39.761 INFO:teuthology.orchestra.run.trial027.stdout:Get:79 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-18T23:38:39.764 INFO:teuthology.orchestra.run.trial027.stdout:Get:80 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-18T23:38:39.765 INFO:teuthology.orchestra.run.trial027.stdout:Get:81 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-18T23:38:39.766 INFO:teuthology.orchestra.run.trial027.stdout:Get:82 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-18T23:38:39.834 INFO:teuthology.orchestra.run.trial027.stdout:Get:83 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-18T23:38:39.837 INFO:teuthology.orchestra.run.trial027.stdout:Get:84 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-18T23:38:39.839 INFO:teuthology.orchestra.run.trial027.stdout:Get:85 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-18T23:38:39.910 INFO:teuthology.orchestra.run.trial027.stdout:Get:86 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-18T23:38:39.910 INFO:teuthology.orchestra.run.trial027.stdout:Get:87 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2026-02-18T23:38:39.911 INFO:teuthology.orchestra.run.trial027.stdout:Get:88 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-18T23:38:39.911 INFO:teuthology.orchestra.run.trial027.stdout:Get:89 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-18T23:38:39.912 INFO:teuthology.orchestra.run.trial027.stdout:Get:90 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-18T23:38:39.913 INFO:teuthology.orchestra.run.trial027.stdout:Get:91 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-18T23:38:39.919 INFO:teuthology.orchestra.run.trial027.stdout:Get:92 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2026-02-18T23:38:39.985 INFO:teuthology.orchestra.run.trial027.stdout:Get:93 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-18T23:38:39.985 INFO:teuthology.orchestra.run.trial027.stdout:Get:94 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-18T23:38:39.986 INFO:teuthology.orchestra.run.trial027.stdout:Get:95 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-18T23:38:40.059 INFO:teuthology.orchestra.run.trial027.stdout:Get:96 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-18T23:38:40.108 INFO:teuthology.orchestra.run.trial140.stdout:Get:93 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 17.2.9-1jammy [242 kB] 2026-02-18T23:38:40.109 INFO:teuthology.orchestra.run.trial140.stdout:Get:94 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 17.2.9-1jammy [22.5 kB] 2026-02-18T23:38:40.109 INFO:teuthology.orchestra.run.trial140.stdout:Get:95 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 17.2.9-1jammy [15.6 MB] 2026-02-18T23:38:40.234 INFO:teuthology.orchestra.run.trial140.stdout:Get:96 https://chacra.ceph.com/r/ceph/quincy/69bf48f20731a4b0d742613f6c6335ccb54dd217/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 17.2.9-1jammy [76.2 kB] 2026-02-18T23:38:40.407 INFO:teuthology.orchestra.run.trial027.stdout:Fetched 162 MB in 2s (95.8 MB/s) 2026-02-18T23:38:40.423 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libfmt8:amd64. 2026-02-18T23:38:40.557 INFO:teuthology.orchestra.run.trial140.stdout:Fetched 162 MB in 1s (109 MB/s) 2026-02-18T23:38:40.574 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libfmt8:amd64. 2026-02-18T23:38:40.578 INFO:teuthology.orchestra.run.trial027.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 ... 167442 files and directories currently installed.) 2026-02-18T23:38:40.580 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../00-libfmt8_8.1.1+ds1-2_amd64.deb ... 2026-02-18T23:38:40.581 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libfmt8:amd64 (8.1.1+ds1-2) ... 2026-02-18T23:38:40.596 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-18T23:38:40.607 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../01-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-18T23:38:40.608 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-18T23:38:40.630 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package librados2. 2026-02-18T23:38:40.642 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../02-librados2_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.642 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking librados2 (17.2.9-1jammy) ... 2026-02-18T23:38:40.679 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package librbd1. 2026-02-18T23:38:40.688 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../03-librbd1_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.688 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking librbd1 (17.2.9-1jammy) ... 2026-02-18T23:38:40.728 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libcephfs2. 2026-02-18T23:38:40.730 INFO:teuthology.orchestra.run.trial140.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 ... 167442 files and directories currently installed.) 2026-02-18T23:38:40.732 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../00-libfmt8_8.1.1+ds1-2_amd64.deb ... 2026-02-18T23:38:40.732 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libfmt8:amd64 (8.1.1+ds1-2) ... 2026-02-18T23:38:40.737 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../04-libcephfs2_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.737 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libcephfs2 (17.2.9-1jammy) ... 2026-02-18T23:38:40.749 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-18T23:38:40.755 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-rados. 2026-02-18T23:38:40.761 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../01-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-18T23:38:40.762 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-18T23:38:40.763 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../05-python3-rados_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.764 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-rados (17.2.9-1jammy) ... 2026-02-18T23:38:40.780 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-18T23:38:40.782 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package librados2. 2026-02-18T23:38:40.788 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../06-python3-ceph-argparse_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:40.788 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-ceph-argparse (17.2.9-1jammy) ... 2026-02-18T23:38:40.794 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../02-librados2_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.794 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking librados2 (17.2.9-1jammy) ... 2026-02-18T23:38:40.802 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-cephfs. 2026-02-18T23:38:40.810 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../07-python3-cephfs_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.810 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-cephfs (17.2.9-1jammy) ... 2026-02-18T23:38:40.826 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-18T23:38:40.833 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../08-python3-ceph-common_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:40.834 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:40.837 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package librbd1. 2026-02-18T23:38:40.845 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../03-librbd1_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.846 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking librbd1 (17.2.9-1jammy) ... 2026-02-18T23:38:40.851 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-18T23:38:40.859 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../09-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-18T23:38:40.860 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-18T23:38:40.875 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-prettytable. 2026-02-18T23:38:40.883 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../10-python3-prettytable_2.5.0-2_all.deb ... 2026-02-18T23:38:40.883 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-18T23:38:40.887 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libcephfs2. 2026-02-18T23:38:40.895 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../04-libcephfs2_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.895 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libcephfs2 (17.2.9-1jammy) ... 2026-02-18T23:38:40.898 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-rbd. 2026-02-18T23:38:40.906 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../11-python3-rbd_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.906 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-rbd (17.2.9-1jammy) ... 2026-02-18T23:38:40.914 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-rados. 2026-02-18T23:38:40.922 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-18T23:38:40.923 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../05-python3-rados_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.923 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-rados (17.2.9-1jammy) ... 2026-02-18T23:38:40.931 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../12-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-18T23:38:40.931 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-18T23:38:40.940 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-18T23:38:40.947 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../06-python3-ceph-argparse_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:40.948 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-ceph-argparse (17.2.9-1jammy) ... 2026-02-18T23:38:40.949 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-18T23:38:40.957 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../13-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-18T23:38:40.957 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-18T23:38:40.962 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-cephfs. 2026-02-18T23:38:40.970 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../07-python3-cephfs_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:40.970 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-cephfs (17.2.9-1jammy) ... 2026-02-18T23:38:40.971 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-18T23:38:40.980 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-18T23:38:40.980 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-18T23:38:40.986 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-18T23:38:40.994 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../08-python3-ceph-common_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:40.995 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:40.996 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-18T23:38:41.004 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../15-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-18T23:38:41.009 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:41.012 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-18T23:38:41.020 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../09-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-18T23:38:41.021 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-18T23:38:41.036 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-prettytable. 2026-02-18T23:38:41.039 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-18T23:38:41.044 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../10-python3-prettytable_2.5.0-2_all.deb ... 2026-02-18T23:38:41.044 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-18T23:38:41.047 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../16-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-18T23:38:41.048 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:41.059 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-rbd. 2026-02-18T23:38:41.063 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-18T23:38:41.067 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../11-python3-rbd_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.067 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-rbd (17.2.9-1jammy) ... 2026-02-18T23:38:41.071 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../17-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-18T23:38:41.072 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:41.085 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-18T23:38:41.091 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-18T23:38:41.093 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../12-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-18T23:38:41.093 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-18T23:38:41.099 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../18-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-18T23:38:41.100 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-18T23:38:41.111 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-18T23:38:41.116 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package librgw2. 2026-02-18T23:38:41.119 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../13-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-18T23:38:41.120 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-18T23:38:41.124 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../19-librgw2_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.124 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking librgw2 (17.2.9-1jammy) ... 2026-02-18T23:38:41.134 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-18T23:38:41.142 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-18T23:38:41.143 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-18T23:38:41.160 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-18T23:38:41.168 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../15-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-18T23:38:41.172 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:41.179 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-rgw. 2026-02-18T23:38:41.187 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../20-python3-rgw_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.188 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-rgw (17.2.9-1jammy) ... 2026-02-18T23:38:41.203 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-18T23:38:41.207 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-18T23:38:41.211 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-18T23:38:41.211 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-18T23:38:41.216 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../16-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-18T23:38:41.216 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:41.226 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libradosstriper1. 2026-02-18T23:38:41.232 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-18T23:38:41.234 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../22-libradosstriper1_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.234 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libradosstriper1 (17.2.9-1jammy) ... 2026-02-18T23:38:41.240 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../17-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-18T23:38:41.240 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:41.251 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-common. 2026-02-18T23:38:41.259 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../23-ceph-common_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.259 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:41.260 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-18T23:38:41.268 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../18-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-18T23:38:41.268 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-18T23:38:41.285 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package librgw2. 2026-02-18T23:38:41.292 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../19-librgw2_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.293 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking librgw2 (17.2.9-1jammy) ... 2026-02-18T23:38:41.351 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-rgw. 2026-02-18T23:38:41.359 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../20-python3-rgw_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.359 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-rgw (17.2.9-1jammy) ... 2026-02-18T23:38:41.375 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-18T23:38:41.383 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-18T23:38:41.383 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-18T23:38:41.398 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libradosstriper1. 2026-02-18T23:38:41.406 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../22-libradosstriper1_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.406 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libradosstriper1 (17.2.9-1jammy) ... 2026-02-18T23:38:41.424 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-common. 2026-02-18T23:38:41.431 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../23-ceph-common_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.432 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:41.440 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-base. 2026-02-18T23:38:41.449 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../24-ceph-base_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.454 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-base (17.2.9-1jammy) ... 2026-02-18T23:38:41.515 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-18T23:38:41.523 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../25-ceph-mgr-modules-core_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:41.523 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mgr-modules-core (17.2.9-1jammy) ... 2026-02-18T23:38:41.551 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-18T23:38:41.559 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../26-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-18T23:38:41.560 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-18T23:38:41.574 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-cheroot. 2026-02-18T23:38:41.582 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../27-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-18T23:38:41.583 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-18T23:38:41.599 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-18T23:38:41.607 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../28-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-18T23:38:41.607 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-18T23:38:41.622 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-18T23:38:41.629 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-base. 2026-02-18T23:38:41.630 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../29-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-18T23:38:41.630 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-18T23:38:41.637 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../24-ceph-base_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:41.643 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-base (17.2.9-1jammy) ... 2026-02-18T23:38:41.644 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-18T23:38:41.652 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../30-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-18T23:38:41.653 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-18T23:38:41.667 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-tempora. 2026-02-18T23:38:41.675 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../31-python3-tempora_4.1.2-1_all.deb ... 2026-02-18T23:38:41.675 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-18T23:38:41.689 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-portend. 2026-02-18T23:38:41.697 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../32-python3-portend_3.0.0-1_all.deb ... 2026-02-18T23:38:41.698 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-18T23:38:41.703 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-18T23:38:41.711 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../25-ceph-mgr-modules-core_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:41.711 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mgr-modules-core (17.2.9-1jammy) ... 2026-02-18T23:38:41.712 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-18T23:38:41.720 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../33-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-18T23:38:41.720 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-18T23:38:41.734 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-18T23:38:41.740 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-18T23:38:41.742 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../34-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-18T23:38:41.742 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-18T23:38:41.748 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../26-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-18T23:38:41.749 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-18T23:38:41.763 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-cheroot. 2026-02-18T23:38:41.767 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-natsort. 2026-02-18T23:38:41.771 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../27-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-18T23:38:41.772 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-18T23:38:41.775 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../35-python3-natsort_8.0.2-1_all.deb ... 2026-02-18T23:38:41.776 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-18T23:38:41.789 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-18T23:38:41.791 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-logutils. 2026-02-18T23:38:41.797 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../28-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-18T23:38:41.797 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-18T23:38:41.799 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../36-python3-logutils_0.3.3-8_all.deb ... 2026-02-18T23:38:41.799 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-logutils (0.3.3-8) ... 2026-02-18T23:38:41.811 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-18T23:38:41.814 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-mako. 2026-02-18T23:38:41.819 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../29-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-18T23:38:41.819 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-18T23:38:41.822 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../37-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2026-02-18T23:38:41.822 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2026-02-18T23:38:41.834 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-18T23:38:41.841 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-simplegeneric. 2026-02-18T23:38:41.843 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../30-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-18T23:38:41.843 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-18T23:38:41.848 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../38-python3-simplegeneric_0.8.1-3_all.deb ... 2026-02-18T23:38:41.849 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2026-02-18T23:38:41.857 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-tempora. 2026-02-18T23:38:41.863 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-singledispatch. 2026-02-18T23:38:41.865 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../31-python3-tempora_4.1.2-1_all.deb ... 2026-02-18T23:38:41.865 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-18T23:38:41.871 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../39-python3-singledispatch_3.4.0.3-3_all.deb ... 2026-02-18T23:38:41.871 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2026-02-18T23:38:41.880 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-portend. 2026-02-18T23:38:41.885 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-webob. 2026-02-18T23:38:41.888 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../32-python3-portend_3.0.0-1_all.deb ... 2026-02-18T23:38:41.889 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-18T23:38:41.893 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../40-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-18T23:38:41.893 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-18T23:38:41.902 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-18T23:38:41.910 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-waitress. 2026-02-18T23:38:41.910 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../33-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-18T23:38:41.911 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-18T23:38:41.918 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../41-python3-waitress_1.4.4-1.1ubuntu1.1_all.deb ... 2026-02-18T23:38:41.920 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1.1) ... 2026-02-18T23:38:41.926 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-18T23:38:41.934 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../34-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-18T23:38:41.934 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-18T23:38:41.935 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-tempita. 2026-02-18T23:38:41.943 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../42-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2026-02-18T23:38:41.944 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2026-02-18T23:38:41.957 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-natsort. 2026-02-18T23:38:41.958 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-paste. 2026-02-18T23:38:41.965 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../35-python3-natsort_8.0.2-1_all.deb ... 2026-02-18T23:38:41.965 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-18T23:38:41.966 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../43-python3-paste_3.5.0+dfsg1-1_all.deb ... 2026-02-18T23:38:41.966 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2026-02-18T23:38:41.982 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-logutils. 2026-02-18T23:38:41.990 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../36-python3-logutils_0.3.3-8_all.deb ... 2026-02-18T23:38:41.990 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-logutils (0.3.3-8) ... 2026-02-18T23:38:41.994 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2026-02-18T23:38:42.001 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../44-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2026-02-18T23:38:42.002 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2026-02-18T23:38:42.005 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-mako. 2026-02-18T23:38:42.013 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../37-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2026-02-18T23:38:42.014 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2026-02-18T23:38:42.015 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-pastedeploy. 2026-02-18T23:38:42.023 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../45-python3-pastedeploy_2.1.1-1_all.deb ... 2026-02-18T23:38:42.023 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2026-02-18T23:38:42.032 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-simplegeneric. 2026-02-18T23:38:42.038 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-webtest. 2026-02-18T23:38:42.041 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../38-python3-simplegeneric_0.8.1-3_all.deb ... 2026-02-18T23:38:42.041 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2026-02-18T23:38:42.047 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../46-python3-webtest_2.0.35-1_all.deb ... 2026-02-18T23:38:42.047 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-webtest (2.0.35-1) ... 2026-02-18T23:38:42.055 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-singledispatch. 2026-02-18T23:38:42.062 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-pecan. 2026-02-18T23:38:42.063 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../39-python3-singledispatch_3.4.0.3-3_all.deb ... 2026-02-18T23:38:42.063 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2026-02-18T23:38:42.071 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../47-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2026-02-18T23:38:42.071 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2026-02-18T23:38:42.077 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-webob. 2026-02-18T23:38:42.085 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../40-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-18T23:38:42.086 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-18T23:38:42.094 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-werkzeug. 2026-02-18T23:38:42.102 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-waitress. 2026-02-18T23:38:42.102 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../48-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.3_all.deb ... 2026-02-18T23:38:42.103 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.3) ... 2026-02-18T23:38:42.110 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../41-python3-waitress_1.4.4-1.1ubuntu1.1_all.deb ... 2026-02-18T23:38:42.112 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1.1) ... 2026-02-18T23:38:42.122 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-18T23:38:42.128 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-tempita. 2026-02-18T23:38:42.130 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../49-libsqlite3-mod-ceph_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.130 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libsqlite3-mod-ceph (17.2.9-1jammy) ... 2026-02-18T23:38:42.136 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../42-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2026-02-18T23:38:42.136 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2026-02-18T23:38:42.144 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mgr. 2026-02-18T23:38:42.151 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-paste. 2026-02-18T23:38:42.151 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../50-ceph-mgr_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.152 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mgr (17.2.9-1jammy) ... 2026-02-18T23:38:42.159 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../43-python3-paste_3.5.0+dfsg1-1_all.deb ... 2026-02-18T23:38:42.159 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2026-02-18T23:38:42.177 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mon. 2026-02-18T23:38:42.185 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../51-ceph-mon_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.186 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mon (17.2.9-1jammy) ... 2026-02-18T23:38:42.186 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2026-02-18T23:38:42.194 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../44-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2026-02-18T23:38:42.195 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2026-02-18T23:38:42.209 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-pastedeploy. 2026-02-18T23:38:42.217 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../45-python3-pastedeploy_2.1.1-1_all.deb ... 2026-02-18T23:38:42.218 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2026-02-18T23:38:42.232 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-18T23:38:42.233 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-webtest. 2026-02-18T23:38:42.241 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../52-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-18T23:38:42.241 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-18T23:38:42.242 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../46-python3-webtest_2.0.35-1_all.deb ... 2026-02-18T23:38:42.242 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-webtest (2.0.35-1) ... 2026-02-18T23:38:42.256 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-pecan. 2026-02-18T23:38:42.257 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-osd. 2026-02-18T23:38:42.264 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../47-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2026-02-18T23:38:42.264 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2026-02-18T23:38:42.265 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../53-ceph-osd_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.265 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-osd (17.2.9-1jammy) ... 2026-02-18T23:38:42.288 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-werkzeug. 2026-02-18T23:38:42.296 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../48-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.3_all.deb ... 2026-02-18T23:38:42.297 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.3) ... 2026-02-18T23:38:42.317 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-18T23:38:42.324 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../49-libsqlite3-mod-ceph_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.325 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libsqlite3-mod-ceph (17.2.9-1jammy) ... 2026-02-18T23:38:42.339 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mgr. 2026-02-18T23:38:42.347 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../50-ceph-mgr_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.347 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mgr (17.2.9-1jammy) ... 2026-02-18T23:38:42.373 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mon. 2026-02-18T23:38:42.381 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../51-ceph-mon_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.381 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mon (17.2.9-1jammy) ... 2026-02-18T23:38:42.402 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph. 2026-02-18T23:38:42.410 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../54-ceph_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.411 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph (17.2.9-1jammy) ... 2026-02-18T23:38:42.424 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-fuse. 2026-02-18T23:38:42.432 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../55-ceph-fuse_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.432 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:42.442 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-18T23:38:42.449 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../52-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-18T23:38:42.450 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-18T23:38:42.452 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mds. 2026-02-18T23:38:42.461 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../56-ceph-mds_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.461 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mds (17.2.9-1jammy) ... 2026-02-18T23:38:42.466 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-osd. 2026-02-18T23:38:42.474 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../53-ceph-osd_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.474 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-osd (17.2.9-1jammy) ... 2026-02-18T23:38:42.492 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package cephadm. 2026-02-18T23:38:42.500 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../57-cephadm_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.500 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:42.515 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-18T23:38:42.524 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../58-ceph-mgr-cephadm_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:42.524 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mgr-cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:42.542 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-18T23:38:42.550 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../59-python3-repoze.lru_0.7-2_all.deb ... 2026-02-18T23:38:42.550 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-18T23:38:42.565 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-routes. 2026-02-18T23:38:42.573 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../60-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-18T23:38:42.573 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-18T23:38:42.593 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-18T23:38:42.601 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../61-ceph-mgr-dashboard_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:42.601 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mgr-dashboard (17.2.9-1jammy) ... 2026-02-18T23:38:42.615 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph. 2026-02-18T23:38:42.624 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../54-ceph_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.624 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph (17.2.9-1jammy) ... 2026-02-18T23:38:42.638 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-fuse. 2026-02-18T23:38:42.645 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../55-ceph-fuse_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.646 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:42.666 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mds. 2026-02-18T23:38:42.675 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../56-ceph-mds_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.675 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mds (17.2.9-1jammy) ... 2026-02-18T23:38:42.707 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package cephadm. 2026-02-18T23:38:42.716 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../57-cephadm_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:42.716 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:42.730 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-18T23:38:42.739 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../58-ceph-mgr-cephadm_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:42.739 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mgr-cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:42.757 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-18T23:38:42.765 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../59-python3-repoze.lru_0.7-2_all.deb ... 2026-02-18T23:38:42.765 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-18T23:38:42.780 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-routes. 2026-02-18T23:38:42.788 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-18T23:38:42.788 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../60-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-18T23:38:42.789 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-18T23:38:42.797 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../62-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-18T23:38:42.797 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-18T23:38:42.808 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-18T23:38:42.816 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../61-ceph-mgr-dashboard_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:42.816 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mgr-dashboard (17.2.9-1jammy) ... 2026-02-18T23:38:42.835 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-joblib. 2026-02-18T23:38:42.844 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../63-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-18T23:38:42.844 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-18T23:38:42.870 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-18T23:38:42.879 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../64-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-18T23:38:42.879 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-18T23:38:42.894 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-sklearn. 2026-02-18T23:38:42.902 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../65-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-18T23:38:42.902 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-18T23:38:42.983 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-18T23:38:42.992 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../66-ceph-mgr-diskprediction-local_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:42.992 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mgr-diskprediction-local (17.2.9-1jammy) ... 2026-02-18T23:38:43.006 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-18T23:38:43.015 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../62-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-18T23:38:43.015 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-18T23:38:43.061 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-joblib. 2026-02-18T23:38:43.069 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../63-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-18T23:38:43.070 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-18T23:38:43.098 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-18T23:38:43.107 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../64-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-18T23:38:43.107 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-18T23:38:43.122 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-sklearn. 2026-02-18T23:38:43.130 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../65-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-18T23:38:43.131 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-18T23:38:43.159 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-cachetools. 2026-02-18T23:38:43.167 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../67-python3-cachetools_5.0.0-1_all.deb ... 2026-02-18T23:38:43.167 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-18T23:38:43.182 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-rsa. 2026-02-18T23:38:43.190 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../68-python3-rsa_4.8-1_all.deb ... 2026-02-18T23:38:43.191 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-18T23:38:43.208 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-google-auth. 2026-02-18T23:38:43.212 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-18T23:38:43.216 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../69-python3-google-auth_1.5.1-3_all.deb ... 2026-02-18T23:38:43.217 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-18T23:38:43.221 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../66-ceph-mgr-diskprediction-local_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:43.222 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mgr-diskprediction-local (17.2.9-1jammy) ... 2026-02-18T23:38:43.234 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-18T23:38:43.242 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../70-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-18T23:38:43.243 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-18T23:38:43.258 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-websocket. 2026-02-18T23:38:43.267 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../71-python3-websocket_1.2.3-1_all.deb ... 2026-02-18T23:38:43.267 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-18T23:38:43.284 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-18T23:38:43.292 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../72-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-18T23:38:43.293 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-18T23:38:43.386 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-cachetools. 2026-02-18T23:38:43.390 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-18T23:38:43.395 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../67-python3-cachetools_5.0.0-1_all.deb ... 2026-02-18T23:38:43.395 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-18T23:38:43.398 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../73-ceph-mgr-k8sevents_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:43.399 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-mgr-k8sevents (17.2.9-1jammy) ... 2026-02-18T23:38:43.409 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-rsa. 2026-02-18T23:38:43.412 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-18T23:38:43.418 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../68-python3-rsa_4.8-1_all.deb ... 2026-02-18T23:38:43.419 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-18T23:38:43.420 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../74-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-18T23:38:43.421 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-18T23:38:43.435 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-google-auth. 2026-02-18T23:38:43.436 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-18T23:38:43.444 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../69-python3-google-auth_1.5.1-3_all.deb ... 2026-02-18T23:38:43.444 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-18T23:38:43.445 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../75-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-18T23:38:43.445 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:43.460 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package jq. 2026-02-18T23:38:43.461 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-18T23:38:43.468 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../76-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-18T23:38:43.468 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:43.470 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../70-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-18T23:38:43.470 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-18T23:38:43.483 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package socat. 2026-02-18T23:38:43.486 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-websocket. 2026-02-18T23:38:43.491 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../77-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-18T23:38:43.492 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-18T23:38:43.495 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../71-python3-websocket_1.2.3-1_all.deb ... 2026-02-18T23:38:43.495 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-18T23:38:43.511 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package xmlstarlet. 2026-02-18T23:38:43.512 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-18T23:38:43.519 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../78-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-18T23:38:43.519 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-18T23:38:43.520 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../72-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-18T23:38:43.520 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-18T23:38:43.555 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-test. 2026-02-18T23:38:43.563 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../79-ceph-test_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:43.564 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-test (17.2.9-1jammy) ... 2026-02-18T23:38:43.621 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-18T23:38:43.630 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../73-ceph-mgr-k8sevents_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:43.630 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-mgr-k8sevents (17.2.9-1jammy) ... 2026-02-18T23:38:43.644 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-18T23:38:43.652 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../74-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-18T23:38:43.653 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-18T23:38:43.669 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-18T23:38:43.678 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../75-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-18T23:38:43.678 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:43.693 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package jq. 2026-02-18T23:38:43.701 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../76-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-18T23:38:43.702 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:43.716 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package socat. 2026-02-18T23:38:43.725 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../77-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-18T23:38:43.725 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-18T23:38:43.744 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package xmlstarlet. 2026-02-18T23:38:43.752 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../78-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-18T23:38:43.752 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-18T23:38:43.788 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-test. 2026-02-18T23:38:43.797 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../79-ceph-test_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:43.797 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-test (17.2.9-1jammy) ... 2026-02-18T23:38:43.914 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package ceph-volume. 2026-02-18T23:38:43.923 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../80-ceph-volume_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:43.923 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking ceph-volume (17.2.9-1jammy) ... 2026-02-18T23:38:43.951 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-18T23:38:43.959 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../81-libcephfs-dev_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:43.960 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking libcephfs-dev (17.2.9-1jammy) ... 2026-02-18T23:38:43.975 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package nvme-cli. 2026-02-18T23:38:43.983 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../82-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-18T23:38:43.984 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-18T23:38:44.021 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-18T23:38:44.029 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../83-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-18T23:38:44.030 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-18T23:38:44.044 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-pastescript. 2026-02-18T23:38:44.052 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../84-python3-pastescript_2.0.2-4_all.deb ... 2026-02-18T23:38:44.053 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2026-02-18T23:38:44.072 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-pluggy. 2026-02-18T23:38:44.081 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../85-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-18T23:38:44.081 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-18T23:38:44.097 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-psutil. 2026-02-18T23:38:44.105 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../86-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-18T23:38:44.105 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-18T23:38:44.124 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-py. 2026-02-18T23:38:44.132 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../87-python3-py_1.10.0-1_all.deb ... 2026-02-18T23:38:44.132 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-18T23:38:44.152 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-pygments. 2026-02-18T23:38:44.161 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../88-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-18T23:38:44.161 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-18T23:38:44.203 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-pyinotify. 2026-02-18T23:38:44.211 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../89-python3-pyinotify_0.9.6-1.3_all.deb ... 2026-02-18T23:38:44.212 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2026-02-18T23:38:44.227 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-toml. 2026-02-18T23:38:44.235 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../90-python3-toml_0.10.2-1_all.deb ... 2026-02-18T23:38:44.236 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-18T23:38:44.250 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-pytest. 2026-02-18T23:38:44.253 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package ceph-volume. 2026-02-18T23:38:44.259 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../91-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-18T23:38:44.259 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-18T23:38:44.262 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../80-ceph-volume_17.2.9-1jammy_all.deb ... 2026-02-18T23:38:44.262 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking ceph-volume (17.2.9-1jammy) ... 2026-02-18T23:38:44.280 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package python3-simplejson. 2026-02-18T23:38:44.289 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../92-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-18T23:38:44.289 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-18T23:38:44.291 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-18T23:38:44.300 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../81-libcephfs-dev_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:44.300 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking libcephfs-dev (17.2.9-1jammy) ... 2026-02-18T23:38:44.306 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-18T23:38:44.314 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../93-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-18T23:38:44.314 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-18T23:38:44.315 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package nvme-cli. 2026-02-18T23:38:44.324 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../82-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-18T23:38:44.324 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-18T23:38:44.364 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-18T23:38:44.373 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../83-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-18T23:38:44.373 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-18T23:38:44.381 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package radosgw. 2026-02-18T23:38:44.387 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-pastescript. 2026-02-18T23:38:44.391 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../94-radosgw_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:44.391 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking radosgw (17.2.9-1jammy) ... 2026-02-18T23:38:44.395 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../84-python3-pastescript_2.0.2-4_all.deb ... 2026-02-18T23:38:44.396 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2026-02-18T23:38:44.414 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-pluggy. 2026-02-18T23:38:44.423 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../85-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-18T23:38:44.423 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-18T23:38:44.438 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-psutil. 2026-02-18T23:38:44.446 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../86-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-18T23:38:44.447 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-18T23:38:44.464 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-py. 2026-02-18T23:38:44.473 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../87-python3-py_1.10.0-1_all.deb ... 2026-02-18T23:38:44.473 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-18T23:38:44.493 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-pygments. 2026-02-18T23:38:44.501 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../88-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-18T23:38:44.502 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-18T23:38:44.513 INFO:teuthology.orchestra.run.trial027.stdout:Selecting previously unselected package rbd-fuse. 2026-02-18T23:38:44.522 INFO:teuthology.orchestra.run.trial027.stdout:Preparing to unpack .../95-rbd-fuse_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:44.522 INFO:teuthology.orchestra.run.trial027.stdout:Unpacking rbd-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:44.543 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-pyinotify. 2026-02-18T23:38:44.550 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-18T23:38:44.551 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../89-python3-pyinotify_0.9.6-1.3_all.deb ... 2026-02-18T23:38:44.552 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2026-02-18T23:38:44.567 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-toml. 2026-02-18T23:38:44.575 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../90-python3-toml_0.10.2-1_all.deb ... 2026-02-18T23:38:44.576 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-18T23:38:44.591 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-pytest. 2026-02-18T23:38:44.599 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../91-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-18T23:38:44.599 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-18T23:38:44.618 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-18T23:38:44.619 INFO:teuthology.orchestra.run.trial027.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-18T23:38:44.621 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package python3-simplejson. 2026-02-18T23:38:44.629 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../92-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-18T23:38:44.630 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-18T23:38:44.647 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-18T23:38:44.655 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../93-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-18T23:38:44.656 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-18T23:38:44.695 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:38:44.723 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package radosgw. 2026-02-18T23:38:44.732 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../94-radosgw_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:44.733 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking radosgw (17.2.9-1jammy) ... 2026-02-18T23:38:44.852 INFO:teuthology.orchestra.run.trial140.stdout:Selecting previously unselected package rbd-fuse. 2026-02-18T23:38:44.860 INFO:teuthology.orchestra.run.trial140.stdout:Preparing to unpack .../95-rbd-fuse_17.2.9-1jammy_amd64.deb ... 2026-02-18T23:38:44.861 INFO:teuthology.orchestra.run.trial140.stdout:Unpacking rbd-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:44.887 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-18T23:38:44.953 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-18T23:38:44.954 INFO:teuthology.orchestra.run.trial140.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-18T23:38:44.979 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-02-18T23:38:45.025 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T23:38:45.308 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-02-18T23:38:45.383 INFO:teuthology.orchestra.run.trial027.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-18T23:38:45.393 INFO:teuthology.orchestra.run.trial027.stdout:Setting up cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:45.438 INFO:teuthology.orchestra.run.trial027.stdout:Adding system user cephadm....done 2026-02-18T23:38:45.448 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1.1) ... 2026-02-18T23:38:45.521 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-18T23:38:45.594 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-18T23:38:45.666 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-18T23:38:45.687 INFO:teuthology.orchestra.run.trial140.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-18T23:38:45.698 INFO:teuthology.orchestra.run.trial140.stdout:Setting up cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:45.742 INFO:teuthology.orchestra.run.trial140.stdout:Adding system user cephadm....done 2026-02-18T23:38:45.746 INFO:teuthology.orchestra.run.trial027.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-18T23:38:45.747 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-18T23:38:45.752 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1.1) ... 2026-02-18T23:38:45.823 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-18T23:38:45.847 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-18T23:38:45.896 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-18T23:38:45.968 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-18T23:38:45.973 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-18T23:38:46.043 INFO:teuthology.orchestra.run.trial140.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-18T23:38:46.044 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-18T23:38:46.048 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2026-02-18T23:38:46.126 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-18T23:38:46.140 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-18T23:38:46.200 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-ceph-argparse (17.2.9-1jammy) ... 2026-02-18T23:38:46.263 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-18T23:38:46.269 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-18T23:38:46.270 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-18T23:38:46.271 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-18T23:38:46.272 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-18T23:38:46.339 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2026-02-18T23:38:46.395 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-18T23:38:46.416 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-18T23:38:46.471 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-18T23:38:46.489 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-ceph-argparse (17.2.9-1jammy) ... 2026-02-18T23:38:46.548 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-18T23:38:46.558 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-18T23:38:46.559 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-18T23:38:46.560 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-18T23:38:46.561 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-18T23:38:46.640 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-18T23:38:46.682 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-18T23:38:46.758 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-18T23:38:46.833 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-18T23:38:46.896 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2026-02-18T23:38:46.919 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-18T23:38:46.974 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2026-02-18T23:38:46.975 INFO:teuthology.orchestra.run.trial027.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-18T23:38:46.976 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-18T23:38:47.069 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2026-02-18T23:38:47.169 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2026-02-18T23:38:47.204 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-18T23:38:47.243 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2026-02-18T23:38:47.244 INFO:teuthology.orchestra.run.trial140.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-18T23:38:47.245 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-18T23:38:47.284 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.3) ... 2026-02-18T23:38:47.337 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2026-02-18T23:38:47.392 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-18T23:38:47.467 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-18T23:38:47.470 INFO:teuthology.orchestra.run.trial027.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-18T23:38:47.471 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:47.548 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.3) ... 2026-02-18T23:38:47.550 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-18T23:38:47.652 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-18T23:38:47.723 INFO:teuthology.orchestra.run.trial140.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-18T23:38:47.724 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:47.802 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-18T23:38:48.049 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:48.053 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-18T23:38:48.134 INFO:teuthology.orchestra.run.trial027.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-18T23:38:48.134 INFO:teuthology.orchestra.run.trial027.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-18T23:38:48.135 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-18T23:38:48.212 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-18T23:38:48.287 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:48.287 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libfmt8:amd64 (8.1.1+ds1-2) ... 2026-02-18T23:38:48.288 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-18T23:38:48.294 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:48.299 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-18T23:38:48.367 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2026-02-18T23:38:48.375 INFO:teuthology.orchestra.run.trial140.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-18T23:38:48.376 INFO:teuthology.orchestra.run.trial140.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-18T23:38:48.378 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-18T23:38:48.441 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-logutils (0.3.3-8) ... 2026-02-18T23:38:48.454 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-18T23:38:48.521 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mgr-modules-core (17.2.9-1jammy) ... 2026-02-18T23:38:48.522 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-18T23:38:48.527 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:48.528 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libfmt8:amd64 (8.1.1+ds1-2) ... 2026-02-18T23:38:48.529 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-18T23:38:48.596 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2026-02-18T23:38:48.604 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2026-02-18T23:38:48.670 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-18T23:38:48.676 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-logutils (0.3.3-8) ... 2026-02-18T23:38:48.749 INFO:teuthology.orchestra.run.trial027.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-18T23:38:48.749 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-18T23:38:48.751 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mgr-modules-core (17.2.9-1jammy) ... 2026-02-18T23:38:48.752 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-18T23:38:48.825 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2026-02-18T23:38:48.835 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-18T23:38:48.836 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-18T23:38:48.899 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-18T23:38:48.913 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2026-02-18T23:38:48.977 INFO:teuthology.orchestra.run.trial140.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-18T23:38:48.978 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-18T23:38:48.995 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-18T23:38:49.061 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-18T23:38:49.062 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-18T23:38:49.079 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-18T23:38:49.139 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2026-02-18T23:38:49.156 INFO:teuthology.orchestra.run.trial027.stdout:Setting up librados2 (17.2.9-1jammy) ... 2026-02-18T23:38:49.157 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libsqlite3-mod-ceph (17.2.9-1jammy) ... 2026-02-18T23:38:49.158 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:49.159 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-18T23:38:49.216 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-18T23:38:49.297 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2026-02-18T23:38:49.298 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-18T23:38:49.372 INFO:teuthology.orchestra.run.trial140.stdout:Setting up librados2 (17.2.9-1jammy) ... 2026-02-18T23:38:49.373 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libsqlite3-mod-ceph (17.2.9-1jammy) ... 2026-02-18T23:38:49.374 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:49.375 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-18T23:38:49.376 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-18T23:38:49.453 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:49.454 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libcephfs2 (17.2.9-1jammy) ... 2026-02-18T23:38:49.455 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libradosstriper1 (17.2.9-1jammy) ... 2026-02-18T23:38:49.456 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-18T23:38:49.512 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2026-02-18T23:38:49.539 INFO:teuthology.orchestra.run.trial027.stdout:Setting up librbd1 (17.2.9-1jammy) ... 2026-02-18T23:38:49.540 INFO:teuthology.orchestra.run.trial027.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:49.542 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-webtest (2.0.35-1) ... 2026-02-18T23:38:49.586 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-18T23:38:49.621 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:49.659 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-18T23:38:49.660 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libcephfs2 (17.2.9-1jammy) ... 2026-02-18T23:38:49.661 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libradosstriper1 (17.2.9-1jammy) ... 2026-02-18T23:38:49.662 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-18T23:38:49.696 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-18T23:38:49.697 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-18T23:38:49.746 INFO:teuthology.orchestra.run.trial140.stdout:Setting up librbd1 (17.2.9-1jammy) ... 2026-02-18T23:38:49.747 INFO:teuthology.orchestra.run.trial140.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-18T23:38:49.748 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-webtest (2.0.35-1) ... 2026-02-18T23:38:49.829 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:49.907 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-18T23:38:49.907 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-18T23:38:50.120 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libcephfs-dev (17.2.9-1jammy) ... 2026-02-18T23:38:50.120 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-18T23:38:50.255 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-pastescript (2.0.2-4) ... 2026-02-18T23:38:50.305 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libcephfs-dev (17.2.9-1jammy) ... 2026-02-18T23:38:50.306 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-18T23:38:50.345 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2026-02-18T23:38:50.438 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-pastescript (2.0.2-4) ... 2026-02-18T23:38:50.461 INFO:teuthology.orchestra.run.trial027.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-18T23:38:50.462 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-rados (17.2.9-1jammy) ... 2026-02-18T23:38:50.463 INFO:teuthology.orchestra.run.trial027.stdout:Setting up librgw2 (17.2.9-1jammy) ... 2026-02-18T23:38:50.464 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-18T23:38:50.526 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2026-02-18T23:38:50.638 INFO:teuthology.orchestra.run.trial140.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-18T23:38:50.639 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-rados (17.2.9-1jammy) ... 2026-02-18T23:38:50.640 INFO:teuthology.orchestra.run.trial140.stdout:Setting up librgw2 (17.2.9-1jammy) ... 2026-02-18T23:38:50.641 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-18T23:38:50.992 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-rbd (17.2.9-1jammy) ... 2026-02-18T23:38:50.993 INFO:teuthology.orchestra.run.trial027.stdout:Setting up rbd-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:50.994 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-rgw (17.2.9-1jammy) ... 2026-02-18T23:38:50.995 INFO:teuthology.orchestra.run.trial027.stdout:Setting up python3-cephfs (17.2.9-1jammy) ... 2026-02-18T23:38:50.995 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:51.034 INFO:teuthology.orchestra.run.trial027.stdout:Adding group ceph....done 2026-02-18T23:38:51.070 INFO:teuthology.orchestra.run.trial027.stdout:Adding system user ceph....done 2026-02-18T23:38:51.089 INFO:teuthology.orchestra.run.trial027.stdout:Setting system user ceph properties....done 2026-02-18T23:38:51.095 INFO:teuthology.orchestra.run.trial027.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-18T23:38:51.154 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-rbd (17.2.9-1jammy) ... 2026-02-18T23:38:51.155 INFO:teuthology.orchestra.run.trial140.stdout:Setting up rbd-fuse (17.2.9-1jammy) ... 2026-02-18T23:38:51.156 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-rgw (17.2.9-1jammy) ... 2026-02-18T23:38:51.157 INFO:teuthology.orchestra.run.trial140.stdout:Setting up python3-cephfs (17.2.9-1jammy) ... 2026-02-18T23:38:51.158 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-common (17.2.9-1jammy) ... 2026-02-18T23:38:51.184 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-18T23:38:51.192 INFO:teuthology.orchestra.run.trial140.stdout:Adding group ceph....done 2026-02-18T23:38:51.231 INFO:teuthology.orchestra.run.trial140.stdout:Adding system user ceph....done 2026-02-18T23:38:51.250 INFO:teuthology.orchestra.run.trial140.stdout:Setting system user ceph properties....done 2026-02-18T23:38:51.256 INFO:teuthology.orchestra.run.trial140.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-18T23:38:51.345 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-18T23:38:51.469 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-18T23:38:51.629 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-18T23:38:51.870 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-test (17.2.9-1jammy) ... 2026-02-18T23:38:51.871 INFO:teuthology.orchestra.run.trial027.stdout:Setting up radosgw (17.2.9-1jammy) ... 2026-02-18T23:38:51.946 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:51.946 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:52.018 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-test (17.2.9-1jammy) ... 2026-02-18T23:38:52.019 INFO:teuthology.orchestra.run.trial140.stdout:Setting up radosgw (17.2.9-1jammy) ... 2026-02-18T23:38:52.094 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:52.094 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-18T23:38:52.531 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-base (17.2.9-1jammy) ... 2026-02-18T23:38:52.644 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-02-18T23:38:52.654 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-base (17.2.9-1jammy) ... 2026-02-18T23:38:52.768 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-02-18T23:38:53.047 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mds (17.2.9-1jammy) ... 2026-02-18T23:38:53.109 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:53.109 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:53.144 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mds (17.2.9-1jammy) ... 2026-02-18T23:38:53.204 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:53.204 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-18T23:38:53.504 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mgr (17.2.9-1jammy) ... 2026-02-18T23:38:53.581 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:53.581 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:53.582 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mgr (17.2.9-1jammy) ... 2026-02-18T23:38:53.658 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:53.659 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-18T23:38:53.954 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-osd (17.2.9-1jammy) ... 2026-02-18T23:38:54.028 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-osd (17.2.9-1jammy) ... 2026-02-18T23:38:54.039 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:54.039 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:54.125 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:54.125 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-18T23:38:54.435 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mgr-k8sevents (17.2.9-1jammy) ... 2026-02-18T23:38:54.436 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mgr-diskprediction-local (17.2.9-1jammy) ... 2026-02-18T23:38:54.446 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mon (17.2.9-1jammy) ... 2026-02-18T23:38:54.519 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:54.520 INFO:teuthology.orchestra.run.trial027.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:54.529 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mgr-k8sevents (17.2.9-1jammy) ... 2026-02-18T23:38:54.530 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mgr-diskprediction-local (17.2.9-1jammy) ... 2026-02-18T23:38:54.540 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mon (17.2.9-1jammy) ... 2026-02-18T23:38:54.611 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:54.611 INFO:teuthology.orchestra.run.trial140.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-18T23:38:54.914 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mgr-cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:54.925 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph (17.2.9-1jammy) ... 2026-02-18T23:38:54.926 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-mgr-dashboard (17.2.9-1jammy) ... 2026-02-18T23:38:54.936 INFO:teuthology.orchestra.run.trial027.stdout:Setting up ceph-volume (17.2.9-1jammy) ... 2026-02-18T23:38:54.938 INFO:teuthology.orchestra.run.trial027.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-18T23:38:54.976 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mgr-cephadm (17.2.9-1jammy) ... 2026-02-18T23:38:54.987 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph (17.2.9-1jammy) ... 2026-02-18T23:38:54.987 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-mgr-dashboard (17.2.9-1jammy) ... 2026-02-18T23:38:54.998 INFO:teuthology.orchestra.run.trial140.stdout:Setting up ceph-volume (17.2.9-1jammy) ... 2026-02-18T23:38:54.999 INFO:teuthology.orchestra.run.trial140.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-18T23:38:55.023 INFO:teuthology.orchestra.run.trial027.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-18T23:38:55.082 INFO:teuthology.orchestra.run.trial140.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-18T23:38:55.525 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout:Running kernel seems to be up-to-date. 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout:The processor microcode seems to be up-to-date. 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout:No services need to be restarted. 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout:No containers need to be restarted. 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout:No user sessions are running outdated binaries. 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout: 2026-02-18T23:38:55.526 INFO:teuthology.orchestra.run.trial140.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-18T23:38:55.672 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-18T23:38:55.672 INFO:teuthology.orchestra.run.trial027.stdout:Running kernel seems to be up-to-date. 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout:The processor microcode seems to be up-to-date. 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout:No services need to be restarted. 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout:No containers need to be restarted. 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout:No user sessions are running outdated binaries. 2026-02-18T23:38:55.673 INFO:teuthology.orchestra.run.trial027.stdout: 2026-02-18T23:38:55.674 INFO:teuthology.orchestra.run.trial027.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-18T23:38:56.275 INFO:teuthology.orchestra.run.trial140.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-18T23:38:56.282 DEBUG:teuthology.parallel:result is None 2026-02-18T23:38:56.447 INFO:teuthology.orchestra.run.trial027.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-18T23:38:56.451 DEBUG:teuthology.parallel:result is None 2026-02-18T23:38:56.451 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:38:56.451 INFO:teuthology.packaging:ref: None 2026-02-18T23:38:56.451 INFO:teuthology.packaging:tag: None 2026-02-18T23:38:56.452 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:38:56.452 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:38:56.452 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=quincy 2026-02-18T23:38:56.600 DEBUG:teuthology.orchestra.run.trial027:> dpkg-query -W -f '${Version}' ceph 2026-02-18T23:38:56.610 INFO:teuthology.orchestra.run.trial027.stdout:17.2.9-1jammy 2026-02-18T23:38:56.610 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-1jammy 2026-02-18T23:38:56.611 INFO:teuthology.task.install:The correct ceph version 17.2.9-1jammy is installed. 2026-02-18T23:38:56.613 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T23:38:56.613 INFO:teuthology.packaging:ref: None 2026-02-18T23:38:56.613 INFO:teuthology.packaging:tag: None 2026-02-18T23:38:56.613 INFO:teuthology.packaging:branch: quincy 2026-02-18T23:38:56.613 INFO:teuthology.packaging:sha1: 5c7d9533eb2b3fdb031dd48c8022c4d967a9a910 2026-02-18T23:38:56.613 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=quincy 2026-02-18T23:38:56.759 DEBUG:teuthology.orchestra.run.trial140:> dpkg-query -W -f '${Version}' ceph 2026-02-18T23:38:56.769 INFO:teuthology.orchestra.run.trial140.stdout:17.2.9-1jammy 2026-02-18T23:38:56.770 INFO:teuthology.packaging:The installed version of ceph is 17.2.9-1jammy 2026-02-18T23:38:56.770 INFO:teuthology.task.install:The correct ceph version 17.2.9-1jammy is installed. 2026-02-18T23:38:56.772 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T23:38:56.772 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-18T23:38:56.772 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:38:56.783 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-18T23:38:56.783 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T23:38:56.822 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T23:38:56.823 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-18T23:38:56.823 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:38:56.834 DEBUG:teuthology.orchestra.run.trial027:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:38:56.909 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-18T23:38:56.909 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T23:38:56.920 DEBUG:teuthology.orchestra.run.trial140:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T23:38:56.970 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T23:38:56.970 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-18T23:38:56.970 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:38:56.981 DEBUG:teuthology.orchestra.run.trial027:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:38:57.032 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-18T23:38:57.032 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T23:38:57.041 DEBUG:teuthology.orchestra.run.trial140:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T23:38:57.089 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T23:38:57.089 DEBUG:teuthology.orchestra.run.trial027:> set -ex 2026-02-18T23:38:57.089 DEBUG:teuthology.orchestra.run.trial027:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:38:57.098 DEBUG:teuthology.orchestra.run.trial027:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:38:57.149 DEBUG:teuthology.orchestra.run.trial140:> set -ex 2026-02-18T23:38:57.149 DEBUG:teuthology.orchestra.run.trial140:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T23:38:57.159 DEBUG:teuthology.orchestra.run.trial140:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T23:38:57.209 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T23:38:57.330 INFO:tasks.cephadm:Config: {'cephadm_branch': 'quincy', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'conf': {'osd': {'osd_class_default_list': '*', 'osd_class_load_list': '*', 'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}, 'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}}, 'image': 'quay.ceph.io/ceph-ci/ceph:quincy', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'do not have an application enabled', 'application not enabled', 'or freeform for custom applications', 'POOL_APP_NOT_ENABLED', 'is down', 'OSD_DOWN', 'mons down', 'mon down', 'MON_DOWN', 'out of quorum', 'PG_AVAILABILITY', 'PG_DEGRADED', 'Reduced data availability', 'Degraded data redundancy', 'pg .* is stuck inactive', 'pg .* is .*degraded', 'FS_DEGRADED', 'OSDMAP_FLAGS', 'OSD_UPGRADE_FINISHED', 'Replacing daemon mds', 'MDS_ALL_DOWN', 'MDS_UP_LESS_THAN_MAX', 'filesystem is offline', 'with fewer MDS than max_mds'], 'sha1': '5c7d9533eb2b3fdb031dd48c8022c4d967a9a910'} 2026-02-18T23:38:57.330 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:57.333 INFO:tasks.cephadm:Cluster fsid is fe656e3d-0d22-11f1-aeff-d404e6e7d460 2026-02-18T23:38:57.333 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T23:38:57.333 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.27', 'mon.c': '[v2:10.20.193.27:3301,v1:10.20.193.27:6790]', 'mon.b': '10.20.193.140'} 2026-02-18T23:38:57.333 INFO:tasks.cephadm:First mon is mon.a on trial027 2026-02-18T23:38:57.333 INFO:tasks.cephadm:First mgr is y 2026-02-18T23:38:57.333 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T23:38:57.333 DEBUG:teuthology.orchestra.run.trial027:> sudo hostname $(hostname -s) 2026-02-18T23:38:57.357 DEBUG:teuthology.orchestra.run.trial140:> sudo hostname $(hostname -s) 2026-02-18T23:38:57.369 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref quincy)... 2026-02-18T23:38:57.370 DEBUG:teuthology.orchestra.run.trial027:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:57.463 INFO:teuthology.orchestra.run.trial027.stdout:-rw-rw-r-- 1 ubuntu ubuntu 378585 Feb 18 23:38 /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:57.464 DEBUG:teuthology.orchestra.run.trial140:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:57.531 INFO:teuthology.orchestra.run.trial140.stdout:-rw-rw-r-- 1 ubuntu ubuntu 378585 Feb 18 23:38 /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:57.531 DEBUG:teuthology.orchestra.run.trial027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:57.536 DEBUG:teuthology.orchestra.run.trial140:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T23:38:57.551 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:quincy on all hosts... 2026-02-18T23:38:57.551 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:38:57.578 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2026-02-18T23:38:57.654 INFO:teuthology.orchestra.run.trial027.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:38:57.659 INFO:teuthology.orchestra.run.trial140.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2026-02-18T23:38:57.910 INFO:teuthology.orchestra.run.trial140.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:57.910 INFO:teuthology.orchestra.run.trial140.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay.ceph.io/ceph-ci/ceph:quincy not found: manifest unknown: manifest unknown 2026-02-18T23:38:57.910 INFO:teuthology.orchestra.run.trial140.stderr:ERROR: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:57.912 INFO:teuthology.orchestra.run.trial027.stderr:Non-zero exit code 1 from /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:57.913 INFO:teuthology.orchestra.run.trial027.stderr:/usr/bin/docker: stderr Error response from daemon: manifest for quay.ceph.io/ceph-ci/ceph:quincy not found: manifest unknown: manifest unknown 2026-02-18T23:38:57.913 INFO:teuthology.orchestra.run.trial027.stderr:ERROR: Failed command: /usr/bin/docker pull quay.ceph.io/ceph-ci/ceph:quincy 2026-02-18T23:38:57.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:38:57.926 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks/cephadm.py", line 589, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 485, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:38:57.929 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T23:38:57.934 DEBUG:teuthology.misc:Transferring archived files from trial027:/var/lib/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477/remote/trial027/crash 2026-02-18T23:38:57.936 DEBUG:teuthology.orchestra.run.trial027:> sudo tar c -f - -C /var/lib/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/crash -- . 2026-02-18T23:38:57.959 INFO:teuthology.orchestra.run.trial027.stderr:tar: /var/lib/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:38:57.959 INFO:teuthology.orchestra.run.trial027.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:38:57.962 DEBUG:teuthology.misc:Transferring archived files from trial140:/var/lib/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477/remote/trial140/crash 2026-02-18T23:38:57.964 DEBUG:teuthology.orchestra.run.trial140:> sudo tar c -f - -C /var/lib/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/crash -- . 2026-02-18T23:38:57.971 INFO:teuthology.orchestra.run.trial140.stderr:tar: /var/lib/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T23:38:57.971 INFO:teuthology.orchestra.run.trial140.stderr:tar: Error is not recoverable: exiting now 2026-02-18T23:38:57.972 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T23:38:57.973 DEBUG:teuthology.orchestra.run.trial027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'do not have an application enabled' | egrep -v 'application not enabled' | egrep -v 'or freeform for custom applications' | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'is down' | egrep -v OSD_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_AVAILABILITY | egrep -v PG_DEGRADED | egrep -v 'Reduced data availability' | egrep -v 'Degraded data redundancy' | egrep -v 'pg .* is stuck inactive' | egrep -v 'pg .* is .*degraded' | egrep -v FS_DEGRADED | egrep -v OSDMAP_FLAGS | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'Replacing daemon mds' | egrep -v MDS_ALL_DOWN | egrep -v MDS_UP_LESS_THAN_MAX | egrep -v 'filesystem is offline' | egrep -v 'with fewer MDS than max_mds' | head -n 1 2026-02-18T23:38:58.017 INFO:teuthology.orchestra.run.trial027.stderr:grep: /var/log/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:38:58.019 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-18T23:38:58.019 DEBUG:teuthology.orchestra.run.trial027:> sudo egrep '\[SEC\]' /var/log/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v 'do not have an application enabled' | egrep -v 'application not enabled' | egrep -v 'or freeform for custom applications' | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'is down' | egrep -v OSD_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v MON_DOWN | egrep -v 'out of quorum' | egrep -v PG_AVAILABILITY | egrep -v PG_DEGRADED | egrep -v 'Reduced data availability' | egrep -v 'Degraded data redundancy' | egrep -v 'pg .* is stuck inactive' | egrep -v 'pg .* is .*degraded' | egrep -v FS_DEGRADED | egrep -v OSDMAP_FLAGS | egrep -v OSD_UPGRADE_FINISHED | egrep -v 'Replacing daemon mds' | egrep -v MDS_ALL_DOWN | egrep -v MDS_UP_LESS_THAN_MAX | egrep -v 'filesystem is offline' | egrep -v 'with fewer MDS than max_mds' | head -n 1 2026-02-18T23:38:58.073 INFO:teuthology.orchestra.run.trial027.stderr:grep: /var/log/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/ceph.log: No such file or directory 2026-02-18T23:38:58.074 INFO:tasks.cephadm:Compressing logs... 2026-02-18T23:38:58.075 DEBUG:teuthology.orchestra.run.trial027:> 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 -- 2026-02-18T23:38:58.122 DEBUG:teuthology.orchestra.run.trial140:> 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 -- 2026-02-18T23:38:58.129 INFO:teuthology.orchestra.run.trial027.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T23:38:58.129 INFO:teuthology.orchestra.run.trial027.stderr:: No such file or directory 2026-02-18T23:38:58.130 INFO:teuthology.orchestra.run.trial027.stderr:/var/log/ceph/cephadm.log: 63.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:38:58.131 INFO:teuthology.orchestra.run.trial027.stderr: 2026-02-18T23:38:58.131 INFO:teuthology.orchestra.run.trial027.stderr:real 0m0.007s 2026-02-18T23:38:58.131 INFO:teuthology.orchestra.run.trial027.stderr:user 0m0.005s 2026-02-18T23:38:58.131 INFO:teuthology.orchestra.run.trial027.stderr:sys 0m0.007s 2026-02-18T23:38:58.134 INFO:teuthology.orchestra.run.trial140.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T23:38:58.134 INFO:teuthology.orchestra.run.trial140.stderr:: No such file or directory 2026-02-18T23:38:58.134 INFO:teuthology.orchestra.run.trial140.stderr:/var/log/ceph/cephadm.log: 63.4% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T23:38:58.136 INFO:teuthology.orchestra.run.trial140.stderr: 2026-02-18T23:38:58.136 INFO:teuthology.orchestra.run.trial140.stderr:real 0m0.009s 2026-02-18T23:38:58.136 INFO:teuthology.orchestra.run.trial140.stderr:user 0m0.005s 2026-02-18T23:38:58.136 INFO:teuthology.orchestra.run.trial140.stderr:sys 0m0.011s 2026-02-18T23:38:58.136 INFO:tasks.cephadm:Archiving logs... 2026-02-18T23:38:58.137 DEBUG:teuthology.misc:Transferring archived files from trial027:/var/log/ceph to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477/remote/trial027/log 2026-02-18T23:38:58.138 DEBUG:teuthology.orchestra.run.trial027:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:38:58.182 DEBUG:teuthology.misc:Transferring archived files from trial140:/var/log/ceph to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477/remote/trial140/log 2026-02-18T23:38:58.184 DEBUG:teuthology.orchestra.run.trial140:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T23:38:58.194 INFO:tasks.cephadm:Removing cluster... 2026-02-18T23:38:58.194 DEBUG:teuthology.orchestra.run.trial027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe656e3d-0d22-11f1-aeff-d404e6e7d460 --force 2026-02-18T23:38:59.611 DEBUG:teuthology.orchestra.run.trial140:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe656e3d-0d22-11f1-aeff-d404e6e7d460 --force 2026-02-18T23:39:00.965 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T23:39:00.965 DEBUG:teuthology.orchestra.run.trial027:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:39:00.970 DEBUG:teuthology.orchestra.run.trial140:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T23:39:00.974 INFO:tasks.cephadm:Teardown complete 2026-02-18T23:39:00.974 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks/cephadm.py", line 2216, in task with contextutil.nested( File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/contextutil.py", line 30, in nested vars.append(enter()) ^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_ceph_ceph-c_5c7d9533eb2b3fdb031dd48c8022c4d967a9a910/qa/tasks/cephadm.py", line 589, in pull_image run.wait(ctx.cluster.run(args=cmd, wait=False)) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 485, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull' 2026-02-18T23:39:00.977 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T23:39:00.996 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T23:39:01.015 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... 2026-02-18T23:39:01.016 DEBUG:teuthology.orchestra.run.trial027:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:39:01.020 DEBUG:teuthology.orchestra.run.trial140:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T23:39:01.176 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T23:39:01.189 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T23:39:01.189 DEBUG:teuthology.orchestra.run.trial027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:39:01.191 DEBUG:teuthology.orchestra.run.trial140:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T23:39:01.218 INFO:teuthology.orchestra.run.trial140.stdout: remote refid st t when poll reach delay offset jitter 2026-02-18T23:39:01.218 INFO:teuthology.orchestra.run.trial140.stdout:============================================================================== 2026-02-18T23:39:01.218 INFO:teuthology.orchestra.run.trial140.stdout: 198.12.95.197 ( 69.172.133.130 3 u 24 64 1 32.701 +10.973 0.000 2026-02-18T23:39:01.218 INFO:teuthology.orchestra.run.trial140.stdout: 108.61.73.243 129.6.15.28 2 u 21 64 1 3.663 +14.082 0.000 2026-02-18T23:39:01.218 INFO:teuthology.orchestra.run.trial140.stdout: ntp.maxhost.io 132.163.97.4 2 u 23 64 1 69.735 +14.644 0.000 2026-02-18T23:39:01.218 INFO:teuthology.orchestra.run.trial140.stdout: triangle.kansas 208.113.130.146 3 u 24 64 1 60.322 +16.621 0.000 2026-02-18T23:39:01.235 INFO:teuthology.orchestra.run.trial027.stdout: remote refid st t when poll reach delay offset jitter 2026-02-18T23:39:01.235 INFO:teuthology.orchestra.run.trial027.stdout:============================================================================== 2026-02-18T23:39:01.235 INFO:teuthology.orchestra.run.trial027.stdout: 66.85.78.80 172.16.23.153 2 u 23 64 1 30.126 +16.000 0.000 2026-02-18T23:39:01.235 INFO:teuthology.orchestra.run.trial027.stdout: ntp.maxhost.io 132.163.97.4 2 u 20 64 1 70.520 +13.027 0.000 2026-02-18T23:39:01.235 INFO:teuthology.orchestra.run.trial027.stdout: 23.157.160.168 129.6.15.28 2 u 21 64 1 3.283 +13.055 0.000 2026-02-18T23:39:01.235 INFO:teuthology.orchestra.run.trial027.stdout: 72-14-186-59.ip 80.192.165.246 2 u 22 64 1 41.384 +16.380 0.000 2026-02-18T23:39:01.236 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T23:39:01.246 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T23:39:01.246 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T23:39:01.259 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T23:39:01.273 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T23:39:01.287 INFO:teuthology.task.internal:Duration was 92.854315 seconds 2026-02-18T23:39:01.288 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T23:39:01.304 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T23:39:01.304 DEBUG:teuthology.orchestra.run.trial027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:39:01.306 DEBUG:teuthology.orchestra.run.trial140:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T23:39:01.331 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T23:39:01.331 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial027.front.sepia.ceph.com 2026-02-18T23:39:01.331 DEBUG:teuthology.orchestra.run.trial027:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T23:39:01.378 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial140.front.sepia.ceph.com 2026-02-18T23:39:01.379 DEBUG:teuthology.orchestra.run.trial140:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T23:39:01.386 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T23:39:01.386 DEBUG:teuthology.orchestra.run.trial027:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:39:01.426 DEBUG:teuthology.orchestra.run.trial140:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:39:01.637 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T23:39:01.638 DEBUG:teuthology.orchestra.run.trial027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T23:39:01.650 DEBUG:teuthology.orchestra.run.trial140:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T23:39:01.656 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:39:01.657 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:39:01.657 INFO:teuthology.orchestra.run.trial027.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:39:01.657 INFO:teuthology.orchestra.run.trial027.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:39:01.657 INFO:teuthology.orchestra.run.trial027.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: /home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:39:01.658 INFO:teuthology.orchestra.run.trial140.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T23:39:01.658 INFO:teuthology.orchestra.run.trial140.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T23:39:01.660 INFO:teuthology.orchestra.run.trial140.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T23:39:01.660 INFO:teuthology.orchestra.run.trial140.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T23:39:01.660 INFO:teuthology.orchestra.run.trial140.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: /home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T23:39:01.717 INFO:teuthology.orchestra.run.trial027.stderr: 81.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:39:01.719 INFO:teuthology.orchestra.run.trial140.stderr: 81.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T23:39:01.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T23:39:01.734 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T23:39:01.734 DEBUG:teuthology.orchestra.run.trial027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:39:01.769 DEBUG:teuthology.orchestra.run.trial140:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T23:39:01.778 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T23:39:01.792 DEBUG:teuthology.orchestra.run.trial027:> 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 2026-02-18T23:39:01.813 DEBUG:teuthology.orchestra.run.trial140:> 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 2026-02-18T23:39:01.820 INFO:teuthology.orchestra.run.trial027.stdout:kernel.core_pattern = core 2026-02-18T23:39:01.829 INFO:teuthology.orchestra.run.trial140.stdout:kernel.core_pattern = core 2026-02-18T23:39:01.837 DEBUG:teuthology.orchestra.run.trial027:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:39:01.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:39:01.872 DEBUG:teuthology.orchestra.run.trial140:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T23:39:01.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T23:39:01.881 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T23:39:01.895 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T23:39:01.896 DEBUG:teuthology.misc:Transferring archived files from trial027:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477/remote/trial027 2026-02-18T23:39:01.896 DEBUG:teuthology.orchestra.run.trial027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:39:01.949 DEBUG:teuthology.misc:Transferring archived files from trial140:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/jcollin-2026-02-17_12:45:39-upgrade:quincy-x:stress-split-wip-jcollin-testing-20260217.080557-squid-distro-default-trial/53477/remote/trial140 2026-02-18T23:39:01.950 DEBUG:teuthology.orchestra.run.trial140:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T23:39:01.983 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T23:39:01.983 DEBUG:teuthology.orchestra.run.trial027:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:39:01.986 DEBUG:teuthology.orchestra.run.trial140:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T23:39:02.013 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T23:39:02.031 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T23:39:02.031 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T23:39:02.042 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T23:39:02.042 DEBUG:teuthology.orchestra.run.trial027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:39:02.044 DEBUG:teuthology.orchestra.run.trial140:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T23:39:02.046 INFO:teuthology.orchestra.run.trial027.stdout: 1179687 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:39 /home/ubuntu/cephtest 2026-02-18T23:39:02.061 INFO:teuthology.orchestra.run.trial140.stdout: 1179687 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 23:39 /home/ubuntu/cephtest 2026-02-18T23:39:02.062 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T23:39:02.074 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T23:39:02.106 INFO:teuthology.run:Summary data: description: upgrade:quincy-x:stress-split/{0-distro/ubuntu_22.04 0-roles 1-start 2-first-half-tasks/radosbench 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/connectivity} duration: 92.85431480407715 failure_reason: '"grep: /var/log/ceph/fe656e3d-0d22-11f1-aeff-d404e6e7d460/ceph.log: No such file or directory" in cluster log' flavor: default owner: scheduled_jcollin@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-18T23:39:02.107 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T23:39:02.213 INFO:teuthology.run:FAIL