2026-02-24T07:36:11.513 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-24T07:36:11.528 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-24T07:36:11.607 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717 branch: wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle description: rados:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_mgmt_gateway} email: null first_in_suite: false flavor: default job_id: '67717' kernel: branch: distro kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: trial name: nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 37e10ed334b9745239c0a6018d14d38999f1f53b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: distro-suffix: rockylinux-10 install: ceph: flavor: default sha1: 37e10ed334b9745239c0a6018d14d38999f1f53b workunit: branch: wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle sha1: 37e10ed334b9745239c0a6018d14d38999f1f53b owner: scheduled_nmordech@soko04.front.sepia.ceph.com priority: 10 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 4181 sha1: 37e10ed334b9745239c0a6018d14d38999f1f53b sleep_before_teardown: 0 subset: 111/120000 suite: rados:cephadm suite_branch: wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 37e10ed334b9745239c0a6018d14d38999f1f53b targets: trial028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFODyaNlfzPcgi3IyBi/ovaKhCdT+S1TCPe94s09wfpja3Ufwd2UqQHOqfd/XudEhgTiNVAX6saOJBbndmAj3Z0= trial076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBzWOC3ZxBmGjJZ7L9F2boX133W/AflAUSfbN5wDfPYLtecNmSNqfLFh+W2yVBJ+vOmlfGaDNkj90E6SBx1BxSU= trial172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/37AfAJf9FH/egXZC5uPzFpFi6ogNOjWhrfQs8kprU6npxc2IQUuylymlfw6cm2+Yi2PWMC6BIiLbF4OqiNpk= tasks: - install: null - cephadm: null - cephadm.shell: host.c: - "set -ex\n# Deploy monitoring stack\nceph orch apply node-exporter\nceph orch\ \ apply grafana\nceph orch apply alertmanager\nceph orch apply prometheus\n\ sleep 240\n# generate SSL certificate\nopenssl req -x509 -newkey rsa:4096 -keyout\ \ /tmp/key.pem -out /tmp/cert.pem -sha256 -days 30 -nodes -subj \"/CN=*\"\n\ # Generate a mgmt.spec template\ncat << EOT > /tmp/mgmt.spec\nservice_type:\ \ mgmt-gateway\nservice_id: foo\nplacement:\n hosts:\n - ${HOSTNAME}\nspec:\n\ \ ssl_protocols:\n - TLSv1.2\n - TLSv1.3\n ssl_ciphers:\n - AES128-SHA\n\ \ - AES256-SHA\n enable_health_check_endpoint: True\nEOT\n# Add generated\ \ certificates to spec file\necho \" ssl_cert: |\" >> /tmp/mgmt.spec\nwhile\ \ read LINE; do echo $LINE | sed -e \"s/^/ /\"; done < /tmp/cert.pem >> /tmp/mgmt.spec\n\ echo \" ssl_key: |\" >> /tmp/mgmt.spec\nwhile read LINE; do echo $LINE | sed\ \ -e \"s/^/ /\"; done < /tmp/key.pem >> /tmp/mgmt.spec\n# Apply spec\nceph\ \ orch apply -i /tmp/mgmt.spec\n" - cephadm.wait_for_service: service: mgmt-gateway - cephadm.shell: host.a: - "set -ex\n\n# Function to wait for a service to be healthy and log response\ \ on error\nwait_for_service() {\n local name=\"$1\"\n local url=\"$2\"\n\ \ local jq_filter=\"$3\"\n\n echo \"Waiting for service $name to be healthy\ \ at $url...\"\n for i in {1..30}; do\n local response\n response=$(curl\ \ -k -s -u admin:admin \"$url\")\n if echo \"$response\" | jq -e \"$jq_filter\"\ \ > /dev/null; then\n echo \"Service $name is healthy.\"\n return\ \ 0\n fi\n echo \"Attempt $i: service $name not ready yet\"\n sleep\ \ 10\n done\n\n echo \"Timeout waiting for $name at $url\"\n echo \"Last\ \ HTTP response:\"\n echo \"$response\"\n echo \"jq output:\"\n echo \"$response\"\ \ | jq \"$jq_filter\" || echo \"(jq parse error or no match)\"\n return 1\n\ }\n\n# retrieve mgmt hostname and ip\nMGMT_GTW_HOST=$(ceph orch ps --daemon-type\ \ mgmt-gateway -f json | jq -e '.[]' | jq -r '.hostname')\nMGMT_GTW_IP=$(ceph\ \ orch host ls -f json | jq -r --arg MGMT_GTW_HOST \"$MGMT_GTW_HOST\" '.[] |\ \ select(.hostname==$MGMT_GTW_HOST) | .addr')\n\n# check mgmt-gateway health\n\ curl -k -s https://${MGMT_GTW_IP}/health\ncurl -k -s https://${MGMT_GTW_IP}:29443/health\n\ \n# wait for monitoring services\nwait_for_service \"Grafana\" \"https://${MGMT_GTW_IP}/grafana/api/health\"\ \ '.database == \"ok\"' || exit 1\nwait_for_service \"Prometheus\" \"https://${MGMT_GTW_IP}/prometheus/api/v1/status/config\"\ \ '.status == \"success\"' || exit 1\nwait_for_service \"Alertmanager\" \"https://${MGMT_GTW_IP}/alertmanager/api/v2/status\"\ \ '.cluster.status == \"ready\"' || exit 1\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-24_07:20:36 tube: trial user: nmordech verbose: false worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.904699 2026-02-24T07:36:11.607 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa; will attempt to use it 2026-02-24T07:36:11.608 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks 2026-02-24T07:36:11.608 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-24T07:36:11.610 INFO:teuthology.task.internal:Checking packages... 2026-02-24T07:36:11.610 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '37e10ed334b9745239c0a6018d14d38999f1f53b' 2026-02-24T07:36:11.610 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-24T07:36:11.610 INFO:teuthology.packaging:ref: None 2026-02-24T07:36:11.610 INFO:teuthology.packaging:tag: None 2026-02-24T07:36:11.610 INFO:teuthology.packaging:branch: wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle 2026-02-24T07:36:11.610 INFO:teuthology.packaging:sha1: 37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:36:11.610 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle 2026-02-24T07:36:11.729 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:36:11.731 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-24T07:36:11.743 INFO:teuthology.task.internal:no buildpackages task found 2026-02-24T07:36:11.744 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-24T07:36:11.756 INFO:teuthology.task.internal:Saving configuration 2026-02-24T07:36:11.763 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-24T07:36:11.772 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-24T07:36:11.830 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial028.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717', '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-24 07:32:09.706591', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzyMI+q4ajanjLP175RIDUZ+iblFQdGelrm0H5VvI0x'} 2026-02-24T07:36:11.887 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial076.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717', '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-24 07:32:09.705581', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINcT75HmdyKCT0UyuCWK+LndhE2hxv+fYSUENl3hA1y9'} 2026-02-24T07:36:11.945 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial172.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717', '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-24 07:32:09.706187', 'locked_by': 'scheduled_nmordech@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF91BGJqXxPDBilXOpVzue0j5OpIX11zU2/Yxzu7vBQw'} 2026-02-24T07:36:11.945 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-24T07:36:11.956 INFO:teuthology.task.internal:roles: ubuntu@trial028.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-02-24T07:36:11.956 INFO:teuthology.task.internal:roles: ubuntu@trial076.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-02-24T07:36:11.956 INFO:teuthology.task.internal:roles: ubuntu@trial172.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2026-02-24T07:36:11.956 INFO:teuthology.run_tasks:Running task console_log... 2026-02-24T07:36:12.151 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x71319dc0cfe0>, signals=[15]) 2026-02-24T07:36:12.151 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-24T07:36:12.164 INFO:teuthology.task.internal:Opening connections... 2026-02-24T07:36:12.165 DEBUG:teuthology.task.internal:connecting to ubuntu@trial028.front.sepia.ceph.com 2026-02-24T07:36:12.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:36:12.227 DEBUG:teuthology.task.internal:connecting to ubuntu@trial076.front.sepia.ceph.com 2026-02-24T07:36:12.228 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:36:12.292 DEBUG:teuthology.task.internal:connecting to ubuntu@trial172.front.sepia.ceph.com 2026-02-24T07:36:12.292 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:36:12.359 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-24T07:36:12.374 DEBUG:teuthology.orchestra.run.trial028:> uname -m 2026-02-24T07:36:12.378 INFO:teuthology.orchestra.run.trial028.stdout:x86_64 2026-02-24T07:36:12.378 DEBUG:teuthology.orchestra.run.trial028:> cat /etc/os-release 2026-02-24T07:36:12.424 INFO:teuthology.orchestra.run.trial028.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:NAME="Ubuntu" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:VERSION_ID="22.04" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:VERSION_CODENAME=jammy 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:ID=ubuntu 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:ID_LIKE=debian 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-24T07:36:12.425 INFO:teuthology.orchestra.run.trial028.stdout:UBUNTU_CODENAME=jammy 2026-02-24T07:36:12.426 INFO:teuthology.lock.ops:Updating trial028.front.sepia.ceph.com on lock server 2026-02-24T07:36:12.495 DEBUG:teuthology.orchestra.run.trial076:> uname -m 2026-02-24T07:36:12.499 INFO:teuthology.orchestra.run.trial076.stdout:x86_64 2026-02-24T07:36:12.500 DEBUG:teuthology.orchestra.run.trial076:> cat /etc/os-release 2026-02-24T07:36:12.544 INFO:teuthology.orchestra.run.trial076.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-24T07:36:12.544 INFO:teuthology.orchestra.run.trial076.stdout:NAME="Ubuntu" 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:VERSION_ID="22.04" 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:VERSION_CODENAME=jammy 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:ID=ubuntu 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:ID_LIKE=debian 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-24T07:36:12.545 INFO:teuthology.orchestra.run.trial076.stdout:UBUNTU_CODENAME=jammy 2026-02-24T07:36:12.546 INFO:teuthology.lock.ops:Updating trial076.front.sepia.ceph.com on lock server 2026-02-24T07:36:12.619 DEBUG:teuthology.orchestra.run.trial172:> uname -m 2026-02-24T07:36:12.622 INFO:teuthology.orchestra.run.trial172.stdout:x86_64 2026-02-24T07:36:12.622 DEBUG:teuthology.orchestra.run.trial172:> cat /etc/os-release 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:NAME="Ubuntu" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:VERSION_ID="22.04" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:VERSION_CODENAME=jammy 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:ID=ubuntu 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:ID_LIKE=debian 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-24T07:36:12.672 INFO:teuthology.orchestra.run.trial172.stdout:UBUNTU_CODENAME=jammy 2026-02-24T07:36:12.673 INFO:teuthology.lock.ops:Updating trial172.front.sepia.ceph.com on lock server 2026-02-24T07:36:12.750 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-24T07:36:12.763 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-24T07:36:12.775 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-24T07:36:12.775 DEBUG:teuthology.orchestra.run.trial028:> test '!' -e /home/ubuntu/cephtest 2026-02-24T07:36:12.776 DEBUG:teuthology.orchestra.run.trial076:> test '!' -e /home/ubuntu/cephtest 2026-02-24T07:36:12.778 DEBUG:teuthology.orchestra.run.trial172:> test '!' -e /home/ubuntu/cephtest 2026-02-24T07:36:12.780 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-24T07:36:12.791 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-24T07:36:12.791 DEBUG:teuthology.orchestra.run.trial028:> test -z $(ls -A /var/lib/ceph) 2026-02-24T07:36:12.827 DEBUG:teuthology.orchestra.run.trial076:> test -z $(ls -A /var/lib/ceph) 2026-02-24T07:36:12.828 DEBUG:teuthology.orchestra.run.trial172:> test -z $(ls -A /var/lib/ceph) 2026-02-24T07:36:12.830 INFO:teuthology.orchestra.run.trial028.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-24T07:36:12.830 INFO:teuthology.orchestra.run.trial076.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-24T07:36:12.832 INFO:teuthology.orchestra.run.trial172.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-24T07:36:12.833 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-24T07:36:13.062 INFO:teuthology.run_tasks:Running task kernel... 2026-02-24T07:36:13.081 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-24T07:36:13.081 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-24T07:36:13.081 DEBUG:teuthology.orchestra.run.trial028:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T07:36:13.082 DEBUG:teuthology.orchestra.run.trial076:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T07:36:13.082 DEBUG:teuthology.orchestra.run.trial172:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-24T07:36:13.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:36:13.085 DEBUG:teuthology.orchestra.run.trial172:> uname -r 2026-02-24T07:36:13.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:36:13.085 DEBUG:teuthology.orchestra.run.trial076:> uname -r 2026-02-24T07:36:13.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:36:13.086 DEBUG:teuthology.orchestra.run.trial028:> uname -r 2026-02-24T07:36:13.133 INFO:teuthology.orchestra.run.trial076.stdout:5.15.0-170-generic 2026-02-24T07:36:13.133 INFO:teuthology.task.kernel:Running kernel on trial076: 5.15.0-170-generic 2026-02-24T07:36:13.133 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get clean 2026-02-24T07:36:13.136 INFO:teuthology.orchestra.run.trial172.stdout:5.15.0-170-generic 2026-02-24T07:36:13.136 INFO:teuthology.task.kernel:Running kernel on trial172: 5.15.0-170-generic 2026-02-24T07:36:13.136 DEBUG:teuthology.orchestra.run.trial172:> sudo apt-get clean 2026-02-24T07:36:13.137 INFO:teuthology.orchestra.run.trial028.stdout:5.15.0-170-generic 2026-02-24T07:36:13.137 INFO:teuthology.task.kernel:Running kernel on trial028: 5.15.0-170-generic 2026-02-24T07:36:13.137 DEBUG:teuthology.orchestra.run.trial028:> sudo apt-get clean 2026-02-24T07:36:13.192 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get update 2026-02-24T07:36:13.193 DEBUG:teuthology.orchestra.run.trial172:> sudo apt-get update 2026-02-24T07:36:13.196 DEBUG:teuthology.orchestra.run.trial028:> sudo apt-get update 2026-02-24T07:36:13.387 INFO:teuthology.orchestra.run.trial028.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:36:13.388 INFO:teuthology.orchestra.run.trial172.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:36:13.394 INFO:teuthology.orchestra.run.trial028.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-24T07:36:13.396 INFO:teuthology.orchestra.run.trial172.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-24T07:36:13.434 INFO:teuthology.orchestra.run.trial028.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-24T07:36:13.436 INFO:teuthology.orchestra.run.trial172.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-24T07:36:13.451 INFO:teuthology.orchestra.run.trial028.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-24T07:36:13.451 INFO:teuthology.orchestra.run.trial172.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-24T07:36:13.531 INFO:teuthology.orchestra.run.trial172.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3266 kB] 2026-02-24T07:36:13.533 INFO:teuthology.orchestra.run.trial028.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3266 kB] 2026-02-24T07:36:13.595 INFO:teuthology.orchestra.run.trial172.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [497 kB] 2026-02-24T07:36:13.597 INFO:teuthology.orchestra.run.trial028.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [497 kB] 2026-02-24T07:36:13.598 INFO:teuthology.orchestra.run.trial172.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.2 kB] 2026-02-24T07:36:13.599 INFO:teuthology.orchestra.run.trial172.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-24T07:36:13.600 INFO:teuthology.orchestra.run.trial028.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.2 kB] 2026-02-24T07:36:13.601 INFO:teuthology.orchestra.run.trial028.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-24T07:36:13.606 INFO:teuthology.orchestra.run.trial172.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-24T07:36:13.608 INFO:teuthology.orchestra.run.trial172.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.4 kB] 2026-02-24T07:36:13.609 INFO:teuthology.orchestra.run.trial028.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-24T07:36:13.609 INFO:teuthology.orchestra.run.trial172.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5366 kB] 2026-02-24T07:36:13.610 INFO:teuthology.orchestra.run.trial028.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.4 kB] 2026-02-24T07:36:13.611 INFO:teuthology.orchestra.run.trial028.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5366 kB] 2026-02-24T07:36:13.637 INFO:teuthology.orchestra.run.trial172.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1018 kB] 2026-02-24T07:36:13.639 INFO:teuthology.orchestra.run.trial028.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1018 kB] 2026-02-24T07:36:13.640 INFO:teuthology.orchestra.run.trial172.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-24T07:36:13.642 INFO:teuthology.orchestra.run.trial028.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-24T07:36:13.648 INFO:teuthology.orchestra.run.trial172.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-24T07:36:13.650 INFO:teuthology.orchestra.run.trial172.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB] 2026-02-24T07:36:13.650 INFO:teuthology.orchestra.run.trial172.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-24T07:36:13.650 INFO:teuthology.orchestra.run.trial028.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-24T07:36:13.652 INFO:teuthology.orchestra.run.trial028.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB] 2026-02-24T07:36:13.652 INFO:teuthology.orchestra.run.trial028.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-24T07:36:13.653 INFO:teuthology.orchestra.run.trial172.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.7 kB] 2026-02-24T07:36:13.653 INFO:teuthology.orchestra.run.trial172.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-24T07:36:13.657 INFO:teuthology.orchestra.run.trial028.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.7 kB] 2026-02-24T07:36:13.657 INFO:teuthology.orchestra.run.trial028.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-24T07:36:13.666 INFO:teuthology.orchestra.run.trial076.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:36:13.670 INFO:teuthology.orchestra.run.trial172.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-24T07:36:13.673 INFO:teuthology.orchestra.run.trial076.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-24T07:36:13.674 INFO:teuthology.orchestra.run.trial028.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-24T07:36:13.711 INFO:teuthology.orchestra.run.trial076.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-24T07:36:13.726 INFO:teuthology.orchestra.run.trial076.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-24T07:36:13.822 INFO:teuthology.orchestra.run.trial076.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3266 kB] 2026-02-24T07:36:13.885 INFO:teuthology.orchestra.run.trial076.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [497 kB] 2026-02-24T07:36:13.888 INFO:teuthology.orchestra.run.trial076.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.2 kB] 2026-02-24T07:36:13.889 INFO:teuthology.orchestra.run.trial076.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-24T07:36:13.896 INFO:teuthology.orchestra.run.trial076.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-24T07:36:13.898 INFO:teuthology.orchestra.run.trial076.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.4 kB] 2026-02-24T07:36:13.898 INFO:teuthology.orchestra.run.trial076.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5366 kB] 2026-02-24T07:36:13.927 INFO:teuthology.orchestra.run.trial076.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1018 kB] 2026-02-24T07:36:13.930 INFO:teuthology.orchestra.run.trial076.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-24T07:36:13.939 INFO:teuthology.orchestra.run.trial076.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-24T07:36:13.940 INFO:teuthology.orchestra.run.trial076.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB] 2026-02-24T07:36:13.940 INFO:teuthology.orchestra.run.trial076.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-24T07:36:13.945 INFO:teuthology.orchestra.run.trial076.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.7 kB] 2026-02-24T07:36:13.945 INFO:teuthology.orchestra.run.trial076.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-24T07:36:13.962 INFO:teuthology.orchestra.run.trial076.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-24T07:36:17.734 INFO:teuthology.orchestra.run.trial172.stdout:Fetched 22.7 MB in 2s (13.7 MB/s) 2026-02-24T07:36:17.783 INFO:teuthology.orchestra.run.trial028.stdout:Fetched 22.7 MB in 2s (13.3 MB/s) 2026-02-24T07:36:18.034 INFO:teuthology.orchestra.run.trial076.stdout:Fetched 22.7 MB in 2s (11.5 MB/s) 2026-02-24T07:36:18.254 INFO:teuthology.orchestra.run.trial172.stdout:Reading package lists... 2026-02-24T07:36:18.268 DEBUG:teuthology.orchestra.run.trial172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-24T07:36:18.302 INFO:teuthology.orchestra.run.trial172.stdout:Reading package lists... 2026-02-24T07:36:18.328 INFO:teuthology.orchestra.run.trial028.stdout:Reading package lists... 2026-02-24T07:36:18.341 DEBUG:teuthology.orchestra.run.trial028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-24T07:36:18.375 INFO:teuthology.orchestra.run.trial028.stdout:Reading package lists... 2026-02-24T07:36:18.411 INFO:teuthology.orchestra.run.trial172.stdout:Building dependency tree... 2026-02-24T07:36:18.412 INFO:teuthology.orchestra.run.trial172.stdout:Reading state information... 2026-02-24T07:36:18.484 INFO:teuthology.orchestra.run.trial028.stdout:Building dependency tree... 2026-02-24T07:36:18.485 INFO:teuthology.orchestra.run.trial028.stdout:Reading state information... 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout: sg3-utils-udev 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout:The following additional packages will be installed: 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout: linux-generic linux-headers-5.15.0-171 linux-headers-5.15.0-171-generic 2026-02-24T07:36:18.499 INFO:teuthology.orchestra.run.trial172.stdout: linux-headers-generic linux-image-5.15.0-171-generic 2026-02-24T07:36:18.500 INFO:teuthology.orchestra.run.trial172.stdout: linux-modules-5.15.0-171-generic linux-modules-extra-5.15.0-171-generic 2026-02-24T07:36:18.500 INFO:teuthology.orchestra.run.trial172.stdout:Suggested packages: 2026-02-24T07:36:18.500 INFO:teuthology.orchestra.run.trial172.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2026-02-24T07:36:18.511 INFO:teuthology.orchestra.run.trial172.stdout:The following NEW packages will be installed: 2026-02-24T07:36:18.511 INFO:teuthology.orchestra.run.trial172.stdout: linux-headers-5.15.0-171 linux-headers-5.15.0-171-generic 2026-02-24T07:36:18.511 INFO:teuthology.orchestra.run.trial172.stdout: linux-image-5.15.0-171-generic linux-modules-5.15.0-171-generic 2026-02-24T07:36:18.511 INFO:teuthology.orchestra.run.trial172.stdout: linux-modules-extra-5.15.0-171-generic 2026-02-24T07:36:18.511 INFO:teuthology.orchestra.run.trial172.stdout:The following packages will be upgraded: 2026-02-24T07:36:18.511 INFO:teuthology.orchestra.run.trial172.stdout: linux-generic linux-headers-generic linux-image-generic 2026-02-24T07:36:18.573 INFO:teuthology.orchestra.run.trial028.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout: sg3-utils-udev 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout:The following additional packages will be installed: 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout: linux-generic linux-headers-5.15.0-171 linux-headers-5.15.0-171-generic 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout: linux-headers-generic linux-image-5.15.0-171-generic 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout: linux-modules-5.15.0-171-generic linux-modules-extra-5.15.0-171-generic 2026-02-24T07:36:18.574 INFO:teuthology.orchestra.run.trial028.stdout:Suggested packages: 2026-02-24T07:36:18.575 INFO:teuthology.orchestra.run.trial028.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2026-02-24T07:36:18.575 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-24T07:36:18.586 DEBUG:teuthology.orchestra.run.trial076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-24T07:36:18.587 INFO:teuthology.orchestra.run.trial028.stdout:The following NEW packages will be installed: 2026-02-24T07:36:18.587 INFO:teuthology.orchestra.run.trial028.stdout: linux-headers-5.15.0-171 linux-headers-5.15.0-171-generic 2026-02-24T07:36:18.587 INFO:teuthology.orchestra.run.trial028.stdout: linux-image-5.15.0-171-generic linux-modules-5.15.0-171-generic 2026-02-24T07:36:18.588 INFO:teuthology.orchestra.run.trial028.stdout: linux-modules-extra-5.15.0-171-generic 2026-02-24T07:36:18.588 INFO:teuthology.orchestra.run.trial028.stdout:The following packages will be upgraded: 2026-02-24T07:36:18.588 INFO:teuthology.orchestra.run.trial028.stdout: linux-generic linux-headers-generic linux-image-generic 2026-02-24T07:36:18.613 INFO:teuthology.orchestra.run.trial172.stdout:3 upgraded, 5 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:36:18.614 INFO:teuthology.orchestra.run.trial172.stdout:Need to get 113 MB of archives. 2026-02-24T07:36:18.614 INFO:teuthology.orchestra.run.trial172.stdout:After this operation, 585 MB of additional disk space will be used. 2026-02-24T07:36:18.614 INFO:teuthology.orchestra.run.trial172.stdout:Get:1 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-171-generic amd64 5.15.0-171.181 [22.7 MB] 2026-02-24T07:36:18.621 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-24T07:36:18.681 INFO:teuthology.orchestra.run.trial028.stdout:3 upgraded, 5 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:36:18.682 INFO:teuthology.orchestra.run.trial028.stdout:Need to get 113 MB of archives. 2026-02-24T07:36:18.682 INFO:teuthology.orchestra.run.trial028.stdout:After this operation, 585 MB of additional disk space will be used. 2026-02-24T07:36:18.682 INFO:teuthology.orchestra.run.trial028.stdout:Get:1 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-171-generic amd64 5.15.0-171.181 [22.7 MB] 2026-02-24T07:36:18.735 INFO:teuthology.orchestra.run.trial076.stdout:Building dependency tree... 2026-02-24T07:36:18.735 INFO:teuthology.orchestra.run.trial076.stdout:Reading state information... 2026-02-24T07:36:18.782 INFO:teuthology.orchestra.run.trial172.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-171-generic amd64 5.15.0-171.181 [11.6 MB] 2026-02-24T07:36:18.824 INFO:teuthology.orchestra.run.trial076.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:36:18.824 INFO:teuthology.orchestra.run.trial076.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout: sg3-utils-udev 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout:The following additional packages will be installed: 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout: linux-generic linux-headers-5.15.0-171 linux-headers-5.15.0-171-generic 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout: linux-headers-generic linux-image-5.15.0-171-generic 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout: linux-modules-5.15.0-171-generic linux-modules-extra-5.15.0-171-generic 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout:Suggested packages: 2026-02-24T07:36:18.825 INFO:teuthology.orchestra.run.trial076.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2026-02-24T07:36:18.826 INFO:teuthology.orchestra.run.trial172.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-171-generic amd64 5.15.0-171.181 [63.9 MB] 2026-02-24T07:36:18.838 INFO:teuthology.orchestra.run.trial076.stdout:The following NEW packages will be installed: 2026-02-24T07:36:18.838 INFO:teuthology.orchestra.run.trial076.stdout: linux-headers-5.15.0-171 linux-headers-5.15.0-171-generic 2026-02-24T07:36:18.838 INFO:teuthology.orchestra.run.trial076.stdout: linux-image-5.15.0-171-generic linux-modules-5.15.0-171-generic 2026-02-24T07:36:18.838 INFO:teuthology.orchestra.run.trial076.stdout: linux-modules-extra-5.15.0-171-generic 2026-02-24T07:36:18.839 INFO:teuthology.orchestra.run.trial076.stdout:The following packages will be upgraded: 2026-02-24T07:36:18.839 INFO:teuthology.orchestra.run.trial076.stdout: linux-generic linux-headers-generic linux-image-generic 2026-02-24T07:36:18.868 INFO:teuthology.orchestra.run.trial028.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-171-generic amd64 5.15.0-171.181 [11.6 MB] 2026-02-24T07:36:18.913 INFO:teuthology.orchestra.run.trial028.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-171-generic amd64 5.15.0-171.181 [63.9 MB] 2026-02-24T07:36:19.073 INFO:teuthology.orchestra.run.trial172.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.171.160 [1658 B] 2026-02-24T07:36:19.074 INFO:teuthology.orchestra.run.trial172.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.171.160 [2486 B] 2026-02-24T07:36:19.074 INFO:teuthology.orchestra.run.trial172.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-171 all 5.15.0-171.181 [12.4 MB] 2026-02-24T07:36:19.122 INFO:teuthology.orchestra.run.trial172.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-171-generic amd64 5.15.0-171.181 [2849 kB] 2026-02-24T07:36:19.132 INFO:teuthology.orchestra.run.trial172.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.171.160 [2332 B] 2026-02-24T07:36:19.182 INFO:teuthology.orchestra.run.trial076.stdout:3 upgraded, 5 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:36:19.182 INFO:teuthology.orchestra.run.trial076.stdout:Need to get 113 MB of archives. 2026-02-24T07:36:19.182 INFO:teuthology.orchestra.run.trial076.stdout:After this operation, 585 MB of additional disk space will be used. 2026-02-24T07:36:19.183 INFO:teuthology.orchestra.run.trial076.stdout:Get:1 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-171-generic amd64 5.15.0-171.181 [22.7 MB] 2026-02-24T07:36:19.304 INFO:teuthology.orchestra.run.trial028.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.171.160 [1658 B] 2026-02-24T07:36:19.304 INFO:teuthology.orchestra.run.trial028.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.171.160 [2486 B] 2026-02-24T07:36:19.304 INFO:teuthology.orchestra.run.trial028.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-171 all 5.15.0-171.181 [12.4 MB] 2026-02-24T07:36:19.331 INFO:teuthology.orchestra.run.trial172.stdout:Fetched 113 MB in 1s (183 MB/s) 2026-02-24T07:36:19.352 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package linux-modules-5.15.0-171-generic. 2026-02-24T07:36:19.369 INFO:teuthology.orchestra.run.trial028.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-171-generic amd64 5.15.0-171.181 [2849 kB] 2026-02-24T07:36:19.383 INFO:teuthology.orchestra.run.trial028.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.171.160 [2332 B] 2026-02-24T07:36:19.523 INFO:teuthology.orchestra.run.trial172.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-24T07:36:19.525 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../0-linux-modules-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:19.526 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-modules-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:19.579 INFO:teuthology.orchestra.run.trial028.stdout:Fetched 113 MB in 1s (143 MB/s) 2026-02-24T07:36:19.596 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package linux-modules-5.15.0-171-generic. 2026-02-24T07:36:19.767 INFO:teuthology.orchestra.run.trial028.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-24T07:36:19.769 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../0-linux-modules-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:19.770 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-modules-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:19.872 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package linux-image-5.15.0-171-generic. 2026-02-24T07:36:19.880 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../1-linux-image-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:19.899 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:19.940 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-171-generic. 2026-02-24T07:36:19.948 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:19.948 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:20.122 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package linux-image-5.15.0-171-generic. 2026-02-24T07:36:20.131 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../1-linux-image-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:20.152 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:20.192 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-171-generic. 2026-02-24T07:36:20.200 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:20.200 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:20.280 INFO:teuthology.orchestra.run.trial076.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-171-generic amd64 5.15.0-171.181 [11.6 MB] 2026-02-24T07:36:20.550 INFO:teuthology.orchestra.run.trial076.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-171-generic amd64 5.15.0-171.181 [63.9 MB] 2026-02-24T07:36:21.061 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../3-linux-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:21.062 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:21.088 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:21.088 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-image-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:21.105 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package linux-headers-5.15.0-171. 2026-02-24T07:36:21.114 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../5-linux-headers-5.15.0-171_5.15.0-171.181_all.deb ... 2026-02-24T07:36:21.114 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-headers-5.15.0-171 (5.15.0-171.181) ... 2026-02-24T07:36:21.316 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../3-linux-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:21.317 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:21.342 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:21.343 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-image-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:21.361 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package linux-headers-5.15.0-171. 2026-02-24T07:36:21.370 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../5-linux-headers-5.15.0-171_5.15.0-171.181_all.deb ... 2026-02-24T07:36:21.370 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-headers-5.15.0-171 (5.15.0-171.181) ... 2026-02-24T07:36:22.040 INFO:teuthology.orchestra.run.trial076.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.171.160 [1658 B] 2026-02-24T07:36:22.040 INFO:teuthology.orchestra.run.trial076.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.171.160 [2486 B] 2026-02-24T07:36:22.040 INFO:teuthology.orchestra.run.trial076.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-171 all 5.15.0-171.181 [12.4 MB] 2026-02-24T07:36:22.318 INFO:teuthology.orchestra.run.trial076.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-171-generic amd64 5.15.0-171.181 [2849 kB] 2026-02-24T07:36:22.384 INFO:teuthology.orchestra.run.trial076.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.171.160 [2332 B] 2026-02-24T07:36:22.462 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package linux-headers-5.15.0-171-generic. 2026-02-24T07:36:22.476 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../6-linux-headers-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:22.477 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-headers-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:22.581 INFO:teuthology.orchestra.run.trial076.stdout:Fetched 113 MB in 4s (32.0 MB/s) 2026-02-24T07:36:22.602 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package linux-modules-5.15.0-171-generic. 2026-02-24T07:36:22.732 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package linux-headers-5.15.0-171-generic. 2026-02-24T07:36:22.746 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../6-linux-headers-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:22.746 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-headers-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:22.779 INFO:teuthology.orchestra.run.trial076.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-24T07:36:22.781 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../0-linux-modules-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:22.782 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-modules-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:23.057 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:23.058 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking linux-headers-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:23.085 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-headers-5.15.0-171 (5.15.0-171.181) ... 2026-02-24T07:36:23.086 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-headers-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:23.087 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-headers-generic (5.15.0.171.160) ... 2026-02-24T07:36:23.089 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:23.112 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package linux-image-5.15.0-171-generic. 2026-02-24T07:36:23.121 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../1-linux-image-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:23.142 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:23.181 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-171-generic. 2026-02-24T07:36:23.190 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:23.190 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:23.339 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:23.340 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking linux-headers-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:23.366 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-headers-5.15.0-171 (5.15.0-171.181) ... 2026-02-24T07:36:23.367 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-headers-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:23.369 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-headers-generic (5.15.0.171.160) ... 2026-02-24T07:36:23.370 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:23.874 INFO:teuthology.orchestra.run.trial172.stdout:I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.15.0-170-generic 2026-02-24T07:36:23.874 INFO:teuthology.orchestra.run.trial172.stdout:I: /boot/initrd.img.old is now a symlink to initrd.img-5.15.0-170-generic 2026-02-24T07:36:23.874 INFO:teuthology.orchestra.run.trial172.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.15.0-171-generic 2026-02-24T07:36:23.874 INFO:teuthology.orchestra.run.trial172.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.15.0-171-generic 2026-02-24T07:36:23.881 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:24.158 INFO:teuthology.orchestra.run.trial028.stdout:I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.15.0-170-generic 2026-02-24T07:36:24.158 INFO:teuthology.orchestra.run.trial028.stdout:I: /boot/initrd.img.old is now a symlink to initrd.img-5.15.0-170-generic 2026-02-24T07:36:24.158 INFO:teuthology.orchestra.run.trial028.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.15.0-171-generic 2026-02-24T07:36:24.158 INFO:teuthology.orchestra.run.trial028.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.15.0-171-generic 2026-02-24T07:36:24.165 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:24.292 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../3-linux-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:24.293 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:24.318 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:24.319 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-image-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:24.335 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package linux-headers-5.15.0-171. 2026-02-24T07:36:24.344 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../5-linux-headers-5.15.0-171_5.15.0-171.181_all.deb ... 2026-02-24T07:36:24.345 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-headers-5.15.0-171 (5.15.0-171.181) ... 2026-02-24T07:36:24.697 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-modules-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:24.977 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-modules-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:25.508 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-image-generic (5.15.0.171.160) ... 2026-02-24T07:36:25.509 INFO:teuthology.orchestra.run.trial172.stdout:Setting up linux-generic (5.15.0.171.160) ... 2026-02-24T07:36:25.511 INFO:teuthology.orchestra.run.trial172.stdout:Processing triggers for linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:25.516 INFO:teuthology.orchestra.run.trial172.stdout:/etc/kernel/postinst.d/initramfs-tools: 2026-02-24T07:36:25.516 INFO:teuthology.orchestra.run.trial172.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:25.680 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package linux-headers-5.15.0-171-generic. 2026-02-24T07:36:25.694 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../6-linux-headers-5.15.0-171-generic_5.15.0-171.181_amd64.deb ... 2026-02-24T07:36:25.695 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-headers-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:25.779 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-image-generic (5.15.0.171.160) ... 2026-02-24T07:36:25.780 INFO:teuthology.orchestra.run.trial028.stdout:Setting up linux-generic (5.15.0.171.160) ... 2026-02-24T07:36:25.781 INFO:teuthology.orchestra.run.trial028.stdout:Processing triggers for linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:25.786 INFO:teuthology.orchestra.run.trial028.stdout:/etc/kernel/postinst.d/initramfs-tools: 2026-02-24T07:36:25.786 INFO:teuthology.orchestra.run.trial028.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:26.280 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.171.160_amd64.deb ... 2026-02-24T07:36:26.281 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking linux-headers-generic (5.15.0.171.160) over (5.15.0.170.159) ... 2026-02-24T07:36:26.306 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-headers-5.15.0-171 (5.15.0-171.181) ... 2026-02-24T07:36:26.307 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-headers-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:26.309 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-headers-generic (5.15.0.171.160) ... 2026-02-24T07:36:26.310 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:27.078 INFO:teuthology.orchestra.run.trial076.stdout:I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.15.0-170-generic 2026-02-24T07:36:27.079 INFO:teuthology.orchestra.run.trial076.stdout:I: /boot/initrd.img.old is now a symlink to initrd.img-5.15.0-170-generic 2026-02-24T07:36:27.079 INFO:teuthology.orchestra.run.trial076.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.15.0-171-generic 2026-02-24T07:36:27.079 INFO:teuthology.orchestra.run.trial076.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.15.0-171-generic 2026-02-24T07:36:27.087 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-modules-extra-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:27.881 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-modules-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:28.668 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-image-generic (5.15.0.171.160) ... 2026-02-24T07:36:28.669 INFO:teuthology.orchestra.run.trial076.stdout:Setting up linux-generic (5.15.0.171.160) ... 2026-02-24T07:36:28.671 INFO:teuthology.orchestra.run.trial076.stdout:Processing triggers for linux-image-5.15.0-171-generic (5.15.0-171.181) ... 2026-02-24T07:36:28.676 INFO:teuthology.orchestra.run.trial076.stdout:/etc/kernel/postinst.d/initramfs-tools: 2026-02-24T07:36:28.676 INFO:teuthology.orchestra.run.trial076.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:32.615 INFO:teuthology.orchestra.run.trial172.stdout:W: Possible missing firmware /lib/firmware/ast_dp501_fw.bin for module ast 2026-02-24T07:36:32.849 INFO:teuthology.orchestra.run.trial028.stdout:W: Possible missing firmware /lib/firmware/ast_dp501_fw.bin for module ast 2026-02-24T07:36:35.725 INFO:teuthology.orchestra.run.trial076.stdout:W: Possible missing firmware /lib/firmware/ast_dp501_fw.bin for module ast 2026-02-24T07:36:39.362 INFO:teuthology.orchestra.run.trial172.stdout:/etc/kernel/postinst.d/zz-update-grub: 2026-02-24T07:36:39.363 INFO:teuthology.orchestra.run.trial172.stdout:Sourcing file `/etc/default/grub' 2026-02-24T07:36:39.381 INFO:teuthology.orchestra.run.trial172.stdout:Sourcing file `/etc/default/grub.d/50-curtin-settings.cfg' 2026-02-24T07:36:39.382 INFO:teuthology.orchestra.run.trial172.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-02-24T07:36:39.385 INFO:teuthology.orchestra.run.trial172.stdout:Generating grub configuration file ... 2026-02-24T07:36:39.461 INFO:teuthology.orchestra.run.trial028.stdout:/etc/kernel/postinst.d/zz-update-grub: 2026-02-24T07:36:39.461 INFO:teuthology.orchestra.run.trial028.stdout:Sourcing file `/etc/default/grub' 2026-02-24T07:36:39.470 INFO:teuthology.orchestra.run.trial172.stdout:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-02-24T07:36:39.477 INFO:teuthology.orchestra.run.trial172.stdout:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:39.480 INFO:teuthology.orchestra.run.trial028.stdout:Sourcing file `/etc/default/grub.d/50-curtin-settings.cfg' 2026-02-24T07:36:39.480 INFO:teuthology.orchestra.run.trial028.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-02-24T07:36:39.483 INFO:teuthology.orchestra.run.trial028.stdout:Generating grub configuration file ... 2026-02-24T07:36:39.565 INFO:teuthology.orchestra.run.trial028.stdout:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-02-24T07:36:39.571 INFO:teuthology.orchestra.run.trial028.stdout:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:39.651 INFO:teuthology.orchestra.run.trial172.stdout:Found linux image: /boot/vmlinuz-5.15.0-170-generic 2026-02-24T07:36:39.657 INFO:teuthology.orchestra.run.trial172.stdout:Found initrd image: /boot/initrd.img-5.15.0-170-generic 2026-02-24T07:36:39.699 INFO:teuthology.orchestra.run.trial172.stdout:Found linux image: /boot/vmlinuz-5.15.0-164-generic 2026-02-24T07:36:39.705 INFO:teuthology.orchestra.run.trial172.stdout:Found initrd image: /boot/initrd.img-5.15.0-164-generic 2026-02-24T07:36:39.751 INFO:teuthology.orchestra.run.trial028.stdout:Found linux image: /boot/vmlinuz-5.15.0-170-generic 2026-02-24T07:36:39.756 INFO:teuthology.orchestra.run.trial028.stdout:Found initrd image: /boot/initrd.img-5.15.0-170-generic 2026-02-24T07:36:39.781 INFO:teuthology.orchestra.run.trial172.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2026-02-24T07:36:39.781 INFO:teuthology.orchestra.run.trial172.stdout:Systems on them will not be added to the GRUB boot configuration. 2026-02-24T07:36:39.781 INFO:teuthology.orchestra.run.trial172.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-02-24T07:36:39.783 INFO:teuthology.orchestra.run.trial172.stdout:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T07:36:39.793 INFO:teuthology.orchestra.run.trial172.stdout:done 2026-02-24T07:36:39.801 INFO:teuthology.orchestra.run.trial028.stdout:Found linux image: /boot/vmlinuz-5.15.0-164-generic 2026-02-24T07:36:39.806 INFO:teuthology.orchestra.run.trial028.stdout:Found initrd image: /boot/initrd.img-5.15.0-164-generic 2026-02-24T07:36:39.880 INFO:teuthology.orchestra.run.trial028.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2026-02-24T07:36:39.880 INFO:teuthology.orchestra.run.trial028.stdout:Systems on them will not be added to the GRUB boot configuration. 2026-02-24T07:36:39.881 INFO:teuthology.orchestra.run.trial028.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-02-24T07:36:39.883 INFO:teuthology.orchestra.run.trial028.stdout:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T07:36:39.892 INFO:teuthology.orchestra.run.trial028.stdout:done 2026-02-24T07:36:40.202 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.203 INFO:teuthology.orchestra.run.trial172.stdout:Pending kernel upgrade! 2026-02-24T07:36:40.203 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.203 INFO:teuthology.orchestra.run.trial172.stdout:Running kernel version: 2026-02-24T07:36:40.203 INFO:teuthology.orchestra.run.trial172.stdout: 5.15.0-170-generic 2026-02-24T07:36:40.203 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.203 INFO:teuthology.orchestra.run.trial172.stdout:Diagnostics: 2026-02-24T07:36:40.203 INFO:teuthology.orchestra.run.trial172.stdout: The currently running kernel version is not the expected kernel version 5.15.0-171-generic. 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout:Restarting the system to load the new kernel will not be handled automatically, so you should consider rebooting. [Return] 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout:The processor microcode seems to be up-to-date. 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout:No services need to be restarted. 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.204 INFO:teuthology.orchestra.run.trial172.stdout:No containers need to be restarted. 2026-02-24T07:36:40.205 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.205 INFO:teuthology.orchestra.run.trial172.stdout:No user sessions are running outdated binaries. 2026-02-24T07:36:40.205 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:36:40.205 INFO:teuthology.orchestra.run.trial172.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-24T07:36:40.303 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.303 INFO:teuthology.orchestra.run.trial028.stdout:Pending kernel upgrade! 2026-02-24T07:36:40.303 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.303 INFO:teuthology.orchestra.run.trial028.stdout:Running kernel version: 2026-02-24T07:36:40.303 INFO:teuthology.orchestra.run.trial028.stdout: 5.15.0-170-generic 2026-02-24T07:36:40.303 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout:Diagnostics: 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout: The currently running kernel version is not the expected kernel version 5.15.0-171-generic. 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout:Restarting the system to load the new kernel will not be handled automatically, so you should consider rebooting. [Return] 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout:The processor microcode seems to be up-to-date. 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout:No services need to be restarted. 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout:No containers need to be restarted. 2026-02-24T07:36:40.304 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.305 INFO:teuthology.orchestra.run.trial028.stdout:No user sessions are running outdated binaries. 2026-02-24T07:36:40.305 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:36:40.305 INFO:teuthology.orchestra.run.trial028.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-24T07:36:41.039 DEBUG:teuthology.orchestra.run.trial172:> dpkg -s linux-image-generic 2026-02-24T07:36:41.090 INFO:teuthology.orchestra.run.trial172.stdout:Package: linux-image-generic 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Status: install ok installed 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Priority: optional 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Section: kernel 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Installed-Size: 22 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Maintainer: Ubuntu Kernel Team 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Architecture: amd64 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Source: linux-meta 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.stdout:Version: 5.15.0.171.160 2026-02-24T07:36:41.091 INFO:teuthology.orchestra.run.trial172.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-171), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-24T07:36:41.092 INFO:teuthology.orchestra.run.trial172.stdout:Depends: linux-image-5.15.0-171-generic, linux-modules-extra-5.15.0-171-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-24T07:36:41.092 INFO:teuthology.orchestra.run.trial172.stdout:Recommends: thermald 2026-02-24T07:36:41.092 INFO:teuthology.orchestra.run.trial172.stdout:Description: Generic Linux kernel image 2026-02-24T07:36:41.092 INFO:teuthology.orchestra.run.trial172.stdout: This package will always depend on the latest generic kernel image 2026-02-24T07:36:41.092 INFO:teuthology.orchestra.run.trial172.stdout: available. 2026-02-24T07:36:41.092 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-170-generic Expected: 5.15.0-171-generic 2026-02-24T07:36:41.093 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T07:36:41.093 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T07:36:41.093 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2026-02-24T07:36:41.093 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial172.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T07:36:41.093 DEBUG:teuthology.orchestra.run.trial172:> sudo apt-get clean 2026-02-24T07:36:41.146 DEBUG:teuthology.orchestra.run.trial028:> dpkg -s linux-image-generic 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Package: linux-image-generic 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Status: install ok installed 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Priority: optional 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Section: kernel 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Installed-Size: 22 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Maintainer: Ubuntu Kernel Team 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Architecture: amd64 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Source: linux-meta 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Version: 5.15.0.171.160 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.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-171), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Depends: linux-image-5.15.0-171-generic, linux-modules-extra-5.15.0-171-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Recommends: thermald 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout:Description: Generic Linux kernel image 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout: This package will always depend on the latest generic kernel image 2026-02-24T07:36:41.156 INFO:teuthology.orchestra.run.trial028.stdout: available. 2026-02-24T07:36:41.157 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-170-generic Expected: 5.15.0-171-generic 2026-02-24T07:36:41.157 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T07:36:41.157 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T07:36:41.157 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-24T07:36:41.157 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial028.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T07:36:41.157 DEBUG:teuthology.orchestra.run.trial028:> sudo apt-get clean 2026-02-24T07:36:41.172 DEBUG:teuthology.orchestra.run.trial172:> sudo apt-get update 2026-02-24T07:36:41.237 DEBUG:teuthology.orchestra.run.trial028:> sudo apt-get update 2026-02-24T07:36:41.417 INFO:teuthology.orchestra.run.trial028.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:36:41.422 INFO:teuthology.orchestra.run.trial028.stdout:Hit:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-24T07:36:41.432 INFO:teuthology.orchestra.run.trial028.stdout:Hit:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-24T07:36:41.441 INFO:teuthology.orchestra.run.trial028.stdout:Hit:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-24T07:36:41.616 INFO:teuthology.orchestra.run.trial172.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:36:41.683 INFO:teuthology.orchestra.run.trial172.stdout:Hit:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-24T07:36:41.755 INFO:teuthology.orchestra.run.trial172.stdout:Hit:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-24T07:36:41.828 INFO:teuthology.orchestra.run.trial172.stdout:Hit:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-24T07:36:42.266 INFO:teuthology.orchestra.run.trial028.stdout:Reading package lists... 2026-02-24T07:36:42.280 DEBUG:teuthology.orchestra.run.trial028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-24T07:36:42.312 INFO:teuthology.orchestra.run.trial028.stdout:Reading package lists... 2026-02-24T07:36:42.428 INFO:teuthology.orchestra.run.trial028.stdout:Building dependency tree... 2026-02-24T07:36:42.429 INFO:teuthology.orchestra.run.trial028.stdout:Reading state information... 2026-02-24T07:36:42.478 INFO:teuthology.orchestra.run.trial076.stdout:/etc/kernel/postinst.d/zz-update-grub: 2026-02-24T07:36:42.478 INFO:teuthology.orchestra.run.trial076.stdout:Sourcing file `/etc/default/grub' 2026-02-24T07:36:42.486 INFO:teuthology.orchestra.run.trial172.stdout:Reading package lists... 2026-02-24T07:36:42.497 INFO:teuthology.orchestra.run.trial076.stdout:Sourcing file `/etc/default/grub.d/50-curtin-settings.cfg' 2026-02-24T07:36:42.498 INFO:teuthology.orchestra.run.trial076.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-02-24T07:36:42.500 DEBUG:teuthology.orchestra.run.trial172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-24T07:36:42.501 INFO:teuthology.orchestra.run.trial076.stdout:Generating grub configuration file ... 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout:linux-image-generic is already the newest version (5.15.0.171.160). 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout:linux-image-generic set to manually installed. 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout: linux-headers-5.15.0-164 linux-headers-5.15.0-164-generic 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout: linux-image-5.15.0-164-generic linux-modules-5.15.0-164-generic 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout: linux-modules-extra-5.15.0-164-generic sg3-utils sg3-utils-udev 2026-02-24T07:36:42.517 INFO:teuthology.orchestra.run.trial028.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:36:42.534 INFO:teuthology.orchestra.run.trial172.stdout:Reading package lists... 2026-02-24T07:36:42.538 INFO:teuthology.orchestra.run.trial028.stdout:0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:36:42.540 DEBUG:teuthology.orchestra.run.trial028:> dpkg -s linux-image-generic 2026-02-24T07:36:42.584 INFO:teuthology.orchestra.run.trial076.stdout:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Package: linux-image-generic 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Status: install ok installed 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Priority: optional 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Section: kernel 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Installed-Size: 22 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Maintainer: Ubuntu Kernel Team 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Architecture: amd64 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Source: linux-meta 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Version: 5.15.0.171.160 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.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-171), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Depends: linux-image-5.15.0-171-generic, linux-modules-extra-5.15.0-171-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Recommends: thermald 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout:Description: Generic Linux kernel image 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout: This package will always depend on the latest generic kernel image 2026-02-24T07:36:42.590 INFO:teuthology.orchestra.run.trial028.stdout: available. 2026-02-24T07:36:42.591 DEBUG:teuthology.orchestra.run.trial028:> mktemp 2026-02-24T07:36:42.591 INFO:teuthology.orchestra.run.trial076.stdout:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:42.638 INFO:teuthology.orchestra.run.trial028.stdout:/tmp/tmp.c9V924pGpn 2026-02-24T07:36:42.638 DEBUG:teuthology.orchestra.run.trial028:> sudo cp /boot/grub/grub.cfg /tmp/tmp.c9V924pGpn 2026-02-24T07:36:42.648 INFO:teuthology.orchestra.run.trial172.stdout:Building dependency tree... 2026-02-24T07:36:42.649 INFO:teuthology.orchestra.run.trial172.stdout:Reading state information... 2026-02-24T07:36:42.690 DEBUG:teuthology.orchestra.run.trial028:> sudo chmod 0666 /tmp/tmp.c9V924pGpn 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout:linux-image-generic is already the newest version (5.15.0.171.160). 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout:linux-image-generic set to manually installed. 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout: linux-headers-5.15.0-164 linux-headers-5.15.0-164-generic 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout: linux-image-5.15.0-164-generic linux-modules-5.15.0-164-generic 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout: linux-modules-extra-5.15.0-164-generic sg3-utils sg3-utils-udev 2026-02-24T07:36:42.737 INFO:teuthology.orchestra.run.trial172.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:36:42.757 INFO:teuthology.orchestra.run.trial172.stdout:0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:36:42.759 DEBUG:teuthology.orchestra.run.trial172:> dpkg -s linux-image-generic 2026-02-24T07:36:42.759 INFO:teuthology.orchestra.run.trial076.stdout:Found linux image: /boot/vmlinuz-5.15.0-170-generic 2026-02-24T07:36:42.765 INFO:teuthology.orchestra.run.trial076.stdout:Found initrd image: /boot/initrd.img-5.15.0-170-generic 2026-02-24T07:36:42.788 DEBUG:teuthology.orchestra.remote:trial028:/tmp/tmp.c9V924pGpn is 9KB 2026-02-24T07:36:42.797 DEBUG:teuthology.orchestra.run.trial028:> rm -fr /tmp/tmp.c9V924pGpn 2026-02-24T07:36:42.802 DEBUG:teuthology.orchestra.run.trial028:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2026-02-24T07:36:42.809 INFO:teuthology.orchestra.run.trial172.stdout:Package: linux-image-generic 2026-02-24T07:36:42.809 INFO:teuthology.orchestra.run.trial172.stdout:Status: install ok installed 2026-02-24T07:36:42.809 INFO:teuthology.orchestra.run.trial172.stdout:Priority: optional 2026-02-24T07:36:42.809 INFO:teuthology.orchestra.run.trial172.stdout:Section: kernel 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Installed-Size: 22 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Maintainer: Ubuntu Kernel Team 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Architecture: amd64 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Source: linux-meta 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Version: 5.15.0.171.160 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.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-171), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Depends: linux-image-5.15.0-171-generic, linux-modules-extra-5.15.0-171-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Recommends: thermald 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout:Description: Generic Linux kernel image 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout: This package will always depend on the latest generic kernel image 2026-02-24T07:36:42.810 INFO:teuthology.orchestra.run.trial172.stdout: available. 2026-02-24T07:36:42.811 DEBUG:teuthology.orchestra.run.trial172:> mktemp 2026-02-24T07:36:42.811 INFO:teuthology.orchestra.run.trial076.stdout:Found linux image: /boot/vmlinuz-5.15.0-164-generic 2026-02-24T07:36:42.814 INFO:teuthology.orchestra.run.trial076.stdout:Found initrd image: /boot/initrd.img-5.15.0-164-generic 2026-02-24T07:36:42.850 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:36:42.850 DEBUG:teuthology.orchestra.run.trial028:> sudo dd of=/etc/grub.d/01_ceph_kernel 2026-02-24T07:36:42.850 DEBUG:teuthology.orchestra.run.trial028:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2026-02-24T07:36:42.856 INFO:teuthology.orchestra.run.trial172.stdout:/tmp/tmp.R9hjwmdvkx 2026-02-24T07:36:42.856 DEBUG:teuthology.orchestra.run.trial172:> sudo cp /boot/grub/grub.cfg /tmp/tmp.R9hjwmdvkx 2026-02-24T07:36:42.889 INFO:teuthology.orchestra.run.trial076.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2026-02-24T07:36:42.889 INFO:teuthology.orchestra.run.trial076.stdout:Systems on them will not be added to the GRUB boot configuration. 2026-02-24T07:36:42.890 INFO:teuthology.orchestra.run.trial076.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-02-24T07:36:42.892 INFO:teuthology.orchestra.run.trial076.stdout:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T07:36:42.902 INFO:teuthology.orchestra.run.trial076.stdout:done 2026-02-24T07:36:42.904 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-171-generic 2026-02-24T07:36:42.904 DEBUG:teuthology.orchestra.run.trial028:> sudo update-grub 2026-02-24T07:36:42.905 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod 0666 /tmp/tmp.R9hjwmdvkx 2026-02-24T07:36:43.002 DEBUG:teuthology.orchestra.remote:trial172:/tmp/tmp.R9hjwmdvkx is 9KB 2026-02-24T07:36:43.011 DEBUG:teuthology.orchestra.run.trial172:> rm -fr /tmp/tmp.R9hjwmdvkx 2026-02-24T07:36:43.016 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2026-02-24T07:36:43.068 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-24T07:36:43.068 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/grub.d/01_ceph_kernel 2026-02-24T07:36:43.068 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2026-02-24T07:36:43.121 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-171-generic 2026-02-24T07:36:43.121 DEBUG:teuthology.orchestra.run.trial172:> sudo update-grub 2026-02-24T07:36:43.147 INFO:teuthology.orchestra.run.trial028.stderr:Sourcing file `/etc/default/grub' 2026-02-24T07:36:43.167 INFO:teuthology.orchestra.run.trial028.stderr:Sourcing file `/etc/default/grub.d/50-curtin-settings.cfg' 2026-02-24T07:36:43.168 INFO:teuthology.orchestra.run.trial028.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-02-24T07:36:43.170 INFO:teuthology.orchestra.run.trial028.stderr:Generating grub configuration file ... 2026-02-24T07:36:43.254 INFO:teuthology.orchestra.run.trial028.stderr:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-02-24T07:36:43.260 INFO:teuthology.orchestra.run.trial028.stderr:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:43.311 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.311 INFO:teuthology.orchestra.run.trial076.stdout:Pending kernel upgrade! 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout:Running kernel version: 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout: 5.15.0-170-generic 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout:Diagnostics: 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout: The currently running kernel version is not the expected kernel version 5.15.0-171-generic. 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout:Restarting the system to load the new kernel will not be handled automatically, so you should consider rebooting. [Return] 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout:The processor microcode seems to be up-to-date. 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.312 INFO:teuthology.orchestra.run.trial076.stdout:No services need to be restarted. 2026-02-24T07:36:43.313 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.313 INFO:teuthology.orchestra.run.trial076.stdout:No containers need to be restarted. 2026-02-24T07:36:43.313 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.313 INFO:teuthology.orchestra.run.trial076.stdout:No user sessions are running outdated binaries. 2026-02-24T07:36:43.313 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:36:43.313 INFO:teuthology.orchestra.run.trial076.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-24T07:36:43.363 INFO:teuthology.orchestra.run.trial172.stderr:Sourcing file `/etc/default/grub' 2026-02-24T07:36:43.383 INFO:teuthology.orchestra.run.trial172.stderr:Sourcing file `/etc/default/grub.d/50-curtin-settings.cfg' 2026-02-24T07:36:43.384 INFO:teuthology.orchestra.run.trial172.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-02-24T07:36:43.386 INFO:teuthology.orchestra.run.trial172.stderr:Generating grub configuration file ... 2026-02-24T07:36:43.436 INFO:teuthology.orchestra.run.trial028.stderr:Found linux image: /boot/vmlinuz-5.15.0-170-generic 2026-02-24T07:36:43.441 INFO:teuthology.orchestra.run.trial028.stderr:Found initrd image: /boot/initrd.img-5.15.0-170-generic 2026-02-24T07:36:43.470 INFO:teuthology.orchestra.run.trial172.stderr:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-02-24T07:36:43.476 INFO:teuthology.orchestra.run.trial172.stderr:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:43.483 INFO:teuthology.orchestra.run.trial028.stderr:Found linux image: /boot/vmlinuz-5.15.0-164-generic 2026-02-24T07:36:43.488 INFO:teuthology.orchestra.run.trial028.stderr:Found initrd image: /boot/initrd.img-5.15.0-164-generic 2026-02-24T07:36:43.559 INFO:teuthology.orchestra.run.trial028.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2026-02-24T07:36:43.559 INFO:teuthology.orchestra.run.trial028.stderr:Systems on them will not be added to the GRUB boot configuration. 2026-02-24T07:36:43.559 INFO:teuthology.orchestra.run.trial028.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-02-24T07:36:43.562 INFO:teuthology.orchestra.run.trial028.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T07:36:43.569 INFO:teuthology.orchestra.run.trial028.stderr:done 2026-02-24T07:36:43.571 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial028 2026-02-24T07:36:43.571 DEBUG:teuthology.orchestra.run.trial028:> sudo bash -c ' 2026-02-24T07:36:43.571 DEBUG:teuthology.orchestra.run.trial028:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T07:36:43.571 DEBUG:teuthology.orchestra.run.trial028:> ' 2026-02-24T07:36:43.651 INFO:teuthology.orchestra.run.trial172.stderr:Found linux image: /boot/vmlinuz-5.15.0-170-generic 2026-02-24T07:36:43.656 INFO:teuthology.orchestra.run.trial172.stderr:Found initrd image: /boot/initrd.img-5.15.0-170-generic 2026-02-24T07:36:43.699 INFO:teuthology.orchestra.run.trial172.stderr:Found linux image: /boot/vmlinuz-5.15.0-164-generic 2026-02-24T07:36:43.704 INFO:teuthology.orchestra.run.trial172.stderr:Found initrd image: /boot/initrd.img-5.15.0-164-generic 2026-02-24T07:36:43.776 INFO:teuthology.orchestra.run.trial172.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2026-02-24T07:36:43.776 INFO:teuthology.orchestra.run.trial172.stderr:Systems on them will not be added to the GRUB boot configuration. 2026-02-24T07:36:43.776 INFO:teuthology.orchestra.run.trial172.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-02-24T07:36:43.778 INFO:teuthology.orchestra.run.trial172.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T07:36:43.785 INFO:teuthology.orchestra.run.trial172.stderr:done 2026-02-24T07:36:43.787 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial172 2026-02-24T07:36:43.787 DEBUG:teuthology.orchestra.run.trial172:> sudo bash -c ' 2026-02-24T07:36:43.787 DEBUG:teuthology.orchestra.run.trial172:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T07:36:43.788 DEBUG:teuthology.orchestra.run.trial172:> ' 2026-02-24T07:36:44.125 DEBUG:teuthology.orchestra.run.trial076:> dpkg -s linux-image-generic 2026-02-24T07:36:44.175 INFO:teuthology.orchestra.run.trial076.stdout:Package: linux-image-generic 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Status: install ok installed 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Priority: optional 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Section: kernel 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Installed-Size: 22 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Maintainer: Ubuntu Kernel Team 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Architecture: amd64 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Source: linux-meta 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.stdout:Version: 5.15.0.171.160 2026-02-24T07:36:44.176 INFO:teuthology.orchestra.run.trial076.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-171), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-24T07:36:44.177 INFO:teuthology.orchestra.run.trial076.stdout:Depends: linux-image-5.15.0-171-generic, linux-modules-extra-5.15.0-171-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-24T07:36:44.177 INFO:teuthology.orchestra.run.trial076.stdout:Recommends: thermald 2026-02-24T07:36:44.177 INFO:teuthology.orchestra.run.trial076.stdout:Description: Generic Linux kernel image 2026-02-24T07:36:44.177 INFO:teuthology.orchestra.run.trial076.stdout: This package will always depend on the latest generic kernel image 2026-02-24T07:36:44.177 INFO:teuthology.orchestra.run.trial076.stdout: available. 2026-02-24T07:36:44.177 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-170-generic Expected: 5.15.0-171-generic 2026-02-24T07:36:44.177 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-24T07:36:44.177 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-24T07:36:44.178 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-24T07:36:44.178 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial076.front.sepia.ceph.com, path=None, version=distro) 2026-02-24T07:36:44.178 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get clean 2026-02-24T07:36:44.258 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get update 2026-02-24T07:36:44.435 INFO:teuthology.orchestra.run.trial076.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:36:44.438 INFO:teuthology.orchestra.run.trial076.stdout:Hit:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-24T07:36:44.447 INFO:teuthology.orchestra.run.trial076.stdout:Hit:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-24T07:36:44.456 INFO:teuthology.orchestra.run.trial076.stdout:Hit:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-24T07:36:45.290 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-24T07:36:45.304 DEBUG:teuthology.orchestra.run.trial076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-24T07:36:45.338 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-24T07:36:45.448 INFO:teuthology.orchestra.run.trial076.stdout:Building dependency tree... 2026-02-24T07:36:45.449 INFO:teuthology.orchestra.run.trial076.stdout:Reading state information... 2026-02-24T07:36:45.533 INFO:teuthology.orchestra.run.trial076.stdout:linux-image-generic is already the newest version (5.15.0.171.160). 2026-02-24T07:36:45.533 INFO:teuthology.orchestra.run.trial076.stdout:linux-image-generic set to manually installed. 2026-02-24T07:36:45.534 INFO:teuthology.orchestra.run.trial076.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:36:45.534 INFO:teuthology.orchestra.run.trial076.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:36:45.534 INFO:teuthology.orchestra.run.trial076.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 2026-02-24T07:36:45.534 INFO:teuthology.orchestra.run.trial076.stdout: linux-headers-5.15.0-164 linux-headers-5.15.0-164-generic 2026-02-24T07:36:45.534 INFO:teuthology.orchestra.run.trial076.stdout: linux-image-5.15.0-164-generic linux-modules-5.15.0-164-generic 2026-02-24T07:36:45.534 INFO:teuthology.orchestra.run.trial076.stdout: linux-modules-extra-5.15.0-164-generic sg3-utils sg3-utils-udev 2026-02-24T07:36:45.534 INFO:teuthology.orchestra.run.trial076.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:36:45.553 INFO:teuthology.orchestra.run.trial076.stdout:0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:36:45.555 DEBUG:teuthology.orchestra.run.trial076:> dpkg -s linux-image-generic 2026-02-24T07:36:45.607 INFO:teuthology.orchestra.run.trial076.stdout:Package: linux-image-generic 2026-02-24T07:36:45.607 INFO:teuthology.orchestra.run.trial076.stdout:Status: install ok installed 2026-02-24T07:36:45.607 INFO:teuthology.orchestra.run.trial076.stdout:Priority: optional 2026-02-24T07:36:45.607 INFO:teuthology.orchestra.run.trial076.stdout:Section: kernel 2026-02-24T07:36:45.607 INFO:teuthology.orchestra.run.trial076.stdout:Installed-Size: 22 2026-02-24T07:36:45.607 INFO:teuthology.orchestra.run.trial076.stdout:Maintainer: Ubuntu Kernel Team 2026-02-24T07:36:45.607 INFO:teuthology.orchestra.run.trial076.stdout:Architecture: amd64 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.stdout:Source: linux-meta 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.stdout:Version: 5.15.0.171.160 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.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-171), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.stdout:Depends: linux-image-5.15.0-171-generic, linux-modules-extra-5.15.0-171-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.stdout:Recommends: thermald 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.stdout:Description: Generic Linux kernel image 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.stdout: This package will always depend on the latest generic kernel image 2026-02-24T07:36:45.608 INFO:teuthology.orchestra.run.trial076.stdout: available. 2026-02-24T07:36:45.609 DEBUG:teuthology.orchestra.run.trial076:> mktemp 2026-02-24T07:36:45.654 INFO:teuthology.orchestra.run.trial076.stdout:/tmp/tmp.WVASbeQjXC 2026-02-24T07:36:45.654 DEBUG:teuthology.orchestra.run.trial076:> sudo cp /boot/grub/grub.cfg /tmp/tmp.WVASbeQjXC 2026-02-24T07:36:45.706 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod 0666 /tmp/tmp.WVASbeQjXC 2026-02-24T07:36:45.804 DEBUG:teuthology.orchestra.remote:trial076:/tmp/tmp.WVASbeQjXC is 9KB 2026-02-24T07:36:45.851 DEBUG:teuthology.orchestra.run.trial076:> rm -fr /tmp/tmp.WVASbeQjXC 2026-02-24T07:36:45.855 DEBUG:teuthology.orchestra.run.trial076:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2026-02-24T07:36:45.905 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-24T07:36:45.905 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/etc/grub.d/01_ceph_kernel 2026-02-24T07:36:45.905 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2026-02-24T07:36:45.960 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-171-generic 2026-02-24T07:36:45.960 DEBUG:teuthology.orchestra.run.trial076:> sudo update-grub 2026-02-24T07:36:46.202 INFO:teuthology.orchestra.run.trial076.stderr:Sourcing file `/etc/default/grub' 2026-02-24T07:36:46.222 INFO:teuthology.orchestra.run.trial076.stderr:Sourcing file `/etc/default/grub.d/50-curtin-settings.cfg' 2026-02-24T07:36:46.223 INFO:teuthology.orchestra.run.trial076.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2026-02-24T07:36:46.225 INFO:teuthology.orchestra.run.trial076.stderr:Generating grub configuration file ... 2026-02-24T07:36:46.308 INFO:teuthology.orchestra.run.trial076.stderr:Found linux image: /boot/vmlinuz-5.15.0-171-generic 2026-02-24T07:36:46.314 INFO:teuthology.orchestra.run.trial076.stderr:Found initrd image: /boot/initrd.img-5.15.0-171-generic 2026-02-24T07:36:46.487 INFO:teuthology.orchestra.run.trial076.stderr:Found linux image: /boot/vmlinuz-5.15.0-170-generic 2026-02-24T07:36:46.493 INFO:teuthology.orchestra.run.trial076.stderr:Found initrd image: /boot/initrd.img-5.15.0-170-generic 2026-02-24T07:36:46.534 INFO:teuthology.orchestra.run.trial076.stderr:Found linux image: /boot/vmlinuz-5.15.0-164-generic 2026-02-24T07:36:46.538 INFO:teuthology.orchestra.run.trial076.stderr:Found initrd image: /boot/initrd.img-5.15.0-164-generic 2026-02-24T07:36:46.611 INFO:teuthology.orchestra.run.trial076.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2026-02-24T07:36:46.611 INFO:teuthology.orchestra.run.trial076.stderr:Systems on them will not be added to the GRUB boot configuration. 2026-02-24T07:36:46.611 INFO:teuthology.orchestra.run.trial076.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2026-02-24T07:36:46.613 INFO:teuthology.orchestra.run.trial076.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-24T07:36:46.620 INFO:teuthology.orchestra.run.trial076.stderr:done 2026-02-24T07:36:46.622 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial076 2026-02-24T07:36:46.622 DEBUG:teuthology.orchestra.run.trial076:> sudo bash -c ' 2026-02-24T07:36:46.623 DEBUG:teuthology.orchestra.run.trial076:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-24T07:36:46.623 DEBUG:teuthology.orchestra.run.trial076:> ' 2026-02-24T07:37:13.573 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-24T07:37:13.574 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial028.front.sepia.ceph.com' 2026-02-24T07:37:13.576 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:37:13.790 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2026-02-24T07:37:13.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-24T07:37:13.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:37:16.625 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-24T07:37:16.625 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial076.front.sepia.ceph.com' 2026-02-24T07:37:16.625 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:38:13.635 DEBUG:teuthology.orchestra.remote:timed out 2026-02-24T07:38:13.793 DEBUG:teuthology.orchestra.remote:timed out 2026-02-24T07:38:16.630 DEBUG:teuthology.orchestra.remote:timed out 2026-02-24T07:38:22.641 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial028.front.sepia.ceph.com' 2026-02-24T07:38:22.642 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:38:22.728 DEBUG:teuthology.orchestra.run.trial028:> true 2026-02-24T07:38:22.793 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-24T07:38:22.793 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:38:22.911 DEBUG:teuthology.orchestra.run.trial172:> true 2026-02-24T07:38:23.117 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial028.front.sepia.ceph.com' 2026-02-24T07:38:23.117 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-171-generic"... 2026-02-24T07:38:23.117 DEBUG:teuthology.orchestra.run.trial028:> uname -r 2026-02-24T07:38:23.162 INFO:teuthology.orchestra.run.trial028.stdout:5.15.0-171-generic 2026-02-24T07:38:23.162 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-171-generic vs 5.15.0-171-generic 2026-02-24T07:38:23.162 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T07:38:23.163 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2026-02-24T07:38:23.308 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-24T07:38:23.308 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-171-generic"... 2026-02-24T07:38:23.308 DEBUG:teuthology.orchestra.run.trial172:> uname -r 2026-02-24T07:38:23.357 INFO:teuthology.orchestra.run.trial172.stdout:5.15.0-171-generic 2026-02-24T07:38:23.357 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-171-generic vs 5.15.0-171-generic 2026-02-24T07:38:23.358 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T07:38:23.358 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2026-02-24T07:38:24.164 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-24T07:38:24.164 DEBUG:teuthology.orchestra.run.trial028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T07:38:24.177 INFO:teuthology.orchestra.run.trial028.stdout:ttyS1 2026-02-24T07:38:24.205 DEBUG:teuthology.parallel:result is None 2026-02-24T07:38:24.358 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-24T07:38:24.358 DEBUG:teuthology.orchestra.run.trial172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T07:38:24.371 INFO:teuthology.orchestra.run.trial172.stdout:ttyS1 2026-02-24T07:38:24.387 DEBUG:teuthology.parallel:result is None 2026-02-24T07:38:25.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial076.front.sepia.ceph.com' 2026-02-24T07:38:25.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:38:25.720 DEBUG:teuthology.orchestra.run.trial076:> true 2026-02-24T07:38:26.109 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial076.front.sepia.ceph.com' 2026-02-24T07:38:26.110 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-171-generic"... 2026-02-24T07:38:26.110 DEBUG:teuthology.orchestra.run.trial076:> uname -r 2026-02-24T07:38:26.157 INFO:teuthology.orchestra.run.trial076.stdout:5.15.0-171-generic 2026-02-24T07:38:26.157 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-171-generic vs 5.15.0-171-generic 2026-02-24T07:38:26.157 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-24T07:38:26.158 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2026-02-24T07:38:27.158 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-24T07:38:27.159 DEBUG:teuthology.orchestra.run.trial076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-24T07:38:27.182 INFO:teuthology.orchestra.run.trial076.stdout:ttyS1 2026-02-24T07:38:27.203 DEBUG:teuthology.parallel:result is None 2026-02-24T07:38:27.203 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-24T07:38:27.215 INFO:teuthology.task.internal:Creating test directory... 2026-02-24T07:38:27.215 DEBUG:teuthology.orchestra.run.trial028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T07:38:27.217 DEBUG:teuthology.orchestra.run.trial076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T07:38:27.245 DEBUG:teuthology.orchestra.run.trial172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-24T07:38:27.249 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-24T07:38:27.261 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-24T07:38:27.274 INFO:teuthology.task.internal:Creating archive directory... 2026-02-24T07:38:27.274 DEBUG:teuthology.orchestra.run.trial028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T07:38:27.275 DEBUG:teuthology.orchestra.run.trial076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T07:38:27.290 DEBUG:teuthology.orchestra.run.trial172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-24T07:38:27.307 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-24T07:38:27.317 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-24T07:38:27.318 DEBUG:teuthology.orchestra.run.trial028:> 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-24T07:38:27.327 DEBUG:teuthology.orchestra.run.trial076:> 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-24T07:38:27.334 INFO:teuthology.orchestra.run.trial028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T07:38:27.337 DEBUG:teuthology.orchestra.run.trial172:> 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-24T07:38:27.341 INFO:teuthology.orchestra.run.trial028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T07:38:27.346 INFO:teuthology.orchestra.run.trial076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T07:38:27.350 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T07:38:27.353 INFO:teuthology.orchestra.run.trial076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T07:38:27.356 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-24T07:38:27.358 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-24T07:38:27.369 INFO:teuthology.task.internal:Configuring sudo... 2026-02-24T07:38:27.370 DEBUG:teuthology.orchestra.run.trial028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T07:38:27.388 DEBUG:teuthology.orchestra.run.trial076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T07:38:27.398 DEBUG:teuthology.orchestra.run.trial172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-24T07:38:27.409 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-24T07:38:27.426 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-24T07:38:27.427 DEBUG:teuthology.orchestra.run.trial028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T07:38:27.440 DEBUG:teuthology.orchestra.run.trial076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T07:38:27.450 DEBUG:teuthology.orchestra.run.trial172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-24T07:38:27.457 DEBUG:teuthology.orchestra.run.trial028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T07:38:27.490 DEBUG:teuthology.orchestra.run.trial028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T07:38:27.534 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:38:27.534 DEBUG:teuthology.orchestra.run.trial028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T07:38:27.584 DEBUG:teuthology.orchestra.run.trial076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T07:38:27.588 DEBUG:teuthology.orchestra.run.trial076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T07:38:27.637 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-24T07:38:27.637 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T07:38:27.691 DEBUG:teuthology.orchestra.run.trial172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T07:38:27.696 DEBUG:teuthology.orchestra.run.trial172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T07:38:27.742 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-24T07:38:27.742 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-24T07:38:27.795 DEBUG:teuthology.orchestra.run.trial028:> sudo service rsyslog restart 2026-02-24T07:38:27.797 DEBUG:teuthology.orchestra.run.trial076:> sudo service rsyslog restart 2026-02-24T07:38:27.799 DEBUG:teuthology.orchestra.run.trial172:> sudo service rsyslog restart 2026-02-24T07:38:27.855 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-24T07:38:27.868 INFO:teuthology.task.internal:Starting timer... 2026-02-24T07:38:27.868 INFO:teuthology.run_tasks:Running task pcp... 2026-02-24T07:38:27.885 INFO:teuthology.run_tasks:Running task selinux... 2026-02-24T07:38:27.901 DEBUG:teuthology.task.selinux:Excluding trial028: OS 'ubuntu' does not support SELinux 2026-02-24T07:38:27.901 DEBUG:teuthology.task.selinux:Excluding trial076: OS 'ubuntu' does not support SELinux 2026-02-24T07:38:27.901 DEBUG:teuthology.task.selinux:Excluding trial172: OS 'ubuntu' does not support SELinux 2026-02-24T07:38:27.901 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-24T07:38:27.901 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-02-24T07:38:27.901 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-24T07:38:27.901 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-24T07:38:27.917 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2026-02-24T07:38:27.920 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2026-02-24T07:38:28.041 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-24T07:38:28.052 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-24T07:38:28.053 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial028.front.sepia.ceph.com,trial076.front.sepia.ceph.com,trial172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-24T07:40:54.389 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial028.front.sepia.ceph.com'), Remote(name='ubuntu@trial076.front.sepia.ceph.com'), Remote(name='ubuntu@trial172.front.sepia.ceph.com')] 2026-02-24T07:40:54.391 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial028.front.sepia.ceph.com' 2026-02-24T07:40:54.392 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:40:54.489 DEBUG:teuthology.orchestra.run.trial028:> true 2026-02-24T07:40:54.738 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial028.front.sepia.ceph.com' 2026-02-24T07:40:54.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial076.front.sepia.ceph.com' 2026-02-24T07:40:54.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:40:54.804 DEBUG:teuthology.orchestra.run.trial076:> true 2026-02-24T07:40:55.055 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial076.front.sepia.ceph.com' 2026-02-24T07:40:55.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-24T07:40:55.058 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-24T07:40:55.129 DEBUG:teuthology.orchestra.run.trial172:> true 2026-02-24T07:40:55.375 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial172.front.sepia.ceph.com' 2026-02-24T07:40:55.376 INFO:teuthology.run_tasks:Running task clock... 2026-02-24T07:40:55.391 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-24T07:40:55.391 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T07:40:55.391 DEBUG:teuthology.orchestra.run.trial028:> 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-24T07:40:55.392 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T07:40:55.392 DEBUG:teuthology.orchestra.run.trial076:> 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-24T07:40:55.394 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-24T07:40:55.394 DEBUG:teuthology.orchestra.run.trial172:> 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-24T07:40:55.411 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-24T07:40:55.411 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Command line: ntpd -gq 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: ---------------------------------------------------- 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: ntp-4 is maintained by Network Time Foundation, 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: corporation. Support and training for ntp-4 are 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: available at https://www.nwtime.org/support 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: ---------------------------------------------------- 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: proto: precision = 0.030 usec (-25) 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: basedate set to 2022-02-04 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: gps base set to 2022-02-06 (week 2196) 2026-02-24T07:40:55.412 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-24T07:40:55.413 INFO:teuthology.orchestra.run.trial028.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-24T07:40:55.413 INFO:teuthology.orchestra.run.trial028.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: restrict ::: KOD does nothing without LIMITED. 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Listen and drop on 0 v6wildcard [::]:123 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Listen normally on 2 lo 127.0.0.1:123 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Listen normally on 3 enp1s0f0 10.20.193.28:123 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Listen normally on 4 lo [::1]:123 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:630c%2]:123 2026-02-24T07:40:55.414 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:40:55 ntpd[8829]: Listening on routing socket on fd #22 for interface updates 2026-02-24T07:40:55.415 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-24T07:40:55.415 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Command line: ntpd -gq 2026-02-24T07:40:55.415 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: ---------------------------------------------------- 2026-02-24T07:40:55.415 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: ntp-4 is maintained by Network Time Foundation, 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: corporation. Support and training for ntp-4 are 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: available at https://www.nwtime.org/support 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: ---------------------------------------------------- 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: proto: precision = 0.030 usec (-25) 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: basedate set to 2022-02-04 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: gps base set to 2022-02-06 (week 2196) 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-24T07:40:55.416 INFO:teuthology.orchestra.run.trial076.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-24T07:40:55.417 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: restrict ::: KOD does nothing without LIMITED. 2026-02-24T07:40:55.417 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Listen and drop on 0 v6wildcard [::]:123 2026-02-24T07:40:55.417 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-24T07:40:55.417 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Listen normally on 2 lo 127.0.0.1:123 2026-02-24T07:40:55.418 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Listen normally on 3 enp1s0f0 10.20.193.76:123 2026-02-24T07:40:55.418 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Listen normally on 4 lo [::1]:123 2026-02-24T07:40:55.418 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:6486%2]:123 2026-02-24T07:40:55.418 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:40:55 ntpd[8831]: Listening on routing socket on fd #22 for interface updates 2026-02-24T07:40:55.435 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Command line: ntpd -gq 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: ---------------------------------------------------- 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: ntp-4 is maintained by Network Time Foundation, 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: corporation. Support and training for ntp-4 are 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: available at https://www.nwtime.org/support 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: ---------------------------------------------------- 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: proto: precision = 0.030 usec (-25) 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: basedate set to 2022-02-04 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: gps base set to 2022-02-06 (week 2196) 2026-02-24T07:40:55.436 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-24T07:40:55.437 INFO:teuthology.orchestra.run.trial172.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-24T07:40:55.437 INFO:teuthology.orchestra.run.trial172.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-24T07:40:55.438 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: restrict ::: KOD does nothing without LIMITED. 2026-02-24T07:40:55.438 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Listen and drop on 0 v6wildcard [::]:123 2026-02-24T07:40:55.438 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-24T07:40:55.438 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Listen normally on 2 lo 127.0.0.1:123 2026-02-24T07:40:55.438 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Listen normally on 3 enp1s0f0 10.20.193.172:123 2026-02-24T07:40:55.439 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Listen normally on 4 lo [::1]:123 2026-02-24T07:40:55.439 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:64a0%2]:123 2026-02-24T07:40:55.439 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:40:55 ntpd[8830]: Listening on routing socket on fd #22 for interface updates 2026-02-24T07:40:56.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.413 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:56 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:56 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:56 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:56 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:56 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:56.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:56 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:56.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:56.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:56.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:56 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:56 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.444 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.444 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.444 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:56.444 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:56.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.457 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:56.457 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:56 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:56.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:56 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:56.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:56 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:56.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:56 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:56.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:56 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:57.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:57 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:57.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:57 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:57.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:57 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:57.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:57 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:57.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:57 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:57.416 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:57 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.413 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.430 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.430 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.430 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.430 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.440 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.440 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.440 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.441 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:58 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.477 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.477 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.477 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.477 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:58 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:58.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:58.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:58.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:58.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:58 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:59.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:59 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:59 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.413 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:59 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:59 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:59 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:59 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:59 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:59.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:40:59 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:59.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.456 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:59 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.456 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:59 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.457 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:59 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:59.457 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:40:59 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:59.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:59.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:40:59.500 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:40:59.500 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:40:59.501 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:40:59.501 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:40:59 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.440 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.440 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.440 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.440 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.454 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.456 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.457 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:00 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.476 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.476 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.477 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.477 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:00 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:00.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:00.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:00.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:00.486 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:00 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:01.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:01 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.411 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:01 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:01 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:01 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:01 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:01 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:01 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:01.415 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:01 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:01.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.457 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:01 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.457 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:01 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.457 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:01 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:01.457 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:01 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:01.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:01.481 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:01.501 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:01.501 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:01.501 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:01.501 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:01 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:02.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.412 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.414 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.422 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:02.423 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:02.423 INFO:teuthology.orchestra.run.trial076.stdout:24 Feb 07:41:02 ntpd[8831]: ntpd: time set +0.324483 s 2026-02-24T07:41:02.423 INFO:teuthology.orchestra.run.trial076.stdout:ntpd: time set +0.324483s 2026-02-24T07:41:02.424 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-24T07:41:02.424 INFO:teuthology.orchestra.run.trial076.stderr:24 Feb 07:41:02 ntpd[8831]: can't open /var/log/ntpstats/loopstats.20260224: Permission denied 2026-02-24T07:41:02.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:02.431 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:02.431 INFO:teuthology.orchestra.run.trial028.stdout:24 Feb 07:41:02 ntpd[8829]: ntpd: time set +0.157515 s 2026-02-24T07:41:02.432 INFO:teuthology.orchestra.run.trial028.stdout:ntpd: time set +0.157515s 2026-02-24T07:41:02.432 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-24T07:41:02.432 INFO:teuthology.orchestra.run.trial028.stderr:24 Feb 07:41:02 ntpd[8829]: can't open /var/log/ntpstats/loopstats.20260224: Permission denied 2026-02-24T07:41:02.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.435 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.446 INFO:teuthology.orchestra.run.trial076.stdout:No association ID's returned 2026-02-24T07:41:02.456 INFO:teuthology.orchestra.run.trial028.stdout:No association ID's returned 2026-02-24T07:41:02.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-24T07:41:02.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: can't open /var/log/ntpstats/rawstats.20260224: Permission denied 2026-02-24T07:41:02.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-24T07:41:02.465 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: can't open /var/log/ntpstats/peerstats.20260224: Permission denied 2026-02-24T07:41:02.465 INFO:teuthology.orchestra.run.trial172.stdout:24 Feb 07:41:02 ntpd[8830]: ntpd: time set -0.069607 s 2026-02-24T07:41:02.466 INFO:teuthology.orchestra.run.trial172.stdout:ntpd: time set -0.069607s 2026-02-24T07:41:02.466 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-24T07:41:02.466 INFO:teuthology.orchestra.run.trial172.stderr:24 Feb 07:41:02 ntpd[8830]: can't open /var/log/ntpstats/loopstats.20260224: Permission denied 2026-02-24T07:41:02.509 INFO:teuthology.orchestra.run.trial172.stdout: remote refid st t when poll reach delay offset jitter 2026-02-24T07:41:02.509 INFO:teuthology.orchestra.run.trial172.stdout:============================================================================== 2026-02-24T07:41:02.509 INFO:teuthology.orchestra.run.trial172.stdout: time.meme.holdi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-24T07:41:02.511 INFO:teuthology.run_tasks:Running task install... 2026-02-24T07:41:02.523 DEBUG:teuthology.task.install:project ceph 2026-02-24T07:41:02.523 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '37e10ed334b9745239c0a6018d14d38999f1f53b'}} 2026-02-24T07:41:02.523 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '37e10ed334b9745239c0a6018d14d38999f1f53b'} 2026-02-24T07:41:02.523 INFO:teuthology.task.install:Using flavor: default 2026-02-24T07:41:02.527 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-24T07:41:02.527 INFO:teuthology.task.install:extra packages: [] 2026-02-24T07:41:02.528 DEBUG:teuthology.orchestra.run.trial028:> sudo apt-key list | grep Ceph 2026-02-24T07:41:02.528 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-key list | grep Ceph 2026-02-24T07:41:02.528 DEBUG:teuthology.orchestra.run.trial172:> sudo apt-key list | grep Ceph 2026-02-24T07:41:02.575 INFO:teuthology.orchestra.run.trial028.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-02-24T07:41:02.580 INFO:teuthology.orchestra.run.trial076.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-02-24T07:41:02.603 INFO:teuthology.orchestra.run.trial028.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-24T07:41:02.603 INFO:teuthology.orchestra.run.trial028.stdout:uid [ unknown] Ceph.com (release key) 2026-02-24T07:41:02.604 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2026-02-24T07:41:02.605 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:41:02.610 INFO:teuthology.orchestra.run.trial172.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-02-24T07:41:02.611 INFO:teuthology.orchestra.run.trial076.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-24T07:41:02.611 INFO:teuthology.orchestra.run.trial076.stdout:uid [ unknown] Ceph.com (release key) 2026-02-24T07:41:02.612 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2026-02-24T07:41:02.612 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:41:02.746 INFO:teuthology.orchestra.run.trial172.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-24T07:41:02.746 INFO:teuthology.orchestra.run.trial172.stdout:uid [ unknown] Ceph.com (release key) 2026-02-24T07:41:02.746 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2026-02-24T07:41:02.747 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:41:02.839 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default/ 2026-02-24T07:41:02.839 INFO:teuthology.task.install.deb:Package version is 20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:41:02.841 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default/ 2026-02-24T07:41:02.841 INFO:teuthology.task.install.deb:Package version is 20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:41:02.941 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default/ 2026-02-24T07:41:02.941 INFO:teuthology.task.install.deb:Package version is 20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:41:03.022 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:41:03.022 DEBUG:teuthology.orchestra.run.trial028:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-24T07:41:03.031 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-24T07:41:03.031 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-24T07:41:03.032 DEBUG:teuthology.orchestra.run.trial028:> sudo apt-get update 2026-02-24T07:41:03.041 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get update 2026-02-24T07:41:03.043 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-24T07:41:03.043 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-24T07:41:03.053 DEBUG:teuthology.orchestra.run.trial172:> sudo apt-get update 2026-02-24T07:41:03.196 INFO:teuthology.orchestra.run.trial076.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy InRelease 2026-02-24T07:41:03.199 INFO:teuthology.orchestra.run.trial028.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy InRelease 2026-02-24T07:41:03.200 INFO:teuthology.orchestra.run.trial172.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy InRelease 2026-02-24T07:41:03.209 INFO:teuthology.orchestra.run.trial076.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-02-24T07:41:03.210 INFO:teuthology.orchestra.run.trial028.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-02-24T07:41:03.211 INFO:teuthology.orchestra.run.trial172.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-02-24T07:41:03.221 INFO:teuthology.orchestra.run.trial076.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-24T07:41:03.222 INFO:teuthology.orchestra.run.trial028.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-24T07:41:03.223 INFO:teuthology.orchestra.run.trial172.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-24T07:41:03.257 INFO:teuthology.orchestra.run.trial172.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-02-24T07:41:03.257 INFO:teuthology.orchestra.run.trial028.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-02-24T07:41:03.268 INFO:teuthology.orchestra.run.trial076.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-02-24T07:41:03.547 INFO:teuthology.orchestra.run.trial076.stdout:Hit:5 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:41:03.551 INFO:teuthology.orchestra.run.trial028.stdout:Hit:5 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:41:03.551 INFO:teuthology.orchestra.run.trial172.stdout:Hit:5 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-24T07:41:03.629 INFO:teuthology.orchestra.run.trial076.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-24T07:41:03.632 INFO:teuthology.orchestra.run.trial172.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-24T07:41:03.634 INFO:teuthology.orchestra.run.trial028.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-24T07:41:03.717 INFO:teuthology.orchestra.run.trial076.stdout:Hit:7 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-24T07:41:03.719 INFO:teuthology.orchestra.run.trial172.stdout:Hit:7 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-24T07:41:03.722 INFO:teuthology.orchestra.run.trial028.stdout:Hit:7 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-24T07:41:03.806 INFO:teuthology.orchestra.run.trial076.stdout:Hit:8 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-24T07:41:03.808 INFO:teuthology.orchestra.run.trial172.stdout:Hit:8 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-24T07:41:03.811 INFO:teuthology.orchestra.run.trial028.stdout:Hit:8 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-24T07:41:03.950 INFO:teuthology.orchestra.run.trial076.stdout:Fetched 26.5 kB in 1s (35.4 kB/s) 2026-02-24T07:41:03.953 INFO:teuthology.orchestra.run.trial172.stdout:Fetched 26.5 kB in 1s (35.8 kB/s) 2026-02-24T07:41:03.965 INFO:teuthology.orchestra.run.trial028.stdout:Fetched 26.5 kB in 1s (34.8 kB/s) 2026-02-24T07:41:04.476 INFO:teuthology.orchestra.run.trial172.stdout:Reading package lists... 2026-02-24T07:41:04.478 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-24T07:41:04.487 INFO:teuthology.orchestra.run.trial028.stdout:Reading package lists... 2026-02-24T07:41:04.489 DEBUG:teuthology.orchestra.run.trial172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-757-g37e10ed3-1jammy cephadm=20.2.0-757-g37e10ed3-1jammy ceph-mds=20.2.0-757-g37e10ed3-1jammy ceph-mgr=20.2.0-757-g37e10ed3-1jammy ceph-common=20.2.0-757-g37e10ed3-1jammy ceph-fuse=20.2.0-757-g37e10ed3-1jammy ceph-test=20.2.0-757-g37e10ed3-1jammy ceph-volume=20.2.0-757-g37e10ed3-1jammy radosgw=20.2.0-757-g37e10ed3-1jammy python3-rados=20.2.0-757-g37e10ed3-1jammy python3-rgw=20.2.0-757-g37e10ed3-1jammy python3-cephfs=20.2.0-757-g37e10ed3-1jammy python3-rbd=20.2.0-757-g37e10ed3-1jammy libcephfs2=20.2.0-757-g37e10ed3-1jammy libcephfs-dev=20.2.0-757-g37e10ed3-1jammy librados2=20.2.0-757-g37e10ed3-1jammy librbd1=20.2.0-757-g37e10ed3-1jammy rbd-fuse=20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:41:04.492 DEBUG:teuthology.orchestra.run.trial076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-757-g37e10ed3-1jammy cephadm=20.2.0-757-g37e10ed3-1jammy ceph-mds=20.2.0-757-g37e10ed3-1jammy ceph-mgr=20.2.0-757-g37e10ed3-1jammy ceph-common=20.2.0-757-g37e10ed3-1jammy ceph-fuse=20.2.0-757-g37e10ed3-1jammy ceph-test=20.2.0-757-g37e10ed3-1jammy ceph-volume=20.2.0-757-g37e10ed3-1jammy radosgw=20.2.0-757-g37e10ed3-1jammy python3-rados=20.2.0-757-g37e10ed3-1jammy python3-rgw=20.2.0-757-g37e10ed3-1jammy python3-cephfs=20.2.0-757-g37e10ed3-1jammy python3-rbd=20.2.0-757-g37e10ed3-1jammy libcephfs2=20.2.0-757-g37e10ed3-1jammy libcephfs-dev=20.2.0-757-g37e10ed3-1jammy librados2=20.2.0-757-g37e10ed3-1jammy librbd1=20.2.0-757-g37e10ed3-1jammy rbd-fuse=20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:41:04.500 DEBUG:teuthology.orchestra.run.trial028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-757-g37e10ed3-1jammy cephadm=20.2.0-757-g37e10ed3-1jammy ceph-mds=20.2.0-757-g37e10ed3-1jammy ceph-mgr=20.2.0-757-g37e10ed3-1jammy ceph-common=20.2.0-757-g37e10ed3-1jammy ceph-fuse=20.2.0-757-g37e10ed3-1jammy ceph-test=20.2.0-757-g37e10ed3-1jammy ceph-volume=20.2.0-757-g37e10ed3-1jammy radosgw=20.2.0-757-g37e10ed3-1jammy python3-rados=20.2.0-757-g37e10ed3-1jammy python3-rgw=20.2.0-757-g37e10ed3-1jammy python3-cephfs=20.2.0-757-g37e10ed3-1jammy python3-rbd=20.2.0-757-g37e10ed3-1jammy libcephfs2=20.2.0-757-g37e10ed3-1jammy libcephfs-dev=20.2.0-757-g37e10ed3-1jammy librados2=20.2.0-757-g37e10ed3-1jammy librbd1=20.2.0-757-g37e10ed3-1jammy rbd-fuse=20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:41:04.522 INFO:teuthology.orchestra.run.trial172.stdout:Reading package lists... 2026-02-24T07:41:04.525 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-24T07:41:04.533 INFO:teuthology.orchestra.run.trial028.stdout:Reading package lists... 2026-02-24T07:41:04.627 INFO:teuthology.orchestra.run.trial172.stdout:Building dependency tree... 2026-02-24T07:41:04.627 INFO:teuthology.orchestra.run.trial172.stdout:Reading state information... 2026-02-24T07:41:04.636 INFO:teuthology.orchestra.run.trial076.stdout:Building dependency tree... 2026-02-24T07:41:04.637 INFO:teuthology.orchestra.run.trial076.stdout:Reading state information... 2026-02-24T07:41:04.643 INFO:teuthology.orchestra.run.trial028.stdout:Building dependency tree... 2026-02-24T07:41:04.643 INFO:teuthology.orchestra.run.trial028.stdout:Reading state information... 2026-02-24T07:41:04.715 INFO:teuthology.orchestra.run.trial172.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:41:04.715 INFO:teuthology.orchestra.run.trial172.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:41:04.715 INFO:teuthology.orchestra.run.trial172.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 2026-02-24T07:41:04.715 INFO:teuthology.orchestra.run.trial172.stdout: linux-headers-5.15.0-164 linux-headers-5.15.0-164-generic 2026-02-24T07:41:04.715 INFO:teuthology.orchestra.run.trial172.stdout: linux-image-5.15.0-164-generic linux-modules-5.15.0-164-generic 2026-02-24T07:41:04.715 INFO:teuthology.orchestra.run.trial172.stdout: linux-modules-extra-5.15.0-164-generic sg3-utils sg3-utils-udev 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout:The following additional packages will be installed: 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-24T07:41:04.716 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: socat xmlstarlet 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout:Suggested packages: 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout: python-sklearn-doc ipython3 python-webob-doc 2026-02-24T07:41:04.717 INFO:teuthology.orchestra.run.trial172.stdout:Recommended packages: 2026-02-24T07:41:04.718 INFO:teuthology.orchestra.run.trial172.stdout: btrfs-tools 2026-02-24T07:41:04.727 INFO:teuthology.orchestra.run.trial076.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:41:04.727 INFO:teuthology.orchestra.run.trial076.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: linux-headers-5.15.0-164 linux-headers-5.15.0-164-generic 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: linux-image-5.15.0-164-generic linux-modules-5.15.0-164-generic 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: linux-modules-extra-5.15.0-164-generic sg3-utils sg3-utils-udev 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout:The following additional packages will be installed: 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-02-24T07:41:04.728 INFO:teuthology.orchestra.run.trial076.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: socat xmlstarlet 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout:Suggested packages: 2026-02-24T07:41:04.729 INFO:teuthology.orchestra.run.trial076.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-02-24T07:41:04.730 INFO:teuthology.orchestra.run.trial076.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-02-24T07:41:04.730 INFO:teuthology.orchestra.run.trial076.stdout: python-sklearn-doc ipython3 python-webob-doc 2026-02-24T07:41:04.730 INFO:teuthology.orchestra.run.trial076.stdout:Recommended packages: 2026-02-24T07:41:04.730 INFO:teuthology.orchestra.run.trial076.stdout: btrfs-tools 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout:The following packages were automatically installed and are no longer required: 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout: linux-headers-5.15.0-164 linux-headers-5.15.0-164-generic 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout: linux-image-5.15.0-164-generic linux-modules-5.15.0-164-generic 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout: linux-modules-extra-5.15.0-164-generic sg3-utils sg3-utils-udev 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout:The following additional packages will be installed: 2026-02-24T07:41:04.732 INFO:teuthology.orchestra.run.trial028.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-02-24T07:41:04.733 INFO:teuthology.orchestra.run.trial028.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout: socat xmlstarlet 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout:Suggested packages: 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout: python-sklearn-doc ipython3 python-webob-doc 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout:Recommended packages: 2026-02-24T07:41:04.734 INFO:teuthology.orchestra.run.trial028.stdout: btrfs-tools 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout:The following NEW packages will be installed: 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librados2 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: libradosstriper1 librbd1 librdkafka1 librgw2 libsqlite3-mod-ceph 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: libthrift-0.16.0 nvme-cli python-asyncssh-doc python3-asyncssh 2026-02-24T07:41:04.749 INFO:teuthology.orchestra.run.trial172.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-02-24T07:41:04.750 INFO:teuthology.orchestra.run.trial172.stdout: socat xmlstarlet 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout:The following NEW packages will be installed: 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librados2 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: libradosstriper1 librbd1 librdkafka1 librgw2 libsqlite3-mod-ceph 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: libthrift-0.16.0 nvme-cli python-asyncssh-doc python3-asyncssh 2026-02-24T07:41:04.762 INFO:teuthology.orchestra.run.trial076.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-02-24T07:41:04.763 INFO:teuthology.orchestra.run.trial076.stdout: socat xmlstarlet 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout:The following NEW packages will be installed: 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librados2 2026-02-24T07:41:04.765 INFO:teuthology.orchestra.run.trial028.stdout: libradosstriper1 librbd1 librdkafka1 librgw2 libsqlite3-mod-ceph 2026-02-24T07:41:04.766 INFO:teuthology.orchestra.run.trial028.stdout: libthrift-0.16.0 nvme-cli python-asyncssh-doc python3-asyncssh 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-02-24T07:41:04.767 INFO:teuthology.orchestra.run.trial028.stdout: socat xmlstarlet 2026-02-24T07:41:04.855 INFO:teuthology.orchestra.run.trial172.stdout:0 upgraded, 86 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:41:04.856 INFO:teuthology.orchestra.run.trial172.stdout:Need to get 280 MB of archives. 2026-02-24T07:41:04.856 INFO:teuthology.orchestra.run.trial172.stdout:After this operation, 1119 MB of additional disk space will be used. 2026-02-24T07:41:04.856 INFO:teuthology.orchestra.run.trial172.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-757-g37e10ed3-1jammy [3573 kB] 2026-02-24T07:41:05.022 INFO:teuthology.orchestra.run.trial076.stdout:0 upgraded, 86 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:41:05.022 INFO:teuthology.orchestra.run.trial076.stdout:Need to get 280 MB of archives. 2026-02-24T07:41:05.023 INFO:teuthology.orchestra.run.trial076.stdout:After this operation, 1119 MB of additional disk space will be used. 2026-02-24T07:41:05.023 INFO:teuthology.orchestra.run.trial076.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-757-g37e10ed3-1jammy [3573 kB] 2026-02-24T07:41:05.025 INFO:teuthology.orchestra.run.trial028.stdout:0 upgraded, 86 newly installed, 0 to remove and 14 not upgraded. 2026-02-24T07:41:05.025 INFO:teuthology.orchestra.run.trial028.stdout:Need to get 280 MB of archives. 2026-02-24T07:41:05.025 INFO:teuthology.orchestra.run.trial028.stdout:After this operation, 1119 MB of additional disk space will be used. 2026-02-24T07:41:05.026 INFO:teuthology.orchestra.run.trial028.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-757-g37e10ed3-1jammy [3573 kB] 2026-02-24T07:41:05.039 INFO:teuthology.orchestra.run.trial172.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-757-g37e10ed3-1jammy [2867 kB] 2026-02-24T07:41:05.107 INFO:teuthology.orchestra.run.trial172.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-02-24T07:41:05.120 INFO:teuthology.orchestra.run.trial172.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-757-g37e10ed3-1jammy [833 kB] 2026-02-24T07:41:05.151 INFO:teuthology.orchestra.run.trial172.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-757-g37e10ed3-1jammy [364 kB] 2026-02-24T07:41:05.168 INFO:teuthology.orchestra.run.trial172.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-757-g37e10ed3-1jammy [32.8 kB] 2026-02-24T07:41:05.175 INFO:teuthology.orchestra.run.trial172.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-757-g37e10ed3-1jammy [184 kB] 2026-02-24T07:41:05.178 INFO:teuthology.orchestra.run.trial076.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-02-24T07:41:05.182 INFO:teuthology.orchestra.run.trial028.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-02-24T07:41:05.206 INFO:teuthology.orchestra.run.trial172.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-757-g37e10ed3-1jammy [83.9 kB] 2026-02-24T07:41:05.229 INFO:teuthology.orchestra.run.trial172.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-757-g37e10ed3-1jammy [341 kB] 2026-02-24T07:41:05.246 INFO:teuthology.orchestra.run.trial172.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-757-g37e10ed3-1jammy [8698 kB] 2026-02-24T07:41:05.422 INFO:teuthology.orchestra.run.trial172.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-757-g37e10ed3-1jammy [112 kB] 2026-02-24T07:41:05.429 INFO:teuthology.orchestra.run.trial172.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-757-g37e10ed3-1jammy [261 kB] 2026-02-24T07:41:05.443 INFO:teuthology.orchestra.run.trial172.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-02-24T07:41:05.447 INFO:teuthology.orchestra.run.trial172.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-757-g37e10ed3-1jammy [29.3 MB] 2026-02-24T07:41:05.454 INFO:teuthology.orchestra.run.trial172.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-02-24T07:41:05.523 INFO:teuthology.orchestra.run.trial172.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-24T07:41:05.591 INFO:teuthology.orchestra.run.trial076.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-02-24T07:41:05.604 INFO:teuthology.orchestra.run.trial076.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-02-24T07:41:05.609 INFO:teuthology.orchestra.run.trial028.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-02-24T07:41:05.622 INFO:teuthology.orchestra.run.trial028.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-02-24T07:41:05.680 INFO:teuthology.orchestra.run.trial076.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-757-g37e10ed3-1jammy [2867 kB] 2026-02-24T07:41:05.690 INFO:teuthology.orchestra.run.trial076.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-24T07:41:05.708 INFO:teuthology.orchestra.run.trial028.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-24T07:41:05.724 INFO:teuthology.orchestra.run.trial172.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-24T07:41:05.731 INFO:teuthology.orchestra.run.trial028.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-757-g37e10ed3-1jammy [2867 kB] 2026-02-24T07:41:05.733 INFO:teuthology.orchestra.run.trial172.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-24T07:41:05.760 INFO:teuthology.orchestra.run.trial172.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-24T07:41:05.768 INFO:teuthology.orchestra.run.trial172.stdout:Get:20 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-02-24T07:41:05.770 INFO:teuthology.orchestra.run.trial172.stdout:Get:21 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-24T07:41:05.771 INFO:teuthology.orchestra.run.trial172.stdout:Get:22 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-24T07:41:05.772 INFO:teuthology.orchestra.run.trial172.stdout:Get:23 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-24T07:41:05.788 INFO:teuthology.orchestra.run.trial172.stdout:Get:24 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-24T07:41:05.789 INFO:teuthology.orchestra.run.trial172.stdout:Get:25 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-24T07:41:05.798 INFO:teuthology.orchestra.run.trial172.stdout:Get:26 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-24T07:41:05.862 INFO:teuthology.orchestra.run.trial172.stdout:Get:27 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-24T07:41:05.863 INFO:teuthology.orchestra.run.trial076.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-757-g37e10ed3-1jammy [833 kB] 2026-02-24T07:41:05.863 INFO:teuthology.orchestra.run.trial172.stdout:Get:28 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-24T07:41:05.864 INFO:teuthology.orchestra.run.trial172.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-24T07:41:05.865 INFO:teuthology.orchestra.run.trial172.stdout:Get:30 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-24T07:41:05.866 INFO:teuthology.orchestra.run.trial172.stdout:Get:31 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-24T07:41:05.867 INFO:teuthology.orchestra.run.trial172.stdout:Get:32 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-24T07:41:05.868 INFO:teuthology.orchestra.run.trial172.stdout:Get:33 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-24T07:41:05.872 INFO:teuthology.orchestra.run.trial172.stdout:Get:34 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-24T07:41:05.873 INFO:teuthology.orchestra.run.trial172.stdout:Get:35 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-24T07:41:05.875 INFO:teuthology.orchestra.run.trial076.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-757-g37e10ed3-1jammy [364 kB] 2026-02-24T07:41:05.882 INFO:teuthology.orchestra.run.trial076.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-757-g37e10ed3-1jammy [32.8 kB] 2026-02-24T07:41:05.884 INFO:teuthology.orchestra.run.trial076.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-757-g37e10ed3-1jammy [184 kB] 2026-02-24T07:41:05.891 INFO:teuthology.orchestra.run.trial076.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-757-g37e10ed3-1jammy [83.9 kB] 2026-02-24T07:41:05.900 INFO:teuthology.orchestra.run.trial076.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-757-g37e10ed3-1jammy [341 kB] 2026-02-24T07:41:05.935 INFO:teuthology.orchestra.run.trial076.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-24T07:41:05.939 INFO:teuthology.orchestra.run.trial028.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-757-g37e10ed3-1jammy [833 kB] 2026-02-24T07:41:05.942 INFO:teuthology.orchestra.run.trial172.stdout:Get:36 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-02-24T07:41:05.945 INFO:teuthology.orchestra.run.trial172.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-24T07:41:05.946 INFO:teuthology.orchestra.run.trial172.stdout:Get:38 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-24T07:41:05.947 INFO:teuthology.orchestra.run.trial172.stdout:Get:39 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-24T07:41:05.948 INFO:teuthology.orchestra.run.trial076.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-24T07:41:05.953 INFO:teuthology.orchestra.run.trial028.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-24T07:41:05.965 INFO:teuthology.orchestra.run.trial028.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-757-g37e10ed3-1jammy [364 kB] 2026-02-24T07:41:05.965 INFO:teuthology.orchestra.run.trial028.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-24T07:41:05.972 INFO:teuthology.orchestra.run.trial172.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-24T07:41:05.974 INFO:teuthology.orchestra.run.trial028.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-757-g37e10ed3-1jammy [32.8 kB] 2026-02-24T07:41:05.975 INFO:teuthology.orchestra.run.trial172.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-24T07:41:05.975 INFO:teuthology.orchestra.run.trial172.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-24T07:41:05.975 INFO:teuthology.orchestra.run.trial028.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-757-g37e10ed3-1jammy [184 kB] 2026-02-24T07:41:05.977 INFO:teuthology.orchestra.run.trial028.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-757-g37e10ed3-1jammy [83.9 kB] 2026-02-24T07:41:05.979 INFO:teuthology.orchestra.run.trial028.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-757-g37e10ed3-1jammy [341 kB] 2026-02-24T07:41:05.980 INFO:teuthology.orchestra.run.trial076.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-24T07:41:05.990 INFO:teuthology.orchestra.run.trial076.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-02-24T07:41:05.992 INFO:teuthology.orchestra.run.trial076.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-24T07:41:05.993 INFO:teuthology.orchestra.run.trial076.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-24T07:41:05.994 INFO:teuthology.orchestra.run.trial076.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-24T07:41:05.998 INFO:teuthology.orchestra.run.trial028.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-24T07:41:06.008 INFO:teuthology.orchestra.run.trial028.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-02-24T07:41:06.011 INFO:teuthology.orchestra.run.trial028.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-24T07:41:06.012 INFO:teuthology.orchestra.run.trial028.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-24T07:41:06.013 INFO:teuthology.orchestra.run.trial028.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-24T07:41:06.014 INFO:teuthology.orchestra.run.trial076.stdout:Get:20 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-24T07:41:06.015 INFO:teuthology.orchestra.run.trial076.stdout:Get:21 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-24T07:41:06.023 INFO:teuthology.orchestra.run.trial076.stdout:Get:22 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-24T07:41:06.032 INFO:teuthology.orchestra.run.trial172.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-24T07:41:06.032 INFO:teuthology.orchestra.run.trial172.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-24T07:41:06.033 INFO:teuthology.orchestra.run.trial172.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-24T07:41:06.033 INFO:teuthology.orchestra.run.trial028.stdout:Get:20 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-24T07:41:06.034 INFO:teuthology.orchestra.run.trial028.stdout:Get:21 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-24T07:41:06.041 INFO:teuthology.orchestra.run.trial028.stdout:Get:22 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-24T07:41:06.086 INFO:teuthology.orchestra.run.trial172.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-24T07:41:06.087 INFO:teuthology.orchestra.run.trial172.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-24T07:41:06.087 INFO:teuthology.orchestra.run.trial172.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-24T07:41:06.090 INFO:teuthology.orchestra.run.trial172.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-24T07:41:06.092 INFO:teuthology.orchestra.run.trial172.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-24T07:41:06.093 INFO:teuthology.orchestra.run.trial172.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-24T07:41:06.105 INFO:teuthology.orchestra.run.trial076.stdout:Get:23 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-24T07:41:06.105 INFO:teuthology.orchestra.run.trial076.stdout:Get:24 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-24T07:41:06.106 INFO:teuthology.orchestra.run.trial076.stdout:Get:25 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-24T07:41:06.106 INFO:teuthology.orchestra.run.trial076.stdout:Get:26 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-24T07:41:06.106 INFO:teuthology.orchestra.run.trial076.stdout:Get:27 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-24T07:41:06.106 INFO:teuthology.orchestra.run.trial076.stdout:Get:28 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-24T07:41:06.107 INFO:teuthology.orchestra.run.trial076.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-24T07:41:06.110 INFO:teuthology.orchestra.run.trial076.stdout:Get:30 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-24T07:41:06.111 INFO:teuthology.orchestra.run.trial076.stdout:Get:31 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-24T07:41:06.123 INFO:teuthology.orchestra.run.trial028.stdout:Get:23 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-24T07:41:06.123 INFO:teuthology.orchestra.run.trial028.stdout:Get:24 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-24T07:41:06.123 INFO:teuthology.orchestra.run.trial028.stdout:Get:25 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-24T07:41:06.124 INFO:teuthology.orchestra.run.trial028.stdout:Get:26 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-24T07:41:06.124 INFO:teuthology.orchestra.run.trial028.stdout:Get:27 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-24T07:41:06.124 INFO:teuthology.orchestra.run.trial028.stdout:Get:28 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-24T07:41:06.124 INFO:teuthology.orchestra.run.trial028.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-24T07:41:06.129 INFO:teuthology.orchestra.run.trial028.stdout:Get:30 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-24T07:41:06.130 INFO:teuthology.orchestra.run.trial028.stdout:Get:31 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-24T07:41:06.158 INFO:teuthology.orchestra.run.trial172.stdout:Get:52 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-24T07:41:06.161 INFO:teuthology.orchestra.run.trial172.stdout:Get:53 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-24T07:41:06.164 INFO:teuthology.orchestra.run.trial172.stdout:Get:54 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-24T07:41:06.168 INFO:teuthology.orchestra.run.trial172.stdout:Get:55 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-02-24T07:41:06.197 INFO:teuthology.orchestra.run.trial076.stdout:Get:32 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-02-24T07:41:06.199 INFO:teuthology.orchestra.run.trial076.stdout:Get:33 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-24T07:41:06.200 INFO:teuthology.orchestra.run.trial076.stdout:Get:34 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-24T07:41:06.201 INFO:teuthology.orchestra.run.trial076.stdout:Get:35 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-24T07:41:06.214 INFO:teuthology.orchestra.run.trial028.stdout:Get:32 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-02-24T07:41:06.217 INFO:teuthology.orchestra.run.trial028.stdout:Get:33 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-24T07:41:06.217 INFO:teuthology.orchestra.run.trial028.stdout:Get:34 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-24T07:41:06.218 INFO:teuthology.orchestra.run.trial028.stdout:Get:35 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-24T07:41:06.231 INFO:teuthology.orchestra.run.trial076.stdout:Get:36 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-24T07:41:06.231 INFO:teuthology.orchestra.run.trial172.stdout:Get:56 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-24T07:41:06.232 INFO:teuthology.orchestra.run.trial172.stdout:Get:57 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-24T07:41:06.233 INFO:teuthology.orchestra.run.trial172.stdout:Get:58 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-24T07:41:06.233 INFO:teuthology.orchestra.run.trial076.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-24T07:41:06.234 INFO:teuthology.orchestra.run.trial076.stdout:Get:38 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-24T07:41:06.237 INFO:teuthology.orchestra.run.trial172.stdout:Get:59 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-24T07:41:06.238 INFO:teuthology.orchestra.run.trial172.stdout:Get:60 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-24T07:41:06.249 INFO:teuthology.orchestra.run.trial028.stdout:Get:36 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-24T07:41:06.251 INFO:teuthology.orchestra.run.trial172.stdout:Get:61 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-24T07:41:06.251 INFO:teuthology.orchestra.run.trial028.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-24T07:41:06.252 INFO:teuthology.orchestra.run.trial028.stdout:Get:38 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-24T07:41:06.304 INFO:teuthology.orchestra.run.trial076.stdout:Get:39 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-24T07:41:06.304 INFO:teuthology.orchestra.run.trial076.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-24T07:41:06.304 INFO:teuthology.orchestra.run.trial076.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-24T07:41:06.305 INFO:teuthology.orchestra.run.trial076.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-24T07:41:06.305 INFO:teuthology.orchestra.run.trial076.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-24T07:41:06.305 INFO:teuthology.orchestra.run.trial172.stdout:Get:62 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-24T07:41:06.311 INFO:teuthology.orchestra.run.trial172.stdout:Get:63 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-24T07:41:06.312 INFO:teuthology.orchestra.run.trial172.stdout:Get:64 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-24T07:41:06.315 INFO:teuthology.orchestra.run.trial172.stdout:Get:65 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-24T07:41:06.322 INFO:teuthology.orchestra.run.trial028.stdout:Get:39 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-24T07:41:06.322 INFO:teuthology.orchestra.run.trial028.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-24T07:41:06.322 INFO:teuthology.orchestra.run.trial028.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-24T07:41:06.323 INFO:teuthology.orchestra.run.trial028.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-24T07:41:06.323 INFO:teuthology.orchestra.run.trial028.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-24T07:41:06.323 INFO:teuthology.orchestra.run.trial028.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-24T07:41:06.376 INFO:teuthology.orchestra.run.trial076.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-24T07:41:06.379 INFO:teuthology.orchestra.run.trial076.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-24T07:41:06.381 INFO:teuthology.orchestra.run.trial076.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-24T07:41:06.382 INFO:teuthology.orchestra.run.trial076.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-24T07:41:06.395 INFO:teuthology.orchestra.run.trial028.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-24T07:41:06.396 INFO:teuthology.orchestra.run.trial028.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-24T07:41:06.398 INFO:teuthology.orchestra.run.trial028.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-24T07:41:06.463 INFO:teuthology.orchestra.run.trial076.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-24T07:41:06.467 INFO:teuthology.orchestra.run.trial076.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-24T07:41:06.470 INFO:teuthology.orchestra.run.trial076.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-24T07:41:06.474 INFO:teuthology.orchestra.run.trial076.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-02-24T07:41:06.477 INFO:teuthology.orchestra.run.trial076.stdout:Get:52 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-24T07:41:06.478 INFO:teuthology.orchestra.run.trial076.stdout:Get:53 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-24T07:41:06.483 INFO:teuthology.orchestra.run.trial028.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-24T07:41:06.487 INFO:teuthology.orchestra.run.trial028.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-24T07:41:06.489 INFO:teuthology.orchestra.run.trial028.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-24T07:41:06.494 INFO:teuthology.orchestra.run.trial028.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-02-24T07:41:06.496 INFO:teuthology.orchestra.run.trial172.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-757-g37e10ed3-1jammy [5416 kB] 2026-02-24T07:41:06.497 INFO:teuthology.orchestra.run.trial028.stdout:Get:52 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-24T07:41:06.497 INFO:teuthology.orchestra.run.trial028.stdout:Get:53 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-24T07:41:06.497 INFO:teuthology.orchestra.run.trial028.stdout:Get:54 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-24T07:41:06.552 INFO:teuthology.orchestra.run.trial076.stdout:Get:54 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-24T07:41:06.553 INFO:teuthology.orchestra.run.trial076.stdout:Get:55 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-24T07:41:06.554 INFO:teuthology.orchestra.run.trial076.stdout:Get:56 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-24T07:41:06.561 INFO:teuthology.orchestra.run.trial076.stdout:Get:57 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-24T07:41:06.571 INFO:teuthology.orchestra.run.trial028.stdout:Get:55 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-24T07:41:06.572 INFO:teuthology.orchestra.run.trial028.stdout:Get:56 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-24T07:41:06.579 INFO:teuthology.orchestra.run.trial028.stdout:Get:57 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-24T07:41:06.635 INFO:teuthology.orchestra.run.trial172.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-757-g37e10ed3-1jammy [250 kB] 2026-02-24T07:41:06.640 INFO:teuthology.orchestra.run.trial076.stdout:Get:58 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-24T07:41:06.642 INFO:teuthology.orchestra.run.trial076.stdout:Get:59 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-24T07:41:06.642 INFO:teuthology.orchestra.run.trial076.stdout:Get:60 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-24T07:41:06.643 INFO:teuthology.orchestra.run.trial076.stdout:Get:61 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-24T07:41:06.660 INFO:teuthology.orchestra.run.trial028.stdout:Get:58 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-24T07:41:06.662 INFO:teuthology.orchestra.run.trial028.stdout:Get:59 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-24T07:41:06.662 INFO:teuthology.orchestra.run.trial028.stdout:Get:60 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-24T07:41:06.663 INFO:teuthology.orchestra.run.trial028.stdout:Get:61 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-24T07:41:06.669 INFO:teuthology.orchestra.run.trial172.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-757-g37e10ed3-1jammy [124 kB] 2026-02-24T07:41:06.705 INFO:teuthology.orchestra.run.trial172.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-757-g37e10ed3-1jammy [910 kB] 2026-02-24T07:41:06.748 INFO:teuthology.orchestra.run.trial172.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-757-g37e10ed3-1jammy [6399 kB] 2026-02-24T07:41:07.065 INFO:teuthology.orchestra.run.trial172.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-757-g37e10ed3-1jammy [21.7 MB] 2026-02-24T07:41:07.964 INFO:teuthology.orchestra.run.trial172.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-757-g37e10ed3-1jammy [14.1 kB] 2026-02-24T07:41:07.964 INFO:teuthology.orchestra.run.trial172.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-757-g37e10ed3-1jammy [957 kB] 2026-02-24T07:41:08.040 INFO:teuthology.orchestra.run.trial172.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-757-g37e10ed3-1jammy [2345 kB] 2026-02-24T07:41:08.101 INFO:teuthology.orchestra.run.trial172.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-757-g37e10ed3-1jammy [1049 kB] 2026-02-24T07:41:08.140 INFO:teuthology.orchestra.run.trial172.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-757-g37e10ed3-1jammy [179 kB] 2026-02-24T07:41:08.155 INFO:teuthology.orchestra.run.trial172.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-757-g37e10ed3-1jammy [45.5 MB] 2026-02-24T07:41:08.479 INFO:teuthology.orchestra.run.trial076.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-757-g37e10ed3-1jammy [8698 kB] 2026-02-24T07:41:08.484 INFO:teuthology.orchestra.run.trial028.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-757-g37e10ed3-1jammy [8698 kB] 2026-02-24T07:41:09.863 INFO:teuthology.orchestra.run.trial172.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-757-g37e10ed3-1jammy [8626 kB] 2026-02-24T07:41:10.114 INFO:teuthology.orchestra.run.trial172.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-757-g37e10ed3-1jammy [14.2 kB] 2026-02-24T07:41:10.133 INFO:teuthology.orchestra.run.trial172.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-757-g37e10ed3-1jammy [99.5 MB] 2026-02-24T07:41:10.364 INFO:teuthology.orchestra.run.trial076.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-757-g37e10ed3-1jammy [112 kB] 2026-02-24T07:41:10.364 INFO:teuthology.orchestra.run.trial076.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-757-g37e10ed3-1jammy [261 kB] 2026-02-24T07:41:10.370 INFO:teuthology.orchestra.run.trial076.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-757-g37e10ed3-1jammy [29.3 MB] 2026-02-24T07:41:10.439 INFO:teuthology.orchestra.run.trial028.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-757-g37e10ed3-1jammy [112 kB] 2026-02-24T07:41:10.439 INFO:teuthology.orchestra.run.trial028.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-757-g37e10ed3-1jammy [261 kB] 2026-02-24T07:41:10.471 INFO:teuthology.orchestra.run.trial028.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-757-g37e10ed3-1jammy [29.3 MB] 2026-02-24T07:41:13.545 INFO:teuthology.orchestra.run.trial172.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-757-g37e10ed3-1jammy [135 kB] 2026-02-24T07:41:13.597 INFO:teuthology.orchestra.run.trial172.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-757-g37e10ed3-1jammy [43.2 kB] 2026-02-24T07:41:13.618 INFO:teuthology.orchestra.run.trial172.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-757-g37e10ed3-1jammy [30.7 kB] 2026-02-24T07:41:13.653 INFO:teuthology.orchestra.run.trial172.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-757-g37e10ed3-1jammy [41.4 kB] 2026-02-24T07:41:13.680 INFO:teuthology.orchestra.run.trial172.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-757-g37e10ed3-1jammy [25.1 MB] 2026-02-24T07:41:15.569 INFO:teuthology.orchestra.run.trial172.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-757-g37e10ed3-1jammy [97.5 kB] 2026-02-24T07:41:15.860 INFO:teuthology.orchestra.run.trial172.stdout:Fetched 280 MB in 11s (25.9 MB/s) 2026-02-24T07:41:15.877 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-24T07:41:15.903 INFO:teuthology.orchestra.run.trial076.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-757-g37e10ed3-1jammy [5416 kB] 2026-02-24T07:41:16.041 INFO:teuthology.orchestra.run.trial172.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 ... 202926 files and directories currently installed.) 2026-02-24T07:41:16.045 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-24T07:41:16.046 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-24T07:41:16.069 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-24T07:41:16.079 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-24T07:41:16.079 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-24T07:41:16.095 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-24T07:41:16.108 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-24T07:41:16.108 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-24T07:41:16.127 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-24T07:41:16.137 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:16.141 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:16.172 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-24T07:41:16.182 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:16.182 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:16.199 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-24T07:41:16.209 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:16.209 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:16.229 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-24T07:41:16.239 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-24T07:41:16.240 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-24T07:41:16.256 INFO:teuthology.orchestra.run.trial076.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-757-g37e10ed3-1jammy [250 kB] 2026-02-24T07:41:16.257 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package librados2. 2026-02-24T07:41:16.267 INFO:teuthology.orchestra.run.trial076.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-757-g37e10ed3-1jammy [124 kB] 2026-02-24T07:41:16.267 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../07-librados2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.267 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking librados2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.291 INFO:teuthology.orchestra.run.trial076.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-757-g37e10ed3-1jammy [910 kB] 2026-02-24T07:41:16.308 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libnbd0. 2026-02-24T07:41:16.319 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../08-libnbd0_1.10.5-1_amd64.deb ... 2026-02-24T07:41:16.319 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-02-24T07:41:16.334 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package librbd1. 2026-02-24T07:41:16.344 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../09-librbd1_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.345 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking librbd1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.346 INFO:teuthology.orchestra.run.trial076.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-757-g37e10ed3-1jammy [6399 kB] 2026-02-24T07:41:16.381 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libcephfs2. 2026-02-24T07:41:16.391 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.392 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libcephfs2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.412 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-rados. 2026-02-24T07:41:16.421 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../11-python3-rados_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.422 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-rados (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.440 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-24T07:41:16.450 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:16.450 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-ceph-argparse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.453 INFO:teuthology.orchestra.run.trial028.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-757-g37e10ed3-1jammy [5416 kB] 2026-02-24T07:41:16.465 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-cephfs. 2026-02-24T07:41:16.475 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.475 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-cephfs (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.492 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-24T07:41:16.502 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:16.503 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.520 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-24T07:41:16.530 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-24T07:41:16.530 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-24T07:41:16.547 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-prettytable. 2026-02-24T07:41:16.557 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-02-24T07:41:16.557 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-24T07:41:16.572 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-rbd. 2026-02-24T07:41:16.582 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.582 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-rbd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.600 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-24T07:41:16.610 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-24T07:41:16.610 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-24T07:41:16.629 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package librgw2. 2026-02-24T07:41:16.639 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../19-librgw2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.639 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking librgw2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.737 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-rgw. 2026-02-24T07:41:16.747 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.748 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-rgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.764 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-24T07:41:16.770 INFO:teuthology.orchestra.run.trial076.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-757-g37e10ed3-1jammy [21.7 MB] 2026-02-24T07:41:16.773 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-24T07:41:16.773 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-24T07:41:16.787 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libradosstriper1. 2026-02-24T07:41:16.798 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.798 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libradosstriper1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.815 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-common. 2026-02-24T07:41:16.824 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../23-ceph-common_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:16.825 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:16.844 INFO:teuthology.orchestra.run.trial028.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-757-g37e10ed3-1jammy [250 kB] 2026-02-24T07:41:16.878 INFO:teuthology.orchestra.run.trial028.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-757-g37e10ed3-1jammy [124 kB] 2026-02-24T07:41:16.882 INFO:teuthology.orchestra.run.trial028.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-757-g37e10ed3-1jammy [910 kB] 2026-02-24T07:41:16.935 INFO:teuthology.orchestra.run.trial028.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-757-g37e10ed3-1jammy [6399 kB] 2026-02-24T07:41:17.078 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-base. 2026-02-24T07:41:17.088 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../24-ceph-base_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.093 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-base (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.157 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-24T07:41:17.167 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-24T07:41:17.168 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-24T07:41:17.183 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-cheroot. 2026-02-24T07:41:17.193 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-24T07:41:17.193 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-24T07:41:17.211 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-24T07:41:17.221 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-24T07:41:17.221 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-24T07:41:17.235 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-24T07:41:17.241 INFO:teuthology.orchestra.run.trial028.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-757-g37e10ed3-1jammy [21.7 MB] 2026-02-24T07:41:17.246 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-24T07:41:17.246 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-24T07:41:17.261 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-24T07:41:17.271 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-24T07:41:17.271 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-24T07:41:17.286 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-tempora. 2026-02-24T07:41:17.296 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-02-24T07:41:17.296 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-24T07:41:17.311 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-portend. 2026-02-24T07:41:17.321 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-02-24T07:41:17.322 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-24T07:41:17.335 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-24T07:41:17.345 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-24T07:41:17.346 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-24T07:41:17.361 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-24T07:41:17.370 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-24T07:41:17.371 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-24T07:41:17.395 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-natsort. 2026-02-24T07:41:17.404 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-02-24T07:41:17.405 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-24T07:41:17.421 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-24T07:41:17.431 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:17.431 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mgr-modules-core (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.460 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-24T07:41:17.470 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.470 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.485 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mgr. 2026-02-24T07:41:17.495 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.495 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mgr (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.517 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mon. 2026-02-24T07:41:17.527 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.527 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.586 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-24T07:41:17.596 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-24T07:41:17.597 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-24T07:41:17.613 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-osd. 2026-02-24T07:41:17.622 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.622 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-osd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.767 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph. 2026-02-24T07:41:17.777 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../41-ceph_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.778 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.791 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-fuse. 2026-02-24T07:41:17.801 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.801 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.823 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mds. 2026-02-24T07:41:17.833 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.833 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mds (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.861 INFO:teuthology.orchestra.run.trial076.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-757-g37e10ed3-1jammy [14.1 kB] 2026-02-24T07:41:17.861 INFO:teuthology.orchestra.run.trial076.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-757-g37e10ed3-1jammy [957 kB] 2026-02-24T07:41:17.864 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package cephadm. 2026-02-24T07:41:17.874 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../44-cephadm_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:17.875 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.892 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-asyncssh. 2026-02-24T07:41:17.894 INFO:teuthology.orchestra.run.trial076.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-757-g37e10ed3-1jammy [2345 kB] 2026-02-24T07:41:17.902 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-02-24T07:41:17.902 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:17.924 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-24T07:41:17.933 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:17.934 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mgr-cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:17.954 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-24T07:41:17.964 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-02-24T07:41:17.965 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-24T07:41:17.980 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-routes. 2026-02-24T07:41:17.990 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-24T07:41:17.990 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-24T07:41:17.995 INFO:teuthology.orchestra.run.trial076.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-757-g37e10ed3-1jammy [1049 kB] 2026-02-24T07:41:18.009 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-24T07:41:18.019 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:18.020 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mgr-dashboard (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:18.035 INFO:teuthology.orchestra.run.trial076.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-757-g37e10ed3-1jammy [179 kB] 2026-02-24T07:41:18.041 INFO:teuthology.orchestra.run.trial076.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-757-g37e10ed3-1jammy [45.5 MB] 2026-02-24T07:41:18.449 INFO:teuthology.orchestra.run.trial028.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-757-g37e10ed3-1jammy [14.1 kB] 2026-02-24T07:41:18.450 INFO:teuthology.orchestra.run.trial028.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-757-g37e10ed3-1jammy [957 kB] 2026-02-24T07:41:18.452 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-24T07:41:18.463 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-24T07:41:18.464 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-24T07:41:18.491 INFO:teuthology.orchestra.run.trial028.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-757-g37e10ed3-1jammy [2345 kB] 2026-02-24T07:41:18.504 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-joblib. 2026-02-24T07:41:18.514 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-24T07:41:18.515 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-24T07:41:18.541 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-24T07:41:18.551 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-24T07:41:18.552 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-24T07:41:18.567 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-sklearn. 2026-02-24T07:41:18.577 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-24T07:41:18.578 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-24T07:41:18.648 INFO:teuthology.orchestra.run.trial028.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-757-g37e10ed3-1jammy [1049 kB] 2026-02-24T07:41:18.659 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-24T07:41:18.670 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:18.671 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:18.724 INFO:teuthology.orchestra.run.trial028.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-757-g37e10ed3-1jammy [179 kB] 2026-02-24T07:41:18.731 INFO:teuthology.orchestra.run.trial028.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-757-g37e10ed3-1jammy [45.5 MB] 2026-02-24T07:41:18.833 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-cachetools. 2026-02-24T07:41:18.843 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-02-24T07:41:18.843 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-24T07:41:18.858 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-rsa. 2026-02-24T07:41:18.868 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-02-24T07:41:18.868 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-24T07:41:18.887 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-google-auth. 2026-02-24T07:41:18.897 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-02-24T07:41:18.898 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-24T07:41:18.916 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-24T07:41:18.925 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-24T07:41:18.926 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-24T07:41:18.943 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-websocket. 2026-02-24T07:41:18.953 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-02-24T07:41:18.953 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-24T07:41:18.971 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-24T07:41:18.981 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-24T07:41:18.982 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-24T07:41:19.077 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-24T07:41:19.088 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:19.088 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:19.103 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-24T07:41:19.112 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-24T07:41:19.113 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-24T07:41:19.129 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-24T07:41:19.140 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-24T07:41:19.140 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:19.155 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package jq. 2026-02-24T07:41:19.165 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-24T07:41:19.165 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:19.180 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package socat. 2026-02-24T07:41:19.191 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-24T07:41:19.191 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-24T07:41:19.211 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package xmlstarlet. 2026-02-24T07:41:19.221 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-24T07:41:19.221 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-24T07:41:19.258 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-test. 2026-02-24T07:41:19.268 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../67-ceph-test_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:19.269 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-test (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:20.172 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package ceph-volume. 2026-02-24T07:41:20.182 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:20.183 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking ceph-volume (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:20.206 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libcephfs-daemon. 2026-02-24T07:41:20.216 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:20.216 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libcephfs-daemon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:20.231 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-02-24T07:41:20.241 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:20.242 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libcephfs-proxy2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:20.256 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-24T07:41:20.266 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:20.266 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking libcephfs-dev (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:20.283 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package nvme-cli. 2026-02-24T07:41:20.293 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-24T07:41:20.293 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-24T07:41:20.327 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-02-24T07:41:20.337 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-02-24T07:41:20.337 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:20.366 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-24T07:41:20.376 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-24T07:41:20.376 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-24T07:41:20.391 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-pluggy. 2026-02-24T07:41:20.401 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-24T07:41:20.402 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-24T07:41:20.418 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-psutil. 2026-02-24T07:41:20.428 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-24T07:41:20.429 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-24T07:41:20.448 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-py. 2026-02-24T07:41:20.458 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-02-24T07:41:20.458 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-24T07:41:20.480 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-pygments. 2026-02-24T07:41:20.490 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-24T07:41:20.490 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-24T07:41:20.533 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-toml. 2026-02-24T07:41:20.543 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-02-24T07:41:20.544 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-24T07:41:20.560 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-pytest. 2026-02-24T07:41:20.570 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-24T07:41:20.570 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-24T07:41:20.592 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-simplejson. 2026-02-24T07:41:20.602 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-24T07:41:20.602 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-24T07:41:20.620 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package python3-webob. 2026-02-24T07:41:20.630 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-24T07:41:20.630 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-24T07:41:20.655 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-24T07:41:20.665 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-24T07:41:20.665 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-24T07:41:20.733 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package radosgw. 2026-02-24T07:41:20.744 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../84-radosgw_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:20.744 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking radosgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:20.953 INFO:teuthology.orchestra.run.trial172.stdout:Selecting previously unselected package rbd-fuse. 2026-02-24T07:41:20.964 INFO:teuthology.orchestra.run.trial172.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:20.964 INFO:teuthology.orchestra.run.trial172.stdout:Unpacking rbd-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:20.994 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-24T07:41:21.059 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-24T07:41:21.060 INFO:teuthology.orchestra.run.trial172.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-24T07:41:21.130 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T07:41:21.153 INFO:teuthology.orchestra.run.trial076.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-757-g37e10ed3-1jammy [8626 kB] 2026-02-24T07:41:21.418 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-02-24T07:41:21.862 INFO:teuthology.orchestra.run.trial172.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-24T07:41:21.874 INFO:teuthology.orchestra.run.trial172.stdout:Setting up cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:21.917 INFO:teuthology.orchestra.run.trial172.stdout:Adding system user cephadm....done 2026-02-24T07:41:21.928 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-24T07:41:22.000 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:22.000 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-24T07:41:22.071 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-24T07:41:22.108 INFO:teuthology.orchestra.run.trial076.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-757-g37e10ed3-1jammy [14.2 kB] 2026-02-24T07:41:22.108 INFO:teuthology.orchestra.run.trial076.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-757-g37e10ed3-1jammy [99.5 MB] 2026-02-24T07:41:22.146 INFO:teuthology.orchestra.run.trial172.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-24T07:41:22.147 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-24T07:41:22.241 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-24T07:41:22.361 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-24T07:41:22.438 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-24T07:41:22.513 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-ceph-argparse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:22.581 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-24T07:41:22.582 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-02-24T07:41:22.582 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-24T07:41:22.583 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-24T07:41:22.584 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-24T07:41:22.704 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-24T07:41:22.780 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libcephfs-proxy2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:22.781 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-24T07:41:22.857 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-24T07:41:22.943 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-24T07:41:23.190 INFO:teuthology.orchestra.run.trial172.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-24T07:41:23.190 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-24T07:41:23.284 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:23.406 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-24T07:41:23.487 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-24T07:41:23.559 INFO:teuthology.orchestra.run.trial172.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-24T07:41:23.560 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:23.647 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-24T07:41:24.138 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:24.143 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-24T07:41:24.219 INFO:teuthology.orchestra.run.trial172.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-24T07:41:24.220 INFO:teuthology.orchestra.run.trial172.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-24T07:41:24.221 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-24T07:41:24.293 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-24T07:41:24.367 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:24.368 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-24T07:41:24.445 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-24T07:41:24.517 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-24T07:41:24.593 INFO:teuthology.orchestra.run.trial172.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-24T07:41:24.594 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-24T07:41:24.678 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-24T07:41:24.679 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-24T07:41:24.754 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-24T07:41:24.837 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-24T07:41:24.913 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:24.913 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-24T07:41:25.048 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-24T07:41:25.119 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:25.120 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-24T07:41:25.203 INFO:teuthology.orchestra.run.trial172.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:25.204 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-24T07:41:25.333 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-24T07:41:25.333 INFO:teuthology.orchestra.run.trial172.stdout:Setting up librados2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.335 INFO:teuthology.orchestra.run.trial172.stdout:Setting up librgw2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.335 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libsqlite3-mod-ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.336 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-24T07:41:25.850 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libcephfs2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.851 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libradosstriper1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.852 INFO:teuthology.orchestra.run.trial172.stdout:Setting up librbd1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.853 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mgr-modules-core (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.854 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:25.928 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-24T07:41:25.928 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-24T07:41:26.376 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libcephfs-dev (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.377 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-rados (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.378 INFO:teuthology.orchestra.run.trial172.stdout:Setting up libcephfs-daemon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.379 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-rbd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.380 INFO:teuthology.orchestra.run.trial172.stdout:Setting up rbd-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.381 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-rgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.382 INFO:teuthology.orchestra.run.trial172.stdout:Setting up python3-cephfs (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.383 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:26.411 INFO:teuthology.orchestra.run.trial172.stdout:Adding group ceph....done 2026-02-24T07:41:26.446 INFO:teuthology.orchestra.run.trial172.stdout:Adding system user ceph....done 2026-02-24T07:41:26.457 INFO:teuthology.orchestra.run.trial172.stdout:Setting system user ceph properties....done 2026-02-24T07:41:26.463 INFO:teuthology.orchestra.run.trial172.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-24T07:41:26.543 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-24T07:41:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-757-g37e10ed3-1jammy [8626 kB] 2026-02-24T07:41:26.845 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-24T07:41:27.234 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-test (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:27.235 INFO:teuthology.orchestra.run.trial172.stdout:Setting up radosgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:27.499 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-24T07:41:27.499 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-24T07:41:27.893 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-base (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:28.005 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-02-24T07:41:28.383 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mds (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:28.441 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-24T07:41:28.441 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-24T07:41:28.687 INFO:teuthology.orchestra.run.trial028.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-757-g37e10ed3-1jammy [14.2 kB] 2026-02-24T07:41:28.687 INFO:teuthology.orchestra.run.trial028.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-757-g37e10ed3-1jammy [99.5 MB] 2026-02-24T07:41:28.826 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mgr (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:28.905 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-24T07:41:28.905 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-24T07:41:29.295 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-osd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:29.381 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-24T07:41:29.381 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-24T07:41:29.797 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mgr-k8sevents (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:29.807 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:29.818 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:29.891 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-24T07:41:29.892 INFO:teuthology.orchestra.run.trial172.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-24T07:41:30.273 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mgr-cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:30.285 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:30.286 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-mgr-dashboard (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:30.298 INFO:teuthology.orchestra.run.trial172.stdout:Setting up ceph-volume (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:30.406 INFO:teuthology.orchestra.run.trial172.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-24T07:41:30.489 INFO:teuthology.orchestra.run.trial172.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout:Running kernel seems to be up-to-date. 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout:The processor microcode seems to be up-to-date. 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout:No services need to be restarted. 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout:No containers need to be restarted. 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout:No user sessions are running outdated binaries. 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout: 2026-02-24T07:41:30.946 INFO:teuthology.orchestra.run.trial172.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-24T07:41:31.768 INFO:teuthology.orchestra.run.trial172.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-24T07:41:31.773 DEBUG:teuthology.parallel:result is None 2026-02-24T07:41:36.445 INFO:teuthology.orchestra.run.trial076.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-757-g37e10ed3-1jammy [135 kB] 2026-02-24T07:41:36.445 INFO:teuthology.orchestra.run.trial076.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-757-g37e10ed3-1jammy [43.2 kB] 2026-02-24T07:41:36.446 INFO:teuthology.orchestra.run.trial076.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-757-g37e10ed3-1jammy [30.7 kB] 2026-02-24T07:41:36.447 INFO:teuthology.orchestra.run.trial076.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-757-g37e10ed3-1jammy [41.4 kB] 2026-02-24T07:41:36.447 INFO:teuthology.orchestra.run.trial076.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-757-g37e10ed3-1jammy [25.1 MB] 2026-02-24T07:41:39.797 INFO:teuthology.orchestra.run.trial076.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-757-g37e10ed3-1jammy [97.5 kB] 2026-02-24T07:41:40.089 INFO:teuthology.orchestra.run.trial076.stdout:Fetched 280 MB in 35s (7990 kB/s) 2026-02-24T07:41:40.105 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-24T07:41:40.272 INFO:teuthology.orchestra.run.trial076.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 ... 202926 files and directories currently installed.) 2026-02-24T07:41:40.275 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-24T07:41:40.276 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-24T07:41:40.298 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-24T07:41:40.313 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-24T07:41:40.313 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-24T07:41:40.330 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-24T07:41:40.343 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-24T07:41:40.344 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-24T07:41:40.362 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-24T07:41:40.372 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:40.377 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:40.409 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-24T07:41:40.419 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:40.419 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:40.436 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-24T07:41:40.446 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:40.446 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:40.467 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-24T07:41:40.477 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-24T07:41:40.477 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-24T07:41:40.495 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librados2. 2026-02-24T07:41:40.505 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../07-librados2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.505 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librados2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.547 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libnbd0. 2026-02-24T07:41:40.557 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../08-libnbd0_1.10.5-1_amd64.deb ... 2026-02-24T07:41:40.557 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-02-24T07:41:40.573 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librbd1. 2026-02-24T07:41:40.583 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../09-librbd1_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.583 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librbd1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.621 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs2. 2026-02-24T07:41:40.631 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.631 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.652 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rados. 2026-02-24T07:41:40.662 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../11-python3-rados_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.662 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rados (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.680 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-24T07:41:40.690 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:40.691 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-ceph-argparse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.705 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cephfs. 2026-02-24T07:41:40.715 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.715 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cephfs (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.732 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-24T07:41:40.742 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:40.743 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.761 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-24T07:41:40.771 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-24T07:41:40.772 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-24T07:41:40.788 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-prettytable. 2026-02-24T07:41:40.798 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-02-24T07:41:40.798 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-24T07:41:40.813 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rbd. 2026-02-24T07:41:40.823 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.824 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rbd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.842 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-24T07:41:40.851 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-24T07:41:40.852 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-24T07:41:40.871 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librgw2. 2026-02-24T07:41:40.881 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../19-librgw2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.882 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librgw2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:40.978 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rgw. 2026-02-24T07:41:40.988 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:40.989 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.005 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-24T07:41:41.015 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-24T07:41:41.015 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-24T07:41:41.030 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libradosstriper1. 2026-02-24T07:41:41.040 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:41.041 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libradosstriper1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.058 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-common. 2026-02-24T07:41:41.068 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../23-ceph-common_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:41.068 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.318 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-base. 2026-02-24T07:41:41.328 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../24-ceph-base_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:41.333 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-base (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.399 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-24T07:41:41.409 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-24T07:41:41.409 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-24T07:41:41.425 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cheroot. 2026-02-24T07:41:41.435 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-24T07:41:41.435 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-24T07:41:41.453 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-24T07:41:41.464 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-24T07:41:41.464 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-24T07:41:41.480 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-24T07:41:41.490 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-24T07:41:41.490 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-24T07:41:41.505 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-24T07:41:41.515 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-24T07:41:41.516 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-24T07:41:41.531 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-tempora. 2026-02-24T07:41:41.541 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-02-24T07:41:41.541 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-24T07:41:41.557 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-portend. 2026-02-24T07:41:41.567 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-02-24T07:41:41.568 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-24T07:41:41.583 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-24T07:41:41.593 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-24T07:41:41.593 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-24T07:41:41.609 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-24T07:41:41.620 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-24T07:41:41.620 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-24T07:41:41.644 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-natsort. 2026-02-24T07:41:41.654 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-02-24T07:41:41.655 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-24T07:41:41.671 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-24T07:41:41.681 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:41.681 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-modules-core (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.711 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-24T07:41:41.721 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:41.721 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.737 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr. 2026-02-24T07:41:41.747 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:41.748 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.771 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mon. 2026-02-24T07:41:41.781 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:41.782 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:41.839 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-24T07:41:41.849 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-24T07:41:41.850 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-24T07:41:41.866 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-osd. 2026-02-24T07:41:41.876 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:41.876 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-osd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:42.023 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph. 2026-02-24T07:41:42.033 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../41-ceph_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:42.034 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:42.048 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-fuse. 2026-02-24T07:41:42.057 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:42.058 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:42.081 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mds. 2026-02-24T07:41:42.091 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:42.091 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mds (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:42.124 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package cephadm. 2026-02-24T07:41:42.135 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../44-cephadm_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:42.135 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:42.151 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-asyncssh. 2026-02-24T07:41:42.161 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-02-24T07:41:42.161 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:42.183 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-24T07:41:42.193 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:42.194 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:42.215 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-24T07:41:42.224 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-02-24T07:41:42.224 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-24T07:41:42.240 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-routes. 2026-02-24T07:41:42.251 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-24T07:41:42.252 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-24T07:41:42.272 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-24T07:41:42.282 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:42.282 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-dashboard (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:42.711 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-24T07:41:42.723 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-24T07:41:42.723 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-24T07:41:42.761 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-joblib. 2026-02-24T07:41:42.771 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-24T07:41:42.772 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-24T07:41:42.799 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-24T07:41:42.810 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-24T07:41:42.810 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-24T07:41:42.825 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-sklearn. 2026-02-24T07:41:42.835 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-24T07:41:42.836 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-24T07:41:42.919 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-24T07:41:42.930 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:42.931 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:43.085 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cachetools. 2026-02-24T07:41:43.095 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-02-24T07:41:43.096 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-24T07:41:43.111 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rsa. 2026-02-24T07:41:43.122 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-02-24T07:41:43.122 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-24T07:41:43.139 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-google-auth. 2026-02-24T07:41:43.150 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-02-24T07:41:43.150 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-24T07:41:43.168 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-24T07:41:43.178 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-24T07:41:43.179 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-24T07:41:43.195 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-websocket. 2026-02-24T07:41:43.205 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-02-24T07:41:43.206 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-24T07:41:43.224 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-24T07:41:43.234 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-24T07:41:43.234 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-24T07:41:43.327 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-24T07:41:43.337 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:43.338 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:43.353 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-24T07:41:43.363 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-24T07:41:43.363 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-24T07:41:43.379 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-24T07:41:43.389 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-24T07:41:43.389 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:43.405 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package jq. 2026-02-24T07:41:43.415 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-24T07:41:43.415 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:43.430 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package socat. 2026-02-24T07:41:43.440 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-24T07:41:43.440 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-24T07:41:43.460 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package xmlstarlet. 2026-02-24T07:41:43.470 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-24T07:41:43.471 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-24T07:41:43.506 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-test. 2026-02-24T07:41:43.517 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../67-ceph-test_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:43.517 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-test (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:44.393 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-volume. 2026-02-24T07:41:44.403 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:44.403 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-volume (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:44.426 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs-daemon. 2026-02-24T07:41:44.437 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:44.437 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs-daemon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:44.452 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-02-24T07:41:44.463 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:44.464 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs-proxy2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:44.479 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-24T07:41:44.489 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:44.490 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs-dev (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:44.506 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package nvme-cli. 2026-02-24T07:41:44.516 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-24T07:41:44.517 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-24T07:41:44.549 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-02-24T07:41:44.559 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-02-24T07:41:44.560 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:44.591 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-24T07:41:44.601 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-24T07:41:44.602 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-24T07:41:44.617 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-pluggy. 2026-02-24T07:41:44.627 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-24T07:41:44.627 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-24T07:41:44.644 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-psutil. 2026-02-24T07:41:44.654 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-24T07:41:44.654 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-24T07:41:44.674 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-py. 2026-02-24T07:41:44.684 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-02-24T07:41:44.684 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-24T07:41:44.705 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-pygments. 2026-02-24T07:41:44.715 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-24T07:41:44.716 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-24T07:41:44.758 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-toml. 2026-02-24T07:41:44.768 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-02-24T07:41:44.769 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-24T07:41:44.783 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-pytest. 2026-02-24T07:41:44.793 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-24T07:41:44.793 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-24T07:41:44.815 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-simplejson. 2026-02-24T07:41:44.825 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-24T07:41:44.825 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-24T07:41:44.844 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-webob. 2026-02-24T07:41:44.854 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-24T07:41:44.855 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-24T07:41:44.879 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-24T07:41:44.888 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-24T07:41:44.889 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-24T07:41:44.957 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package radosgw. 2026-02-24T07:41:44.968 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../84-radosgw_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:44.968 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking radosgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:45.181 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package rbd-fuse. 2026-02-24T07:41:45.192 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:45.192 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking rbd-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:45.220 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-24T07:41:45.288 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-24T07:41:45.289 INFO:teuthology.orchestra.run.trial076.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-24T07:41:45.358 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T07:41:45.616 INFO:teuthology.orchestra.run.trial028.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-757-g37e10ed3-1jammy [135 kB] 2026-02-24T07:41:45.617 INFO:teuthology.orchestra.run.trial028.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-757-g37e10ed3-1jammy [43.2 kB] 2026-02-24T07:41:45.617 INFO:teuthology.orchestra.run.trial028.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-757-g37e10ed3-1jammy [30.7 kB] 2026-02-24T07:41:45.618 INFO:teuthology.orchestra.run.trial028.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-757-g37e10ed3-1jammy [41.4 kB] 2026-02-24T07:41:45.618 INFO:teuthology.orchestra.run.trial028.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-757-g37e10ed3-1jammy [25.1 MB] 2026-02-24T07:41:45.637 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-02-24T07:41:45.994 INFO:teuthology.orchestra.run.trial076.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-24T07:41:46.005 INFO:teuthology.orchestra.run.trial076.stdout:Setting up cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:46.047 INFO:teuthology.orchestra.run.trial076.stdout:Adding system user cephadm....done 2026-02-24T07:41:46.057 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-24T07:41:46.128 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:46.129 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-24T07:41:46.201 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-24T07:41:46.276 INFO:teuthology.orchestra.run.trial076.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-24T07:41:46.277 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-24T07:41:46.376 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-24T07:41:46.499 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-24T07:41:46.575 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-24T07:41:46.647 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-ceph-argparse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:46.711 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-24T07:41:46.712 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-02-24T07:41:46.713 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-24T07:41:46.714 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-24T07:41:46.715 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-24T07:41:46.838 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-24T07:41:46.915 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs-proxy2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:46.916 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-24T07:41:46.995 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-24T07:41:47.081 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-24T07:41:47.332 INFO:teuthology.orchestra.run.trial076.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-24T07:41:47.332 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-24T07:41:47.428 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:47.553 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-24T07:41:47.633 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-24T07:41:47.709 INFO:teuthology.orchestra.run.trial076.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-24T07:41:47.710 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:47.798 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-24T07:41:48.120 INFO:teuthology.orchestra.run.trial028.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-757-g37e10ed3-1jammy [97.5 kB] 2026-02-24T07:41:48.315 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:48.319 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-24T07:41:48.398 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-24T07:41:48.399 INFO:teuthology.orchestra.run.trial076.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-24T07:41:48.399 INFO:teuthology.orchestra.run.trial028.stdout:Fetched 280 MB in 43s (6460 kB/s) 2026-02-24T07:41:48.400 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-24T07:41:48.415 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-24T07:41:48.476 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-24T07:41:48.548 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:48.549 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-24T07:41:48.584 INFO:teuthology.orchestra.run.trial028.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 ... 202926 files and directories currently installed.) 2026-02-24T07:41:48.587 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-24T07:41:48.588 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-24T07:41:48.610 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-24T07:41:48.620 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-24T07:41:48.621 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-24T07:41:48.626 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-24T07:41:48.636 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-24T07:41:48.647 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-24T07:41:48.647 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-24T07:41:48.665 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-24T07:41:48.674 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:48.679 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:48.702 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-24T07:41:48.711 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-24T07:41:48.721 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:48.721 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:48.738 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-24T07:41:48.748 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-24T07:41:48.748 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:48.769 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-24T07:41:48.779 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-24T07:41:48.779 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-24T07:41:48.781 INFO:teuthology.orchestra.run.trial076.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-24T07:41:48.782 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-24T07:41:48.796 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package librados2. 2026-02-24T07:41:48.806 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../07-librados2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:48.806 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking librados2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:48.847 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libnbd0. 2026-02-24T07:41:48.856 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../08-libnbd0_1.10.5-1_amd64.deb ... 2026-02-24T07:41:48.857 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-02-24T07:41:48.864 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-24T07:41:48.865 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-24T07:41:48.871 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package librbd1. 2026-02-24T07:41:48.881 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../09-librbd1_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:48.881 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking librbd1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:48.918 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libcephfs2. 2026-02-24T07:41:48.928 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:48.928 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libcephfs2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:48.941 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-24T07:41:48.949 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-rados. 2026-02-24T07:41:48.958 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../11-python3-rados_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:48.959 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-rados (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:48.976 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-24T07:41:48.986 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:48.987 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-ceph-argparse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.001 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-cephfs. 2026-02-24T07:41:49.011 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:49.011 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-cephfs (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.025 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-24T07:41:49.027 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-24T07:41:49.037 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:49.038 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.057 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-24T07:41:49.066 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-24T07:41:49.067 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-24T07:41:49.083 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-prettytable. 2026-02-24T07:41:49.093 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-02-24T07:41:49.093 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-24T07:41:49.098 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:49.099 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-24T07:41:49.108 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-rbd. 2026-02-24T07:41:49.118 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:49.118 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-rbd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.136 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-24T07:41:49.146 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-24T07:41:49.146 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-24T07:41:49.166 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package librgw2. 2026-02-24T07:41:49.175 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../19-librgw2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:49.176 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking librgw2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.235 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-24T07:41:49.270 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-rgw. 2026-02-24T07:41:49.280 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:49.281 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-rgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.297 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-24T07:41:49.307 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-24T07:41:49.307 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-24T07:41:49.308 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:49.309 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-24T07:41:49.323 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libradosstriper1. 2026-02-24T07:41:49.333 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:49.333 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libradosstriper1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.351 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-common. 2026-02-24T07:41:49.361 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../23-ceph-common_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:49.361 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.394 INFO:teuthology.orchestra.run.trial076.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:49.395 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-24T07:41:49.527 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-24T07:41:49.528 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librados2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.529 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librgw2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.529 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libsqlite3-mod-ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.530 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-24T07:41:49.672 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-base. 2026-02-24T07:41:49.683 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../24-ceph-base_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:49.688 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-base (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:49.752 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-24T07:41:49.762 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-24T07:41:49.763 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-24T07:41:49.778 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-cheroot. 2026-02-24T07:41:49.788 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-24T07:41:49.788 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-24T07:41:49.806 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-24T07:41:49.816 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-24T07:41:49.816 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-24T07:41:49.831 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-24T07:41:49.841 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-24T07:41:49.842 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-24T07:41:49.856 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-24T07:41:49.865 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-24T07:41:49.866 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-24T07:41:49.881 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-tempora. 2026-02-24T07:41:49.891 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-02-24T07:41:49.891 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-24T07:41:49.907 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-portend. 2026-02-24T07:41:49.916 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-02-24T07:41:49.917 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-24T07:41:49.931 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-24T07:41:49.941 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-24T07:41:49.942 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-24T07:41:49.956 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-24T07:41:49.966 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-24T07:41:49.966 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-24T07:41:49.990 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-natsort. 2026-02-24T07:41:50.001 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-02-24T07:41:50.001 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-24T07:41:50.016 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-24T07:41:50.026 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:50.026 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mgr-modules-core (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.055 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.055 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-24T07:41:50.056 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libradosstriper1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.057 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librbd1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.058 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-modules-core (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.059 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.065 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.066 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.082 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mgr. 2026-02-24T07:41:50.092 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.092 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mgr (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.113 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mon. 2026-02-24T07:41:50.123 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.124 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.136 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-24T07:41:50.136 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-24T07:41:50.181 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-24T07:41:50.192 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-24T07:41:50.192 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-24T07:41:50.209 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-osd. 2026-02-24T07:41:50.218 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.219 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-osd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.363 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph. 2026-02-24T07:41:50.374 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../41-ceph_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.374 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.389 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-fuse. 2026-02-24T07:41:50.399 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.399 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.421 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mds. 2026-02-24T07:41:50.431 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.432 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mds (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.464 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package cephadm. 2026-02-24T07:41:50.474 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../44-cephadm_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:50.475 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.491 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-asyncssh. 2026-02-24T07:41:50.502 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-02-24T07:41:50.502 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:50.524 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-24T07:41:50.530 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs-dev (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.532 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rados (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.532 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs-daemon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.533 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rbd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.534 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:50.534 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mgr-cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.534 INFO:teuthology.orchestra.run.trial076.stdout:Setting up rbd-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.535 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.536 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cephfs (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.537 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.555 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-24T07:41:50.566 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-02-24T07:41:50.566 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-24T07:41:50.566 INFO:teuthology.orchestra.run.trial076.stdout:Adding group ceph....done 2026-02-24T07:41:50.581 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-routes. 2026-02-24T07:41:50.591 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-24T07:41:50.592 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-24T07:41:50.601 INFO:teuthology.orchestra.run.trial076.stdout:Adding system user ceph....done 2026-02-24T07:41:50.611 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-24T07:41:50.612 INFO:teuthology.orchestra.run.trial076.stdout:Setting system user ceph properties....done 2026-02-24T07:41:50.618 INFO:teuthology.orchestra.run.trial076.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-24T07:41:50.621 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:50.622 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mgr-dashboard (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:50.706 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-24T07:41:50.975 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-24T07:41:51.050 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-24T07:41:51.062 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-24T07:41:51.062 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-24T07:41:51.102 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-joblib. 2026-02-24T07:41:51.112 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-24T07:41:51.112 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-24T07:41:51.139 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-24T07:41:51.150 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-24T07:41:51.150 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-24T07:41:51.166 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-sklearn. 2026-02-24T07:41:51.177 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-24T07:41:51.177 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-24T07:41:51.260 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-24T07:41:51.271 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:51.272 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:51.341 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-test (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:51.342 INFO:teuthology.orchestra.run.trial076.stdout:Setting up radosgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:51.428 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-cachetools. 2026-02-24T07:41:51.438 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-02-24T07:41:51.438 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-24T07:41:51.453 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-rsa. 2026-02-24T07:41:51.464 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-02-24T07:41:51.464 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-24T07:41:51.483 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-google-auth. 2026-02-24T07:41:51.493 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-02-24T07:41:51.493 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-24T07:41:51.511 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-24T07:41:51.522 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-24T07:41:51.522 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-24T07:41:51.539 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-websocket. 2026-02-24T07:41:51.550 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-02-24T07:41:51.550 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-24T07:41:51.568 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-24T07:41:51.578 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-24T07:41:51.578 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-24T07:41:51.596 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-24T07:41:51.597 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-24T07:41:51.671 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-24T07:41:51.682 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:51.682 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:51.697 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-24T07:41:51.707 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-24T07:41:51.708 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-24T07:41:51.724 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-24T07:41:51.734 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-24T07:41:51.735 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:51.750 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package jq. 2026-02-24T07:41:51.760 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-24T07:41:51.761 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:51.775 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package socat. 2026-02-24T07:41:51.786 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-24T07:41:51.786 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-24T07:41:51.807 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package xmlstarlet. 2026-02-24T07:41:51.818 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-24T07:41:51.818 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-24T07:41:51.855 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-test. 2026-02-24T07:41:51.865 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../67-ceph-test_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:51.866 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-test (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:51.982 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-base (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:52.092 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-02-24T07:41:52.468 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mds (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:52.527 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-24T07:41:52.527 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-24T07:41:52.794 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package ceph-volume. 2026-02-24T07:41:52.804 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-757-g37e10ed3-1jammy_all.deb ... 2026-02-24T07:41:52.805 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking ceph-volume (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:52.828 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libcephfs-daemon. 2026-02-24T07:41:52.839 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:52.839 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libcephfs-daemon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:52.854 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-02-24T07:41:52.864 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:52.864 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libcephfs-proxy2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:52.879 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:52.879 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-24T07:41:52.890 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:52.891 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking libcephfs-dev (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:52.907 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package nvme-cli. 2026-02-24T07:41:52.917 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-24T07:41:52.917 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-24T07:41:52.945 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-24T07:41:52.946 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-24T07:41:52.951 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-02-24T07:41:52.961 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-02-24T07:41:52.962 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:52.992 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-24T07:41:53.002 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-24T07:41:53.003 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-24T07:41:53.017 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-pluggy. 2026-02-24T07:41:53.028 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-24T07:41:53.028 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-24T07:41:53.043 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-psutil. 2026-02-24T07:41:53.054 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-24T07:41:53.054 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-24T07:41:53.073 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-py. 2026-02-24T07:41:53.084 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-02-24T07:41:53.084 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-24T07:41:53.105 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-pygments. 2026-02-24T07:41:53.115 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-24T07:41:53.116 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-24T07:41:53.157 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-toml. 2026-02-24T07:41:53.168 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-02-24T07:41:53.169 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-24T07:41:53.184 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-pytest. 2026-02-24T07:41:53.194 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-24T07:41:53.195 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-24T07:41:53.217 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-simplejson. 2026-02-24T07:41:53.228 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-24T07:41:53.229 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-24T07:41:53.247 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package python3-webob. 2026-02-24T07:41:53.257 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-24T07:41:53.257 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-24T07:41:53.281 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-24T07:41:53.292 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-24T07:41:53.292 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-24T07:41:53.302 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-osd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:53.359 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package radosgw. 2026-02-24T07:41:53.370 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../84-radosgw_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:53.370 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking radosgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:53.380 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-24T07:41:53.380 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-24T07:41:53.583 INFO:teuthology.orchestra.run.trial028.stdout:Selecting previously unselected package rbd-fuse. 2026-02-24T07:41:53.594 INFO:teuthology.orchestra.run.trial028.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-757-g37e10ed3-1jammy_amd64.deb ... 2026-02-24T07:41:53.594 INFO:teuthology.orchestra.run.trial028.stdout:Unpacking rbd-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:53.622 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-24T07:41:53.687 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-24T07:41:53.687 INFO:teuthology.orchestra.run.trial028.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-24T07:41:53.756 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-k8sevents (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:53.761 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-02-24T07:41:53.765 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:53.777 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:53.849 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-24T07:41:53.850 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-24T07:41:54.049 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-02-24T07:41:54.223 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:54.233 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:54.234 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-dashboard (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:54.244 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-volume (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:54.355 INFO:teuthology.orchestra.run.trial076.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-24T07:41:54.439 INFO:teuthology.orchestra.run.trial076.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-24T07:41:54.447 INFO:teuthology.orchestra.run.trial028.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-24T07:41:54.458 INFO:teuthology.orchestra.run.trial028.stdout:Setting up cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:54.502 INFO:teuthology.orchestra.run.trial028.stdout:Adding system user cephadm....done 2026-02-24T07:41:54.513 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-24T07:41:54.583 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:54.584 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-24T07:41:54.654 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-24T07:41:54.730 INFO:teuthology.orchestra.run.trial028.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-24T07:41:54.731 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-24T07:41:54.829 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-24T07:41:54.954 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-24T07:41:55.030 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-24T07:41:55.103 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-ceph-argparse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout:Running kernel seems to be up-to-date. 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout:The processor microcode seems to be up-to-date. 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout:No services need to be restarted. 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout:No containers need to be restarted. 2026-02-24T07:41:55.112 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:41:55.113 INFO:teuthology.orchestra.run.trial076.stdout:No user sessions are running outdated binaries. 2026-02-24T07:41:55.113 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-24T07:41:55.113 INFO:teuthology.orchestra.run.trial076.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-24T07:41:55.169 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-24T07:41:55.169 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-02-24T07:41:55.170 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-24T07:41:55.171 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-24T07:41:55.172 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-24T07:41:55.293 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-24T07:41:55.371 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libcephfs-proxy2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:55.371 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-24T07:41:55.453 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-24T07:41:55.541 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-24T07:41:55.800 INFO:teuthology.orchestra.run.trial028.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-24T07:41:55.801 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-24T07:41:55.897 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-24T07:41:55.923 INFO:teuthology.orchestra.run.trial076.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-24T07:41:55.931 DEBUG:teuthology.parallel:result is None 2026-02-24T07:41:56.024 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-24T07:41:56.104 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-24T07:41:56.175 INFO:teuthology.orchestra.run.trial028.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-24T07:41:56.175 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:56.263 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-24T07:41:56.766 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:56.771 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-24T07:41:56.847 INFO:teuthology.orchestra.run.trial028.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-24T07:41:56.848 INFO:teuthology.orchestra.run.trial028.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-24T07:41:56.849 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-24T07:41:56.926 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-24T07:41:56.998 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:56.998 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-24T07:41:57.077 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-24T07:41:57.149 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-24T07:41:57.228 INFO:teuthology.orchestra.run.trial028.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-24T07:41:57.229 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-24T07:41:57.313 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-24T07:41:57.315 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-24T07:41:57.390 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-24T07:41:57.475 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-24T07:41:57.548 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:57.549 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-24T07:41:57.685 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-24T07:41:57.757 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-24T07:41:57.758 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-24T07:41:57.840 INFO:teuthology.orchestra.run.trial028.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-24T07:41:57.841 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-24T07:41:57.973 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-24T07:41:57.974 INFO:teuthology.orchestra.run.trial028.stdout:Setting up librados2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:57.974 INFO:teuthology.orchestra.run.trial028.stdout:Setting up librgw2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:57.975 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libsqlite3-mod-ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:57.976 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-24T07:41:58.502 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libcephfs2 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:58.502 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libradosstriper1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:58.503 INFO:teuthology.orchestra.run.trial028.stdout:Setting up librbd1 (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:58.504 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mgr-modules-core (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:58.505 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:58.580 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-24T07:41:58.580 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-24T07:41:59.001 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libcephfs-dev (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.002 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-rados (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.003 INFO:teuthology.orchestra.run.trial028.stdout:Setting up libcephfs-daemon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.004 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-rbd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.005 INFO:teuthology.orchestra.run.trial028.stdout:Setting up rbd-fuse (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.006 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-rgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.007 INFO:teuthology.orchestra.run.trial028.stdout:Setting up python3-cephfs (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.008 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-common (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.034 INFO:teuthology.orchestra.run.trial028.stdout:Adding group ceph....done 2026-02-24T07:41:59.077 INFO:teuthology.orchestra.run.trial028.stdout:Adding system user ceph....done 2026-02-24T07:41:59.087 INFO:teuthology.orchestra.run.trial028.stdout:Setting system user ceph properties....done 2026-02-24T07:41:59.093 INFO:teuthology.orchestra.run.trial028.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-24T07:41:59.160 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-24T07:41:59.453 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-24T07:41:59.861 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-test (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:41:59.862 INFO:teuthology.orchestra.run.trial028.stdout:Setting up radosgw (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:00.132 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-24T07:42:00.133 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-24T07:42:00.517 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-base (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:00.634 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-02-24T07:42:01.030 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mds (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:01.088 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-24T07:42:01.088 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-24T07:42:01.475 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mgr (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:01.550 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-24T07:42:01.550 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-24T07:42:01.944 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-osd (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:02.027 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-24T07:42:02.027 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-24T07:42:02.419 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mgr-k8sevents (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:02.429 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:02.441 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mon (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:02.517 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-24T07:42:02.517 INFO:teuthology.orchestra.run.trial028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-24T07:42:02.895 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mgr-cephadm (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:02.906 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:02.907 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-mgr-dashboard (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:02.918 INFO:teuthology.orchestra.run.trial028.stdout:Setting up ceph-volume (20.2.0-757-g37e10ed3-1jammy) ... 2026-02-24T07:42:03.028 INFO:teuthology.orchestra.run.trial028.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-24T07:42:03.050 INFO:teuthology.orchestra.run.trial028.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout:Running kernel seems to be up-to-date. 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout:The processor microcode seems to be up-to-date. 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout:No services need to be restarted. 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout:No containers need to be restarted. 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout:No user sessions are running outdated binaries. 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:03.687 INFO:teuthology.orchestra.run.trial028.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-24T07:42:04.525 INFO:teuthology.orchestra.run.trial028.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-24T07:42:04.530 DEBUG:teuthology.parallel:result is None 2026-02-24T07:42:04.530 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:04.651 DEBUG:teuthology.orchestra.run.trial028:> dpkg-query -W -f '${Version}' ceph 2026-02-24T07:42:04.662 INFO:teuthology.orchestra.run.trial028.stdout:20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:42:04.662 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:42:04.663 INFO:teuthology.task.install:The correct ceph version 20.2.0-757-g37e10ed3-1jammy is installed. 2026-02-24T07:42:04.665 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:04.786 DEBUG:teuthology.orchestra.run.trial076:> dpkg-query -W -f '${Version}' ceph 2026-02-24T07:42:04.797 INFO:teuthology.orchestra.run.trial076.stdout:20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:42:04.798 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:42:04.798 INFO:teuthology.task.install:The correct ceph version 20.2.0-757-g37e10ed3-1jammy is installed. 2026-02-24T07:42:04.800 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:04.934 DEBUG:teuthology.orchestra.run.trial172:> dpkg-query -W -f '${Version}' ceph 2026-02-24T07:42:04.945 INFO:teuthology.orchestra.run.trial172.stdout:20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:42:04.946 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-757-g37e10ed3-1jammy 2026-02-24T07:42:04.946 INFO:teuthology.task.install:The correct ceph version 20.2.0-757-g37e10ed3-1jammy is installed. 2026-02-24T07:42:04.948 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-24T07:42:04.948 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:42:04.948 DEBUG:teuthology.orchestra.run.trial028:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-24T07:42:04.960 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-24T07:42:04.960 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-24T07:42:04.971 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-24T07:42:04.971 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-24T07:42:04.995 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-24T07:42:04.996 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:42:04.996 DEBUG:teuthology.orchestra.run.trial028:> sudo dd of=/usr/bin/daemon-helper 2026-02-24T07:42:05.010 DEBUG:teuthology.orchestra.run.trial028:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-24T07:42:05.061 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-24T07:42:05.062 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/usr/bin/daemon-helper 2026-02-24T07:42:05.073 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-24T07:42:05.124 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-24T07:42:05.125 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/daemon-helper 2026-02-24T07:42:05.136 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-24T07:42:05.185 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-24T07:42:05.185 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:42:05.185 DEBUG:teuthology.orchestra.run.trial028:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-24T07:42:05.194 DEBUG:teuthology.orchestra.run.trial028:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-24T07:42:05.244 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-24T07:42:05.244 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-24T07:42:05.253 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-24T07:42:05.304 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-24T07:42:05.304 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-24T07:42:05.315 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-24T07:42:05.366 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-24T07:42:05.366 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:42:05.366 DEBUG:teuthology.orchestra.run.trial028:> sudo dd of=/usr/bin/stdin-killer 2026-02-24T07:42:05.377 DEBUG:teuthology.orchestra.run.trial028:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-24T07:42:05.425 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-24T07:42:05.425 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/usr/bin/stdin-killer 2026-02-24T07:42:05.436 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-24T07:42:05.488 DEBUG:teuthology.orchestra.run.trial172:> set -ex 2026-02-24T07:42:05.489 DEBUG:teuthology.orchestra.run.trial172:> sudo dd of=/usr/bin/stdin-killer 2026-02-24T07:42:05.499 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-24T07:42:05.549 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-24T07:42:05.667 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '37e10ed334b9745239c0a6018d14d38999f1f53b', 'distro-suffix': 'rockylinux-10'} 2026-02-24T07:42:05.667 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:05.669 INFO:tasks.cephadm:Cluster fsid is 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:05.669 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-24T07:42:05.669 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.28', 'mon.b': '10.20.193.76', 'mon.c': '10.20.193.172'} 2026-02-24T07:42:05.669 INFO:tasks.cephadm:First mon is mon.a on trial028 2026-02-24T07:42:05.669 INFO:tasks.cephadm:First mgr is a 2026-02-24T07:42:05.669 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-24T07:42:05.669 DEBUG:teuthology.orchestra.run.trial028:> sudo hostname $(hostname -s) 2026-02-24T07:42:05.679 DEBUG:teuthology.orchestra.run.trial076:> sudo hostname $(hostname -s) 2026-02-24T07:42:05.688 DEBUG:teuthology.orchestra.run.trial172:> sudo hostname $(hostname -s) 2026-02-24T07:42:05.699 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-24T07:42:05.699 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:05.822 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/flavors/default/', 'ref': 'wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle', 'sha1': '37e10ed334b9745239c0a6018d14d38999f1f53b', 'distro': 'ubuntu', 'distro_version': '22.04', 'distro_codename': 'jammy', 'modified': '2026-02-23 20:00:07.490951', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64'], 'extra': {'version': '20.2.0-757-g37e10ed3', 'package_manager_version': '20.2.0-757-g37e10ed3-1jammy', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3199/', 'root_build_cause': '', 'node_name': '10.20.192.93+toko03', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-24T07:42:05.953 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle, sha1 37e10ed334b9745239c0a6018d14d38999f1f53b from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:05.955 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/x86_64/flavors/default/cephadm 2026-02-24T07:42:05.955 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/x86_64/flavors/default/cephadm 2026-02-24T07:42:05.955 DEBUG:teuthology.orchestra.run.trial028:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:07.217 INFO:teuthology.orchestra.run.trial028.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1055548 Feb 24 07:42 /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:07.217 DEBUG:teuthology.orchestra.run.trial076:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:07.810 INFO:teuthology.orchestra.run.trial076.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1055548 Feb 24 07:42 /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:07.810 DEBUG:teuthology.orchestra.run.trial172:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle/37e10ed334b9745239c0a6018d14d38999f1f53b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:08.409 INFO:teuthology.orchestra.run.trial172.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1055548 Feb 24 07:42 /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:08.409 DEBUG:teuthology.orchestra.run.trial028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:08.416 DEBUG:teuthology.orchestra.run.trial076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:08.423 DEBUG:teuthology.orchestra.run.trial172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:08.446 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b on all hosts... 2026-02-24T07:42:08.446 DEBUG:teuthology.orchestra.run.trial028:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b pull 2026-02-24T07:42:08.459 DEBUG:teuthology.orchestra.run.trial076:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b pull 2026-02-24T07:42:08.466 DEBUG:teuthology.orchestra.run.trial172:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b pull 2026-02-24T07:42:08.543 INFO:teuthology.orchestra.run.trial028.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b... 2026-02-24T07:42:08.555 INFO:teuthology.orchestra.run.trial172.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b... 2026-02-24T07:42:08.557 INFO:teuthology.orchestra.run.trial076.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b... 2026-02-24T07:42:24.239 INFO:teuthology.orchestra.run.trial172.stdout:{ 2026-02-24T07:42:24.239 INFO:teuthology.orchestra.run.trial172.stdout: "ceph_version": "ceph version 20.2.0-757-g37e10ed3 (37e10ed334b9745239c0a6018d14d38999f1f53b) tentacle (stable)", 2026-02-24T07:42:24.240 INFO:teuthology.orchestra.run.trial172.stdout: "image_id": "68a508113721342109de7bfaf6436c43cd113ae5b0a8271b48953b9674fe1b50", 2026-02-24T07:42:24.240 INFO:teuthology.orchestra.run.trial172.stdout: "repo_digests": [ 2026-02-24T07:42:24.240 INFO:teuthology.orchestra.run.trial172.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:6b1db4e9269b4992ff19139dbb591e6c4f9afaba01c2014cb27fbcf046e646bb" 2026-02-24T07:42:24.240 INFO:teuthology.orchestra.run.trial172.stdout: ] 2026-02-24T07:42:24.240 INFO:teuthology.orchestra.run.trial172.stdout:} 2026-02-24T07:42:24.953 INFO:teuthology.orchestra.run.trial028.stdout:{ 2026-02-24T07:42:24.953 INFO:teuthology.orchestra.run.trial028.stdout: "ceph_version": "ceph version 20.2.0-757-g37e10ed3 (37e10ed334b9745239c0a6018d14d38999f1f53b) tentacle (stable)", 2026-02-24T07:42:24.954 INFO:teuthology.orchestra.run.trial028.stdout: "image_id": "68a508113721342109de7bfaf6436c43cd113ae5b0a8271b48953b9674fe1b50", 2026-02-24T07:42:24.954 INFO:teuthology.orchestra.run.trial028.stdout: "repo_digests": [ 2026-02-24T07:42:24.954 INFO:teuthology.orchestra.run.trial028.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:6b1db4e9269b4992ff19139dbb591e6c4f9afaba01c2014cb27fbcf046e646bb" 2026-02-24T07:42:24.954 INFO:teuthology.orchestra.run.trial028.stdout: ] 2026-02-24T07:42:24.954 INFO:teuthology.orchestra.run.trial028.stdout:} 2026-02-24T07:42:26.222 INFO:teuthology.orchestra.run.trial076.stdout:{ 2026-02-24T07:42:26.222 INFO:teuthology.orchestra.run.trial076.stdout: "ceph_version": "ceph version 20.2.0-757-g37e10ed3 (37e10ed334b9745239c0a6018d14d38999f1f53b) tentacle (stable)", 2026-02-24T07:42:26.222 INFO:teuthology.orchestra.run.trial076.stdout: "image_id": "68a508113721342109de7bfaf6436c43cd113ae5b0a8271b48953b9674fe1b50", 2026-02-24T07:42:26.222 INFO:teuthology.orchestra.run.trial076.stdout: "repo_digests": [ 2026-02-24T07:42:26.222 INFO:teuthology.orchestra.run.trial076.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:6b1db4e9269b4992ff19139dbb591e6c4f9afaba01c2014cb27fbcf046e646bb" 2026-02-24T07:42:26.222 INFO:teuthology.orchestra.run.trial076.stdout: ] 2026-02-24T07:42:26.222 INFO:teuthology.orchestra.run.trial076.stdout:} 2026-02-24T07:42:26.243 DEBUG:teuthology.orchestra.run.trial028:> sudo mkdir -p /etc/ceph 2026-02-24T07:42:26.252 DEBUG:teuthology.orchestra.run.trial076:> sudo mkdir -p /etc/ceph 2026-02-24T07:42:26.261 DEBUG:teuthology.orchestra.run.trial172:> sudo mkdir -p /etc/ceph 2026-02-24T07:42:26.271 DEBUG:teuthology.orchestra.run.trial028:> sudo chmod 777 /etc/ceph 2026-02-24T07:42:26.301 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod 777 /etc/ceph 2026-02-24T07:42:26.313 DEBUG:teuthology.orchestra.run.trial172:> sudo chmod 777 /etc/ceph 2026-02-24T07:42:26.322 INFO:tasks.cephadm:Writing seed config... 2026-02-24T07:42:26.324 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-24T07:42:26.325 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-24T07:42:26.326 DEBUG:teuthology.orchestra.run.trial028:> set -ex 2026-02-24T07:42:26.327 DEBUG:teuthology.orchestra.run.trial028:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-24T07:42:26.346 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 50db5f1a-1154-11f1-bee9-d404e6e7d460 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-24T07:42:26.346 DEBUG:teuthology.orchestra.run.trial028:mon.a> sudo journalctl -f -n 0 -u ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service 2026-02-24T07:42:26.391 DEBUG:teuthology.orchestra.run.trial028:mgr.a> sudo journalctl -f -n 0 -u ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mgr.a.service 2026-02-24T07:42:26.434 INFO:tasks.cephadm:Bootstrapping... 2026-02-24T07:42:26.435 DEBUG:teuthology.orchestra.run.trial028:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b -v bootstrap --fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-24T07:42:26.563 INFO:teuthology.orchestra.run.trial028.stdout:-------------------------------------------------------------------------------- 2026-02-24T07:42:26.563 INFO:teuthology.orchestra.run.trial028.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b', '-v', 'bootstrap', '--fsid', '50db5f1a-1154-11f1-bee9-d404e6e7d460', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '10.20.193.28', '--skip-admin-label'] 2026-02-24T07:42:26.564 INFO:teuthology.orchestra.run.trial028.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-24T07:42:26.564 INFO:teuthology.orchestra.run.trial028.stdout:Verifying podman|docker is present... 2026-02-24T07:42:26.564 INFO:teuthology.orchestra.run.trial028.stdout:Verifying lvm2 is present... 2026-02-24T07:42:26.564 INFO:teuthology.orchestra.run.trial028.stdout:Verifying time synchronization is in place... 2026-02-24T07:42:26.566 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-24T07:42:26.566 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-24T07:42:26.569 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-24T07:42:26.569 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.572 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-02-24T07:42:26.572 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-02-24T07:42:26.575 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-02-24T07:42:26.575 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.577 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-02-24T07:42:26.577 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout masked 2026-02-24T07:42:26.580 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-02-24T07:42:26.580 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.583 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-02-24T07:42:26.584 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-02-24T07:42:26.587 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-02-24T07:42:26.587 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.590 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout enabled 2026-02-24T07:42:26.593 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout active 2026-02-24T07:42:26.593 INFO:teuthology.orchestra.run.trial028.stdout:Unit ntp.service is enabled and running 2026-02-24T07:42:26.593 INFO:teuthology.orchestra.run.trial028.stdout:Repeating the final host check... 2026-02-24T07:42:26.593 INFO:teuthology.orchestra.run.trial028.stdout:docker (/usr/bin/docker) is present 2026-02-24T07:42:26.593 INFO:teuthology.orchestra.run.trial028.stdout:systemctl is present 2026-02-24T07:42:26.593 INFO:teuthology.orchestra.run.trial028.stdout:lvcreate is present 2026-02-24T07:42:26.596 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-24T07:42:26.596 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-24T07:42:26.599 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-24T07:42:26.599 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.602 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-02-24T07:42:26.602 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-02-24T07:42:26.604 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-02-24T07:42:26.605 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.607 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-02-24T07:42:26.608 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout masked 2026-02-24T07:42:26.610 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-02-24T07:42:26.610 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.613 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-02-24T07:42:26.613 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-02-24T07:42:26.616 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-02-24T07:42:26.616 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout inactive 2026-02-24T07:42:26.619 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout enabled 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stdout active 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Unit ntp.service is enabled and running 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Host looks OK 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Cluster fsid: 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Acquiring lock 140697067030224 on /run/cephadm/50db5f1a-1154-11f1-bee9-d404e6e7d460.lock 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Lock 140697067030224 acquired on /run/cephadm/50db5f1a-1154-11f1-bee9-d404e6e7d460.lock 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Verifying IP 10.20.193.28 port 3300 ... 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Verifying IP 10.20.193.28 port 6789 ... 2026-02-24T07:42:26.623 INFO:teuthology.orchestra.run.trial028.stdout:Base mon IP(s) is [10.20.193.28:3300, 10.20.193.28:6789], mon addrv is [v2:10.20.193.28:3300,v1:10.20.193.28:6789] 2026-02-24T07:42:26.624 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.28 metric 100 2026-02-24T07:42:26.624 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.28 metric 100 2026-02-24T07:42:26.624 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout 10.20.192.1 dev enp1s0f0 proto dhcp scope link src 10.20.193.28 metric 100 2026-02-24T07:42:26.624 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout 10.20.192.11 dev enp1s0f0 proto dhcp scope link src 10.20.193.28 metric 100 2026-02-24T07:42:26.624 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout 10.20.192.13 dev enp1s0f0 proto dhcp scope link src 10.20.193.28 metric 100 2026-02-24T07:42:26.624 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2026-02-24T07:42:26.626 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-24T07:42:26.626 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-24T07:42:26.627 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-24T07:42:26.627 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-24T07:42:26.628 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T07:42:26.628 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout 2: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-24T07:42:26.628 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:630c/64 scope link 2026-02-24T07:42:26.628 INFO:teuthology.orchestra.run.trial028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-24T07:42:26.628 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.0/20` 2026-02-24T07:42:26.628 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.0/20` 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.1/32` 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.1/32` 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.11/32` 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.11/32` 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.13/32` 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Mon IP `10.20.193.28` is in CIDR network `10.20.192.13/32` 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20', '10.20.192.1/32', '10.20.192.1/32', '10.20.192.11/32', '10.20.192.11/32', '10.20.192.13/32', '10.20.192.13/32'] 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-24T07:42:26.629 INFO:teuthology.orchestra.run.trial028.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b... 2026-02-24T07:42:26.795 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/docker: stdout 37e10ed334b9745239c0a6018d14d38999f1f53b: Pulling from ceph-ci/ceph 2026-02-24T07:42:26.795 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/docker: stdout Digest: sha256:6b1db4e9269b4992ff19139dbb591e6c4f9afaba01c2014cb27fbcf046e646bb 2026-02-24T07:42:26.795 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:26.795 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/docker: stdout quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b 2026-02-24T07:42:26.939 INFO:teuthology.orchestra.run.trial028.stdout:ceph: stdout ceph version 20.2.0-757-g37e10ed3 (37e10ed334b9745239c0a6018d14d38999f1f53b) tentacle (stable) 2026-02-24T07:42:26.939 INFO:teuthology.orchestra.run.trial028.stdout:Ceph version: ceph version 20.2.0-757-g37e10ed3 (37e10ed334b9745239c0a6018d14d38999f1f53b) tentacle (stable) 2026-02-24T07:42:26.939 INFO:teuthology.orchestra.run.trial028.stdout:Extracting ceph user uid/gid from container image... 2026-02-24T07:42:27.014 INFO:teuthology.orchestra.run.trial028.stdout:stat: stdout 167 167 2026-02-24T07:42:27.014 INFO:teuthology.orchestra.run.trial028.stdout:Creating initial keys... 2026-02-24T07:42:27.123 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-authtool: stdout AQBjVp1pfp3VBRAAJ6oE0pJRDMut8fqAZcJZdg== 2026-02-24T07:42:27.230 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-authtool: stdout AQBjVp1p8xotDBAAuyCwygo1UkOUHcOpOEJtiw== 2026-02-24T07:42:27.351 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-authtool: stdout AQBjVp1p4R5gExAAGx4DkN2usnQfQMFL4NzsXQ== 2026-02-24T07:42:27.351 INFO:teuthology.orchestra.run.trial028.stdout:Creating initial monmap... 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:monmaptool for a [v2:10.20.193.28:3300,v1:10.20.193.28:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:setting min_mon_release = tentacle 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/monmaptool: set fsid to 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:27.464 INFO:teuthology.orchestra.run.trial028.stdout:Creating mon... 2026-02-24T07:42:27.605 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 0 set uid:gid to 167:167 (ceph:ceph) 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 1 imported monmap: 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr epoch 0 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr last_changed 2026-02-24T07:42:27.436478+0000 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr created 2026-02-24T07:42:27.436478+0000 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr min_mon_release 20 (tentacle) 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 0: [v2:10.20.193.28:3300/0,v1:10.20.193.28:6789/0] mon.a 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 0 /usr/bin/ceph-mon: set fsid to 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: RocksDB version: 7.9.2 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Git sha 0 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Compile date 2026-02-23 19:15:59 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: DB SUMMARY 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: DB Session ID: EUWMJM38N9930P70NV6E 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2026-02-24T07:42:27.606 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.error_if_exists: 0 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.create_if_missing: 1 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.paranoid_checks: 1 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.env: 0x55adcfaff100 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.fs: PosixFileSystem 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.info_log: 0x55ae108cfa40 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_file_opening_threads: 16 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.statistics: (nil) 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.use_fsync: 0 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_log_file_size: 0 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.log_file_time_to_roll: 0 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.keep_log_file_num: 1000 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.recycle_log_file_num: 0 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.allow_fallocate: 1 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.allow_mmap_reads: 0 2026-02-24T07:42:27.607 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.allow_mmap_writes: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.use_direct_reads: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.create_missing_column_families: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.db_log_dir: 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.wal_dir: 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.table_cache_numshardbits: 6 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.advise_random_on_open: 1 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.db_write_buffer_size: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.write_buffer_manager: 0x55ae108d2be0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.use_adaptive_mutex: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.rate_limiter: (nil) 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.wal_recovery_mode: 2 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.enable_thread_tracking: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.enable_pipelined_write: 0 2026-02-24T07:42:27.608 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.unordered_write: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.row_cache: None 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.wal_filter: None 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.allow_ingest_behind: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.two_write_queues: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.manual_wal_flush: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.wal_compression: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.atomic_flush: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.persist_stats_to_disk: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.log_readahead_size: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.best_efforts_recovery: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.allow_data_in_errors: 0 2026-02-24T07:42:27.609 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.db_host_id: __hostname__ 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.enforce_single_del_contracts: true 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_background_jobs: 2 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_background_compactions: -1 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_subcompactions: 1 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.delayed_write_rate : 16777216 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_total_wal_size: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.stats_dump_period_sec: 600 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.stats_persist_period_sec: 600 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_open_files: -1 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bytes_per_sync: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_readahead_size: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_background_flushes: -1 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Compression algorithms supported: 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kZSTD supported: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kXpressCompression supported: 0 2026-02-24T07:42:27.610 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kBZip2Compression supported: 0 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kLZ4Compression supported: 1 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kZlibCompression supported: 1 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kLZ4HCCompression supported: 1 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: kSnappyCompression supported: 1 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.merge_operator: 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_filter: None 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_filter_factory: None 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.sst_partitioner_factory: None 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.table_factory: BlockBasedTable 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ae108cf500) 2026-02-24T07:42:27.611 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55ae108efa30 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2026-02-24T07:42:27.612 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2026-02-24T07:42:27.613 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.write_buffer_size: 33554432 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_write_buffer_number: 2 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression: NoCompression 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression: Disabled 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.prefix_extractor: nullptr 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.num_levels: 7 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-24T07:42:27.614 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.window_bits: -14 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.level: 32767 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.strategy: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-24T07:42:27.615 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.enabled: false 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.target_file_size_base: 67108864 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.target_file_size_multiplier: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-24T07:42:27.616 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.arena_block_size: 1048576 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.disable_auto_compactions: 0 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-24T07:42:27.617 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.inplace_update_support: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.memtable_huge_page_size: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.bloom_locality: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.max_successive_merges: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.paranoid_file_checks: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.force_consistency_checks: 1 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.report_bg_io_stats: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.ttl: 2592000 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-02-24T07:42:27.618 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.enable_blob_files: false 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.min_blob_size: 0 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.blob_file_size: 268435456 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.blob_compression_type: NoCompression 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.blob_file_starting_level: 0 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 461678ba-0e53-48ff-9eae-08ccb65061ec 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.619 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.552+0000 7fbcfd0c6d80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.556+0000 7fbcfd0c6d80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ae108f2700 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.556+0000 7fbcfd0c6d80 4 rocksdb: DB pointer 0x55ae1163c000 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.556+0000 7fbcf4850640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.556+0000 7fbcf4850640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.620 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55ae108efa30#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.556+0000 7fbcfd0c6d80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.556+0000 7fbcfd0c6d80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-24T07:42:27.556+0000 7fbcfd0c6d80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2026-02-24T07:42:27.621 INFO:teuthology.orchestra.run.trial028.stdout:create mon.a on 2026-02-24T07:42:27.834 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2026-02-24T07:42:28.017 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-24T07:42:28.208 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target → /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target. 2026-02-24T07:42:28.208 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target → /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target. 2026-02-24T07:42:28.412 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a 2026-02-24T07:42:28.413 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service: Unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service not loaded. 2026-02-24T07:42:28.592 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service. 2026-02-24T07:42:28.594 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:28 trial028 systemd[1]: /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-24T07:42:28.597 INFO:teuthology.orchestra.run.trial028.stdout:firewalld does not appear to be present 2026-02-24T07:42:28.597 INFO:teuthology.orchestra.run.trial028.stdout:Not possible to enable service . firewalld.service is not available 2026-02-24T07:42:28.597 INFO:teuthology.orchestra.run.trial028.stdout:Waiting for mon to start... 2026-02-24T07:42:28.597 INFO:teuthology.orchestra.run.trial028.stdout:Waiting for mon... 2026-02-24T07:42:28.785 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout cluster: 2026-02-24T07:42:28.785 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout id: 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:28.785 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-24T07:42:28.785 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:28.785 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout services: 2026-02-24T07:42:28.785 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.0453793s) [leader: a] 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout data: 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout pgs: 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:mon is available 2026-02-24T07:42:28.786 INFO:teuthology.orchestra.run.trial028.stdout:Assimilating anything we can from ceph.conf... 2026-02-24T07:42:28.951 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:28 trial028 systemd[1]: Started Ceph mon.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460. 2026-02-24T07:42:28.951 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:28 trial028 bash[12357]: cluster 2026-02-24T07:42:28.707487+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:28.951 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:28 trial028 bash[12357]: cluster 2026-02-24T07:42:28.707487+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:28.951 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:28 trial028 bash[12357]: cluster 2026-02-24T07:42:28.703649+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-24T07:42:28.952 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:28 trial028 bash[12357]: cluster 2026-02-24T07:42:28.703649+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-24T07:42:28.974 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout [global] 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout fsid = 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.28:3300,v1:10.20.193.28:6789] 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-24T07:42:28.975 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-24T07:42:28.976 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-24T07:42:28.976 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:28.976 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout [osd] 2026-02-24T07:42:28.976 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-24T07:42:28.976 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-24T07:42:28.976 INFO:teuthology.orchestra.run.trial028.stdout:Generating new minimal ceph.conf... 2026-02-24T07:42:29.159 INFO:teuthology.orchestra.run.trial028.stdout:Restarting the monitor... 2026-02-24T07:42:29.209 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 systemd[1]: Stopping Ceph mon.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460... 2026-02-24T07:42:29.301 INFO:teuthology.orchestra.run.trial028.stdout:Setting public_network to 10.20.192.1/32,10.20.192.0/20,10.20.192.11/32,10.20.192.13/32 in global config section 2026-02-24T07:42:29.483 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12357]: debug 2026-02-24T07:42:29.204+0000 7fd188408640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2026-02-24T07:42:29.483 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12357]: debug 2026-02-24T07:42:29.204+0000 7fd188408640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-24T07:42:29.483 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12749]: ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-mon-a 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 systemd[1]: ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 systemd[1]: Stopped Ceph mon.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460. 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 systemd[1]: Started Ceph mon.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460. 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.396+0000 7f9f40608d80 0 set uid:gid to 167:167 (ceph:ceph) 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.396+0000 7f9f40608d80 0 ceph version 20.2.0-757-g37e10ed3 (37e10ed334b9745239c0a6018d14d38999f1f53b) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.396+0000 7f9f40608d80 0 pidfile_write: ignore empty --pid-file 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 0 load: jerasure load: lrc 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: RocksDB version: 7.9.2 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Git sha 0 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Compile date 2026-02-23 19:15:59 2026-02-24T07:42:29.484 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: DB SUMMARY 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: DB Session ID: JRANQFML6HD8TA2PXKV2 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: CURRENT file: CURRENT 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: IDENTITY file: IDENTITY 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76477 ; 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.error_if_exists: 0 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.create_if_missing: 0 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.paranoid_checks: 1 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-24T07:42:29.485 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.env: 0x55c63fb8a100 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.fs: PosixFileSystem 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.info_log: 0x55c66c108de0 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_file_opening_threads: 16 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.statistics: (nil) 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.use_fsync: 0 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_log_file_size: 0 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.log_file_time_to_roll: 0 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.keep_log_file_num: 1000 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.recycle_log_file_num: 0 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.allow_fallocate: 1 2026-02-24T07:42:29.486 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.allow_mmap_reads: 0 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.allow_mmap_writes: 0 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.use_direct_reads: 0 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.create_missing_column_families: 0 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.db_log_dir: 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.wal_dir: 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.table_cache_numshardbits: 6 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-02-24T07:42:29.487 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.advise_random_on_open: 1 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.db_write_buffer_size: 0 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.write_buffer_manager: 0x55c66c10c500 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.use_adaptive_mutex: 0 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.rate_limiter: (nil) 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.wal_recovery_mode: 2 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.enable_thread_tracking: 0 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.enable_pipelined_write: 0 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.unordered_write: 0 2026-02-24T07:42:29.488 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.row_cache: None 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.wal_filter: None 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.allow_ingest_behind: 0 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.two_write_queues: 0 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.manual_wal_flush: 0 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.wal_compression: 0 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.atomic_flush: 0 2026-02-24T07:42:29.489 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.persist_stats_to_disk: 0 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.log_readahead_size: 0 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.best_efforts_recovery: 0 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.allow_data_in_errors: 0 2026-02-24T07:42:29.490 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.db_host_id: __hostname__ 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.enforce_single_del_contracts: true 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_background_jobs: 2 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_background_compactions: -1 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_subcompactions: 1 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.delayed_write_rate : 16777216 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_total_wal_size: 0 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.stats_dump_period_sec: 600 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.stats_persist_period_sec: 600 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-24T07:42:29.491 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_open_files: -1 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bytes_per_sync: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_readahead_size: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_background_flushes: -1 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Compression algorithms supported: 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kZSTD supported: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kXpressCompression supported: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kBZip2Compression supported: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kLZ4Compression supported: 1 2026-02-24T07:42:29.492 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kZlibCompression supported: 1 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kLZ4HCCompression supported: 1 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: kSnappyCompression supported: 1 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.merge_operator: 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_filter: None 2026-02-24T07:42:29.493 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_filter_factory: None 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.sst_partitioner_factory: None 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.table_factory: BlockBasedTable 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c66c108440) 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cache_index_and_filter_blocks: 1 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: pin_top_level_index_and_filter: 1 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: index_type: 0 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: data_block_index_type: 0 2026-02-24T07:42:29.494 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: index_shortening: 1 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: data_block_hash_table_util_ratio: 0.750000 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: checksum: 4 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: no_block_cache: 0 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_cache: 0x55c66c129b90 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_cache_name: BinnedLRUCache 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_cache_options: 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: capacity : 536870912 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: num_shard_bits : 4 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: strict_capacity_limit : 0 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: high_pri_pool_ratio: 0.000 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_cache_compressed: (nil) 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: persistent_cache: (nil) 2026-02-24T07:42:29.495 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_size: 4096 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_size_deviation: 10 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_restart_interval: 16 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: index_block_restart_interval: 1 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: metadata_block_size: 4096 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: partition_filters: 0 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: use_delta_encoding: 1 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: filter_policy: bloomfilter 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: whole_key_filtering: 1 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: verify_compression: 0 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: read_amp_bytes_per_bit: 0 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: format_version: 5 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: enable_index_compression: 1 2026-02-24T07:42:29.496 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: block_align: 0 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: max_auto_readahead_size: 262144 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: prepopulate_block_cache: 0 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: initial_auto_readahead_size: 8192 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: num_file_reads_for_auto_readahead: 2 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.write_buffer_size: 33554432 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_write_buffer_number: 2 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression: NoCompression 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression: Disabled 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.prefix_extractor: nullptr 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.num_levels: 7 2026-02-24T07:42:29.497 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-24T07:42:29.498 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.window_bits: -14 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.level: 32767 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.strategy: 0 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.enabled: false 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-24T07:42:29.499 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.target_file_size_base: 67108864 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.target_file_size_multiplier: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-24T07:42:29.500 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.arena_block_size: 1048576 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.disable_auto_compactions: 0 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-24T07:42:29.501 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.inplace_update_support: 0 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.memtable_huge_page_size: 0 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.bloom_locality: 0 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.max_successive_merges: 0 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-02-24T07:42:29.502 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.paranoid_file_checks: 0 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.force_consistency_checks: 1 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.report_bg_io_stats: 0 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.ttl: 2592000 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.enable_blob_files: false 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.min_blob_size: 0 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.blob_file_size: 268435456 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.blob_compression_type: NoCompression 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-02-24T07:42:29.503 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.blob_file_starting_level: 0 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 461678ba-0e53-48ff-9eae-08ccb65061ec 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771918949403550, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-24T07:42:29.504 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771918949404256, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73569, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71844, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9783, "raw_average_key_size": 48, "raw_value_size": 66258, "raw_average_value_size": 331, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771918949, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "461678ba-0e53-48ff-9eae-08ccb65061ec", "db_session_id": "JRANQFML6HD8TA2PXKV2", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-24T07:42:29.505 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771918949404317, "job": 1, "event": "recovery_finished"} 2026-02-24T07:42:29.505 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-24T07:42:29.505 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c66c12c700 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f40608d80 4 rocksdb: DB pointer 0x55c66c13e000 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f36391640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.400+0000 7f9f36391640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: ** DB Stats ** 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-24T07:42:29.506 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: ** Compaction Stats [default] ** 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: L0 2/0 73.70 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Sum 2/0 73.70 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 151.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: ** Compaction Stats [default] ** 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 151.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-24T07:42:29.507 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Uptime(secs): 0.0 total, 0.0 interval 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Flush(GB): cumulative 0.000, interval 0.000 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: AddFile(Total Files): cumulative 0, interval 0 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: AddFile(L0 Files): cumulative 0, interval 0 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: AddFile(Keys): cumulative 0, interval 0 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Cumulative compaction: 0.00 GB write, 26.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Interval compaction: 0.00 GB write, 26.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Block cache BinnedLRUCache@0x55c66c129b90#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.6e-05 secs_since: 0 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: Block cache entry stats(count,size,portion): FilterBlock(2,0.72 KB,0.000137091%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-24T07:42:29.508 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: ** File Read Latency Histogram By Level [default] ** 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 0 starting mon.a rank 0 at public addrs [v2:10.20.193.28:3300/0,v1:10.20.193.28:6789/0] at bind addrs [v2:10.20.193.28:3300/0,v1:10.20.193.28:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 1 mon.a@-1(???) e1 preinit fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 0 mon.a@-1(???).mds e1 new map 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 0 mon.a@-1(???).mds e1 print_map 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: e1 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: btime 2026-02-24T07:42:28:707162+0000 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: enable_multiple, ever_enabled_multiple: 1,1 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: legacy client fscid: -1 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: No filesystems configured 2026-02-24T07:42:29.509 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: debug 2026-02-24T07:42:29.404+0000 7f9f40608d80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.429969+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.429969+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430005+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430005+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430012+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430012+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430016+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2026-02-24T07:42:27.436478+0000 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430016+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2026-02-24T07:42:27.436478+0000 2026-02-24T07:42:29.510 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430020+0000 mon.a (mon.0) 5 : cluster [DBG] created 2026-02-24T07:42:27.436478+0000 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430020+0000 mon.a (mon.0) 5 : cluster [DBG] created 2026-02-24T07:42:27.436478+0000 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430023+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430023+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430032+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430032+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430036+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:10.20.193.28:3300/0,v1:10.20.193.28:6789/0] mon.a 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430036+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:10.20.193.28:3300/0,v1:10.20.193.28:6789/0] mon.a 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430330+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430330+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430343+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430343+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-02-24T07:42:29.511 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430674+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-02-24T07:42:29.512 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 bash[12859]: cluster 2026-02-24T07:42:29.430674+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-02-24T07:42:29.539 INFO:teuthology.orchestra.run.trial028.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-24T07:42:29.540 INFO:teuthology.orchestra.run.trial028.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-24T07:42:29.540 INFO:teuthology.orchestra.run.trial028.stdout:Creating mgr... 2026-02-24T07:42:29.540 INFO:teuthology.orchestra.run.trial028.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-24T07:42:29.540 INFO:teuthology.orchestra.run.trial028.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-24T07:42:29.753 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 systemd[1]: /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-24T07:42:29.771 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mgr.a 2026-02-24T07:42:29.772 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mgr.a.service: Unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mgr.a.service not loaded. 2026-02-24T07:42:29.959 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service. 2026-02-24T07:42:29.965 INFO:teuthology.orchestra.run.trial028.stdout:firewalld does not appear to be present 2026-02-24T07:42:29.965 INFO:teuthology.orchestra.run.trial028.stdout:Not possible to enable service . firewalld.service is not available 2026-02-24T07:42:29.965 INFO:teuthology.orchestra.run.trial028.stdout:firewalld does not appear to be present 2026-02-24T07:42:29.965 INFO:teuthology.orchestra.run.trial028.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-24T07:42:29.965 INFO:teuthology.orchestra.run.trial028.stdout:Waiting for mgr to start... 2026-02-24T07:42:29.965 INFO:teuthology.orchestra.run.trial028.stdout:Waiting for mgr... 2026-02-24T07:42:30.021 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:29 trial028 systemd[1]: /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-24T07:42:30.157 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:30.157 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout { 2026-02-24T07:42:30.157 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "fsid": "50db5f1a-1154-11f1-bee9-d404e6e7d460", 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 0 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout ], 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T07:42:30.158 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout ], 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T07:42:30.159 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T07:42:30.160 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T07:42:28:707162+0000", 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T07:42:30.161 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout ], 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T07:42:28.707953+0000", 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout } 2026-02-24T07:42:30.162 INFO:teuthology.orchestra.run.trial028.stdout:mgr not available, waiting (1/15)... 2026-02-24T07:42:30.442 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.312+0000 7f2170dec100 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-24T07:42:30.442 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.436+0000 7f2170dec100 -1 mgr[py] Module not found: 'cephadm' 2026-02-24T07:42:30.693 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[12859]: audit 2026-02-24T07:42:29.504703+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 10.20.193.28:0/3468946227' entity='client.admin' 2026-02-24T07:42:30.693 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[12859]: audit 2026-02-24T07:42:29.504703+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 10.20.193.28:0/3468946227' entity='client.admin' 2026-02-24T07:42:30.693 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[12859]: audit 2026-02-24T07:42:30.118514+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 10.20.193.28:0/1324210950' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T07:42:30.693 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[12859]: audit 2026-02-24T07:42:30.118514+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 10.20.193.28:0/1324210950' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T07:42:30.694 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.436+0000 7f2170dec100 -1 mgr[py] Traceback (most recent call last): 2026-02-24T07:42:30.694 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: File "/usr/share/ceph/mgr/cephadm/__init__.py", line 1, in 2026-02-24T07:42:30.694 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: from .module import CephadmOrchestrator 2026-02-24T07:42:30.694 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: File "/usr/share/ceph/mgr/cephadm/module.py", line 51, in 2026-02-24T07:42:30.694 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: from cephadm.http_server import CephadmHttpServer 2026-02-24T07:42:30.694 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: File "/usr/share/ceph/mgr/cephadm/http_server.py", line 7, in 2026-02-24T07:42:30.694 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: from cephadm.agent import AgentEndpoint 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: File "/usr/share/ceph/mgr/cephadm/agent.py", line 29, in 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: class AgentEndpoint: 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: File "/usr/share/ceph/mgr/cephadm/agent.py", line 52, in AgentEndpoint 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: def configure_tls(self, server: Server) -> None: 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: NameError: name 'Server' is not defined 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.440+0000 7f2170dec100 -1 mgr[py] Class not found in module 'cephadm' 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.440+0000 7f2170dec100 -1 mgr[py] Error loading module 'cephadm': (2) No such file or directory 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.440+0000 7f2170dec100 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.440+0000 7f2170dec100 -1 mgr[py] Loading module stats in main interpreter 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.440+0000 7f2170dec100 -1 mgr[py] Loading module insights in main interpreter 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.444+0000 7f2170dec100 -1 mgr[py] Loading module crash in main interpreter 2026-02-24T07:42:30.695 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.444+0000 7f2170dec100 -1 mgr[py] Loading module selftest in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.448+0000 7f2170dec100 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.452+0000 7f2170dec100 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.456+0000 7f2170dec100 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.468+0000 7f2170dec100 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.476+0000 7f2170dec100 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.476+0000 7f2170dec100 -1 mgr[py] Loading module rook in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.584+0000 7f2170dec100 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.608+0000 7f2170dec100 -1 mgr[py] Module not found: 'dashboard' 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.608+0000 7f2170dec100 -1 mgr[py] Traceback (most recent call last): 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: File "/usr/share/ceph/mgr/dashboard/__init__.py", line 60, in 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: from .module import Module, StandbyModule # noqa: F401 2026-02-24T07:42:30.696 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: File "/usr/share/ceph/mgr/dashboard/module.py", line 31, in 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: from mgr_module import CLIReadCommand, CLIWriteCommand, HandleCommandResult, \ 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: ImportError: cannot import name 'CLIReadCommand' from 'mgr_module' (/usr/share/ceph/mgr/mgr_module.py) 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.608+0000 7f2170dec100 -1 mgr[py] Class not found in module 'dashboard' 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.608+0000 7f2170dec100 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.608+0000 7f2170dec100 -1 mgr[py] Loading module influx in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.612+0000 7f2170dec100 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.616+0000 7f2170dec100 -1 mgr[py] Loading module alerts in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.616+0000 7f2170dec100 -1 mgr[py] Loading module volumes in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.640+0000 7f2170dec100 -1 mgr[py] Loading module rgw in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.644+0000 7f2170dec100 -1 mgr[py] Loading module iostat in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.644+0000 7f2170dec100 -1 mgr[py] Loading module progress in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.644+0000 7f2170dec100 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-24T07:42:30.697 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.648+0000 7f2170dec100 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-24T07:42:30.698 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.688+0000 7f2170dec100 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-24T07:42:31.003 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:30 trial028 bash[13142]: debug 2026-02-24T07:42:30.692+0000 7f2170dec100 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: smb, prometheus, cephadm, dashboard 2026-02-24T07:42:32.003 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: cluster 2026-02-24T07:42:30.714404+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon a 2026-02-24T07:42:32.003 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: cluster 2026-02-24T07:42:30.714404+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon a 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: cluster 2026-02-24T07:42:30.716847+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00256318s) 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: cluster 2026-02-24T07:42:30.716847+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00256318s) 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718157+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718157+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718269+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718269+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718369+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718369+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718521+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T07:42:32.004 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718521+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718973+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.718973+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: cluster 2026-02-24T07:42:30.742981+0000 mon.a (mon.0) 21 : cluster [INF] Manager daemon a is now available 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: cluster 2026-02-24T07:42:30.742981+0000 mon.a (mon.0) 21 : cluster [INF] Manager daemon a is now available 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.748748+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.748748+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.750043+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.750043+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.750231+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.750231+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.751476+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' 2026-02-24T07:42:32.005 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.751476+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' 2026-02-24T07:42:32.006 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.752725+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' 2026-02-24T07:42:32.006 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:31 trial028 bash[12859]: audit 2026-02-24T07:42:30.752725+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 10.20.193.28:0/2561466323' entity='mgr.a' 2026-02-24T07:42:32.427 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:32.427 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout { 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "fsid": "50db5f1a-1154-11f1-bee9-d404e6e7d460", 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "health": { 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-24T07:42:32.428 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 0 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout ], 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "a" 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout ], 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:32.429 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-24T07:42:32.430 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-24T07:42:32.431 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "btime": "2026-02-24T07:42:28:707162+0000", 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-24T07:42:32.432 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout ], 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T07:42:32.433 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "modified": "2026-02-24T07:42:28.707953+0000", 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout }, 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout } 2026-02-24T07:42:32.434 INFO:teuthology.orchestra.run.trial028.stdout:mgr is available 2026-02-24T07:42:32.662 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout [global] 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout fsid = 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.28:3300,v1:10.20.193.28:6789] 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:32.663 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-24T07:42:32.664 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-24T07:42:32.664 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-24T07:42:32.664 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout 2026-02-24T07:42:32.664 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout [osd] 2026-02-24T07:42:32.664 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-24T07:42:32.664 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-24T07:42:32.664 INFO:teuthology.orchestra.run.trial028.stdout:Enabling cephadm module... 2026-02-24T07:42:32.911 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 2 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b -e NODE_NAME=trial028 -v /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpxeyt3oxv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprygolhpa:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b mgr module enable cephadm 2026-02-24T07:42:32.911 INFO:teuthology.orchestra.run.trial028.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: name 'Server' is not defined (pass --force to force enablement) 2026-02-24T07:42:32.911 INFO:teuthology.orchestra.run.trial028.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b -e NODE_NAME=trial028 -v /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpxeyt3oxv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprygolhpa:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: name 'Server' is not defined (pass --force to force enablement) 2026-02-24T07:42:32.912 INFO:teuthology.orchestra.run.trial028.stderr: 2026-02-24T07:42:32.912 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:32.912 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:32.912 INFO:teuthology.orchestra.run.trial028.stdout: *************** 2026-02-24T07:42:32.912 INFO:teuthology.orchestra.run.trial028.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: *************** 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout: 2026-02-24T07:42:32.913 INFO:teuthology.orchestra.run.trial028.stdout:Deleting cluster with fsid: 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:32.984 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: cluster 2026-02-24T07:42:31.719641+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: a(active, since 1.00536s) 2026-02-24T07:42:32.985 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: cluster 2026-02-24T07:42:31.719641+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: a(active, since 1.00536s) 2026-02-24T07:42:32.985 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: audit 2026-02-24T07:42:32.387694+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 10.20.193.28:0/550384222' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T07:42:32.985 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: audit 2026-02-24T07:42:32.387694+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 10.20.193.28:0/550384222' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-24T07:42:32.985 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: audit 2026-02-24T07:42:32.626560+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 10.20.193.28:0/2904823463' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-24T07:42:32.985 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: audit 2026-02-24T07:42:32.626560+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 10.20.193.28:0/2904823463' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-24T07:42:32.985 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 systemd[1]: Stopping Ceph mon.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460... 2026-02-24T07:42:32.985 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: debug 2026-02-24T07:42:32.956+0000 7f9f3eba2640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2026-02-24T07:42:32.986 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:32 trial028 bash[12859]: debug 2026-02-24T07:42:32.956+0000 7f9f3eba2640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-24T07:42:33.253 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:33 trial028 bash[13705]: ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-mon-a 2026-02-24T07:42:33.253 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-24T07:42:33.253 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: Stopped Ceph mon.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460. 2026-02-24T07:42:33.253 INFO:journalctl@ceph.mon.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-24T07:42:33.253 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-24T07:42:33.257 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service. 2026-02-24T07:42:33.259 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 5 from systemctl stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service 2026-02-24T07:42:33.259 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service: Unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service not loaded. 2026-02-24T07:42:33.262 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service 2026-02-24T07:42:33.262 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service: Unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service not loaded. 2026-02-24T07:42:33.269 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl disable ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service 2026-02-24T07:42:33.269 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mon.a.service does not exist. 2026-02-24T07:42:33.538 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: Stopping Ceph mgr.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460... 2026-02-24T07:42:33.538 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 bash[13142]: debug 2026-02-24T07:42:33.308+0000 7f216d57f640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2026-02-24T07:42:33.538 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 bash[13142]: debug 2026-02-24T07:42:33.308+0000 7f216d57f640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-24T07:42:33.539 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 bash[13848]: ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-mgr-a 2026-02-24T07:42:33.539 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mgr.a.service: Deactivated successfully. 2026-02-24T07:42:33.539 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: Stopped Ceph mgr.a for 50db5f1a-1154-11f1-bee9-d404e6e7d460. 2026-02-24T07:42:33.604 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mgr.a.service. 2026-02-24T07:42:33.606 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 5 from systemctl stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service 2026-02-24T07:42:33.606 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service: Unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-24T07:42:33.609 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service 2026-02-24T07:42:33.609 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service: Unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-24T07:42:33.617 INFO:teuthology.orchestra.run.trial028.stdout:Non-zero exit code 1 from systemctl disable ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service 2026-02-24T07:42:33.617 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460-init@mgr.a.service does not exist. 2026-02-24T07:42:33.819 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target. 2026-02-24T07:42:33.819 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460.target. 2026-02-24T07:42:33.821 INFO:journalctl@ceph.mgr.a.trial028.stdout:Feb 24 07:42:33 trial028 systemd[1]: /etc/systemd/system/ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2026-02-24T07:42:34.018 INFO:teuthology.orchestra.run.trial028.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr:Traceback (most recent call last): 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: return _run_code(code, main_globals, None, 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: exec(code, run_globals) 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 5296, in 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 5284, in main 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 2532, in _rollback 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 434, in _default_image 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 2781, in command_bootstrap 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 2276, in enable_cephadm_mgr_module 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 2711, in cli 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/cephadmlib/container_types.py", line 435, in run 2026-02-24T07:42:34.034 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2026-02-24T07:42:34.035 INFO:teuthology.orchestra.run.trial028.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b -e NODE_NAME=trial028 -v /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpxeyt3oxv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprygolhpa:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: name 'Server' is not defined (pass --force to force enablement) 2026-02-24T07:42:34.035 INFO:teuthology.orchestra.run.trial028.stderr: 2026-02-24T07:42:34.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:42:34.057 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-24T07:42:34.057 DEBUG:teuthology.orchestra.run.trial028:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-24T07:42:34.144 INFO:teuthology.orchestra.run.trial028.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-24T07:42:34.144 INFO:teuthology.orchestra.run.trial028.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-24T07:42:34.362 INFO:teuthology.orchestra.run.trial028.stderr:Error initializing cluster client: ObjectNotFound('RADOS object not found (error calling conf_read_file)') 2026-02-24T07:42:34.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:42:34.405 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-24T07:42:34.406 DEBUG:teuthology.orchestra.run.trial028:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-24T07:42:34.410 DEBUG:teuthology.orchestra.run.trial076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-24T07:42:34.415 DEBUG:teuthology.orchestra.run.trial172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-24T07:42:34.420 INFO:tasks.cephadm:Stopping all daemons... 2026-02-24T07:42:34.421 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-24T07:42:34.421 DEBUG:teuthology.orchestra.run.trial028:> sudo systemctl stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a 2026-02-24T07:42:34.462 INFO:teuthology.orchestra.run.trial028.stderr:Failed to stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service: Unit ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a.service not loaded. 2026-02-24T07:42:34.463 DEBUG:teuthology.orchestra.run:got remote process result: 5 2026-02-24T07:42:34.464 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 815, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b -v bootstrap --fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 940, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) ^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial028 with status 5: 'sudo systemctl stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a' 2026-02-24T07:42:34.466 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 815, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b -v bootstrap --fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: 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/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 940, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) ^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial028 with status 5: 'sudo systemctl stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a' 2026-02-24T07:42:34.467 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-24T07:42:34.469 DEBUG:teuthology.misc:Transferring archived files from trial028:/var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial028/crash 2026-02-24T07:42:34.470 DEBUG:teuthology.orchestra.run.trial028:> sudo tar c -f - -C /var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash -- . 2026-02-24T07:42:34.517 INFO:teuthology.orchestra.run.trial028.stderr:tar: /var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-24T07:42:34.518 INFO:teuthology.orchestra.run.trial028.stderr:tar: Error is not recoverable: exiting now 2026-02-24T07:42:34.519 DEBUG:teuthology.misc:Transferring archived files from trial076:/var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial076/crash 2026-02-24T07:42:34.521 DEBUG:teuthology.orchestra.run.trial076:> sudo tar c -f - -C /var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash -- . 2026-02-24T07:42:34.530 INFO:teuthology.orchestra.run.trial076.stderr:tar: /var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-24T07:42:34.530 INFO:teuthology.orchestra.run.trial076.stderr:tar: Error is not recoverable: exiting now 2026-02-24T07:42:34.533 DEBUG:teuthology.misc:Transferring archived files from trial172:/var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial172/crash 2026-02-24T07:42:34.534 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash -- . 2026-02-24T07:42:34.543 INFO:teuthology.orchestra.run.trial172.stderr:tar: /var/lib/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-24T07:42:34.543 INFO:teuthology.orchestra.run.trial172.stderr:tar: Error is not recoverable: exiting now 2026-02-24T07:42:34.544 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-24T07:42:34.545 DEBUG:teuthology.orchestra.run.trial028:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-24T07:42:34.569 INFO:teuthology.orchestra.run.trial028.stderr:grep: /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/ceph.log: No such file or directory 2026-02-24T07:42:34.572 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-24T07:42:34.572 DEBUG:teuthology.orchestra.run.trial028:> sudo grep -E '\[SEC\]' /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-24T07:42:34.621 INFO:teuthology.orchestra.run.trial028.stderr:grep: /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/ceph.log: No such file or directory 2026-02-24T07:42:34.622 INFO:tasks.cephadm:Compressing logs... 2026-02-24T07:42:34.623 DEBUG:teuthology.orchestra.run.trial028:> 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-24T07:42:34.667 DEBUG:teuthology.orchestra.run.trial076:> 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-24T07:42:34.669 DEBUG:teuthology.orchestra.run.trial172:> 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-24T07:42:34.709 INFO:teuthology.orchestra.run.trial076.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial076.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial076.stderr:/var/log/ceph/cephadm.log: 54.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial076.stderr: 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial076.stderr:real 0m0.008s 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial076.stderr:user 0m0.008s 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial076.stderr:sys 0m0.006s 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial028.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial028.stderr: -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial028.stderr:/var/log/ceph/cephadm.log: 62.7% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial028.stderr: 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial028.stderr:real 0m0.007s 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial028.stderr:user 0m0.008s 2026-02-24T07:42:34.709 INFO:teuthology.orchestra.run.trial028.stderr:sys 0m0.004s 2026-02-24T07:42:34.716 INFO:teuthology.orchestra.run.trial172.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-24T07:42:34.717 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-24T07:42:34.718 INFO:teuthology.orchestra.run.trial172.stderr:/var/log/ceph/cephadm.log: 54.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-24T07:42:34.719 INFO:teuthology.orchestra.run.trial172.stderr: 2026-02-24T07:42:34.719 INFO:teuthology.orchestra.run.trial172.stderr:real 0m0.009s 2026-02-24T07:42:34.719 INFO:teuthology.orchestra.run.trial172.stderr:user 0m0.006s 2026-02-24T07:42:34.719 INFO:teuthology.orchestra.run.trial172.stderr:sys 0m0.009s 2026-02-24T07:42:34.719 INFO:tasks.cephadm:Archiving logs... 2026-02-24T07:42:34.719 DEBUG:teuthology.misc:Transferring archived files from trial028:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial028/log 2026-02-24T07:42:34.720 DEBUG:teuthology.orchestra.run.trial028:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-24T07:42:34.758 DEBUG:teuthology.misc:Transferring archived files from trial076:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial076/log 2026-02-24T07:42:34.759 DEBUG:teuthology.orchestra.run.trial076:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-24T07:42:34.774 DEBUG:teuthology.misc:Transferring archived files from trial172:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial172/log 2026-02-24T07:42:34.775 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-24T07:42:34.784 INFO:tasks.cephadm:Removing cluster... 2026-02-24T07:42:34.784 DEBUG:teuthology.orchestra.run.trial028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 --force 2026-02-24T07:42:34.887 INFO:teuthology.orchestra.run.trial028.stdout:Deleting cluster with fsid: 50db5f1a-1154-11f1-bee9-d404e6e7d460 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr:Traceback (most recent call last): 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: return _run_code(code, main_globals, None, 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: exec(code, run_globals) 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 5296, in 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 5284, in main 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 3981, in command_rm_cluster 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr: File "/tmp/tmpmbq80a_8.cephadm.build/app/__main__.py", line 4081, in _rm_cluster 2026-02-24T07:42:35.145 INFO:teuthology.orchestra.run.trial028.stderr:IsADirectoryError: [Errno 21] Is a directory: '/etc/ceph/ceph.conf' 2026-02-24T07:42:35.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:42:35.158 INFO:tasks.cephadm:Teardown complete 2026-02-24T07:42:35.158 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 815, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:37e10ed334b9745239c0a6018d14d38999f1f53b -v bootstrap --fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 10.20.193.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 230, in download_cephadm yield 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/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 940, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/daemon/cephadmunit.py", line 167, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) ^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial028 with status 5: 'sudo systemctl stop ceph-50db5f1a-1154-11f1-bee9-d404e6e7d460@mon.a' During handling of the above exception, another exception occurred: 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/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 2409, 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 46, in nested if exit(*exc): ^^^^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 232, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_37e10ed334b9745239c0a6018d14d38999f1f53b/qa/tasks/cephadm.py", line 417, in _rm_cluster remote.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.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 trial028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 50db5f1a-1154-11f1-bee9-d404e6e7d460 --force' 2026-02-24T07:42:35.160 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-24T07:42:35.171 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-24T07:42:35.181 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-24T07:42:35.181 DEBUG:teuthology.orchestra.run.trial028:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-24T07:42:35.182 DEBUG:teuthology.orchestra.run.trial076:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-24T07:42:35.184 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-24T07:42:35.370 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-24T07:42:35.381 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-24T07:42:35.382 DEBUG:teuthology.orchestra.run.trial028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-24T07:42:35.383 DEBUG:teuthology.orchestra.run.trial076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-24T07:42:35.384 DEBUG:teuthology.orchestra.run.trial172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-24T07:42:35.418 INFO:teuthology.orchestra.run.trial172.stdout: remote refid st t when poll reach delay offset jitter 2026-02-24T07:42:35.418 INFO:teuthology.orchestra.run.trial172.stdout:============================================================================== 2026-02-24T07:42:35.418 INFO:teuthology.orchestra.run.trial172.stdout: time.meme.holdi 209.195.0.254 2 u 21 64 3 24.309 -1.561 0.272 2026-02-24T07:42:35.418 INFO:teuthology.orchestra.run.trial172.stdout: static.190.111. 207.197.87.124 4 u 21 64 3 8.891 -0.281 1.156 2026-02-24T07:42:35.418 INFO:teuthology.orchestra.run.trial172.stdout: ntp.maxhost.io 132.163.97.4 2 u 25 64 3 88.491 -10.329 0.425 2026-02-24T07:42:35.418 INFO:teuthology.orchestra.run.trial172.stdout: 24-229-44-105-s .GPS. 1 u 25 64 3 35.938 -12.435 1.460 2026-02-24T07:42:35.453 INFO:teuthology.orchestra.run.trial076.stdout: remote refid st t when poll reach delay offset jitter 2026-02-24T07:42:35.453 INFO:teuthology.orchestra.run.trial076.stdout:============================================================================== 2026-02-24T07:42:35.453 INFO:teuthology.orchestra.run.trial076.stdout: time.cloudflare 10.237.8.4 3 u 26 64 3 3.182 +15.335 1.131 2026-02-24T07:42:35.454 INFO:teuthology.orchestra.run.trial076.stdout: static.190.111. 207.197.87.124 4 u 26 64 3 8.149 +14.739 2.046 2026-02-24T07:42:35.454 INFO:teuthology.orchestra.run.trial076.stdout: 107.172.224.237 63.145.169.3 2 u 22 64 3 71.982 +15.434 1.085 2026-02-24T07:42:35.454 INFO:teuthology.orchestra.run.trial076.stdout: 24-229-44-105-s .GPS. 1 u 23 64 3 33.260 +5.848 0.030 2026-02-24T07:42:35.499 INFO:teuthology.orchestra.run.trial028.stdout: remote refid st t when poll reach delay offset jitter 2026-02-24T07:42:35.499 INFO:teuthology.orchestra.run.trial028.stdout:============================================================================== 2026-02-24T07:42:35.499 INFO:teuthology.orchestra.run.trial028.stdout: time.cloudflare 10.130.8.4 3 u 26 64 3 3.015 +0.139 0.186 2026-02-24T07:42:35.499 INFO:teuthology.orchestra.run.trial028.stdout: dns-e.ns4v.icu 228.188.15.147 2 u 25 64 3 63.872 -0.967 0.158 2026-02-24T07:42:35.499 INFO:teuthology.orchestra.run.trial028.stdout: 172-238-164-57. 168.61.215.74 4 u 25 64 3 27.423 +3.016 0.256 2026-02-24T07:42:35.499 INFO:teuthology.orchestra.run.trial028.stdout: 45.83.234.123 ( 10.1.105.4 2 u 28 64 3 82.452 -0.241 0.537 2026-02-24T07:42:35.500 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-24T07:42:35.511 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-24T07:42:35.511 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-24T07:42:35.525 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-24T07:42:35.539 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-24T07:42:35.553 INFO:teuthology.task.internal:Duration was 247.684737 seconds 2026-02-24T07:42:35.553 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-24T07:42:35.566 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-24T07:42:35.566 DEBUG:teuthology.orchestra.run.trial028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-24T07:42:35.568 DEBUG:teuthology.orchestra.run.trial076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-24T07:42:35.569 DEBUG:teuthology.orchestra.run.trial172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-24T07:42:35.593 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-24T07:42:35.593 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial028.front.sepia.ceph.com 2026-02-24T07:42:35.593 DEBUG:teuthology.orchestra.run.trial028:> 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-24T07:42:35.643 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial076.front.sepia.ceph.com 2026-02-24T07:42:35.643 DEBUG:teuthology.orchestra.run.trial076:> 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-24T07:42:35.650 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial172.front.sepia.ceph.com 2026-02-24T07:42:35.650 DEBUG:teuthology.orchestra.run.trial172:> 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-24T07:42:35.657 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-24T07:42:35.657 DEBUG:teuthology.orchestra.run.trial028:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T07:42:35.690 DEBUG:teuthology.orchestra.run.trial076:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T07:42:35.693 DEBUG:teuthology.orchestra.run.trial172:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T07:42:35.924 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-24T07:42:35.924 DEBUG:teuthology.orchestra.run.trial028:> 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-24T07:42:35.925 DEBUG:teuthology.orchestra.run.trial076:> 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-24T07:42:35.926 DEBUG:teuthology.orchestra.run.trial172:> 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-24T07:42:35.932 INFO:teuthology.orchestra.run.trial028.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T07:42:35.933 INFO:teuthology.orchestra.run.trial028.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T07:42:35.933 INFO:teuthology.orchestra.run.trial028.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-24T07:42:35.933 INFO:teuthology.orchestra.run.trial028.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T07:42:35.933 INFO:teuthology.orchestra.run.trial076.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T07:42:35.933 INFO:teuthology.orchestra.run.trial076.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T07:42:35.934 INFO:teuthology.orchestra.run.trial028.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-24T07:42:35.934 INFO:teuthology.orchestra.run.trial076.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-24T07:42:35.934 INFO:teuthology.orchestra.run.trial076.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T07:42:35.934 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-24T07:42:35.934 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-24T07:42:35.934 INFO:teuthology.orchestra.run.trial076.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-24T07:42:35.935 INFO:teuthology.orchestra.run.trial172.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-24T07:42:35.935 INFO:teuthology.orchestra.run.trial172.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-24T07:42:35.935 INFO:teuthology.orchestra.run.trial172.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-24T07:42:36.004 INFO:teuthology.orchestra.run.trial028.stderr: 81.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-24T07:42:36.004 INFO:teuthology.orchestra.run.trial076.stderr: 81.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-24T07:42:36.005 INFO:teuthology.orchestra.run.trial172.stderr: 81.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-24T07:42:36.007 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-24T07:42:36.025 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-24T07:42:36.025 DEBUG:teuthology.orchestra.run.trial028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-24T07:42:36.057 DEBUG:teuthology.orchestra.run.trial076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-24T07:42:36.065 DEBUG:teuthology.orchestra.run.trial172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-24T07:42:36.072 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-24T07:42:36.082 DEBUG:teuthology.orchestra.run.trial028:> 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-24T07:42:36.098 DEBUG:teuthology.orchestra.run.trial076:> 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-24T07:42:36.104 INFO:teuthology.orchestra.run.trial028.stdout:kernel.core_pattern = core 2026-02-24T07:42:36.109 DEBUG:teuthology.orchestra.run.trial172:> 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-24T07:42:36.116 INFO:teuthology.orchestra.run.trial076.stdout:kernel.core_pattern = core 2026-02-24T07:42:36.122 INFO:teuthology.orchestra.run.trial172.stdout:kernel.core_pattern = core 2026-02-24T07:42:36.132 DEBUG:teuthology.orchestra.run.trial028:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-24T07:42:36.160 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:42:36.161 DEBUG:teuthology.orchestra.run.trial076:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-24T07:42:36.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:42:36.172 DEBUG:teuthology.orchestra.run.trial172:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-24T07:42:36.178 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:42:36.178 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-24T07:42:36.196 INFO:teuthology.task.internal:Transferring archived files... 2026-02-24T07:42:36.197 DEBUG:teuthology.misc:Transferring archived files from trial028:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial028 2026-02-24T07:42:36.197 DEBUG:teuthology.orchestra.run.trial028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-24T07:42:36.224 DEBUG:teuthology.misc:Transferring archived files from trial076:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial076 2026-02-24T07:42:36.225 DEBUG:teuthology.orchestra.run.trial076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-24T07:42:36.253 DEBUG:teuthology.misc:Transferring archived files from trial172:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-24_07:20:36-rados:cephadm-wip-rocky10-branch-of-the-day-2026-02-23-1771838812-tentacle-distro-default-trial/67717/remote/trial172 2026-02-24T07:42:36.253 DEBUG:teuthology.orchestra.run.trial172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-24T07:42:36.280 INFO:teuthology.task.internal:Removing archive directory... 2026-02-24T07:42:36.280 DEBUG:teuthology.orchestra.run.trial028:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-24T07:42:36.281 DEBUG:teuthology.orchestra.run.trial076:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-24T07:42:36.293 DEBUG:teuthology.orchestra.run.trial172:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-24T07:42:36.318 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-24T07:42:36.329 INFO:teuthology.task.internal:Not uploading archives. 2026-02-24T07:42:36.329 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-24T07:42:36.341 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-24T07:42:36.341 DEBUG:teuthology.orchestra.run.trial028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-24T07:42:36.342 DEBUG:teuthology.orchestra.run.trial076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-24T07:42:36.344 DEBUG:teuthology.orchestra.run.trial172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-24T07:42:36.346 INFO:teuthology.orchestra.run.trial028.stdout: 1311292 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 24 07:42 /home/ubuntu/cephtest 2026-02-24T07:42:36.346 INFO:teuthology.orchestra.run.trial028.stdout: 1320347 1032 -rwxrwxr-x 1 ubuntu ubuntu 1055548 Feb 24 07:42 /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:36.347 INFO:teuthology.orchestra.run.trial028.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-24T07:42:36.347 INFO:teuthology.orchestra.run.trial076.stdout: 1311292 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 24 07:42 /home/ubuntu/cephtest 2026-02-24T07:42:36.347 INFO:teuthology.orchestra.run.trial076.stdout: 1320347 1032 -rwxrwxr-x 1 ubuntu ubuntu 1055548 Feb 24 07:42 /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:36.347 INFO:teuthology.orchestra.run.trial076.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-24T07:42:36.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-24T07:42:36.359 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 160, in run_tasks suppress = manager.__exit__(*exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/task/internal/__init__.py", line 53, in base run.wait( 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 trial028 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-24T07:42:36.360 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-24T07:42:36.377 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-24T07:42:36.392 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on trial028 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-24T07:42:36.395 INFO:teuthology.run:Summary data: description: rados:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/classic task/test_mgmt_gateway} duration: 247.68473744392395 failure_reason: '"grep: /var/log/ceph/50db5f1a-1154-11f1-bee9-d404e6e7d460/ceph.log: No such file or directory" in cluster log' flavor: default owner: scheduled_nmordech@soko04.front.sepia.ceph.com sentry_event: null status: fail success: false 2026-02-24T07:42:36.396 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-24T07:42:36.400 INFO:teuthology.orchestra.run.trial172.stdout: 1311292 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 24 07:42 /home/ubuntu/cephtest 2026-02-24T07:42:36.400 INFO:teuthology.orchestra.run.trial172.stdout: 1320347 1032 -rwxrwxr-x 1 ubuntu ubuntu 1055548 Feb 24 07:42 /home/ubuntu/cephtest/cephadm 2026-02-24T07:42:36.401 INFO:teuthology.orchestra.run.trial172.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-24T07:42:36.503 INFO:teuthology.run:FAIL