2026-02-22T20:36:30.053 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-22T20:36:30.068 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T20:36:30.148 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545 branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} email: null first_in_suite: false flavor: default job_id: '64545' kernel: branch: distro kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: trial name: nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-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-22-1771776513-tentacle ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: distro-suffix: rockylinux-10 install: ceph: flavor: default sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e workunit: branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e owner: scheduled_nmordech@soko04.front.sepia.ceph.com priority: 10 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 966 sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: a5c3084f688b1f6eff223b8d259a8316f9844c8e targets: trial045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE25tCW0k+ZeoBqYho93PY0eouQWLzqJZAF1++IvA3XFlZzfbWPH/1m5mup6To0Ub+dGDfzsn903scXY48zxoLs= trial076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOF2i5RLrdvCz3XXeQFcSoG656LcfewiZa7WzNkSODWEydwLo5aLgF9z8SQfkRgM/j4zmShjHZGyj6mLXbcQOwQ= trial154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwTw2ogyZt+qsxDWjg+FuCqEQG2Ds/xBVlhepYDlyjzGydnRuHgTR45NeI+2ZtDwsBnyNuVQ4CkBoWJaqmIb1I= tasks: - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x75c59d8f1c60>, signals=[15]) 2026-02-22T20:36:30.734 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-22T20:36:30.745 INFO:teuthology.task.internal:Opening connections... 2026-02-22T20:36:30.745 DEBUG:teuthology.task.internal:connecting to ubuntu@trial045.front.sepia.ceph.com 2026-02-22T20:36:30.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:36:30.809 DEBUG:teuthology.task.internal:connecting to ubuntu@trial076.front.sepia.ceph.com 2026-02-22T20:36:30.810 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:36:30.871 DEBUG:teuthology.task.internal:connecting to ubuntu@trial154.front.sepia.ceph.com 2026-02-22T20:36:30.872 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:36:30.936 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-22T20:36:30.948 DEBUG:teuthology.orchestra.run.trial045:> uname -m 2026-02-22T20:36:30.952 INFO:teuthology.orchestra.run.trial045.stdout:x86_64 2026-02-22T20:36:30.952 DEBUG:teuthology.orchestra.run.trial045:> cat /etc/os-release 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:NAME="Ubuntu" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:VERSION_ID="22.04" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:VERSION_CODENAME=jammy 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:ID=ubuntu 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:ID_LIKE=debian 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-22T20:36:30.999 INFO:teuthology.orchestra.run.trial045.stdout:UBUNTU_CODENAME=jammy 2026-02-22T20:36:30.999 INFO:teuthology.lock.ops:Updating trial045.front.sepia.ceph.com on lock server 2026-02-22T20:36:31.065 DEBUG:teuthology.orchestra.run.trial076:> uname -m 2026-02-22T20:36:31.069 INFO:teuthology.orchestra.run.trial076.stdout:x86_64 2026-02-22T20:36:31.070 DEBUG:teuthology.orchestra.run.trial076:> cat /etc/os-release 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:NAME="Ubuntu" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:VERSION_ID="22.04" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:VERSION_CODENAME=jammy 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:ID=ubuntu 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:ID_LIKE=debian 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-22T20:36:31.118 INFO:teuthology.orchestra.run.trial076.stdout:UBUNTU_CODENAME=jammy 2026-02-22T20:36:31.118 INFO:teuthology.lock.ops:Updating trial076.front.sepia.ceph.com on lock server 2026-02-22T20:36:31.190 DEBUG:teuthology.orchestra.run.trial154:> uname -m 2026-02-22T20:36:31.194 INFO:teuthology.orchestra.run.trial154.stdout:x86_64 2026-02-22T20:36:31.194 DEBUG:teuthology.orchestra.run.trial154:> cat /etc/os-release 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:NAME="Ubuntu" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:VERSION_ID="22.04" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:VERSION_CODENAME=jammy 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:ID=ubuntu 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:ID_LIKE=debian 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:HOME_URL="https://www.ubuntu.com/" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-02-22T20:36:31.238 INFO:teuthology.orchestra.run.trial154.stdout:UBUNTU_CODENAME=jammy 2026-02-22T20:36:31.238 INFO:teuthology.lock.ops:Updating trial154.front.sepia.ceph.com on lock server 2026-02-22T20:36:31.311 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-22T20:36:31.322 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-22T20:36:31.334 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-22T20:36:31.334 DEBUG:teuthology.orchestra.run.trial045:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:36:31.335 DEBUG:teuthology.orchestra.run.trial076:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:36:31.336 DEBUG:teuthology.orchestra.run.trial154:> test '!' -e /home/ubuntu/cephtest 2026-02-22T20:36:31.340 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-22T20:36:31.351 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-22T20:36:31.352 DEBUG:teuthology.orchestra.run.trial045:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:36:31.380 DEBUG:teuthology.orchestra.run.trial076:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:36:31.383 DEBUG:teuthology.orchestra.run.trial154:> test -z $(ls -A /var/lib/ceph) 2026-02-22T20:36:31.384 INFO:teuthology.orchestra.run.trial045.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-22T20:36:31.386 INFO:teuthology.orchestra.run.trial076.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-22T20:36:31.387 INFO:teuthology.orchestra.run.trial154.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-02-22T20:36:31.388 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-22T20:36:31.587 INFO:teuthology.run_tasks:Running task kernel... 2026-02-22T20:36:31.607 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-22T20:36:31.607 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-22T20:36:31.608 DEBUG:teuthology.orchestra.run.trial045:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:36:31.608 DEBUG:teuthology.orchestra.run.trial076:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:36:31.608 DEBUG:teuthology.orchestra.run.trial154:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-22T20:36:31.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:36:31.611 DEBUG:teuthology.orchestra.run.trial045:> uname -r 2026-02-22T20:36:31.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:36:31.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:36:31.612 DEBUG:teuthology.orchestra.run.trial154:> uname -r 2026-02-22T20:36:31.612 DEBUG:teuthology.orchestra.run.trial076:> uname -r 2026-02-22T20:36:31.657 INFO:teuthology.orchestra.run.trial076.stdout:5.15.0-170-generic 2026-02-22T20:36:31.657 INFO:teuthology.task.kernel:Running kernel on trial076: 5.15.0-170-generic 2026-02-22T20:36:31.657 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get clean 2026-02-22T20:36:31.658 INFO:teuthology.orchestra.run.trial154.stdout:5.15.0-170-generic 2026-02-22T20:36:31.658 INFO:teuthology.task.kernel:Running kernel on trial154: 5.15.0-170-generic 2026-02-22T20:36:31.658 DEBUG:teuthology.orchestra.run.trial154:> sudo apt-get clean 2026-02-22T20:36:31.659 INFO:teuthology.orchestra.run.trial045.stdout:5.15.0-170-generic 2026-02-22T20:36:31.659 INFO:teuthology.task.kernel:Running kernel on trial045: 5.15.0-170-generic 2026-02-22T20:36:31.659 DEBUG:teuthology.orchestra.run.trial045:> sudo apt-get clean 2026-02-22T20:36:31.716 DEBUG:teuthology.orchestra.run.trial154:> sudo apt-get update 2026-02-22T20:36:31.716 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get update 2026-02-22T20:36:31.718 DEBUG:teuthology.orchestra.run.trial045:> sudo apt-get update 2026-02-22T20:36:32.212 INFO:teuthology.orchestra.run.trial154.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-22T20:36:32.214 INFO:teuthology.orchestra.run.trial045.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-22T20:36:32.217 INFO:teuthology.orchestra.run.trial076.stdout:Hit:1 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-22T20:36:32.298 INFO:teuthology.orchestra.run.trial045.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-22T20:36:32.301 INFO:teuthology.orchestra.run.trial154.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-22T20:36:32.307 INFO:teuthology.orchestra.run.trial076.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2026-02-22T20:36:32.636 INFO:teuthology.orchestra.run.trial154.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-22T20:36:32.645 INFO:teuthology.orchestra.run.trial045.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-22T20:36:32.646 INFO:teuthology.orchestra.run.trial076.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2026-02-22T20:36:32.783 INFO:teuthology.orchestra.run.trial154.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-22T20:36:32.794 INFO:teuthology.orchestra.run.trial045.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-22T20:36:32.796 INFO:teuthology.orchestra.run.trial076.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2026-02-22T20:36:32.922 INFO:teuthology.orchestra.run.trial154.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3245 kB] 2026-02-22T20:36:32.934 INFO:teuthology.orchestra.run.trial045.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3245 kB] 2026-02-22T20:36:32.936 INFO:teuthology.orchestra.run.trial076.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3245 kB] 2026-02-22T20:36:33.321 INFO:teuthology.orchestra.run.trial154.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [495 kB] 2026-02-22T20:36:33.332 INFO:teuthology.orchestra.run.trial045.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [495 kB] 2026-02-22T20:36:33.333 INFO:teuthology.orchestra.run.trial154.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.1 kB] 2026-02-22T20:36:33.334 INFO:teuthology.orchestra.run.trial154.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-22T20:36:33.339 INFO:teuthology.orchestra.run.trial076.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [495 kB] 2026-02-22T20:36:33.345 INFO:teuthology.orchestra.run.trial045.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.1 kB] 2026-02-22T20:36:33.346 INFO:teuthology.orchestra.run.trial045.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-22T20:36:33.350 INFO:teuthology.orchestra.run.trial076.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [19.1 kB] 2026-02-22T20:36:33.351 INFO:teuthology.orchestra.run.trial076.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1256 kB] 2026-02-22T20:36:33.369 INFO:teuthology.orchestra.run.trial154.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-22T20:36:33.376 INFO:teuthology.orchestra.run.trial154.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.3 kB] 2026-02-22T20:36:33.376 INFO:teuthology.orchestra.run.trial154.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5310 kB] 2026-02-22T20:36:33.380 INFO:teuthology.orchestra.run.trial045.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-22T20:36:33.386 INFO:teuthology.orchestra.run.trial076.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [314 kB] 2026-02-22T20:36:33.387 INFO:teuthology.orchestra.run.trial045.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.3 kB] 2026-02-22T20:36:33.388 INFO:teuthology.orchestra.run.trial045.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5310 kB] 2026-02-22T20:36:33.393 INFO:teuthology.orchestra.run.trial076.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.3 kB] 2026-02-22T20:36:33.394 INFO:teuthology.orchestra.run.trial076.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5310 kB] 2026-02-22T20:36:33.533 INFO:teuthology.orchestra.run.trial154.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1005 kB] 2026-02-22T20:36:33.544 INFO:teuthology.orchestra.run.trial045.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1005 kB] 2026-02-22T20:36:33.550 INFO:teuthology.orchestra.run.trial076.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1005 kB] 2026-02-22T20:36:33.554 INFO:teuthology.orchestra.run.trial154.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-22T20:36:33.566 INFO:teuthology.orchestra.run.trial045.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-22T20:36:33.574 INFO:teuthology.orchestra.run.trial076.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2983 kB] 2026-02-22T20:36:33.640 INFO:teuthology.orchestra.run.trial154.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-22T20:36:33.651 INFO:teuthology.orchestra.run.trial154.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB] 2026-02-22T20:36:33.651 INFO:teuthology.orchestra.run.trial154.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-22T20:36:33.653 INFO:teuthology.orchestra.run.trial045.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-22T20:36:33.660 INFO:teuthology.orchestra.run.trial076.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy-security/main Translation-en [427 kB] 2026-02-22T20:36:33.662 INFO:teuthology.orchestra.run.trial045.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.1 kB] 2026-02-22T20:36:33.663 INFO:teuthology.orchestra.run.trial045.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-22T20:36:33.670 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-22T20:36:33.671 INFO:teuthology.orchestra.run.trial076.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1018 kB] 2026-02-22T20:36:33.684 INFO:teuthology.orchestra.run.trial154.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.7 kB] 2026-02-22T20:36:33.685 INFO:teuthology.orchestra.run.trial154.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-22T20:36:33.696 INFO:teuthology.orchestra.run.trial045.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [22.7 kB] 2026-02-22T20:36:33.697 INFO:teuthology.orchestra.run.trial045.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-22T20:36:33.705 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-22T20:36:33.707 INFO:teuthology.orchestra.run.trial076.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5147 kB] 2026-02-22T20:36:33.833 INFO:teuthology.orchestra.run.trial154.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-22T20:36:33.845 INFO:teuthology.orchestra.run.trial045.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-22T20:36:33.850 INFO:teuthology.orchestra.run.trial076.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [979 kB] 2026-02-22T20:36:37.260 INFO:teuthology.orchestra.run.trial045.stdout:Fetched 22.6 MB in 3s (7811 kB/s) 2026-02-22T20:36:37.264 INFO:teuthology.orchestra.run.trial154.stdout:Fetched 22.6 MB in 3s (7876 kB/s) 2026-02-22T20:36:37.341 INFO:teuthology.orchestra.run.trial076.stdout:Fetched 22.6 MB in 3s (7668 kB/s) 2026-02-22T20:36:37.778 INFO:teuthology.orchestra.run.trial045.stdout:Reading package lists... 2026-02-22T20:36:37.786 INFO:teuthology.orchestra.run.trial154.stdout:Reading package lists... 2026-02-22T20:36:37.791 DEBUG:teuthology.orchestra.run.trial045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-22T20:36:37.800 DEBUG:teuthology.orchestra.run.trial154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-22T20:36:37.824 INFO:teuthology.orchestra.run.trial045.stdout:Reading package lists... 2026-02-22T20:36:37.833 INFO:teuthology.orchestra.run.trial154.stdout:Reading package lists... 2026-02-22T20:36:37.882 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-22T20:36:37.896 DEBUG:teuthology.orchestra.run.trial076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2026-02-22T20:36:37.930 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-22T20:36:37.933 INFO:teuthology.orchestra.run.trial045.stdout:Building dependency tree... 2026-02-22T20:36:37.934 INFO:teuthology.orchestra.run.trial045.stdout:Reading state information... 2026-02-22T20:36:37.942 INFO:teuthology.orchestra.run.trial154.stdout:Building dependency tree... 2026-02-22T20:36:37.942 INFO:teuthology.orchestra.run.trial154.stdout:Reading state information... 2026-02-22T20:36:38.022 INFO:teuthology.orchestra.run.trial045.stdout:linux-image-generic is already the newest version (5.15.0.170.159). 2026-02-22T20:36:38.023 INFO:teuthology.orchestra.run.trial045.stdout:linux-image-generic set to manually installed. 2026-02-22T20:36:38.023 INFO:teuthology.orchestra.run.trial045.stdout:The following packages were automatically installed and are no longer required: 2026-02-22T20:36:38.023 INFO:teuthology.orchestra.run.trial045.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-22T20:36:38.023 INFO:teuthology.orchestra.run.trial045.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-22T20:36:38.023 INFO:teuthology.orchestra.run.trial045.stdout: sg3-utils-udev 2026-02-22T20:36:38.023 INFO:teuthology.orchestra.run.trial045.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-22T20:36:38.027 INFO:teuthology.orchestra.run.trial154.stdout:linux-image-generic is already the newest version (5.15.0.170.159). 2026-02-22T20:36:38.027 INFO:teuthology.orchestra.run.trial154.stdout:linux-image-generic set to manually installed. 2026-02-22T20:36:38.027 INFO:teuthology.orchestra.run.trial154.stdout:The following packages were automatically installed and are no longer required: 2026-02-22T20:36:38.028 INFO:teuthology.orchestra.run.trial154.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-22T20:36:38.028 INFO:teuthology.orchestra.run.trial154.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-22T20:36:38.028 INFO:teuthology.orchestra.run.trial154.stdout: sg3-utils-udev 2026-02-22T20:36:38.028 INFO:teuthology.orchestra.run.trial154.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-22T20:36:38.039 INFO:teuthology.orchestra.run.trial076.stdout:Building dependency tree... 2026-02-22T20:36:38.040 INFO:teuthology.orchestra.run.trial076.stdout:Reading state information... 2026-02-22T20:36:38.041 INFO:teuthology.orchestra.run.trial045.stdout:0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. 2026-02-22T20:36:38.043 DEBUG:teuthology.orchestra.run.trial045:> dpkg -s linux-image-generic 2026-02-22T20:36:38.046 INFO:teuthology.orchestra.run.trial154.stdout:0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. 2026-02-22T20:36:38.048 DEBUG:teuthology.orchestra.run.trial154:> dpkg -s linux-image-generic 2026-02-22T20:36:38.099 INFO:teuthology.orchestra.run.trial045.stdout:Package: linux-image-generic 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Status: install ok installed 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Priority: optional 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Section: kernel 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Installed-Size: 21 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Maintainer: Ubuntu Kernel Team 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Architecture: amd64 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Source: linux-meta 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Version: 5.15.0.170.159 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.6), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-170), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Depends: linux-image-5.15.0-170-generic, linux-modules-extra-5.15.0-170-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Recommends: thermald 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout:Description: Generic Linux kernel image 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout: This package will always depend on the latest generic kernel image 2026-02-22T20:36:38.100 INFO:teuthology.orchestra.run.trial045.stdout: available. 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Package: linux-image-generic 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Status: install ok installed 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Priority: optional 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Section: kernel 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Installed-Size: 21 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Maintainer: Ubuntu Kernel Team 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Architecture: amd64 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Source: linux-meta 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Version: 5.15.0.170.159 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.6), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-170), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Depends: linux-image-5.15.0-170-generic, linux-modules-extra-5.15.0-170-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Recommends: thermald 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout:Description: Generic Linux kernel image 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout: This package will always depend on the latest generic kernel image 2026-02-22T20:36:38.101 INFO:teuthology.orchestra.run.trial154.stdout: available. 2026-02-22T20:36:38.101 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:36:38.102 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-22T20:36:38.102 DEBUG:teuthology.orchestra.run.trial045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:36:38.102 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:36:38.102 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-22T20:36:38.102 DEBUG:teuthology.orchestra.run.trial154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:36:38.126 INFO:teuthology.orchestra.run.trial076.stdout:linux-image-generic is already the newest version (5.15.0.170.159). 2026-02-22T20:36:38.126 INFO:teuthology.orchestra.run.trial076.stdout:linux-image-generic set to manually installed. 2026-02-22T20:36:38.126 INFO:teuthology.orchestra.run.trial076.stdout:The following packages were automatically installed and are no longer required: 2026-02-22T20:36:38.126 INFO:teuthology.orchestra.run.trial076.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-22T20:36:38.126 INFO:teuthology.orchestra.run.trial076.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-22T20:36:38.126 INFO:teuthology.orchestra.run.trial076.stdout: sg3-utils-udev 2026-02-22T20:36:38.126 INFO:teuthology.orchestra.run.trial076.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-22T20:36:38.146 INFO:teuthology.orchestra.run.trial076.stdout:0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. 2026-02-22T20:36:38.148 DEBUG:teuthology.orchestra.run.trial076:> dpkg -s linux-image-generic 2026-02-22T20:36:38.150 INFO:teuthology.orchestra.run.trial154.stdout:ttyS1 2026-02-22T20:36:38.151 INFO:teuthology.orchestra.run.trial045.stdout:ttyS1 2026-02-22T20:36:38.168 DEBUG:teuthology.parallel:result is None 2026-02-22T20:36:38.168 DEBUG:teuthology.parallel:result is None 2026-02-22T20:36:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Package: linux-image-generic 2026-02-22T20:36:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Status: install ok installed 2026-02-22T20:36:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Priority: optional 2026-02-22T20:36:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Section: kernel 2026-02-22T20:36:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Installed-Size: 21 2026-02-22T20:36:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Maintainer: Ubuntu Kernel Team 2026-02-22T20:36:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Architecture: amd64 2026-02-22T20:36:38.199 INFO:teuthology.orchestra.run.trial076.stdout:Source: linux-meta 2026-02-22T20:36:38.199 INFO:teuthology.orchestra.run.trial076.stdout:Version: 5.15.0.170.159 2026-02-22T20:36:38.199 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-170), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.6) 2026-02-22T20:36:38.199 INFO:teuthology.orchestra.run.trial076.stdout:Depends: linux-image-5.15.0-170-generic, linux-modules-extra-5.15.0-170-generic, linux-firmware, intel-microcode, amd64-microcode 2026-02-22T20:36:38.199 INFO:teuthology.orchestra.run.trial076.stdout:Recommends: thermald 2026-02-22T20:36:38.199 INFO:teuthology.orchestra.run.trial076.stdout:Description: Generic Linux kernel image 2026-02-22T20:36:38.199 INFO:teuthology.orchestra.run.trial076.stdout: This package will always depend on the latest generic kernel image 2026-02-22T20:36:38.199 INFO:teuthology.orchestra.run.trial076.stdout: available. 2026-02-22T20:36:38.199 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-22T20:36:38.199 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-22T20:36:38.199 DEBUG:teuthology.orchestra.run.trial076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-22T20:36:38.249 INFO:teuthology.orchestra.run.trial076.stdout:ttyS1 2026-02-22T20:36:38.283 DEBUG:teuthology.parallel:result is None 2026-02-22T20:36:38.283 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-22T20:36:38.296 INFO:teuthology.task.internal:Creating test directory... 2026-02-22T20:36:38.296 DEBUG:teuthology.orchestra.run.trial045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:36:38.298 DEBUG:teuthology.orchestra.run.trial076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:36:38.327 DEBUG:teuthology.orchestra.run.trial154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-22T20:36:38.331 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-22T20:36:38.342 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-22T20:36:38.355 INFO:teuthology.task.internal:Creating archive directory... 2026-02-22T20:36:38.355 DEBUG:teuthology.orchestra.run.trial045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:36:38.357 DEBUG:teuthology.orchestra.run.trial076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:36:38.371 DEBUG:teuthology.orchestra.run.trial154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-22T20:36:38.386 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-22T20:36:38.399 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-22T20:36:38.399 DEBUG:teuthology.orchestra.run.trial045:> 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-22T20:36:38.404 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-22T20:36:38.411 INFO:teuthology.orchestra.run.trial045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:36:38.418 INFO:teuthology.orchestra.run.trial045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:36:38.419 DEBUG:teuthology.orchestra.run.trial154:> 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-22T20:36:38.426 INFO:teuthology.orchestra.run.trial076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:36:38.431 INFO:teuthology.orchestra.run.trial154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:36:38.433 INFO:teuthology.orchestra.run.trial076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:36:38.438 INFO:teuthology.orchestra.run.trial154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-22T20:36:38.439 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-22T20:36:38.450 INFO:teuthology.task.internal:Configuring sudo... 2026-02-22T20:36:38.451 DEBUG:teuthology.orchestra.run.trial045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:36:38.460 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-22T20:36:38.479 DEBUG:teuthology.orchestra.run.trial154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-22T20:36:38.491 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-22T20:36:38.507 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-22T20:36:38.507 DEBUG:teuthology.orchestra.run.trial045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:36:38.512 DEBUG:teuthology.orchestra.run.trial076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:36:38.531 DEBUG:teuthology.orchestra.run.trial154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-22T20:36:38.538 DEBUG:teuthology.orchestra.run.trial045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:36:38.559 DEBUG:teuthology.orchestra.run.trial045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:36:38.607 DEBUG:teuthology.orchestra.run.trial045:> set -ex 2026-02-22T20:36:38.607 DEBUG:teuthology.orchestra.run.trial045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:36:38.656 DEBUG:teuthology.orchestra.run.trial076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:36:38.661 DEBUG:teuthology.orchestra.run.trial076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:36:38.706 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-22T20:36:38.706 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:36:38.754 DEBUG:teuthology.orchestra.run.trial154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:36:38.759 DEBUG:teuthology.orchestra.run.trial154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:36:38.802 DEBUG:teuthology.orchestra.run.trial154:> set -ex 2026-02-22T20:36:38.802 DEBUG:teuthology.orchestra.run.trial154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-22T20:36:38.853 DEBUG:teuthology.orchestra.run.trial045:> sudo service rsyslog restart 2026-02-22T20:36:38.855 DEBUG:teuthology.orchestra.run.trial076:> sudo service rsyslog restart 2026-02-22T20:36:38.857 DEBUG:teuthology.orchestra.run.trial154:> sudo service rsyslog restart 2026-02-22T20:36:38.912 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-22T20:36:38.923 INFO:teuthology.task.internal:Starting timer... 2026-02-22T20:36:38.923 INFO:teuthology.run_tasks:Running task pcp... 2026-02-22T20:36:38.941 INFO:teuthology.run_tasks:Running task selinux... 2026-02-22T20:36:38.960 DEBUG:teuthology.task.selinux:Excluding trial045: OS 'ubuntu' does not support SELinux 2026-02-22T20:36:38.960 DEBUG:teuthology.task.selinux:Excluding trial076: OS 'ubuntu' does not support SELinux 2026-02-22T20:36:38.960 DEBUG:teuthology.task.selinux:Excluding trial154: OS 'ubuntu' does not support SELinux 2026-02-22T20:36:38.960 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-22T20:36:38.960 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-02-22T20:36:38.960 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-22T20:36:38.960 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-22T20:36:38.976 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-22T20:36:38.988 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-22T20:36:38.989 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial045.front.sepia.ceph.com,trial076.front.sepia.ceph.com,trial154.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-22T20:39:13.279 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial045.front.sepia.ceph.com'), Remote(name='ubuntu@trial076.front.sepia.ceph.com'), Remote(name='ubuntu@trial154.front.sepia.ceph.com')] 2026-02-22T20:39:13.280 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial045.front.sepia.ceph.com' 2026-02-22T20:39:13.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:39:13.363 DEBUG:teuthology.orchestra.run.trial045:> true 2026-02-22T20:39:13.609 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial045.front.sepia.ceph.com' 2026-02-22T20:39:13.610 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial076.front.sepia.ceph.com' 2026-02-22T20:39:13.611 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:39:13.716 DEBUG:teuthology.orchestra.run.trial076:> true 2026-02-22T20:39:13.963 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial076.front.sepia.ceph.com' 2026-02-22T20:39:13.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial154.front.sepia.ceph.com' 2026-02-22T20:39:13.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-22T20:39:14.038 DEBUG:teuthology.orchestra.run.trial154:> true 2026-02-22T20:39:14.289 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial154.front.sepia.ceph.com' 2026-02-22T20:39:14.290 INFO:teuthology.run_tasks:Running task clock... 2026-02-22T20:39:14.305 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-22T20:39:14.305 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T20:39:14.305 DEBUG:teuthology.orchestra.run.trial045:> 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-22T20:39:14.308 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T20:39:14.308 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-22T20:39:14.311 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-22T20:39:14.311 DEBUG:teuthology.orchestra.run.trial154:> 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-22T20:39:14.325 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Command line: ntpd -gq 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: ---------------------------------------------------- 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: ntp-4 is maintained by Network Time Foundation, 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: corporation. Support and training for ntp-4 are 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: available at https://www.nwtime.org/support 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: ---------------------------------------------------- 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: proto: precision = 0.030 usec (-25) 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: basedate set to 2022-02-04 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: gps base set to 2022-02-06 (week 2196) 2026-02-22T20:39:14.326 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-22T20:39:14.327 INFO:teuthology.orchestra.run.trial045.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-22T20:39:14.327 INFO:teuthology.orchestra.run.trial045.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: restrict ::: KOD does nothing without LIMITED. 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Listen and drop on 0 v6wildcard [::]:123 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Listen normally on 2 lo 127.0.0.1:123 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Listen normally on 3 enp1s0f0 10.20.193.45:123 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Listen normally on 4 lo [::1]:123 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:5f04%2]:123 2026-02-22T20:39:14.328 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:14 ntpd[9347]: Listening on routing socket on fd #22 for interface updates 2026-02-22T20:39:14.329 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-22T20:39:14.329 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Command line: ntpd -gq 2026-02-22T20:39:14.329 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: ---------------------------------------------------- 2026-02-22T20:39:14.329 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: ntp-4 is maintained by Network Time Foundation, 2026-02-22T20:39:14.329 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-22T20:39:14.329 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: corporation. Support and training for ntp-4 are 2026-02-22T20:39:14.329 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: available at https://www.nwtime.org/support 2026-02-22T20:39:14.330 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: ---------------------------------------------------- 2026-02-22T20:39:14.330 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: proto: precision = 0.030 usec (-25) 2026-02-22T20:39:14.330 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: basedate set to 2022-02-04 2026-02-22T20:39:14.330 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: gps base set to 2022-02-06 (week 2196) 2026-02-22T20:39:14.330 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-22T20:39:14.331 INFO:teuthology.orchestra.run.trial076.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-22T20:39:14.331 INFO:teuthology.orchestra.run.trial076.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-22T20:39:14.331 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: restrict ::: KOD does nothing without LIMITED. 2026-02-22T20:39:14.331 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Listen and drop on 0 v6wildcard [::]:123 2026-02-22T20:39:14.332 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-22T20:39:14.332 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Listen normally on 2 lo 127.0.0.1:123 2026-02-22T20:39:14.332 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Listen normally on 3 enp1s0f0 10.20.193.76:123 2026-02-22T20:39:14.332 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Listen normally on 4 lo [::1]:123 2026-02-22T20:39:14.332 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:6486%2]:123 2026-02-22T20:39:14.332 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:14 ntpd[9418]: Listening on routing socket on fd #22 for interface updates 2026-02-22T20:39:14.353 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-02-22T20:39:14.353 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Command line: ntpd -gq 2026-02-22T20:39:14.353 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: ---------------------------------------------------- 2026-02-22T20:39:14.354 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: ntp-4 is maintained by Network Time Foundation, 2026-02-22T20:39:14.354 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-02-22T20:39:14.354 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: corporation. Support and training for ntp-4 are 2026-02-22T20:39:14.354 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: available at https://www.nwtime.org/support 2026-02-22T20:39:14.354 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: ---------------------------------------------------- 2026-02-22T20:39:14.355 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: proto: precision = 0.030 usec (-25) 2026-02-22T20:39:14.355 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: basedate set to 2022-02-04 2026-02-22T20:39:14.355 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: gps base set to 2022-02-06 (week 2196) 2026-02-22T20:39:14.355 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-22T20:39:14.355 INFO:teuthology.orchestra.run.trial154.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2026-02-22T20:39:14.355 INFO:teuthology.orchestra.run.trial154.stderr:restrict ::: KOD does nothing without LIMITED. 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: restrict ::: KOD does nothing without LIMITED. 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Listen and drop on 0 v6wildcard [::]:123 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Listen normally on 2 lo 127.0.0.1:123 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Listen normally on 3 enp1s0f0 10.20.193.154:123 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Listen normally on 4 lo [::1]:123 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Listen normally on 5 enp1s0f0 [fe80::925a:8ff:fe77:5f80%2]:123 2026-02-22T20:39:14.356 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:14 ntpd[9434]: Listening on routing socket on fd #22 for interface updates 2026-02-22T20:39:15.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:15.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:15.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:15.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:15.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:15.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:15.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:15.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:15.422 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:15.422 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:15.422 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:15.422 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:15 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:16.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:16.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:16.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:16.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:16.329 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:16.329 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:16.329 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:16.329 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:16.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:16 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:16.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:16 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:16.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:16 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:16.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:16 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:16.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:16 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:16.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:16 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:16.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:16.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:16.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:16.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:16 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:17.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:17 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:17 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:17 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:17 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:17 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:17 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:17 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:17.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:17 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:17.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:17.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:17.362 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:17 ntpd[9434]: receive: Unexpected origin timestamp 0xed45e7f5.5a0d2bdf does not match aorg 0000000000.00000000 from server@172.234.44.141 xmt 0xed45e7f5.5644dc08 2026-02-22T20:39:17.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.400 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.400 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:17.400 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:17.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:17 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:17 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:17 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:17.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:17 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:17.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:17.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:17.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:17.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:17 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:18.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.328 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.328 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.328 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:18.328 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:18.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:18.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:18.337 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.337 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.337 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:18.337 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:18 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:18.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:18 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:18 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.357 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:18 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.357 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:18 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.358 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:18 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:18.358 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:18 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:18.370 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.371 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.371 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:18.371 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:18.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:18.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:18.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:18.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:18 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:19.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:19 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:19 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:19 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:19 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:19 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:19.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:19 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:19.353 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:19.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:19.373 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.373 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.374 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:19.374 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:19.399 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:19 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:19.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:19.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:19.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:19.423 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:19 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:20.326 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.326 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.326 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.327 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.327 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.327 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.330 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.331 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.331 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:20.331 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:20.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:20.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:20.338 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.338 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.338 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:20.338 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:20 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:20.353 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:20 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:20 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.357 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:20 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.357 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:20 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.358 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:20 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:20.358 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:20 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:20.370 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.370 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.370 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:20.370 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:20.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:20.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:20.394 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:20.395 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:20 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:21.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:21 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:21 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.329 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.330 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.330 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.330 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.333 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:21 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.334 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:21 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.334 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:21 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:21.334 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:21 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:21.354 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.355 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.355 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.355 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.355 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.355 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.362 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:21.363 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:21.374 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.374 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.374 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:21.375 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:21.400 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.400 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.400 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:21.400 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:21.400 INFO:teuthology.orchestra.run.trial154.stdout:22 Feb 20:39:21 ntpd[9434]: ntpd: time slew +0.001846 s 2026-02-22T20:39:21.400 INFO:teuthology.orchestra.run.trial154.stdout:ntpd: time slew +0.001846s 2026-02-22T20:39:21.401 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-22T20:39:21.401 INFO:teuthology.orchestra.run.trial154.stderr:22 Feb 20:39:21 ntpd[9434]: can't open /var/log/ntpstats/loopstats.20260222: Permission denied 2026-02-22T20:39:21.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:21.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:21.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:21.401 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:21 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:21.443 INFO:teuthology.orchestra.run.trial154.stdout: remote refid st t when poll reach delay offset jitter 2026-02-22T20:39:21.443 INFO:teuthology.orchestra.run.trial154.stdout:============================================================================== 2026-02-22T20:39:21.443 INFO:teuthology.orchestra.run.trial154.stdout: 108.61.73.243 .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:22.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:22.325 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:22.326 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:22.326 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:22.326 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:22.328 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:22.328 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:22.329 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:22.329 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:22.329 INFO:teuthology.orchestra.run.trial045.stdout:22 Feb 20:39:22 ntpd[9347]: ntpd: time slew -0.001029 s 2026-02-22T20:39:22.329 INFO:teuthology.orchestra.run.trial045.stdout:ntpd: time slew -0.001029s 2026-02-22T20:39:22.330 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-22T20:39:22.330 INFO:teuthology.orchestra.run.trial045.stderr:22 Feb 20:39:22 ntpd[9347]: can't open /var/log/ntpstats/loopstats.20260222: Permission denied 2026-02-22T20:39:22.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:22.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:22.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:22.331 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:22.333 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2026-02-22T20:39:22.334 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: can't open /var/log/ntpstats/rawstats.20260222: Permission denied 2026-02-22T20:39:22.334 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2026-02-22T20:39:22.334 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: can't open /var/log/ntpstats/peerstats.20260222: Permission denied 2026-02-22T20:39:22.335 INFO:teuthology.orchestra.run.trial076.stdout:22 Feb 20:39:22 ntpd[9418]: ntpd: time set +0.258572 s 2026-02-22T20:39:22.335 INFO:teuthology.orchestra.run.trial076.stdout:ntpd: time set +0.258572s 2026-02-22T20:39:22.336 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2026-02-22T20:39:22.336 INFO:teuthology.orchestra.run.trial076.stderr:22 Feb 20:39:22 ntpd[9418]: can't open /var/log/ntpstats/loopstats.20260222: Permission denied 2026-02-22T20:39:22.390 INFO:teuthology.orchestra.run.trial076.stdout: remote refid st t when poll reach delay offset jitter 2026-02-22T20:39:22.390 INFO:teuthology.orchestra.run.trial076.stdout:============================================================================== 2026-02-22T20:39:22.390 INFO:teuthology.orchestra.run.trial076.stdout: 149.28.61.105 ( .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.390 INFO:teuthology.orchestra.run.trial076.stdout: 144.202.66.214 .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.390 INFO:teuthology.orchestra.run.trial076.stdout: time-usw2.crimp .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.390 INFO:teuthology.orchestra.run.trial076.stdout: 172-234-44-141. .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.392 INFO:teuthology.orchestra.run.trial045.stdout: remote refid st t when poll reach delay offset jitter 2026-02-22T20:39:22.392 INFO:teuthology.orchestra.run.trial045.stdout:============================================================================== 2026-02-22T20:39:22.392 INFO:teuthology.orchestra.run.trial045.stdout: 108.61.73.243 .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.392 INFO:teuthology.orchestra.run.trial045.stdout: li1210-167.memb .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.392 INFO:teuthology.orchestra.run.trial045.stdout: 144.202.41.38 ( .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.392 INFO:teuthology.orchestra.run.trial045.stdout: chi2.us.ntp.li .INIT. 16 u - 64 0 0.000 +0.000 0.000 2026-02-22T20:39:22.393 INFO:teuthology.run_tasks:Running task install... 2026-02-22T20:39:22.405 DEBUG:teuthology.task.install:project ceph 2026-02-22T20:39:22.405 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e'}} 2026-02-22T20:39:22.405 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e'} 2026-02-22T20:39:22.405 INFO:teuthology.task.install:Using flavor: default 2026-02-22T20:39:22.408 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-22T20:39:22.408 INFO:teuthology.task.install:extra packages: [] 2026-02-22T20:39:22.409 DEBUG:teuthology.orchestra.run.trial045:> sudo apt-key list | grep Ceph 2026-02-22T20:39:22.409 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-key list | grep Ceph 2026-02-22T20:39:22.409 DEBUG:teuthology.orchestra.run.trial154:> sudo apt-key list | grep Ceph 2026-02-22T20:39:22.455 INFO:teuthology.orchestra.run.trial154.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-02-22T20:39:22.477 INFO:teuthology.orchestra.run.trial045.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-02-22T20:39:22.481 INFO:teuthology.orchestra.run.trial154.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-22T20:39:22.482 INFO:teuthology.orchestra.run.trial154.stdout:uid [ unknown] Ceph.com (release key) 2026-02-22T20:39:22.483 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-22T20:39:22.484 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:22.492 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-22T20:39:22.503 INFO:teuthology.orchestra.run.trial045.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-22T20:39:22.503 INFO:teuthology.orchestra.run.trial045.stdout:uid [ unknown] Ceph.com (release key) 2026-02-22T20:39:22.581 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-22T20:39:22.581 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:22.584 INFO:teuthology.orchestra.run.trial076.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-02-22T20:39:22.584 INFO:teuthology.orchestra.run.trial076.stdout:uid [ unknown] Ceph.com (release key) 2026-02-22T20:39:22.584 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-22T20:39:22.584 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:22.705 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default/ 2026-02-22T20:39:22.705 INFO:teuthology.task.install.deb:Package version is 20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:22.771 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default/ 2026-02-22T20:39:22.771 INFO:teuthology.task.install.deb:Package version is 20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:22.829 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default/ 2026-02-22T20:39:22.829 INFO:teuthology.task.install.deb:Package version is 20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:22.892 DEBUG:teuthology.orchestra.run.trial154:> set -ex 2026-02-22T20:39:22.893 DEBUG:teuthology.orchestra.run.trial154:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-22T20:39:22.902 DEBUG:teuthology.orchestra.run.trial154:> sudo apt-get update 2026-02-22T20:39:22.914 DEBUG:teuthology.orchestra.run.trial045:> set -ex 2026-02-22T20:39:22.914 DEBUG:teuthology.orchestra.run.trial045:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-22T20:39:22.924 DEBUG:teuthology.orchestra.run.trial045:> sudo apt-get update 2026-02-22T20:39:22.939 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-22T20:39:22.940 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-02-22T20:39:22.949 DEBUG:teuthology.orchestra.run.trial076:> sudo apt-get update 2026-02-22T20:39:23.060 INFO:teuthology.orchestra.run.trial154.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy InRelease 2026-02-22T20:39:23.067 INFO:teuthology.orchestra.run.trial045.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy InRelease 2026-02-22T20:39:23.072 INFO:teuthology.orchestra.run.trial154.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-02-22T20:39:23.078 INFO:teuthology.orchestra.run.trial045.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-02-22T20:39:23.084 INFO:teuthology.orchestra.run.trial154.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-22T20:39:23.090 INFO:teuthology.orchestra.run.trial045.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-22T20:39:23.091 INFO:teuthology.orchestra.run.trial076.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy InRelease 2026-02-22T20:39:23.095 INFO:teuthology.orchestra.run.trial154.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.9 kB] 2026-02-22T20:39:23.101 INFO:teuthology.orchestra.run.trial045.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.9 kB] 2026-02-22T20:39:23.102 INFO:teuthology.orchestra.run.trial076.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-02-22T20:39:23.114 INFO:teuthology.orchestra.run.trial076.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy Release.gpg 2026-02-22T20:39:23.125 INFO:teuthology.orchestra.run.trial076.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.9 kB] 2026-02-22T20:39:23.354 INFO:teuthology.orchestra.run.trial045.stdout:Hit:5 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-22T20:39:23.384 INFO:teuthology.orchestra.run.trial154.stdout:Hit:5 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-22T20:39:23.422 INFO:teuthology.orchestra.run.trial045.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-22T20:39:23.452 INFO:teuthology.orchestra.run.trial076.stdout:Hit:5 https://archive.ubuntu.com/ubuntu jammy InRelease 2026-02-22T20:39:23.461 INFO:teuthology.orchestra.run.trial154.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-22T20:39:23.492 INFO:teuthology.orchestra.run.trial045.stdout:Hit:7 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-22T20:39:23.534 INFO:teuthology.orchestra.run.trial076.stdout:Hit:6 https://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-02-22T20:39:23.544 INFO:teuthology.orchestra.run.trial154.stdout:Hit:7 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-22T20:39:23.564 INFO:teuthology.orchestra.run.trial045.stdout:Hit:8 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-22T20:39:23.623 INFO:teuthology.orchestra.run.trial076.stdout:Hit:7 https://archive.ubuntu.com/ubuntu jammy-security InRelease 2026-02-22T20:39:23.627 INFO:teuthology.orchestra.run.trial154.stdout:Hit:8 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-22T20:39:23.706 INFO:teuthology.orchestra.run.trial045.stdout:Fetched 26.5 kB in 1s (42.6 kB/s) 2026-02-22T20:39:23.711 INFO:teuthology.orchestra.run.trial076.stdout:Hit:8 https://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-02-22T20:39:23.769 INFO:teuthology.orchestra.run.trial154.stdout:Fetched 26.5 kB in 1s (37.5 kB/s) 2026-02-22T20:39:23.848 INFO:teuthology.orchestra.run.trial076.stdout:Fetched 26.5 kB in 1s (35.8 kB/s) 2026-02-22T20:39:24.216 INFO:teuthology.orchestra.run.trial045.stdout:Reading package lists... 2026-02-22T20:39:24.231 DEBUG:teuthology.orchestra.run.trial045:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-794-ga5c3084f-1jammy cephadm=20.2.0-794-ga5c3084f-1jammy ceph-mds=20.2.0-794-ga5c3084f-1jammy ceph-mgr=20.2.0-794-ga5c3084f-1jammy ceph-common=20.2.0-794-ga5c3084f-1jammy ceph-fuse=20.2.0-794-ga5c3084f-1jammy ceph-test=20.2.0-794-ga5c3084f-1jammy ceph-volume=20.2.0-794-ga5c3084f-1jammy radosgw=20.2.0-794-ga5c3084f-1jammy python3-rados=20.2.0-794-ga5c3084f-1jammy python3-rgw=20.2.0-794-ga5c3084f-1jammy python3-cephfs=20.2.0-794-ga5c3084f-1jammy python3-rbd=20.2.0-794-ga5c3084f-1jammy libcephfs2=20.2.0-794-ga5c3084f-1jammy libcephfs-dev=20.2.0-794-ga5c3084f-1jammy librados2=20.2.0-794-ga5c3084f-1jammy librbd1=20.2.0-794-ga5c3084f-1jammy rbd-fuse=20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:24.264 INFO:teuthology.orchestra.run.trial045.stdout:Reading package lists... 2026-02-22T20:39:24.280 INFO:teuthology.orchestra.run.trial154.stdout:Reading package lists... 2026-02-22T20:39:24.294 DEBUG:teuthology.orchestra.run.trial154:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-794-ga5c3084f-1jammy cephadm=20.2.0-794-ga5c3084f-1jammy ceph-mds=20.2.0-794-ga5c3084f-1jammy ceph-mgr=20.2.0-794-ga5c3084f-1jammy ceph-common=20.2.0-794-ga5c3084f-1jammy ceph-fuse=20.2.0-794-ga5c3084f-1jammy ceph-test=20.2.0-794-ga5c3084f-1jammy ceph-volume=20.2.0-794-ga5c3084f-1jammy radosgw=20.2.0-794-ga5c3084f-1jammy python3-rados=20.2.0-794-ga5c3084f-1jammy python3-rgw=20.2.0-794-ga5c3084f-1jammy python3-cephfs=20.2.0-794-ga5c3084f-1jammy python3-rbd=20.2.0-794-ga5c3084f-1jammy libcephfs2=20.2.0-794-ga5c3084f-1jammy libcephfs-dev=20.2.0-794-ga5c3084f-1jammy librados2=20.2.0-794-ga5c3084f-1jammy librbd1=20.2.0-794-ga5c3084f-1jammy rbd-fuse=20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:24.328 INFO:teuthology.orchestra.run.trial154.stdout:Reading package lists... 2026-02-22T20:39:24.368 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-22T20:39:24.370 INFO:teuthology.orchestra.run.trial045.stdout:Building dependency tree... 2026-02-22T20:39:24.371 INFO:teuthology.orchestra.run.trial045.stdout:Reading state information... 2026-02-22T20:39:24.382 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-794-ga5c3084f-1jammy cephadm=20.2.0-794-ga5c3084f-1jammy ceph-mds=20.2.0-794-ga5c3084f-1jammy ceph-mgr=20.2.0-794-ga5c3084f-1jammy ceph-common=20.2.0-794-ga5c3084f-1jammy ceph-fuse=20.2.0-794-ga5c3084f-1jammy ceph-test=20.2.0-794-ga5c3084f-1jammy ceph-volume=20.2.0-794-ga5c3084f-1jammy radosgw=20.2.0-794-ga5c3084f-1jammy python3-rados=20.2.0-794-ga5c3084f-1jammy python3-rgw=20.2.0-794-ga5c3084f-1jammy python3-cephfs=20.2.0-794-ga5c3084f-1jammy python3-rbd=20.2.0-794-ga5c3084f-1jammy libcephfs2=20.2.0-794-ga5c3084f-1jammy libcephfs-dev=20.2.0-794-ga5c3084f-1jammy librados2=20.2.0-794-ga5c3084f-1jammy librbd1=20.2.0-794-ga5c3084f-1jammy rbd-fuse=20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:24.416 INFO:teuthology.orchestra.run.trial076.stdout:Reading package lists... 2026-02-22T20:39:24.435 INFO:teuthology.orchestra.run.trial154.stdout:Building dependency tree... 2026-02-22T20:39:24.436 INFO:teuthology.orchestra.run.trial154.stdout:Reading state information... 2026-02-22T20:39:24.461 INFO:teuthology.orchestra.run.trial045.stdout:The following packages were automatically installed and are no longer required: 2026-02-22T20:39:24.461 INFO:teuthology.orchestra.run.trial045.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-22T20:39:24.461 INFO:teuthology.orchestra.run.trial045.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-22T20:39:24.461 INFO:teuthology.orchestra.run.trial045.stdout: sg3-utils-udev 2026-02-22T20:39:24.461 INFO:teuthology.orchestra.run.trial045.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-22T20:39:24.461 INFO:teuthology.orchestra.run.trial045.stdout:The following additional packages will be installed: 2026-02-22T20:39:24.461 INFO:teuthology.orchestra.run.trial045.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-02-22T20:39:24.462 INFO:teuthology.orchestra.run.trial045.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout: socat xmlstarlet 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout:Suggested packages: 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout: python-sklearn-doc ipython3 python-webob-doc 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout:Recommended packages: 2026-02-22T20:39:24.463 INFO:teuthology.orchestra.run.trial045.stdout: btrfs-tools 2026-02-22T20:39:24.493 INFO:teuthology.orchestra.run.trial045.stdout:The following NEW packages will be installed: 2026-02-22T20:39:24.493 INFO:teuthology.orchestra.run.trial045.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-22T20:39:24.493 INFO:teuthology.orchestra.run.trial045.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-22T20:39:24.493 INFO:teuthology.orchestra.run.trial045.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librados2 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: libradosstriper1 librbd1 librdkafka1 librgw2 libsqlite3-mod-ceph 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: libthrift-0.16.0 nvme-cli python-asyncssh-doc python3-asyncssh 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-02-22T20:39:24.494 INFO:teuthology.orchestra.run.trial045.stdout: socat xmlstarlet 2026-02-22T20:39:24.522 INFO:teuthology.orchestra.run.trial076.stdout:Building dependency tree... 2026-02-22T20:39:24.523 INFO:teuthology.orchestra.run.trial076.stdout:Reading state information... 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout:The following packages were automatically installed and are no longer required: 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout: sg3-utils-udev 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout:The following additional packages will be installed: 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-02-22T20:39:24.524 INFO:teuthology.orchestra.run.trial154.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: socat xmlstarlet 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout:Suggested packages: 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: python-sklearn-doc ipython3 python-webob-doc 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout:Recommended packages: 2026-02-22T20:39:24.525 INFO:teuthology.orchestra.run.trial154.stdout: btrfs-tools 2026-02-22T20:39:24.559 INFO:teuthology.orchestra.run.trial154.stdout:The following NEW packages will be installed: 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librados2 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: libradosstriper1 librbd1 librdkafka1 librgw2 libsqlite3-mod-ceph 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: libthrift-0.16.0 nvme-cli python-asyncssh-doc python3-asyncssh 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-02-22T20:39:24.560 INFO:teuthology.orchestra.run.trial154.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-02-22T20:39:24.561 INFO:teuthology.orchestra.run.trial154.stdout: socat xmlstarlet 2026-02-22T20:39:24.573 INFO:teuthology.orchestra.run.trial045.stdout:0 upgraded, 86 newly installed, 0 to remove and 13 not upgraded. 2026-02-22T20:39:24.573 INFO:teuthology.orchestra.run.trial045.stdout:Need to get 280 MB of archives. 2026-02-22T20:39:24.573 INFO:teuthology.orchestra.run.trial045.stdout:After this operation, 1119 MB of additional disk space will be used. 2026-02-22T20:39:24.573 INFO:teuthology.orchestra.run.trial045.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-794-ga5c3084f-1jammy [3569 kB] 2026-02-22T20:39:24.611 INFO:teuthology.orchestra.run.trial076.stdout:The following packages were automatically installed and are no longer required: 2026-02-22T20:39:24.611 INFO:teuthology.orchestra.run.trial076.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 2026-02-22T20:39:24.611 INFO:teuthology.orchestra.run.trial076.stdout: libgfxdr0 libglusterfs0 libiscsi7 libpmemobj1 libsgutils2-2 sg3-utils 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: sg3-utils-udev 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout:Use 'sudo apt autoremove' to remove them. 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout:The following additional packages will be installed: 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: socat xmlstarlet 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout:Suggested packages: 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: python-sklearn-doc ipython3 python-webob-doc 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout:Recommended packages: 2026-02-22T20:39:24.612 INFO:teuthology.orchestra.run.trial076.stdout: btrfs-tools 2026-02-22T20:39:24.640 INFO:teuthology.orchestra.run.trial154.stdout:0 upgraded, 86 newly installed, 0 to remove and 13 not upgraded. 2026-02-22T20:39:24.640 INFO:teuthology.orchestra.run.trial154.stdout:Need to get 280 MB of archives. 2026-02-22T20:39:24.640 INFO:teuthology.orchestra.run.trial154.stdout:After this operation, 1119 MB of additional disk space will be used. 2026-02-22T20:39:24.640 INFO:teuthology.orchestra.run.trial154.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-794-ga5c3084f-1jammy [3569 kB] 2026-02-22T20:39:24.646 INFO:teuthology.orchestra.run.trial076.stdout:The following NEW packages will be installed: 2026-02-22T20:39:24.646 INFO:teuthology.orchestra.run.trial076.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-02-22T20:39:24.646 INFO:teuthology.orchestra.run.trial076.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librados2 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: libradosstriper1 librbd1 librdkafka1 librgw2 libsqlite3-mod-ceph 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: libthrift-0.16.0 nvme-cli python-asyncssh-doc python3-asyncssh 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-iniconfig 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-02-22T20:39:24.647 INFO:teuthology.orchestra.run.trial076.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-02-22T20:39:24.648 INFO:teuthology.orchestra.run.trial076.stdout: socat xmlstarlet 2026-02-22T20:39:24.677 INFO:teuthology.orchestra.run.trial045.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-794-ga5c3084f-1jammy [2867 kB] 2026-02-22T20:39:24.717 INFO:teuthology.orchestra.run.trial045.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-794-ga5c3084f-1jammy [833 kB] 2026-02-22T20:39:24.730 INFO:teuthology.orchestra.run.trial045.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-794-ga5c3084f-1jammy [364 kB] 2026-02-22T20:39:24.736 INFO:teuthology.orchestra.run.trial045.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-794-ga5c3084f-1jammy [32.8 kB] 2026-02-22T20:39:24.737 INFO:teuthology.orchestra.run.trial045.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-794-ga5c3084f-1jammy [184 kB] 2026-02-22T20:39:24.739 INFO:teuthology.orchestra.run.trial045.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-794-ga5c3084f-1jammy [87.0 kB] 2026-02-22T20:39:24.741 INFO:teuthology.orchestra.run.trial045.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-794-ga5c3084f-1jammy [341 kB] 2026-02-22T20:39:24.747 INFO:teuthology.orchestra.run.trial045.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-794-ga5c3084f-1jammy [8698 kB] 2026-02-22T20:39:24.860 INFO:teuthology.orchestra.run.trial076.stdout:0 upgraded, 86 newly installed, 0 to remove and 13 not upgraded. 2026-02-22T20:39:24.860 INFO:teuthology.orchestra.run.trial076.stdout:Need to get 280 MB of archives. 2026-02-22T20:39:24.860 INFO:teuthology.orchestra.run.trial076.stdout:After this operation, 1119 MB of additional disk space will be used. 2026-02-22T20:39:24.860 INFO:teuthology.orchestra.run.trial076.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-794-ga5c3084f-1jammy [3569 kB] 2026-02-22T20:39:24.898 INFO:teuthology.orchestra.run.trial045.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-794-ga5c3084f-1jammy [112 kB] 2026-02-22T20:39:24.899 INFO:teuthology.orchestra.run.trial045.stdout:Get:11 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-794-ga5c3084f-1jammy [261 kB] 2026-02-22T20:39:24.903 INFO:teuthology.orchestra.run.trial045.stdout:Get:12 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-794-ga5c3084f-1jammy [29.3 MB] 2026-02-22T20:39:24.911 INFO:teuthology.orchestra.run.trial045.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-02-22T20:39:24.912 INFO:teuthology.orchestra.run.trial154.stdout:Get:2 https://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-02-22T20:39:25.080 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-22T20:39:25.251 INFO:teuthology.orchestra.run.trial154.stdout:Get:3 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-02-22T20:39:25.262 INFO:teuthology.orchestra.run.trial154.stdout:Get:4 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-02-22T20:39:25.321 INFO:teuthology.orchestra.run.trial045.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-02-22T20:39:25.332 INFO:teuthology.orchestra.run.trial154.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-22T20:39:25.333 INFO:teuthology.orchestra.run.trial045.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-02-22T20:39:25.418 INFO:teuthology.orchestra.run.trial045.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-22T20:39:25.426 INFO:teuthology.orchestra.run.trial045.stdout:Get:17 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-794-ga5c3084f-1jammy [5416 kB] 2026-02-22T20:39:25.508 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-22T20:39:25.520 INFO:teuthology.orchestra.run.trial045.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-794-ga5c3084f-1jammy [250 kB] 2026-02-22T20:39:25.521 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-22T20:39:25.524 INFO:teuthology.orchestra.run.trial045.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-794-ga5c3084f-1jammy [124 kB] 2026-02-22T20:39:25.526 INFO:teuthology.orchestra.run.trial045.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-794-ga5c3084f-1jammy [910 kB] 2026-02-22T20:39:25.532 INFO:teuthology.orchestra.run.trial154.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-22T20:39:25.543 INFO:teuthology.orchestra.run.trial154.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-22T20:39:25.544 INFO:teuthology.orchestra.run.trial045.stdout:Get:21 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-794-ga5c3084f-1jammy [6401 kB] 2026-02-22T20:39:25.570 INFO:teuthology.orchestra.run.trial154.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-22T20:39:25.578 INFO:teuthology.orchestra.run.trial154.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-02-22T20:39:25.580 INFO:teuthology.orchestra.run.trial154.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-22T20:39:25.580 INFO:teuthology.orchestra.run.trial154.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-22T20:39:25.581 INFO:teuthology.orchestra.run.trial154.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-22T20:39:25.598 INFO:teuthology.orchestra.run.trial154.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-22T20:39:25.599 INFO:teuthology.orchestra.run.trial154.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-22T20:39:25.605 INFO:teuthology.orchestra.run.trial154.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-22T20:39:25.610 INFO:teuthology.orchestra.run.trial076.stdout:Get:5 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-02-22T20:39:25.661 INFO:teuthology.orchestra.run.trial045.stdout:Get:22 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-22T20:39:25.662 INFO:teuthology.orchestra.run.trial045.stdout:Get:23 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-794-ga5c3084f-1jammy [21.7 MB] 2026-02-22T20:39:25.672 INFO:teuthology.orchestra.run.trial154.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-22T20:39:25.672 INFO:teuthology.orchestra.run.trial154.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-22T20:39:25.673 INFO:teuthology.orchestra.run.trial154.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-22T20:39:25.673 INFO:teuthology.orchestra.run.trial154.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-22T20:39:25.673 INFO:teuthology.orchestra.run.trial154.stdout:Get:20 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-22T20:39:25.674 INFO:teuthology.orchestra.run.trial154.stdout:Get:21 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-22T20:39:25.674 INFO:teuthology.orchestra.run.trial154.stdout:Get:22 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-22T20:39:25.674 INFO:teuthology.orchestra.run.trial045.stdout:Get:24 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-22T20:39:25.677 INFO:teuthology.orchestra.run.trial154.stdout:Get:23 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-22T20:39:25.677 INFO:teuthology.orchestra.run.trial154.stdout:Get:24 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-22T20:39:25.707 INFO:teuthology.orchestra.run.trial045.stdout:Get:25 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-22T20:39:25.716 INFO:teuthology.orchestra.run.trial045.stdout:Get:26 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-02-22T20:39:25.718 INFO:teuthology.orchestra.run.trial045.stdout:Get:27 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-22T20:39:25.719 INFO:teuthology.orchestra.run.trial045.stdout:Get:28 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-22T20:39:25.720 INFO:teuthology.orchestra.run.trial045.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-22T20:39:25.741 INFO:teuthology.orchestra.run.trial045.stdout:Get:30 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-22T20:39:25.742 INFO:teuthology.orchestra.run.trial045.stdout:Get:31 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-22T20:39:25.748 INFO:teuthology.orchestra.run.trial154.stdout:Get:25 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-02-22T20:39:25.749 INFO:teuthology.orchestra.run.trial045.stdout:Get:32 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-22T20:39:25.750 INFO:teuthology.orchestra.run.trial154.stdout:Get:26 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-22T20:39:25.751 INFO:teuthology.orchestra.run.trial154.stdout:Get:27 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-22T20:39:25.752 INFO:teuthology.orchestra.run.trial154.stdout:Get:28 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-22T20:39:25.777 INFO:teuthology.orchestra.run.trial154.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-22T20:39:25.779 INFO:teuthology.orchestra.run.trial154.stdout:Get:30 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-22T20:39:25.779 INFO:teuthology.orchestra.run.trial154.stdout:Get:31 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-22T20:39:25.817 INFO:teuthology.orchestra.run.trial154.stdout:Get:32 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-794-ga5c3084f-1jammy [2867 kB] 2026-02-22T20:39:25.830 INFO:teuthology.orchestra.run.trial045.stdout:Get:33 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-22T20:39:25.831 INFO:teuthology.orchestra.run.trial045.stdout:Get:34 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-22T20:39:25.831 INFO:teuthology.orchestra.run.trial045.stdout:Get:35 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-22T20:39:25.831 INFO:teuthology.orchestra.run.trial045.stdout:Get:36 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-22T20:39:25.832 INFO:teuthology.orchestra.run.trial045.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-22T20:39:25.832 INFO:teuthology.orchestra.run.trial045.stdout:Get:38 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-22T20:39:25.832 INFO:teuthology.orchestra.run.trial045.stdout:Get:39 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-22T20:39:25.836 INFO:teuthology.orchestra.run.trial154.stdout:Get:33 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-22T20:39:25.837 INFO:teuthology.orchestra.run.trial154.stdout:Get:34 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-22T20:39:25.837 INFO:teuthology.orchestra.run.trial045.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-22T20:39:25.838 INFO:teuthology.orchestra.run.trial154.stdout:Get:35 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-22T20:39:25.838 INFO:teuthology.orchestra.run.trial045.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-22T20:39:25.864 INFO:teuthology.orchestra.run.trial076.stdout:Get:6 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-02-22T20:39:25.877 INFO:teuthology.orchestra.run.trial076.stdout:Get:7 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-02-22T20:39:25.896 INFO:teuthology.orchestra.run.trial154.stdout:Get:36 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-22T20:39:25.896 INFO:teuthology.orchestra.run.trial154.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-22T20:39:25.896 INFO:teuthology.orchestra.run.trial154.stdout:Get:38 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-22T20:39:25.899 INFO:teuthology.orchestra.run.trial154.stdout:Get:39 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-22T20:39:25.900 INFO:teuthology.orchestra.run.trial154.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-22T20:39:25.901 INFO:teuthology.orchestra.run.trial154.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-22T20:39:25.911 INFO:teuthology.orchestra.run.trial076.stdout:Get:8 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-02-22T20:39:25.921 INFO:teuthology.orchestra.run.trial076.stdout:Get:9 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-02-22T20:39:25.922 INFO:teuthology.orchestra.run.trial045.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-02-22T20:39:25.924 INFO:teuthology.orchestra.run.trial076.stdout:Get:10 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-02-22T20:39:25.924 INFO:teuthology.orchestra.run.trial045.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-22T20:39:25.924 INFO:teuthology.orchestra.run.trial045.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-22T20:39:25.925 INFO:teuthology.orchestra.run.trial076.stdout:Get:11 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-02-22T20:39:25.926 INFO:teuthology.orchestra.run.trial045.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-22T20:39:25.926 INFO:teuthology.orchestra.run.trial076.stdout:Get:12 https://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-02-22T20:39:25.947 INFO:teuthology.orchestra.run.trial076.stdout:Get:13 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-02-22T20:39:25.948 INFO:teuthology.orchestra.run.trial076.stdout:Get:14 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-02-22T20:39:25.955 INFO:teuthology.orchestra.run.trial076.stdout:Get:15 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-02-22T20:39:25.955 INFO:teuthology.orchestra.run.trial045.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-22T20:39:25.958 INFO:teuthology.orchestra.run.trial045.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-22T20:39:25.958 INFO:teuthology.orchestra.run.trial045.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-22T20:39:25.968 INFO:teuthology.orchestra.run.trial154.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-22T20:39:25.971 INFO:teuthology.orchestra.run.trial154.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-22T20:39:25.973 INFO:teuthology.orchestra.run.trial154.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-22T20:39:25.977 INFO:teuthology.orchestra.run.trial154.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-02-22T20:39:26.029 INFO:teuthology.orchestra.run.trial045.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-22T20:39:26.029 INFO:teuthology.orchestra.run.trial045.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-22T20:39:26.029 INFO:teuthology.orchestra.run.trial045.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-22T20:39:26.030 INFO:teuthology.orchestra.run.trial045.stdout:Get:52 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-22T20:39:26.030 INFO:teuthology.orchestra.run.trial045.stdout:Get:53 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-22T20:39:26.030 INFO:teuthology.orchestra.run.trial045.stdout:Get:54 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-22T20:39:26.040 INFO:teuthology.orchestra.run.trial076.stdout:Get:16 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-02-22T20:39:26.040 INFO:teuthology.orchestra.run.trial076.stdout:Get:17 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-02-22T20:39:26.040 INFO:teuthology.orchestra.run.trial154.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-22T20:39:26.040 INFO:teuthology.orchestra.run.trial076.stdout:Get:18 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-02-22T20:39:26.040 INFO:teuthology.orchestra.run.trial154.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-22T20:39:26.040 INFO:teuthology.orchestra.run.trial076.stdout:Get:19 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-02-22T20:39:26.040 INFO:teuthology.orchestra.run.trial154.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-22T20:39:26.041 INFO:teuthology.orchestra.run.trial076.stdout:Get:20 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-02-22T20:39:26.041 INFO:teuthology.orchestra.run.trial076.stdout:Get:21 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-02-22T20:39:26.041 INFO:teuthology.orchestra.run.trial076.stdout:Get:22 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-02-22T20:39:26.042 INFO:teuthology.orchestra.run.trial154.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-22T20:39:26.043 INFO:teuthology.orchestra.run.trial154.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-22T20:39:26.047 INFO:teuthology.orchestra.run.trial076.stdout:Get:23 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-02-22T20:39:26.047 INFO:teuthology.orchestra.run.trial076.stdout:Get:24 https://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-02-22T20:39:26.048 INFO:teuthology.orchestra.run.trial154.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-22T20:39:26.071 INFO:teuthology.orchestra.run.trial045.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-794-ga5c3084f-1jammy [14.1 kB] 2026-02-22T20:39:26.071 INFO:teuthology.orchestra.run.trial045.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-794-ga5c3084f-1jammy [957 kB] 2026-02-22T20:39:26.087 INFO:teuthology.orchestra.run.trial045.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-794-ga5c3084f-1jammy [2344 kB] 2026-02-22T20:39:26.103 INFO:teuthology.orchestra.run.trial045.stdout:Get:58 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-22T20:39:26.104 INFO:teuthology.orchestra.run.trial045.stdout:Get:59 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-22T20:39:26.106 INFO:teuthology.orchestra.run.trial045.stdout:Get:60 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-22T20:39:26.112 INFO:teuthology.orchestra.run.trial154.stdout:Get:52 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-22T20:39:26.114 INFO:teuthology.orchestra.run.trial154.stdout:Get:53 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-22T20:39:26.114 INFO:teuthology.orchestra.run.trial154.stdout:Get:54 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-22T20:39:26.115 INFO:teuthology.orchestra.run.trial154.stdout:Get:55 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-22T20:39:26.131 INFO:teuthology.orchestra.run.trial045.stdout:Get:61 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-794-ga5c3084f-1jammy [1057 kB] 2026-02-22T20:39:26.135 INFO:teuthology.orchestra.run.trial076.stdout:Get:25 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-02-22T20:39:26.138 INFO:teuthology.orchestra.run.trial076.stdout:Get:26 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-02-22T20:39:26.138 INFO:teuthology.orchestra.run.trial076.stdout:Get:27 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-02-22T20:39:26.140 INFO:teuthology.orchestra.run.trial076.stdout:Get:28 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-02-22T20:39:26.152 INFO:teuthology.orchestra.run.trial045.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-794-ga5c3084f-1jammy [185 kB] 2026-02-22T20:39:26.155 INFO:teuthology.orchestra.run.trial045.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-794-ga5c3084f-1jammy [45.5 MB] 2026-02-22T20:39:26.171 INFO:teuthology.orchestra.run.trial076.stdout:Get:29 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-02-22T20:39:26.174 INFO:teuthology.orchestra.run.trial076.stdout:Get:30 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-02-22T20:39:26.174 INFO:teuthology.orchestra.run.trial076.stdout:Get:31 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-02-22T20:39:26.191 INFO:teuthology.orchestra.run.trial045.stdout:Get:64 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-22T20:39:26.194 INFO:teuthology.orchestra.run.trial045.stdout:Get:65 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-22T20:39:26.197 INFO:teuthology.orchestra.run.trial045.stdout:Get:66 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-22T20:39:26.201 INFO:teuthology.orchestra.run.trial045.stdout:Get:67 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-02-22T20:39:26.204 INFO:teuthology.orchestra.run.trial045.stdout:Get:68 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-22T20:39:26.205 INFO:teuthology.orchestra.run.trial045.stdout:Get:69 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-22T20:39:26.205 INFO:teuthology.orchestra.run.trial045.stdout:Get:70 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-22T20:39:26.248 INFO:teuthology.orchestra.run.trial076.stdout:Get:32 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-02-22T20:39:26.248 INFO:teuthology.orchestra.run.trial076.stdout:Get:33 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-02-22T20:39:26.248 INFO:teuthology.orchestra.run.trial076.stdout:Get:34 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-02-22T20:39:26.248 INFO:teuthology.orchestra.run.trial076.stdout:Get:35 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-02-22T20:39:26.249 INFO:teuthology.orchestra.run.trial076.stdout:Get:36 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-02-22T20:39:26.249 INFO:teuthology.orchestra.run.trial076.stdout:Get:37 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-02-22T20:39:26.278 INFO:teuthology.orchestra.run.trial045.stdout:Get:71 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-22T20:39:26.279 INFO:teuthology.orchestra.run.trial045.stdout:Get:72 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-22T20:39:26.283 INFO:teuthology.orchestra.run.trial154.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-794-ga5c3084f-1jammy [833 kB] 2026-02-22T20:39:26.287 INFO:teuthology.orchestra.run.trial045.stdout:Get:73 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-22T20:39:26.308 INFO:teuthology.orchestra.run.trial076.stdout:Get:38 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-794-ga5c3084f-1jammy [2867 kB] 2026-02-22T20:39:26.324 INFO:teuthology.orchestra.run.trial076.stdout:Get:39 https://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-02-22T20:39:26.325 INFO:teuthology.orchestra.run.trial076.stdout:Get:40 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-02-22T20:39:26.327 INFO:teuthology.orchestra.run.trial076.stdout:Get:41 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-02-22T20:39:26.366 INFO:teuthology.orchestra.run.trial045.stdout:Get:74 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-22T20:39:26.368 INFO:teuthology.orchestra.run.trial045.stdout:Get:75 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-22T20:39:26.369 INFO:teuthology.orchestra.run.trial045.stdout:Get:76 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-22T20:39:26.369 INFO:teuthology.orchestra.run.trial045.stdout:Get:77 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-22T20:39:26.403 INFO:teuthology.orchestra.run.trial154.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-794-ga5c3084f-1jammy [364 kB] 2026-02-22T20:39:26.415 INFO:teuthology.orchestra.run.trial076.stdout:Get:42 https://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-02-22T20:39:26.419 INFO:teuthology.orchestra.run.trial076.stdout:Get:43 https://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-02-22T20:39:26.421 INFO:teuthology.orchestra.run.trial076.stdout:Get:44 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-02-22T20:39:26.426 INFO:teuthology.orchestra.run.trial076.stdout:Get:45 https://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-02-22T20:39:26.429 INFO:teuthology.orchestra.run.trial076.stdout:Get:46 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-02-22T20:39:26.430 INFO:teuthology.orchestra.run.trial076.stdout:Get:47 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-02-22T20:39:26.430 INFO:teuthology.orchestra.run.trial076.stdout:Get:48 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-02-22T20:39:26.462 INFO:teuthology.orchestra.run.trial154.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-794-ga5c3084f-1jammy [32.8 kB] 2026-02-22T20:39:26.463 INFO:teuthology.orchestra.run.trial154.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-794-ga5c3084f-1jammy [184 kB] 2026-02-22T20:39:26.507 INFO:teuthology.orchestra.run.trial076.stdout:Get:49 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-02-22T20:39:26.508 INFO:teuthology.orchestra.run.trial076.stdout:Get:50 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-02-22T20:39:26.515 INFO:teuthology.orchestra.run.trial076.stdout:Get:51 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-02-22T20:39:26.520 INFO:teuthology.orchestra.run.trial154.stdout:Get:60 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-794-ga5c3084f-1jammy [87.0 kB] 2026-02-22T20:39:26.522 INFO:teuthology.orchestra.run.trial154.stdout:Get:61 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-794-ga5c3084f-1jammy [341 kB] 2026-02-22T20:39:26.571 INFO:teuthology.orchestra.run.trial154.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-794-ga5c3084f-1jammy [8698 kB] 2026-02-22T20:39:26.599 INFO:teuthology.orchestra.run.trial076.stdout:Get:52 https://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-02-22T20:39:26.601 INFO:teuthology.orchestra.run.trial076.stdout:Get:53 https://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-02-22T20:39:26.602 INFO:teuthology.orchestra.run.trial076.stdout:Get:54 https://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-02-22T20:39:26.603 INFO:teuthology.orchestra.run.trial076.stdout:Get:55 https://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-02-22T20:39:26.873 INFO:teuthology.orchestra.run.trial076.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-794-ga5c3084f-1jammy [833 kB] 2026-02-22T20:39:27.008 INFO:teuthology.orchestra.run.trial076.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-794-ga5c3084f-1jammy [364 kB] 2026-02-22T20:39:27.073 INFO:teuthology.orchestra.run.trial076.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-794-ga5c3084f-1jammy [32.8 kB] 2026-02-22T20:39:27.074 INFO:teuthology.orchestra.run.trial076.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-794-ga5c3084f-1jammy [184 kB] 2026-02-22T20:39:27.077 INFO:teuthology.orchestra.run.trial076.stdout:Get:60 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-794-ga5c3084f-1jammy [87.0 kB] 2026-02-22T20:39:27.078 INFO:teuthology.orchestra.run.trial076.stdout:Get:61 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-794-ga5c3084f-1jammy [341 kB] 2026-02-22T20:39:27.125 INFO:teuthology.orchestra.run.trial045.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-794-ga5c3084f-1jammy [8626 kB] 2026-02-22T20:39:27.145 INFO:teuthology.orchestra.run.trial076.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-794-ga5c3084f-1jammy [8698 kB] 2026-02-22T20:39:27.336 INFO:teuthology.orchestra.run.trial154.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-794-ga5c3084f-1jammy [112 kB] 2026-02-22T20:39:27.337 INFO:teuthology.orchestra.run.trial154.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-794-ga5c3084f-1jammy [261 kB] 2026-02-22T20:39:27.349 INFO:teuthology.orchestra.run.trial045.stdout:Get:79 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-794-ga5c3084f-1jammy [14.2 kB] 2026-02-22T20:39:27.349 INFO:teuthology.orchestra.run.trial045.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-794-ga5c3084f-1jammy [99.5 MB] 2026-02-22T20:39:27.389 INFO:teuthology.orchestra.run.trial154.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-794-ga5c3084f-1jammy [29.3 MB] 2026-02-22T20:39:28.084 INFO:teuthology.orchestra.run.trial076.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-794-ga5c3084f-1jammy [112 kB] 2026-02-22T20:39:28.084 INFO:teuthology.orchestra.run.trial076.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-794-ga5c3084f-1jammy [261 kB] 2026-02-22T20:39:28.088 INFO:teuthology.orchestra.run.trial076.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-794-ga5c3084f-1jammy [29.3 MB] 2026-02-22T20:39:29.583 INFO:teuthology.orchestra.run.trial154.stdout:Get:66 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-794-ga5c3084f-1jammy [5416 kB] 2026-02-22T20:39:29.920 INFO:teuthology.orchestra.run.trial045.stdout:Get:81 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-794-ga5c3084f-1jammy [136 kB] 2026-02-22T20:39:29.921 INFO:teuthology.orchestra.run.trial045.stdout:Get:82 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-794-ga5c3084f-1jammy [43.3 kB] 2026-02-22T20:39:29.921 INFO:teuthology.orchestra.run.trial045.stdout:Get:83 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-794-ga5c3084f-1jammy [30.7 kB] 2026-02-22T20:39:29.921 INFO:teuthology.orchestra.run.trial045.stdout:Get:84 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-794-ga5c3084f-1jammy [41.5 kB] 2026-02-22T20:39:29.921 INFO:teuthology.orchestra.run.trial045.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-794-ga5c3084f-1jammy [25.1 MB] 2026-02-22T20:39:30.019 INFO:teuthology.orchestra.run.trial154.stdout:Get:67 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-794-ga5c3084f-1jammy [250 kB] 2026-02-22T20:39:30.036 INFO:teuthology.orchestra.run.trial154.stdout:Get:68 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-794-ga5c3084f-1jammy [124 kB] 2026-02-22T20:39:30.079 INFO:teuthology.orchestra.run.trial154.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-794-ga5c3084f-1jammy [910 kB] 2026-02-22T20:39:30.150 INFO:teuthology.orchestra.run.trial154.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-794-ga5c3084f-1jammy [6401 kB] 2026-02-22T20:39:30.475 INFO:teuthology.orchestra.run.trial045.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-794-ga5c3084f-1jammy [97.5 kB] 2026-02-22T20:39:30.554 INFO:teuthology.orchestra.run.trial154.stdout:Get:71 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-794-ga5c3084f-1jammy [21.7 MB] 2026-02-22T20:39:30.754 INFO:teuthology.orchestra.run.trial045.stdout:Fetched 280 MB in 6s (46.8 MB/s) 2026-02-22T20:39:30.770 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-22T20:39:30.916 INFO:teuthology.orchestra.run.trial076.stdout:Get:66 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-794-ga5c3084f-1jammy [5416 kB] 2026-02-22T20:39:30.925 INFO:teuthology.orchestra.run.trial045.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-22T20:39:30.927 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-22T20:39:30.929 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-22T20:39:30.949 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-22T20:39:30.962 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-22T20:39:30.962 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-22T20:39:30.979 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-22T20:39:30.991 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-22T20:39:30.991 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-22T20:39:31.010 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-22T20:39:31.019 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:31.023 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:31.055 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-22T20:39:31.063 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:31.064 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:31.081 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-22T20:39:31.089 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:31.089 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:31.109 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-22T20:39:31.117 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-22T20:39:31.117 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-22T20:39:31.133 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package librados2. 2026-02-22T20:39:31.134 INFO:teuthology.orchestra.run.trial076.stdout:Get:67 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-794-ga5c3084f-1jammy [250 kB] 2026-02-22T20:39:31.141 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../07-librados2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.141 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking librados2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.146 INFO:teuthology.orchestra.run.trial076.stdout:Get:68 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-794-ga5c3084f-1jammy [124 kB] 2026-02-22T20:39:31.149 INFO:teuthology.orchestra.run.trial076.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-794-ga5c3084f-1jammy [910 kB] 2026-02-22T20:39:31.149 INFO:teuthology.orchestra.run.trial154.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-794-ga5c3084f-1jammy [14.1 kB] 2026-02-22T20:39:31.149 INFO:teuthology.orchestra.run.trial154.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-794-ga5c3084f-1jammy [957 kB] 2026-02-22T20:39:31.173 INFO:teuthology.orchestra.run.trial154.stdout:Get:74 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-794-ga5c3084f-1jammy [2344 kB] 2026-02-22T20:39:31.183 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libnbd0. 2026-02-22T20:39:31.188 INFO:teuthology.orchestra.run.trial076.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-794-ga5c3084f-1jammy [6401 kB] 2026-02-22T20:39:31.191 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../08-libnbd0_1.10.5-1_amd64.deb ... 2026-02-22T20:39:31.192 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-02-22T20:39:31.206 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package librbd1. 2026-02-22T20:39:31.214 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../09-librbd1_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.214 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking librbd1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.238 INFO:teuthology.orchestra.run.trial154.stdout:Get:75 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-794-ga5c3084f-1jammy [1057 kB] 2026-02-22T20:39:31.251 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libcephfs2. 2026-02-22T20:39:31.260 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.261 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libcephfs2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.265 INFO:teuthology.orchestra.run.trial154.stdout:Get:76 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-794-ga5c3084f-1jammy [185 kB] 2026-02-22T20:39:31.271 INFO:teuthology.orchestra.run.trial154.stdout:Get:77 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-794-ga5c3084f-1jammy [45.5 MB] 2026-02-22T20:39:31.280 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-rados. 2026-02-22T20:39:31.289 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../11-python3-rados_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.289 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-rados (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.306 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-22T20:39:31.314 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:31.314 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-ceph-argparse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.329 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-cephfs. 2026-02-22T20:39:31.337 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.337 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-cephfs (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.353 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-22T20:39:31.361 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:31.361 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.379 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-22T20:39:31.387 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-22T20:39:31.388 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-22T20:39:31.403 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-prettytable. 2026-02-22T20:39:31.411 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-02-22T20:39:31.411 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-22T20:39:31.425 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-rbd. 2026-02-22T20:39:31.433 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.433 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-rbd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.449 INFO:teuthology.orchestra.run.trial076.stdout:Get:71 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-794-ga5c3084f-1jammy [21.7 MB] 2026-02-22T20:39:31.451 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-22T20:39:31.459 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-22T20:39:31.459 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-22T20:39:31.477 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package librgw2. 2026-02-22T20:39:31.485 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../19-librgw2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.486 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking librgw2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.580 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-rgw. 2026-02-22T20:39:31.588 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.589 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-rgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.604 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-22T20:39:31.612 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-22T20:39:31.613 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-22T20:39:31.627 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libradosstriper1. 2026-02-22T20:39:31.635 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.635 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libradosstriper1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.652 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-common. 2026-02-22T20:39:31.660 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../23-ceph-common_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.660 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.906 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-base. 2026-02-22T20:39:31.914 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../24-ceph-base_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:31.918 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-base (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:31.985 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-22T20:39:31.994 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-22T20:39:31.994 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-22T20:39:32.008 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-cheroot. 2026-02-22T20:39:32.017 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-22T20:39:32.017 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-22T20:39:32.034 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-22T20:39:32.042 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-22T20:39:32.042 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-22T20:39:32.057 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-22T20:39:32.065 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-22T20:39:32.065 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-22T20:39:32.080 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-22T20:39:32.088 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-22T20:39:32.088 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-22T20:39:32.103 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-tempora. 2026-02-22T20:39:32.111 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-02-22T20:39:32.111 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-22T20:39:32.126 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-portend. 2026-02-22T20:39:32.135 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-02-22T20:39:32.135 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-22T20:39:32.149 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-22T20:39:32.157 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-22T20:39:32.157 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-22T20:39:32.172 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-22T20:39:32.180 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-22T20:39:32.181 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-22T20:39:32.205 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-natsort. 2026-02-22T20:39:32.213 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-02-22T20:39:32.213 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-22T20:39:32.229 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-22T20:39:32.237 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:32.237 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mgr-modules-core (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.266 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-22T20:39:32.274 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.274 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.288 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mgr. 2026-02-22T20:39:32.296 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.297 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mgr (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.318 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mon. 2026-02-22T20:39:32.326 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.326 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.343 INFO:teuthology.orchestra.run.trial076.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-794-ga5c3084f-1jammy [14.1 kB] 2026-02-22T20:39:32.343 INFO:teuthology.orchestra.run.trial076.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-794-ga5c3084f-1jammy [957 kB] 2026-02-22T20:39:32.381 INFO:teuthology.orchestra.run.trial076.stdout:Get:74 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-794-ga5c3084f-1jammy [2344 kB] 2026-02-22T20:39:32.384 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-22T20:39:32.393 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-22T20:39:32.393 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-22T20:39:32.410 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-osd. 2026-02-22T20:39:32.418 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.418 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-osd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.479 INFO:teuthology.orchestra.run.trial076.stdout:Get:75 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-794-ga5c3084f-1jammy [1057 kB] 2026-02-22T20:39:32.520 INFO:teuthology.orchestra.run.trial154.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-794-ga5c3084f-1jammy [8626 kB] 2026-02-22T20:39:32.523 INFO:teuthology.orchestra.run.trial076.stdout:Get:76 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-794-ga5c3084f-1jammy [185 kB] 2026-02-22T20:39:32.532 INFO:teuthology.orchestra.run.trial076.stdout:Get:77 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-794-ga5c3084f-1jammy [45.5 MB] 2026-02-22T20:39:32.563 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph. 2026-02-22T20:39:32.572 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../41-ceph_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.572 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.586 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-fuse. 2026-02-22T20:39:32.594 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.594 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.616 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mds. 2026-02-22T20:39:32.625 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.625 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mds (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.658 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package cephadm. 2026-02-22T20:39:32.666 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../44-cephadm_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:32.666 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.681 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-asyncssh. 2026-02-22T20:39:32.690 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-02-22T20:39:32.690 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:32.711 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-22T20:39:32.719 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:32.720 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mgr-cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:32.741 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-22T20:39:32.747 INFO:teuthology.orchestra.run.trial154.stdout:Get:79 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-794-ga5c3084f-1jammy [14.2 kB] 2026-02-22T20:39:32.747 INFO:teuthology.orchestra.run.trial154.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-794-ga5c3084f-1jammy [99.5 MB] 2026-02-22T20:39:32.748 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-02-22T20:39:32.749 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-22T20:39:32.764 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-routes. 2026-02-22T20:39:32.772 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-22T20:39:32.772 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-22T20:39:32.792 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-22T20:39:32.800 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:32.800 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mgr-dashboard (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:33.222 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-22T20:39:33.232 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-22T20:39:33.232 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-22T20:39:33.270 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-joblib. 2026-02-22T20:39:33.279 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-22T20:39:33.279 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-22T20:39:33.306 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-22T20:39:33.314 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-22T20:39:33.315 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-22T20:39:33.331 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-sklearn. 2026-02-22T20:39:33.339 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-22T20:39:33.339 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-22T20:39:33.422 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-22T20:39:33.431 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:33.431 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:33.593 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-cachetools. 2026-02-22T20:39:33.601 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-02-22T20:39:33.602 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-22T20:39:33.616 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-rsa. 2026-02-22T20:39:33.625 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-02-22T20:39:33.625 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-22T20:39:33.643 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-google-auth. 2026-02-22T20:39:33.652 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-02-22T20:39:33.652 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-22T20:39:33.669 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-22T20:39:33.678 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-22T20:39:33.678 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-22T20:39:33.694 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-websocket. 2026-02-22T20:39:33.702 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-02-22T20:39:33.702 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-22T20:39:33.720 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-22T20:39:33.729 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-22T20:39:33.729 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-22T20:39:33.823 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-22T20:39:33.832 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:33.832 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:33.846 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-22T20:39:33.854 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-22T20:39:33.854 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-22T20:39:33.871 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-22T20:39:33.880 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-22T20:39:33.880 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:33.895 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package jq. 2026-02-22T20:39:33.903 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-22T20:39:33.903 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:33.919 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package socat. 2026-02-22T20:39:33.927 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-22T20:39:33.928 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-22T20:39:33.949 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package xmlstarlet. 2026-02-22T20:39:33.957 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-22T20:39:33.958 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-22T20:39:33.993 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-test. 2026-02-22T20:39:34.001 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../67-ceph-test_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:34.002 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-test (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:34.422 INFO:teuthology.orchestra.run.trial076.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-794-ga5c3084f-1jammy [8626 kB] 2026-02-22T20:39:34.764 INFO:teuthology.orchestra.run.trial076.stdout:Get:79 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-794-ga5c3084f-1jammy [14.2 kB] 2026-02-22T20:39:34.764 INFO:teuthology.orchestra.run.trial076.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-794-ga5c3084f-1jammy [99.5 MB] 2026-02-22T20:39:34.914 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package ceph-volume. 2026-02-22T20:39:34.922 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:34.923 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking ceph-volume (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:34.947 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libcephfs-daemon. 2026-02-22T20:39:34.955 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:34.955 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libcephfs-daemon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:34.971 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-02-22T20:39:34.979 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:34.979 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libcephfs-proxy2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:34.994 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-22T20:39:35.003 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:35.003 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking libcephfs-dev (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:35.019 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package nvme-cli. 2026-02-22T20:39:35.027 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-22T20:39:35.028 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-22T20:39:35.058 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-02-22T20:39:35.066 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-02-22T20:39:35.067 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:35.098 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-22T20:39:35.107 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-22T20:39:35.107 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-22T20:39:35.122 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-pluggy. 2026-02-22T20:39:35.131 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-22T20:39:35.131 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-22T20:39:35.147 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-psutil. 2026-02-22T20:39:35.156 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-22T20:39:35.156 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-22T20:39:35.174 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-py. 2026-02-22T20:39:35.182 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-02-22T20:39:35.182 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-22T20:39:35.203 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-pygments. 2026-02-22T20:39:35.211 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-22T20:39:35.211 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-22T20:39:35.254 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-toml. 2026-02-22T20:39:35.262 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-02-22T20:39:35.263 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-22T20:39:35.277 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-pytest. 2026-02-22T20:39:35.285 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-22T20:39:35.286 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-22T20:39:35.308 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-simplejson. 2026-02-22T20:39:35.316 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-22T20:39:35.316 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-22T20:39:35.334 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package python3-webob. 2026-02-22T20:39:35.343 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-22T20:39:35.343 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-22T20:39:35.366 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-22T20:39:35.375 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-22T20:39:35.376 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-22T20:39:35.441 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package radosgw. 2026-02-22T20:39:35.450 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../84-radosgw_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:35.450 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking radosgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:35.506 INFO:teuthology.orchestra.run.trial154.stdout:Get:81 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-794-ga5c3084f-1jammy [136 kB] 2026-02-22T20:39:35.506 INFO:teuthology.orchestra.run.trial154.stdout:Get:82 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-794-ga5c3084f-1jammy [43.3 kB] 2026-02-22T20:39:35.507 INFO:teuthology.orchestra.run.trial154.stdout:Get:83 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-794-ga5c3084f-1jammy [30.7 kB] 2026-02-22T20:39:35.507 INFO:teuthology.orchestra.run.trial154.stdout:Get:84 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-794-ga5c3084f-1jammy [41.5 kB] 2026-02-22T20:39:35.508 INFO:teuthology.orchestra.run.trial154.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-794-ga5c3084f-1jammy [25.1 MB] 2026-02-22T20:39:35.656 INFO:teuthology.orchestra.run.trial045.stdout:Selecting previously unselected package rbd-fuse. 2026-02-22T20:39:35.665 INFO:teuthology.orchestra.run.trial045.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:35.665 INFO:teuthology.orchestra.run.trial045.stdout:Unpacking rbd-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:35.693 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-22T20:39:35.759 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-22T20:39:35.760 INFO:teuthology.orchestra.run.trial045.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-22T20:39:35.832 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T20:39:36.111 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-02-22T20:39:36.189 INFO:teuthology.orchestra.run.trial154.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-794-ga5c3084f-1jammy [97.5 kB] 2026-02-22T20:39:36.471 INFO:teuthology.orchestra.run.trial154.stdout:Fetched 280 MB in 12s (24.1 MB/s) 2026-02-22T20:39:36.490 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-22T20:39:36.504 INFO:teuthology.orchestra.run.trial045.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-22T20:39:36.515 INFO:teuthology.orchestra.run.trial045.stdout:Setting up cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:36.559 INFO:teuthology.orchestra.run.trial045.stdout:Adding system user cephadm....done 2026-02-22T20:39:36.570 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-22T20:39:36.643 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:36.644 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-22T20:39:36.647 INFO:teuthology.orchestra.run.trial154.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-22T20:39:36.649 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-22T20:39:36.651 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-22T20:39:36.673 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-22T20:39:36.686 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-22T20:39:36.687 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-22T20:39:36.704 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-22T20:39:36.716 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-22T20:39:36.716 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-22T20:39:36.717 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-22T20:39:36.737 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-22T20:39:36.750 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:36.755 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:36.788 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-22T20:39:36.791 INFO:teuthology.orchestra.run.trial045.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-22T20:39:36.792 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-22T20:39:36.799 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:36.800 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:36.817 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-22T20:39:36.825 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:36.826 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:36.846 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-22T20:39:36.854 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-22T20:39:36.855 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-22T20:39:36.872 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package librados2. 2026-02-22T20:39:36.880 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../07-librados2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:36.880 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking librados2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:36.891 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-22T20:39:36.923 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libnbd0. 2026-02-22T20:39:36.931 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../08-libnbd0_1.10.5-1_amd64.deb ... 2026-02-22T20:39:36.932 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-02-22T20:39:36.946 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package librbd1. 2026-02-22T20:39:36.955 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../09-librbd1_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:36.955 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking librbd1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:36.993 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libcephfs2. 2026-02-22T20:39:37.002 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.002 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libcephfs2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.018 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-22T20:39:37.022 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-rados. 2026-02-22T20:39:37.030 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../11-python3-rados_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.031 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-rados (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.048 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-22T20:39:37.057 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:37.057 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-ceph-argparse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.072 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-cephfs. 2026-02-22T20:39:37.080 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.080 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-cephfs (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.095 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-22T20:39:37.096 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-22T20:39:37.105 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:37.105 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.124 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-22T20:39:37.132 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-22T20:39:37.133 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-22T20:39:37.149 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-prettytable. 2026-02-22T20:39:37.157 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-02-22T20:39:37.158 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-22T20:39:37.170 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-ceph-argparse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.172 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-rbd. 2026-02-22T20:39:37.180 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.181 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-rbd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.198 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-22T20:39:37.207 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-22T20:39:37.207 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-22T20:39:37.225 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package librgw2. 2026-02-22T20:39:37.234 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../19-librgw2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.234 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking librgw2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.237 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-22T20:39:37.239 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-02-22T20:39:37.240 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-22T20:39:37.240 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-22T20:39:37.241 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-22T20:39:37.263 INFO:teuthology.orchestra.run.trial076.stdout:Get:81 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-794-ga5c3084f-1jammy [136 kB] 2026-02-22T20:39:37.263 INFO:teuthology.orchestra.run.trial076.stdout:Get:82 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-794-ga5c3084f-1jammy [43.3 kB] 2026-02-22T20:39:37.264 INFO:teuthology.orchestra.run.trial076.stdout:Get:83 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-794-ga5c3084f-1jammy [30.7 kB] 2026-02-22T20:39:37.264 INFO:teuthology.orchestra.run.trial076.stdout:Get:84 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-794-ga5c3084f-1jammy [41.5 kB] 2026-02-22T20:39:37.264 INFO:teuthology.orchestra.run.trial076.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-794-ga5c3084f-1jammy [25.1 MB] 2026-02-22T20:39:37.333 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-rgw. 2026-02-22T20:39:37.341 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.341 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-rgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.356 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-22T20:39:37.361 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-22T20:39:37.364 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-22T20:39:37.365 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-22T20:39:37.381 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libradosstriper1. 2026-02-22T20:39:37.390 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.390 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libradosstriper1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.406 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-common. 2026-02-22T20:39:37.414 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../23-ceph-common_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.415 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.438 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libcephfs-proxy2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.438 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-22T20:39:37.518 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-22T20:39:37.608 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-22T20:39:37.672 INFO:teuthology.orchestra.run.trial076.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-794-ga5c3084f-1jammy [97.5 kB] 2026-02-22T20:39:37.693 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-base. 2026-02-22T20:39:37.702 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../24-ceph-base_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:37.707 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-base (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:37.771 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-22T20:39:37.780 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-22T20:39:37.781 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-22T20:39:37.795 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-cheroot. 2026-02-22T20:39:37.804 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-22T20:39:37.805 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-22T20:39:37.823 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-22T20:39:37.831 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-22T20:39:37.831 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-22T20:39:37.846 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-22T20:39:37.855 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-22T20:39:37.855 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-22T20:39:37.860 INFO:teuthology.orchestra.run.trial045.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-22T20:39:37.860 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-22T20:39:37.869 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-22T20:39:37.877 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-22T20:39:37.878 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-22T20:39:37.893 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-tempora. 2026-02-22T20:39:37.902 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-02-22T20:39:37.902 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-22T20:39:37.916 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-portend. 2026-02-22T20:39:37.925 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-02-22T20:39:37.925 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-22T20:39:37.941 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-22T20:39:37.949 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-22T20:39:37.949 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-22T20:39:37.954 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:37.957 INFO:teuthology.orchestra.run.trial076.stdout:Fetched 280 MB in 13s (21.5 MB/s) 2026-02-22T20:39:37.965 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-22T20:39:37.973 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-02-22T20:39:37.973 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-22T20:39:37.973 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-22T20:39:37.997 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-natsort. 2026-02-22T20:39:38.005 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-02-22T20:39:38.006 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-22T20:39:38.024 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-22T20:39:38.032 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:38.032 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mgr-modules-core (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.061 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-22T20:39:38.070 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.070 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.079 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-22T20:39:38.085 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mgr. 2026-02-22T20:39:38.094 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.094 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mgr (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.115 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mon. 2026-02-22T20:39:38.124 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.124 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.130 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-22T20:39:38.132 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-02-22T20:39:38.134 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-22T20:39:38.156 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-02-22T20:39:38.161 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-22T20:39:38.168 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-02-22T20:39:38.169 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-22T20:39:38.180 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-22T20:39:38.186 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-02-22T20:39:38.189 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-22T20:39:38.189 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-22T20:39:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-02-22T20:39:38.198 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-22T20:39:38.206 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-osd. 2026-02-22T20:39:38.214 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.215 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-osd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.218 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-02-22T20:39:38.227 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:38.231 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:38.233 INFO:teuthology.orchestra.run.trial045.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-22T20:39:38.234 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.263 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-02-22T20:39:38.271 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:38.271 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:38.287 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-02-22T20:39:38.295 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-02-22T20:39:38.295 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:38.315 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-02-22T20:39:38.323 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-02-22T20:39:38.324 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-22T20:39:38.326 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-22T20:39:38.339 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librados2. 2026-02-22T20:39:38.347 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../07-librados2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.347 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librados2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.367 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph. 2026-02-22T20:39:38.375 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../41-ceph_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.376 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.388 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libnbd0. 2026-02-22T20:39:38.391 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-fuse. 2026-02-22T20:39:38.396 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../08-libnbd0_1.10.5-1_amd64.deb ... 2026-02-22T20:39:38.397 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-02-22T20:39:38.399 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.400 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.412 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librbd1. 2026-02-22T20:39:38.420 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../09-librbd1_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.420 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librbd1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.422 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mds. 2026-02-22T20:39:38.430 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.430 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mds (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.458 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs2. 2026-02-22T20:39:38.463 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package cephadm. 2026-02-22T20:39:38.466 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.467 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.472 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../44-cephadm_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.472 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.486 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rados. 2026-02-22T20:39:38.489 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-asyncssh. 2026-02-22T20:39:38.494 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../11-python3-rados_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.495 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rados (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.497 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-02-22T20:39:38.497 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:38.512 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-02-22T20:39:38.518 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-22T20:39:38.520 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:38.520 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-ceph-argparse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.527 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:38.528 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mgr-cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.535 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cephfs. 2026-02-22T20:39:38.543 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.544 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cephfs (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.548 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-22T20:39:38.557 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-02-22T20:39:38.557 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-22T20:39:38.559 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-ceph-common. 2026-02-22T20:39:38.567 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:38.568 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.572 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-routes. 2026-02-22T20:39:38.581 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-22T20:39:38.581 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-22T20:39:38.585 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-wcwidth. 2026-02-22T20:39:38.593 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-02-22T20:39:38.594 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-22T20:39:38.601 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-22T20:39:38.610 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:38.610 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-prettytable. 2026-02-22T20:39:38.611 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mgr-dashboard (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.618 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-02-22T20:39:38.618 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-02-22T20:39:38.632 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rbd. 2026-02-22T20:39:38.641 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.641 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rbd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.658 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-02-22T20:39:38.666 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-02-22T20:39:38.667 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-22T20:39:38.685 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package librgw2. 2026-02-22T20:39:38.694 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../19-librgw2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.694 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking librgw2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.789 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rgw. 2026-02-22T20:39:38.797 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.798 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.813 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package liboath0:amd64. 2026-02-22T20:39:38.821 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-02-22T20:39:38.821 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-22T20:39:38.829 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:38.834 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-22T20:39:38.836 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libradosstriper1. 2026-02-22T20:39:38.844 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.844 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libradosstriper1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.861 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-common. 2026-02-22T20:39:38.869 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../23-ceph-common_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:38.870 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:38.909 INFO:teuthology.orchestra.run.trial045.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-22T20:39:38.910 INFO:teuthology.orchestra.run.trial045.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-22T20:39:38.911 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-22T20:39:38.987 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-22T20:39:39.041 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-22T20:39:39.050 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-22T20:39:39.051 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-22T20:39:39.062 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:39.063 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-22T20:39:39.088 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-joblib. 2026-02-22T20:39:39.098 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-22T20:39:39.098 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-22T20:39:39.120 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-base. 2026-02-22T20:39:39.126 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-22T20:39:39.128 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../24-ceph-base_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.133 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-base (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.134 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-22T20:39:39.135 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-22T20:39:39.141 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-22T20:39:39.149 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-sklearn. 2026-02-22T20:39:39.158 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-22T20:39:39.158 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-22T20:39:39.196 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-02-22T20:39:39.204 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-02-22T20:39:39.204 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-02-22T20:39:39.218 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-22T20:39:39.218 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cheroot. 2026-02-22T20:39:39.226 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-02-22T20:39:39.227 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-22T20:39:39.243 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-22T20:39:39.243 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-02-22T20:39:39.252 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-02-22T20:39:39.252 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-02-22T20:39:39.252 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:39.252 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.267 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.text. 2026-02-22T20:39:39.275 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-02-22T20:39:39.275 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-02-22T20:39:39.290 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-02-22T20:39:39.298 INFO:teuthology.orchestra.run.trial045.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-22T20:39:39.298 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-02-22T20:39:39.298 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-02-22T20:39:39.299 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-22T20:39:39.313 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-tempora. 2026-02-22T20:39:39.321 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-02-22T20:39:39.321 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-02-22T20:39:39.336 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-portend. 2026-02-22T20:39:39.344 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-02-22T20:39:39.345 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-02-22T20:39:39.359 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-02-22T20:39:39.367 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-02-22T20:39:39.368 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-02-22T20:39:39.382 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-22T20:39:39.382 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cherrypy3. 2026-02-22T20:39:39.383 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-22T20:39:39.390 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-02-22T20:39:39.391 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-02-22T20:39:39.407 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-cachetools. 2026-02-22T20:39:39.414 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-natsort. 2026-02-22T20:39:39.416 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-02-22T20:39:39.416 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-22T20:39:39.423 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-02-22T20:39:39.423 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-02-22T20:39:39.432 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-rsa. 2026-02-22T20:39:39.438 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-02-22T20:39:39.441 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-02-22T20:39:39.441 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-22T20:39:39.446 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:39.446 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-modules-core (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.459 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-google-auth. 2026-02-22T20:39:39.460 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-22T20:39:39.468 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-02-22T20:39:39.468 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-22T20:39:39.474 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-02-22T20:39:39.483 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.483 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.485 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-22T20:39:39.494 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-22T20:39:39.494 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-22T20:39:39.498 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr. 2026-02-22T20:39:39.506 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.506 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.510 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-websocket. 2026-02-22T20:39:39.519 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-02-22T20:39:39.519 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-22T20:39:39.528 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mon. 2026-02-22T20:39:39.536 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.536 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.537 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-22T20:39:39.545 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-22T20:39:39.546 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-22T20:39:39.546 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-22T20:39:39.592 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libfuse2:amd64. 2026-02-22T20:39:39.601 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-02-22T20:39:39.601 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-22T20:39:39.617 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-osd. 2026-02-22T20:39:39.618 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:39.619 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-22T20:39:39.625 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.625 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-osd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.638 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-22T20:39:39.647 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:39.648 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.662 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-22T20:39:39.670 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-22T20:39:39.671 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-22T20:39:39.687 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-22T20:39:39.696 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-22T20:39:39.696 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:39.712 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package jq. 2026-02-22T20:39:39.721 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-22T20:39:39.721 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:39.736 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package socat. 2026-02-22T20:39:39.745 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-22T20:39:39.745 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-22T20:39:39.756 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-22T20:39:39.765 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package xmlstarlet. 2026-02-22T20:39:39.769 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph. 2026-02-22T20:39:39.773 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-22T20:39:39.774 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-22T20:39:39.778 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../41-ceph_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.778 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.792 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-fuse. 2026-02-22T20:39:39.800 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.801 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.810 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-test. 2026-02-22T20:39:39.819 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../67-ceph-test_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.819 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-test (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.823 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mds. 2026-02-22T20:39:39.828 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:39.829 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-22T20:39:39.831 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.831 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mds (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.863 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package cephadm. 2026-02-22T20:39:39.871 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../44-cephadm_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:39.871 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.887 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-asyncssh. 2026-02-22T20:39:39.896 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-02-22T20:39:39.896 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:39.912 INFO:teuthology.orchestra.run.trial045.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:39.913 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-22T20:39:39.917 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-02-22T20:39:39.925 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:39.926 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:39.947 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-repoze.lru. 2026-02-22T20:39:39.955 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-02-22T20:39:39.955 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-02-22T20:39:39.970 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-routes. 2026-02-22T20:39:39.978 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-02-22T20:39:39.979 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-02-22T20:39:39.999 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-02-22T20:39:40.007 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:40.008 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-dashboard (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.049 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-22T20:39:40.050 INFO:teuthology.orchestra.run.trial045.stdout:Setting up librados2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.051 INFO:teuthology.orchestra.run.trial045.stdout:Setting up librgw2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.052 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libsqlite3-mod-ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.053 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-22T20:39:40.433 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-02-22T20:39:40.442 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-02-22T20:39:40.443 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-22T20:39:40.481 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-joblib. 2026-02-22T20:39:40.490 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-02-22T20:39:40.490 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-02-22T20:39:40.517 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-02-22T20:39:40.526 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-02-22T20:39:40.526 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-02-22T20:39:40.542 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-sklearn. 2026-02-22T20:39:40.550 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-02-22T20:39:40.550 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-22T20:39:40.574 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libcephfs2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.575 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libradosstriper1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.576 INFO:teuthology.orchestra.run.trial045.stdout:Setting up librbd1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.577 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mgr-modules-core (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.578 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.631 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-02-22T20:39:40.640 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:40.640 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.652 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-22T20:39:40.652 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-22T20:39:40.779 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package ceph-volume. 2026-02-22T20:39:40.788 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:40.788 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking ceph-volume (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.795 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-cachetools. 2026-02-22T20:39:40.803 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-02-22T20:39:40.804 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-02-22T20:39:40.812 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libcephfs-daemon. 2026-02-22T20:39:40.819 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-rsa. 2026-02-22T20:39:40.821 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:40.821 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libcephfs-daemon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.827 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-02-22T20:39:40.828 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-rsa (4.8-1) ... 2026-02-22T20:39:40.837 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-02-22T20:39:40.846 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:40.846 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libcephfs-proxy2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.846 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-google-auth. 2026-02-22T20:39:40.854 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-02-22T20:39:40.855 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-02-22T20:39:40.861 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-22T20:39:40.870 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:40.870 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking libcephfs-dev (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:40.873 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-02-22T20:39:40.881 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-02-22T20:39:40.882 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-22T20:39:40.886 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package nvme-cli. 2026-02-22T20:39:40.894 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-22T20:39:40.895 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-22T20:39:40.897 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-websocket. 2026-02-22T20:39:40.906 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-02-22T20:39:40.906 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-02-22T20:39:40.924 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-kubernetes. 2026-02-22T20:39:40.926 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-02-22T20:39:40.932 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-02-22T20:39:40.932 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-22T20:39:40.935 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-02-22T20:39:40.935 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:40.965 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-22T20:39:40.974 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-22T20:39:40.974 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-22T20:39:40.989 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-pluggy. 2026-02-22T20:39:40.998 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-22T20:39:40.998 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-22T20:39:41.015 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-psutil. 2026-02-22T20:39:41.024 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-22T20:39:41.024 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-22T20:39:41.027 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-02-22T20:39:41.036 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:41.037 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.043 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-py. 2026-02-22T20:39:41.051 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libonig5:amd64. 2026-02-22T20:39:41.051 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-02-22T20:39:41.052 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-22T20:39:41.059 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-02-22T20:39:41.059 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-22T20:39:41.062 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libcephfs-dev (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.063 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-rados (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.064 INFO:teuthology.orchestra.run.trial045.stdout:Setting up libcephfs-daemon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.064 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-rbd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.065 INFO:teuthology.orchestra.run.trial045.stdout:Setting up rbd-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.066 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-rgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.067 INFO:teuthology.orchestra.run.trial045.stdout:Setting up python3-cephfs (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.068 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.073 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-pygments. 2026-02-22T20:39:41.076 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libjq1:amd64. 2026-02-22T20:39:41.082 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-22T20:39:41.082 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-22T20:39:41.085 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-22T20:39:41.085 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:41.096 INFO:teuthology.orchestra.run.trial045.stdout:Adding group ceph....done 2026-02-22T20:39:41.100 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package jq. 2026-02-22T20:39:41.109 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-02-22T20:39:41.109 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:41.124 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package socat. 2026-02-22T20:39:41.124 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-toml. 2026-02-22T20:39:41.131 INFO:teuthology.orchestra.run.trial045.stdout:Adding system user ceph....done 2026-02-22T20:39:41.133 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-02-22T20:39:41.133 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-02-22T20:39:41.133 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-02-22T20:39:41.133 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-22T20:39:41.141 INFO:teuthology.orchestra.run.trial045.stdout:Setting system user ceph properties....done 2026-02-22T20:39:41.147 INFO:teuthology.orchestra.run.trial045.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-22T20:39:41.149 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-pytest. 2026-02-22T20:39:41.154 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package xmlstarlet. 2026-02-22T20:39:41.158 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-22T20:39:41.158 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-22T20:39:41.162 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-02-22T20:39:41.162 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-02-22T20:39:41.180 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-simplejson. 2026-02-22T20:39:41.189 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-22T20:39:41.189 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-22T20:39:41.199 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-test. 2026-02-22T20:39:41.207 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package python3-webob. 2026-02-22T20:39:41.208 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../67-ceph-test_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:41.208 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-test (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.216 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-22T20:39:41.216 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-22T20:39:41.238 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-22T20:39:41.241 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-22T20:39:41.250 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-22T20:39:41.250 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-22T20:39:41.317 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package radosgw. 2026-02-22T20:39:41.326 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../84-radosgw_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:41.326 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking radosgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.527 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-22T20:39:41.543 INFO:teuthology.orchestra.run.trial154.stdout:Selecting previously unselected package rbd-fuse. 2026-02-22T20:39:41.552 INFO:teuthology.orchestra.run.trial154.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:41.553 INFO:teuthology.orchestra.run.trial154.stdout:Unpacking rbd-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.580 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-22T20:39:41.646 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-22T20:39:41.646 INFO:teuthology.orchestra.run.trial154.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-22T20:39:41.717 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-02-22T20:39:41.920 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-test (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.920 INFO:teuthology.orchestra.run.trial045.stdout:Setting up radosgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:41.988 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-02-22T20:39:42.179 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package ceph-volume. 2026-02-22T20:39:42.187 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-794-ga5c3084f-1jammy_all.deb ... 2026-02-22T20:39:42.188 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking ceph-volume (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.194 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:39:42.194 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:39:42.210 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs-daemon. 2026-02-22T20:39:42.219 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:42.219 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs-daemon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.234 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-02-22T20:39:42.243 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:42.243 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs-proxy2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.258 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package libcephfs-dev. 2026-02-22T20:39:42.266 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:42.266 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking libcephfs-dev (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.283 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package nvme-cli. 2026-02-22T20:39:42.291 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-02-22T20:39:42.292 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-02-22T20:39:42.322 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-02-22T20:39:42.330 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-02-22T20:39:42.331 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:42.360 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-iniconfig. 2026-02-22T20:39:42.369 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-02-22T20:39:42.369 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-02-22T20:39:42.383 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-pluggy. 2026-02-22T20:39:42.387 INFO:teuthology.orchestra.run.trial154.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-22T20:39:42.391 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-02-22T20:39:42.392 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-02-22T20:39:42.398 INFO:teuthology.orchestra.run.trial154.stdout:Setting up cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.407 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-psutil. 2026-02-22T20:39:42.416 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-02-22T20:39:42.416 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-02-22T20:39:42.434 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-py. 2026-02-22T20:39:42.443 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-02-22T20:39:42.443 INFO:teuthology.orchestra.run.trial154.stdout:Adding system user cephadm....done 2026-02-22T20:39:42.443 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-py (1.10.0-1) ... 2026-02-22T20:39:42.453 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-22T20:39:42.463 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-pygments. 2026-02-22T20:39:42.471 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-02-22T20:39:42.472 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-22T20:39:42.514 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-toml. 2026-02-22T20:39:42.522 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-02-22T20:39:42.523 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-02-22T20:39:42.525 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:42.526 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-22T20:39:42.538 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-pytest. 2026-02-22T20:39:42.546 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-02-22T20:39:42.546 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-02-22T20:39:42.569 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-simplejson. 2026-02-22T20:39:42.572 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-base (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.577 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-02-22T20:39:42.578 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-02-22T20:39:42.596 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package python3-webob. 2026-02-22T20:39:42.597 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-22T20:39:42.604 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-02-22T20:39:42.605 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-22T20:39:42.628 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-02-22T20:39:42.637 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-02-22T20:39:42.637 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-02-22T20:39:42.672 INFO:teuthology.orchestra.run.trial154.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-22T20:39:42.673 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-22T20:39:42.687 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-02-22T20:39:42.704 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package radosgw. 2026-02-22T20:39:42.713 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../84-radosgw_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:42.714 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking radosgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.770 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-22T20:39:42.892 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-22T20:39:42.918 INFO:teuthology.orchestra.run.trial076.stdout:Selecting previously unselected package rbd-fuse. 2026-02-22T20:39:42.927 INFO:teuthology.orchestra.run.trial076.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-794-ga5c3084f-1jammy_amd64.deb ... 2026-02-22T20:39:42.927 INFO:teuthology.orchestra.run.trial076.stdout:Unpacking rbd-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:42.954 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-02-22T20:39:42.966 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-22T20:39:43.019 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-02-22T20:39:43.020 INFO:teuthology.orchestra.run.trial076.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-02-22T20:39:43.043 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-ceph-argparse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:43.090 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mds (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:43.092 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-22T20:39:43.110 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-22T20:39:43.111 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-02-22T20:39:43.112 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-22T20:39:43.113 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-22T20:39:43.114 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-22T20:39:43.150 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-22T20:39:43.150 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-22T20:39:43.234 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-22T20:39:43.310 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libcephfs-proxy2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:43.311 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-22T20:39:43.354 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-22T20:39:43.391 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-22T20:39:43.480 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-22T20:39:43.553 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mgr (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:43.633 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-22T20:39:43.633 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-22T20:39:43.720 INFO:teuthology.orchestra.run.trial076.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-02-22T20:39:43.726 INFO:teuthology.orchestra.run.trial154.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-22T20:39:43.727 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-22T20:39:43.730 INFO:teuthology.orchestra.run.trial076.stdout:Setting up cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:43.771 INFO:teuthology.orchestra.run.trial076.stdout:Adding system user cephadm....done 2026-02-22T20:39:43.782 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-02-22T20:39:43.822 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:43.853 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:43.854 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-02-22T20:39:43.925 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-02-22T20:39:43.943 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-22T20:39:44.001 INFO:teuthology.orchestra.run.trial076.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-02-22T20:39:44.002 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-py (1.10.0-1) ... 2026-02-22T20:39:44.005 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-osd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.025 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-22T20:39:44.096 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-02-22T20:39:44.097 INFO:teuthology.orchestra.run.trial154.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-22T20:39:44.098 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.098 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-22T20:39:44.098 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-22T20:39:44.185 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-22T20:39:44.220 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-02-22T20:39:44.295 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-02-22T20:39:44.371 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-ceph-argparse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.438 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-02-22T20:39:44.439 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-02-22T20:39:44.440 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-02-22T20:39:44.441 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-02-22T20:39:44.442 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-02-22T20:39:44.493 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mgr-k8sevents (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.503 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.513 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.562 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-02-22T20:39:44.581 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-22T20:39:44.581 INFO:teuthology.orchestra.run.trial045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-22T20:39:44.639 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs-proxy2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.640 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-02-22T20:39:44.678 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:44.683 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-22T20:39:44.716 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-02-22T20:39:44.764 INFO:teuthology.orchestra.run.trial154.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-22T20:39:44.765 INFO:teuthology.orchestra.run.trial154.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-22T20:39:44.766 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-22T20:39:44.804 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-02-22T20:39:44.841 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-22T20:39:44.912 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:44.913 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-22T20:39:44.967 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mgr-cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.978 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.979 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-mgr-dashboard (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.989 INFO:teuthology.orchestra.run.trial045.stdout:Setting up ceph-volume (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:44.990 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-22T20:39:45.053 INFO:teuthology.orchestra.run.trial076.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-02-22T20:39:45.054 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-02-22T20:39:45.062 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-22T20:39:45.099 INFO:teuthology.orchestra.run.trial045.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-22T20:39:45.139 INFO:teuthology.orchestra.run.trial154.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-22T20:39:45.139 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-22T20:39:45.148 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-02-22T20:39:45.184 INFO:teuthology.orchestra.run.trial045.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-22T20:39:45.223 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-22T20:39:45.224 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-22T20:39:45.273 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-02-22T20:39:45.299 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-22T20:39:45.355 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-02-22T20:39:45.383 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-22T20:39:45.430 INFO:teuthology.orchestra.run.trial076.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-02-22T20:39:45.431 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:45.457 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:45.458 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-22T20:39:45.518 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-02-22T20:39:45.581 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-22T20:39:45.643 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:45.644 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-22T20:39:45.725 INFO:teuthology.orchestra.run.trial154.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:45.726 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-22T20:39:45.842 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout:Running kernel seems to be up-to-date. 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout:The processor microcode seems to be up-to-date. 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout:No services need to be restarted. 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout:No containers need to be restarted. 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout:No user sessions are running outdated binaries. 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:39:45.843 INFO:teuthology.orchestra.run.trial045.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-22T20:39:45.862 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-22T20:39:45.863 INFO:teuthology.orchestra.run.trial154.stdout:Setting up librados2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:45.864 INFO:teuthology.orchestra.run.trial154.stdout:Setting up librgw2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:45.865 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libsqlite3-mod-ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:45.866 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-22T20:39:46.010 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:46.015 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-toml (0.10.2-1) ... 2026-02-22T20:39:46.090 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-02-22T20:39:46.091 INFO:teuthology.orchestra.run.trial076.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-02-22T20:39:46.092 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-02-22T20:39:46.169 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-02-22T20:39:46.242 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:46.242 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rsa (4.8-1) ... 2026-02-22T20:39:46.322 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-02-22T20:39:46.381 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libcephfs2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.382 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libradosstriper1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.383 INFO:teuthology.orchestra.run.trial154.stdout:Setting up librbd1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.384 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mgr-modules-core (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.384 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.396 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-02-22T20:39:46.457 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-22T20:39:46.457 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-02-22T20:39:46.471 INFO:teuthology.orchestra.run.trial076.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-02-22T20:39:46.472 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-02-22T20:39:46.554 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-02-22T20:39:46.555 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-02-22T20:39:46.633 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-02-22T20:39:46.634 INFO:teuthology.orchestra.run.trial045.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-22T20:39:46.639 DEBUG:teuthology.parallel:result is None 2026-02-22T20:39:46.716 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-02-22T20:39:46.791 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:46.791 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-02-22T20:39:46.838 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libcephfs-dev (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.839 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-rados (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.839 INFO:teuthology.orchestra.run.trial154.stdout:Setting up libcephfs-daemon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.840 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-rbd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.841 INFO:teuthology.orchestra.run.trial154.stdout:Setting up rbd-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.842 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-rgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.843 INFO:teuthology.orchestra.run.trial154.stdout:Setting up python3-cephfs (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.844 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:46.873 INFO:teuthology.orchestra.run.trial154.stdout:Adding group ceph....done 2026-02-22T20:39:46.910 INFO:teuthology.orchestra.run.trial154.stdout:Adding system user ceph....done 2026-02-22T20:39:46.921 INFO:teuthology.orchestra.run.trial154.stdout:Setting system user ceph properties....done 2026-02-22T20:39:46.922 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-portend (3.0.0-1) ... 2026-02-22T20:39:46.927 INFO:teuthology.orchestra.run.trial154.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-22T20:39:46.993 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-02-22T20:39:46.994 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-02-22T20:39:47.014 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-22T20:39:47.075 INFO:teuthology.orchestra.run.trial076.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-02-22T20:39:47.075 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-02-22T20:39:47.207 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-02-22T20:39:47.208 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librados2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.209 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librgw2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.210 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libsqlite3-mod-ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.211 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-02-22T20:39:47.284 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-22T20:39:47.656 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-test (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.657 INFO:teuthology.orchestra.run.trial154.stdout:Setting up radosgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.725 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs2 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.726 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libradosstriper1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.727 INFO:teuthology.orchestra.run.trial076.stdout:Setting up librbd1 (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.728 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-modules-core (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.729 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:47.798 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-22T20:39:47.799 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-22T20:39:47.895 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:39:47.895 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-02-22T20:39:48.170 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs-dev (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.171 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rados (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.172 INFO:teuthology.orchestra.run.trial076.stdout:Setting up libcephfs-daemon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.173 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rbd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.174 INFO:teuthology.orchestra.run.trial076.stdout:Setting up rbd-fuse (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.175 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-rgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.176 INFO:teuthology.orchestra.run.trial076.stdout:Setting up python3-cephfs (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.177 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-common (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.205 INFO:teuthology.orchestra.run.trial076.stdout:Adding group ceph....done 2026-02-22T20:39:48.241 INFO:teuthology.orchestra.run.trial076.stdout:Adding system user ceph....done 2026-02-22T20:39:48.251 INFO:teuthology.orchestra.run.trial076.stdout:Setting system user ceph properties....done 2026-02-22T20:39:48.253 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-base (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.257 INFO:teuthology.orchestra.run.trial076.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-02-22T20:39:48.345 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-02-22T20:39:48.368 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-02-22T20:39:48.605 INFO:teuthology.orchestra.run.trial076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-02-22T20:39:48.755 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mds (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.813 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-22T20:39:48.813 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-02-22T20:39:48.961 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-test (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:48.962 INFO:teuthology.orchestra.run.trial076.stdout:Setting up radosgw (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:49.177 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mgr (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:49.208 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-22T20:39:49.208 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-22T20:39:49.252 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-22T20:39:49.252 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-02-22T20:39:49.543 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-base (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:49.638 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-osd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:49.661 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-22T20:39:49.721 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-22T20:39:49.721 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-02-22T20:39:50.008 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mds (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.067 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-22T20:39:50.067 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-22T20:39:50.122 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mgr-k8sevents (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.132 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.142 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.210 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-22T20:39:50.211 INFO:teuthology.orchestra.run.trial154.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-02-22T20:39:50.410 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.487 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-22T20:39:50.487 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-22T20:39:50.596 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mgr-cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.605 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.606 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-mgr-dashboard (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.616 INFO:teuthology.orchestra.run.trial154.stdout:Setting up ceph-volume (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.724 INFO:teuthology.orchestra.run.trial154.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-22T20:39:50.808 INFO:teuthology.orchestra.run.trial154.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-22T20:39:50.842 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-osd (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:50.926 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-22T20:39:50.926 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-22T20:39:51.282 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-k8sevents (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:51.292 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:51.302 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mon (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:51.374 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-22T20:39:51.374 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-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout:Running kernel seems to be up-to-date. 2026-02-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout:The processor microcode seems to be up-to-date. 2026-02-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout:No services need to be restarted. 2026-02-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-22T20:39:51.476 INFO:teuthology.orchestra.run.trial154.stdout:No containers need to be restarted. 2026-02-22T20:39:51.477 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-22T20:39:51.477 INFO:teuthology.orchestra.run.trial154.stdout:No user sessions are running outdated binaries. 2026-02-22T20:39:51.477 INFO:teuthology.orchestra.run.trial154.stdout: 2026-02-22T20:39:51.477 INFO:teuthology.orchestra.run.trial154.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-22T20:39:51.727 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-cephadm (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:51.739 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:51.740 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-mgr-dashboard (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:51.752 INFO:teuthology.orchestra.run.trial076.stdout:Setting up ceph-volume (20.2.0-794-ga5c3084f-1jammy) ... 2026-02-22T20:39:51.860 INFO:teuthology.orchestra.run.trial076.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-02-22T20:39:51.945 INFO:teuthology.orchestra.run.trial076.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-02-22T20:39:52.269 INFO:teuthology.orchestra.run.trial154.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-22T20:39:52.273 DEBUG:teuthology.parallel:result is None 2026-02-22T20:39:52.600 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-22T20:39:52.600 INFO:teuthology.orchestra.run.trial076.stdout:Running kernel seems to be up-to-date. 2026-02-22T20:39:52.600 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-22T20:39:52.600 INFO:teuthology.orchestra.run.trial076.stdout:The processor microcode seems to be up-to-date. 2026-02-22T20:39:52.600 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-22T20:39:52.601 INFO:teuthology.orchestra.run.trial076.stdout:No services need to be restarted. 2026-02-22T20:39:52.601 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-22T20:39:52.601 INFO:teuthology.orchestra.run.trial076.stdout:No containers need to be restarted. 2026-02-22T20:39:52.601 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-22T20:39:52.601 INFO:teuthology.orchestra.run.trial076.stdout:No user sessions are running outdated binaries. 2026-02-22T20:39:52.601 INFO:teuthology.orchestra.run.trial076.stdout: 2026-02-22T20:39:52.601 INFO:teuthology.orchestra.run.trial076.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-02-22T20:39:53.402 INFO:teuthology.orchestra.run.trial076.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-02-22T20:39:53.406 DEBUG:teuthology.parallel:result is None 2026-02-22T20:39:53.407 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:53.529 DEBUG:teuthology.orchestra.run.trial045:> dpkg-query -W -f '${Version}' ceph 2026-02-22T20:39:53.542 INFO:teuthology.orchestra.run.trial045.stdout:20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:53.543 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:53.543 INFO:teuthology.task.install:The correct ceph version 20.2.0-794-ga5c3084f-1jammy is installed. 2026-02-22T20:39:53.545 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:53.668 DEBUG:teuthology.orchestra.run.trial076:> dpkg-query -W -f '${Version}' ceph 2026-02-22T20:39:53.680 INFO:teuthology.orchestra.run.trial076.stdout:20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:53.680 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:53.681 INFO:teuthology.task.install:The correct ceph version 20.2.0-794-ga5c3084f-1jammy is installed. 2026-02-22T20:39:53.682 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:53.804 DEBUG:teuthology.orchestra.run.trial154:> dpkg-query -W -f '${Version}' ceph 2026-02-22T20:39:53.816 INFO:teuthology.orchestra.run.trial154.stdout:20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:53.816 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-794-ga5c3084f-1jammy 2026-02-22T20:39:53.816 INFO:teuthology.task.install:The correct ceph version 20.2.0-794-ga5c3084f-1jammy is installed. 2026-02-22T20:39:53.818 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-22T20:39:53.818 DEBUG:teuthology.orchestra.run.trial045:> set -ex 2026-02-22T20:39:53.818 DEBUG:teuthology.orchestra.run.trial045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T20:39:53.829 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-22T20:39:53.829 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T20:39:53.840 DEBUG:teuthology.orchestra.run.trial154:> set -ex 2026-02-22T20:39:53.841 DEBUG:teuthology.orchestra.run.trial154:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-22T20:39:53.867 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-22T20:39:53.868 DEBUG:teuthology.orchestra.run.trial045:> set -ex 2026-02-22T20:39:53.868 DEBUG:teuthology.orchestra.run.trial045:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T20:39:53.879 DEBUG:teuthology.orchestra.run.trial045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T20:39:53.934 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-22T20:39:53.934 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T20:39:53.945 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T20:39:53.996 DEBUG:teuthology.orchestra.run.trial154:> set -ex 2026-02-22T20:39:53.996 DEBUG:teuthology.orchestra.run.trial154:> sudo dd of=/usr/bin/daemon-helper 2026-02-22T20:39:54.006 DEBUG:teuthology.orchestra.run.trial154:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-22T20:39:54.059 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-22T20:39:54.059 DEBUG:teuthology.orchestra.run.trial045:> set -ex 2026-02-22T20:39:54.059 DEBUG:teuthology.orchestra.run.trial045:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T20:39:54.068 DEBUG:teuthology.orchestra.run.trial045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T20:39:54.118 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-22T20:39:54.118 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T20:39:54.128 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T20:39:54.176 DEBUG:teuthology.orchestra.run.trial154:> set -ex 2026-02-22T20:39:54.176 DEBUG:teuthology.orchestra.run.trial154:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-22T20:39:54.186 DEBUG:teuthology.orchestra.run.trial154:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-22T20:39:54.235 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-22T20:39:54.235 DEBUG:teuthology.orchestra.run.trial045:> set -ex 2026-02-22T20:39:54.235 DEBUG:teuthology.orchestra.run.trial045:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T20:39:54.244 DEBUG:teuthology.orchestra.run.trial045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T20:39:54.298 DEBUG:teuthology.orchestra.run.trial076:> set -ex 2026-02-22T20:39:54.298 DEBUG:teuthology.orchestra.run.trial076:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T20:39:54.308 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T20:39:54.355 DEBUG:teuthology.orchestra.run.trial154:> set -ex 2026-02-22T20:39:54.356 DEBUG:teuthology.orchestra.run.trial154:> sudo dd of=/usr/bin/stdin-killer 2026-02-22T20:39:54.365 DEBUG:teuthology.orchestra.run.trial154:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-22T20:39:54.415 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-22T20:39:54.551 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'distro-suffix': 'rockylinux-10'} 2026-02-22T20:39:54.551 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:54.555 INFO:tasks.cephadm:Cluster fsid is a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:39:54.555 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-22T20:39:54.555 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.45', 'mon.b': '10.20.193.76', 'mon.c': '10.20.193.154'} 2026-02-22T20:39:54.555 INFO:tasks.cephadm:First mon is mon.a on trial045 2026-02-22T20:39:54.555 INFO:tasks.cephadm:First mgr is a 2026-02-22T20:39:54.555 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-22T20:39:54.555 DEBUG:teuthology.orchestra.run.trial045:> sudo hostname $(hostname -s) 2026-02-22T20:39:54.564 DEBUG:teuthology.orchestra.run.trial076:> sudo hostname $(hostname -s) 2026-02-22T20:39:54.574 DEBUG:teuthology.orchestra.run.trial154:> sudo hostname $(hostname -s) 2026-02-22T20:39:54.583 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-22T20:39:54.584 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:54.702 INFO:tasks.cephadm:builder_project result: [{'url': 'https://2.chacra.ceph.com/r/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default/', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/flavors/default/', 'ref': 'wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle', 'sha1': 'a5c3084f688b1f6eff223b8d259a8316f9844c8e', 'distro': 'ubuntu', 'distro_version': '22.04', 'distro_codename': 'jammy', 'modified': '2026-02-22 18:01:32.504849', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64'], 'extra': {'version': '20.2.0-794-ga5c3084f', 'package_manager_version': '20.2.0-794-ga5c3084f-1jammy', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3183/', 'root_build_cause': '', 'node_name': '10.20.192.19+soko09', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-22T20:39:54.829 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle, sha1 a5c3084f688b1f6eff223b8d259a8316f9844c8e from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:39:54.832 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/x86_64/flavors/default/cephadm 2026-02-22T20:39:54.833 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/x86_64/flavors/default/cephadm 2026-02-22T20:39:54.833 DEBUG:teuthology.orchestra.run.trial045:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:55.591 INFO:teuthology.orchestra.run.trial045.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1063331 Feb 22 20:39 /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:55.591 DEBUG:teuthology.orchestra.run.trial076:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:56.343 INFO:teuthology.orchestra.run.trial076.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1063331 Feb 22 20:39 /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:56.343 DEBUG:teuthology.orchestra.run.trial154:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle/a5c3084f688b1f6eff223b8d259a8316f9844c8e/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:57.136 INFO:teuthology.orchestra.run.trial154.stdout:-rw-rw-r-- 1 ubuntu ubuntu 1063331 Feb 22 20:39 /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:57.136 DEBUG:teuthology.orchestra.run.trial045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:57.144 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-22T20:39:57.150 DEBUG:teuthology.orchestra.run.trial154:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-22T20:39:57.170 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e on all hosts... 2026-02-22T20:39:57.171 DEBUG:teuthology.orchestra.run.trial045:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T20:39:57.188 DEBUG:teuthology.orchestra.run.trial076:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T20:39:57.194 DEBUG:teuthology.orchestra.run.trial154:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e pull 2026-02-22T20:39:57.272 INFO:teuthology.orchestra.run.trial045.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:39:57.280 INFO:teuthology.orchestra.run.trial076.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:39:57.285 INFO:teuthology.orchestra.run.trial154.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:40:11.240 INFO:teuthology.orchestra.run.trial045.stdout:{ 2026-02-22T20:40:11.241 INFO:teuthology.orchestra.run.trial045.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T20:40:11.241 INFO:teuthology.orchestra.run.trial045.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T20:40:11.241 INFO:teuthology.orchestra.run.trial045.stdout: "repo_digests": [ 2026-02-22T20:40:11.241 INFO:teuthology.orchestra.run.trial045.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T20:40:11.241 INFO:teuthology.orchestra.run.trial045.stdout: ] 2026-02-22T20:40:11.241 INFO:teuthology.orchestra.run.trial045.stdout:} 2026-02-22T20:40:11.266 INFO:teuthology.orchestra.run.trial076.stdout:{ 2026-02-22T20:40:11.266 INFO:teuthology.orchestra.run.trial076.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T20:40:11.266 INFO:teuthology.orchestra.run.trial076.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T20:40:11.266 INFO:teuthology.orchestra.run.trial076.stdout: "repo_digests": [ 2026-02-22T20:40:11.267 INFO:teuthology.orchestra.run.trial076.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T20:40:11.267 INFO:teuthology.orchestra.run.trial076.stdout: ] 2026-02-22T20:40:11.267 INFO:teuthology.orchestra.run.trial076.stdout:} 2026-02-22T20:40:11.287 INFO:teuthology.orchestra.run.trial154.stdout:{ 2026-02-22T20:40:11.288 INFO:teuthology.orchestra.run.trial154.stdout: "ceph_version": "ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable)", 2026-02-22T20:40:11.288 INFO:teuthology.orchestra.run.trial154.stdout: "image_id": "d8ec1b4c35d837cc075707f4148da5c9d37859c08e6182a89676211a1e97a50f", 2026-02-22T20:40:11.288 INFO:teuthology.orchestra.run.trial154.stdout: "repo_digests": [ 2026-02-22T20:40:11.288 INFO:teuthology.orchestra.run.trial154.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60" 2026-02-22T20:40:11.288 INFO:teuthology.orchestra.run.trial154.stdout: ] 2026-02-22T20:40:11.288 INFO:teuthology.orchestra.run.trial154.stdout:} 2026-02-22T20:40:11.308 DEBUG:teuthology.orchestra.run.trial045:> sudo mkdir -p /etc/ceph 2026-02-22T20:40:11.317 DEBUG:teuthology.orchestra.run.trial076:> sudo mkdir -p /etc/ceph 2026-02-22T20:40:11.326 DEBUG:teuthology.orchestra.run.trial154:> sudo mkdir -p /etc/ceph 2026-02-22T20:40:11.336 DEBUG:teuthology.orchestra.run.trial045:> sudo chmod 777 /etc/ceph 2026-02-22T20:40:11.367 DEBUG:teuthology.orchestra.run.trial076:> sudo chmod 777 /etc/ceph 2026-02-22T20:40:11.377 DEBUG:teuthology.orchestra.run.trial154:> sudo chmod 777 /etc/ceph 2026-02-22T20:40:11.385 INFO:tasks.cephadm:Writing seed config... 2026-02-22T20:40:11.386 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-22T20:40:11.387 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-22T20:40:11.387 DEBUG:teuthology.orchestra.run.trial045:> set -ex 2026-02-22T20:40:11.388 DEBUG:teuthology.orchestra.run.trial045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-22T20:40:11.414 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 = a4da7610-102e-11f1-8723-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 = False [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-22T20:40:11.414 DEBUG:teuthology.orchestra.run.trial045:mon.a> sudo journalctl -f -n 0 -u ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service 2026-02-22T20:40:11.456 DEBUG:teuthology.orchestra.run.trial045:mgr.a> sudo journalctl -f -n 0 -u ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mgr.a.service 2026-02-22T20:40:11.500 INFO:tasks.cephadm:Bootstrapping... 2026-02-22T20:40:11.500 DEBUG:teuthology.orchestra.run.trial045:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid a4da7610-102e-11f1-8723-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.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-22T20:40:11.628 INFO:teuthology.orchestra.run.trial045.stdout:-------------------------------------------------------------------------------- 2026-02-22T20:40:11.629 INFO:teuthology.orchestra.run.trial045.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e', '-v', 'bootstrap', '--fsid', 'a4da7610-102e-11f1-8723-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.45', '--skip-admin-label'] 2026-02-22T20:40:11.629 INFO:teuthology.orchestra.run.trial045.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-22T20:40:11.630 INFO:teuthology.orchestra.run.trial045.stdout:Verifying podman|docker is present... 2026-02-22T20:40:11.631 INFO:teuthology.orchestra.run.trial045.stdout:Verifying lvm2 is present... 2026-02-22T20:40:11.631 INFO:teuthology.orchestra.run.trial045.stdout:Verifying time synchronization is in place... 2026-02-22T20:40:11.632 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T20:40:11.632 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T20:40:11.635 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T20:40:11.635 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.637 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-02-22T20:40:11.637 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-02-22T20:40:11.639 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-02-22T20:40:11.639 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.642 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-02-22T20:40:11.642 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout masked 2026-02-22T20:40:11.646 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-02-22T20:40:11.646 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.648 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-02-22T20:40:11.648 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-02-22T20:40:11.651 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-02-22T20:40:11.651 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.655 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout enabled 2026-02-22T20:40:11.658 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout active 2026-02-22T20:40:11.658 INFO:teuthology.orchestra.run.trial045.stdout:Unit ntp.service is enabled and running 2026-02-22T20:40:11.658 INFO:teuthology.orchestra.run.trial045.stdout:Repeating the final host check... 2026-02-22T20:40:11.658 INFO:teuthology.orchestra.run.trial045.stdout:docker (/usr/bin/docker) is present 2026-02-22T20:40:11.658 INFO:teuthology.orchestra.run.trial045.stdout:systemctl is present 2026-02-22T20:40:11.658 INFO:teuthology.orchestra.run.trial045.stdout:lvcreate is present 2026-02-22T20:40:11.660 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-22T20:40:11.660 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-22T20:40:11.663 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-22T20:40:11.664 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.667 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2026-02-22T20:40:11.667 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2026-02-22T20:40:11.669 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2026-02-22T20:40:11.669 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.672 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2026-02-22T20:40:11.672 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout masked 2026-02-22T20:40:11.674 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2026-02-22T20:40:11.674 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.677 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2026-02-22T20:40:11.677 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2026-02-22T20:40:11.680 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2026-02-22T20:40:11.680 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout inactive 2026-02-22T20:40:11.683 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout enabled 2026-02-22T20:40:11.686 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stdout active 2026-02-22T20:40:11.686 INFO:teuthology.orchestra.run.trial045.stdout:Unit ntp.service is enabled and running 2026-02-22T20:40:11.687 INFO:teuthology.orchestra.run.trial045.stdout:Host looks OK 2026-02-22T20:40:11.687 INFO:teuthology.orchestra.run.trial045.stdout:Cluster fsid: a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:11.687 INFO:teuthology.orchestra.run.trial045.stdout:Acquiring lock 140436219659984 on /run/cephadm/a4da7610-102e-11f1-8723-d404e6e7d460.lock 2026-02-22T20:40:11.687 INFO:teuthology.orchestra.run.trial045.stdout:Lock 140436219659984 acquired on /run/cephadm/a4da7610-102e-11f1-8723-d404e6e7d460.lock 2026-02-22T20:40:11.687 INFO:teuthology.orchestra.run.trial045.stdout:Verifying IP 10.20.193.45 port 3300 ... 2026-02-22T20:40:11.687 INFO:teuthology.orchestra.run.trial045.stdout:Verifying IP 10.20.193.45 port 6789 ... 2026-02-22T20:40:11.687 INFO:teuthology.orchestra.run.trial045.stdout:Base mon IP(s) is [10.20.193.45:3300, 10.20.193.45:6789], mon addrv is [v2:10.20.193.45:3300,v1:10.20.193.45:6789] 2026-02-22T20:40:11.689 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.45 metric 100 2026-02-22T20:40:11.689 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.45 metric 100 2026-02-22T20:40:11.689 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout 10.20.192.1 dev enp1s0f0 proto dhcp scope link src 10.20.193.45 metric 100 2026-02-22T20:40:11.689 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout 10.20.192.11 dev enp1s0f0 proto dhcp scope link src 10.20.193.45 metric 100 2026-02-22T20:40:11.689 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout 10.20.192.13 dev enp1s0f0 proto dhcp scope link src 10.20.193.45 metric 100 2026-02-22T20:40:11.689 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2026-02-22T20:40:11.690 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-22T20:40:11.690 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-22T20:40:11.691 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout 2: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5f04/64 scope link 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.0/20` 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.0/20` 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.1/32` 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.1/32` 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.11/32` 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.11/32` 2026-02-22T20:40:11.692 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.13/32` 2026-02-22T20:40:11.693 INFO:teuthology.orchestra.run.trial045.stdout:Mon IP `10.20.193.45` is in CIDR network `10.20.192.13/32` 2026-02-22T20:40:11.693 INFO:teuthology.orchestra.run.trial045.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-22T20:40:11.693 INFO:teuthology.orchestra.run.trial045.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-22T20:40:11.694 INFO:teuthology.orchestra.run.trial045.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e... 2026-02-22T20:40:11.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/docker: stdout a5c3084f688b1f6eff223b8d259a8316f9844c8e: Pulling from ceph-ci/ceph 2026-02-22T20:40:11.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/docker: stdout Digest: sha256:ce3c4a5ee95fc314d0f2e14a8e1a74a13fc9db26bcababc4563116f9228e1f60 2026-02-22T20:40:11.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:40:11.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/docker: stdout quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e 2026-02-22T20:40:11.969 INFO:teuthology.orchestra.run.trial045.stdout:ceph: stdout ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable) 2026-02-22T20:40:11.969 INFO:teuthology.orchestra.run.trial045.stdout:Ceph version: ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable) 2026-02-22T20:40:11.969 INFO:teuthology.orchestra.run.trial045.stdout:Extracting ceph user uid/gid from container image... 2026-02-22T20:40:12.048 INFO:teuthology.orchestra.run.trial045.stdout:stat: stdout 167 167 2026-02-22T20:40:12.048 INFO:teuthology.orchestra.run.trial045.stdout:Creating initial keys... 2026-02-22T20:40:12.134 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-authtool: stdout AQCsaZtp7tWZBhAAazyu3VbedzirsWTFOVg4Qg== 2026-02-22T20:40:12.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-authtool: stdout AQCsaZtpyRHMCxAAsAH6XYxi5P5kYR0ttA3ypg== 2026-02-22T20:40:12.365 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-authtool: stdout AQCsaZtprwg3ERAAIA++lBvFDcEs1/QsajgcbA== 2026-02-22T20:40:12.365 INFO:teuthology.orchestra.run.trial045.stdout:Creating initial monmap... 2026-02-22T20:40:12.457 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T20:40:12.457 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-22T20:40:12.457 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:12.457 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T20:40:12.458 INFO:teuthology.orchestra.run.trial045.stdout:monmaptool for a [v2:10.20.193.45:3300,v1:10.20.193.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-22T20:40:12.458 INFO:teuthology.orchestra.run.trial045.stdout:setting min_mon_release = tentacle 2026-02-22T20:40:12.458 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/monmaptool: set fsid to a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:12.458 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-22T20:40:12.458 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:40:12.458 INFO:teuthology.orchestra.run.trial045.stdout:Creating mon... 2026-02-22T20:40:12.587 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 0 set uid:gid to 167:167 (ceph:ceph) 2026-02-22T20:40:12.587 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 1 imported monmap: 2026-02-22T20:40:12.587 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr epoch 0 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr fsid a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr last_changed 2026-02-22T20:40:12.432896+0000 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr created 2026-02-22T20:40:12.432896+0000 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr min_mon_release 20 (tentacle) 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 0: [v2:10.20.193.45:3300/0,v1:10.20.193.45:6789/0] mon.a 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 0 /usr/bin/ceph-mon: set fsid to a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: RocksDB version: 7.9.2 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.588 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Git sha 0 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Compile date 2026-02-22 16:57:58 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: DB SUMMARY 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: DB Session ID: UYW4CKOFAMPWI4Z3DDJY 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.error_if_exists: 0 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.create_if_missing: 1 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.paranoid_checks: 1 2026-02-22T20:40:12.589 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.env: 0x55befcd0d4c0 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.fs: PosixFileSystem 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.info_log: 0x55befe41dca0 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_file_opening_threads: 16 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.statistics: (nil) 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.use_fsync: 0 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_log_file_size: 0 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.log_file_time_to_roll: 0 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.keep_log_file_num: 1000 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.recycle_log_file_num: 0 2026-02-22T20:40:12.590 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.allow_fallocate: 1 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.allow_mmap_reads: 0 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.allow_mmap_writes: 0 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.use_direct_reads: 0 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.create_missing_column_families: 0 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.db_log_dir: 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.wal_dir: 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.table_cache_numshardbits: 6 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-02-22T20:40:12.591 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.advise_random_on_open: 1 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.db_write_buffer_size: 0 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.write_buffer_manager: 0x55befe420be0 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.use_adaptive_mutex: 0 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.rate_limiter: (nil) 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.wal_recovery_mode: 2 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.enable_thread_tracking: 0 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.enable_pipelined_write: 0 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.unordered_write: 0 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-22T20:40:12.592 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.row_cache: None 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.wal_filter: None 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.allow_ingest_behind: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.two_write_queues: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.manual_wal_flush: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.wal_compression: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.atomic_flush: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.persist_stats_to_disk: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.log_readahead_size: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.best_efforts_recovery: 0 2026-02-22T20:40:12.593 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.allow_data_in_errors: 0 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.db_host_id: __hostname__ 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.enforce_single_del_contracts: true 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_background_jobs: 2 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_background_compactions: -1 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_subcompactions: 1 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.delayed_write_rate : 16777216 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_total_wal_size: 0 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.stats_dump_period_sec: 600 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.stats_persist_period_sec: 600 2026-02-22T20:40:12.594 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_open_files: -1 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bytes_per_sync: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_readahead_size: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_background_flushes: -1 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Compression algorithms supported: 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kZSTD supported: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kXpressCompression supported: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kBZip2Compression supported: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kLZ4Compression supported: 1 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kZlibCompression supported: 1 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kLZ4HCCompression supported: 1 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: kSnappyCompression supported: 1 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-02-22T20:40:12.595 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.merge_operator: 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_filter: None 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_filter_factory: None 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.sst_partitioner_factory: None 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.table_factory: BlockBasedTable 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55befe41d740) 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2026-02-22T20:40:12.596 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55befe43da30 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2026-02-22T20:40:12.597 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2026-02-22T20:40:12.598 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.write_buffer_size: 33554432 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_write_buffer_number: 2 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression: NoCompression 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression: Disabled 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.prefix_extractor: nullptr 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.num_levels: 7 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-22T20:40:12.599 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.window_bits: -14 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.level: 32767 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.strategy: 0 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.enabled: false 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.target_file_size_base: 67108864 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.target_file_size_multiplier: 1 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-22T20:40:12.600 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.arena_block_size: 1048576 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.disable_auto_compactions: 0 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-22T20:40:12.601 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.inplace_update_support: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.memtable_huge_page_size: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.bloom_locality: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.max_successive_merges: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.paranoid_file_checks: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.force_consistency_checks: 1 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.report_bg_io_stats: 0 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.ttl: 2592000 2026-02-22T20:40:12.602 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.enable_blob_files: false 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.min_blob_size: 0 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.blob_file_size: 268435456 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.blob_compression_type: NoCompression 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.blob_file_starting_level: 0 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 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-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9185a5d9-f78b-44b0-b388-216d36812c1e 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.603 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.526+0000 7f5f69297d80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.530+0000 7f5f69297d80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55befe440e00 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.530+0000 7f5f69297d80 4 rocksdb: DB pointer 0x55befe54c000 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.530+0000 7f5f60a21640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.530+0000 7f5f60a21640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.604 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.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-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55befe43da30#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-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2026-02-22T20:40:12.605 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr 2026-02-22T20:40:12.606 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.530+0000 7f5f69297d80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2026-02-22T20:40:12.606 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.530+0000 7f5f69297d80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2026-02-22T20:40:12.606 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph-mon: stderr debug 2026-02-22T20:40:12.530+0000 7f5f69297d80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2026-02-22T20:40:12.606 INFO:teuthology.orchestra.run.trial045.stdout:create mon.a on 2026-02-22T20:40:12.812 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2026-02-22T20:40:12.994 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-22T20:40:13.177 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target → /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target. 2026-02-22T20:40:13.177 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target → /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target. 2026-02-22T20:40:13.384 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a 2026-02-22T20:40:13.384 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service: Unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service not loaded. 2026-02-22T20:40:13.567 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460@.service. 2026-02-22T20:40:13.570 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:13 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:13.573 INFO:teuthology.orchestra.run.trial045.stdout:firewalld does not appear to be present 2026-02-22T20:40:13.573 INFO:teuthology.orchestra.run.trial045.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T20:40:13.573 INFO:teuthology.orchestra.run.trial045.stdout:Waiting for mon to start... 2026-02-22T20:40:13.573 INFO:teuthology.orchestra.run.trial045.stdout:Waiting for mon... 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout cluster: 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout id: a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout services: 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.0398241s) [leader: a] 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout data: 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-22T20:40:13.734 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-22T20:40:13.735 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-22T20:40:13.735 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout pgs: 2026-02-22T20:40:13.735 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:13.735 INFO:teuthology.orchestra.run.trial045.stdout:mon is available 2026-02-22T20:40:13.735 INFO:teuthology.orchestra.run.trial045.stdout:Assimilating anything we can from ceph.conf... 2026-02-22T20:40:13.856 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:13 trial045 systemd[1]: Started Ceph mon.a for a4da7610-102e-11f1-8723-d404e6e7d460. 2026-02-22T20:40:13.856 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:13 trial045 bash[12867]: cluster 2026-02-22T20:40:13.664216+0000 mon.a (mon.0) 0 : cluster [INF] mkfs a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:13.856 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:13 trial045 bash[12867]: cluster 2026-02-22T20:40:13.664216+0000 mon.a (mon.0) 0 : cluster [INF] mkfs a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:13.856 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:13 trial045 bash[12867]: cluster 2026-02-22T20:40:13.660989+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T20:40:13.856 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:13 trial045 bash[12867]: cluster 2026-02-22T20:40:13.660989+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T20:40:13.896 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:13.896 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T20:40:13.896 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout fsid = a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:13.896 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T20:40:13.896 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.45:3300,v1:10.20.193.45:6789] 2026-02-22T20:40:13.896 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T20:40:13.896 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T20:40:13.897 INFO:teuthology.orchestra.run.trial045.stdout:Generating new minimal ceph.conf... 2026-02-22T20:40:14.063 INFO:teuthology.orchestra.run.trial045.stdout:Restarting the monitor... 2026-02-22T20:40:14.219 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 systemd[1]: Stopping Ceph mon.a for a4da7610-102e-11f1-8723-d404e6e7d460... 2026-02-22T20:40:14.219 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[12867]: debug 2026-02-22T20:40:14.110+0000 7fd8d071f640 -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-22T20:40:14.219 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[12867]: debug 2026-02-22T20:40:14.110+0000 7fd8d071f640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T20:40:14.273 INFO:teuthology.orchestra.run.trial045.stdout:Setting public_network to 10.20.192.13/32,10.20.192.11/32,10.20.192.0/20,10.20.192.1/32 in global config section 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13257]: ceph-a4da7610-102e-11f1-8723-d404e6e7d460-mon-a 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 systemd[1]: ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 systemd[1]: Stopped Ceph mon.a for a4da7610-102e-11f1-8723-d404e6e7d460. 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 systemd[1]: Started Ceph mon.a for a4da7610-102e-11f1-8723-d404e6e7d460. 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.346+0000 7f05f03dbd80 0 set uid:gid to 167:167 (ceph:ceph) 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.346+0000 7f05f03dbd80 0 ceph version 20.2.0-794-ga5c3084f (a5c3084f688b1f6eff223b8d259a8316f9844c8e) tentacle (stable - RelWithDebInfo), process ceph-mon, pid 7 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.346+0000 7f05f03dbd80 0 pidfile_write: ignore empty --pid-file 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 0 load: jerasure load: lrc 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: RocksDB version: 7.9.2 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Git sha 0 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Compile date 2026-02-22 16:57:58 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: DB SUMMARY 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: DB Session ID: DTSBUHA4OVHKPJO2QLOK 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: CURRENT file: CURRENT 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: IDENTITY file: IDENTITY 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76513 ; 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.error_if_exists: 0 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.create_if_missing: 0 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.paranoid_checks: 1 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.flush_verify_memtable_count: 1 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.env: 0x558ee88c14c0 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.fs: PosixFileSystem 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.info_log: 0x558efcec3f80 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_file_opening_threads: 16 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.statistics: (nil) 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.use_fsync: 0 2026-02-22T20:40:14.606 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_log_file_size: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.log_file_time_to_roll: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.keep_log_file_num: 1000 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.recycle_log_file_num: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.allow_fallocate: 1 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.allow_mmap_reads: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.allow_mmap_writes: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.use_direct_reads: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.create_missing_column_families: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.db_log_dir: 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.wal_dir: 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.table_cache_numshardbits: 6 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.WAL_ttl_seconds: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.WAL_size_limit_MB: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.is_fd_close_on_exec: 1 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.advise_random_on_open: 1 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.db_write_buffer_size: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.write_buffer_manager: 0x558efcec6140 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.use_adaptive_mutex: 0 2026-02-22T20:40:14.607 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.rate_limiter: (nil) 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.wal_recovery_mode: 2 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.enable_thread_tracking: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.enable_pipelined_write: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.unordered_write: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.row_cache: None 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.wal_filter: None 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.allow_ingest_behind: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.two_write_queues: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.manual_wal_flush: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.wal_compression: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.atomic_flush: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.persist_stats_to_disk: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.write_dbid_to_manifest: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.log_readahead_size: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.best_efforts_recovery: 0 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-22T20:40:14.608 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.allow_data_in_errors: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.db_host_id: __hostname__ 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.enforce_single_del_contracts: true 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_background_jobs: 2 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_background_compactions: -1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_subcompactions: 1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.delayed_write_rate : 16777216 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_total_wal_size: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.stats_dump_period_sec: 600 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.stats_persist_period_sec: 600 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_open_files: -1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bytes_per_sync: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.wal_bytes_per_sync: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.strict_bytes_per_sync: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_readahead_size: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_background_flushes: -1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Compression algorithms supported: 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kZSTD supported: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kXpressCompression supported: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kBZip2Compression supported: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kLZ4Compression supported: 1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kZlibCompression supported: 1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kLZ4HCCompression supported: 1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: kSnappyCompression supported: 1 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Fast CRC32 supported: Supported on x86 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: DMutex implementation: pthread_mutex_t 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.merge_operator: 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_filter: None 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_filter_factory: None 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.sst_partitioner_factory: None 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.memtable_factory: SkipListFactory 2026-02-22T20:40:14.609 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.table_factory: BlockBasedTable 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558efcec2640) 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cache_index_and_filter_blocks: 1 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: pin_top_level_index_and_filter: 1 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: index_type: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: data_block_index_type: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: index_shortening: 1 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: data_block_hash_table_util_ratio: 0.750000 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: checksum: 4 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: no_block_cache: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_cache: 0x558efcee3b90 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_cache_name: BinnedLRUCache 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_cache_options: 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: capacity : 536870912 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: num_shard_bits : 4 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: strict_capacity_limit : 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: high_pri_pool_ratio: 0.000 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_cache_compressed: (nil) 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: persistent_cache: (nil) 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_size: 4096 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_size_deviation: 10 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_restart_interval: 16 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: index_block_restart_interval: 1 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: metadata_block_size: 4096 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: partition_filters: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: use_delta_encoding: 1 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: filter_policy: bloomfilter 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: whole_key_filtering: 1 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: verify_compression: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: read_amp_bytes_per_bit: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: format_version: 5 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: enable_index_compression: 1 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: block_align: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: max_auto_readahead_size: 262144 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: prepopulate_block_cache: 0 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: initial_auto_readahead_size: 8192 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: num_file_reads_for_auto_readahead: 2 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.write_buffer_size: 33554432 2026-02-22T20:40:14.610 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_write_buffer_number: 2 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression: NoCompression 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression: Disabled 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.prefix_extractor: nullptr 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.num_levels: 7 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.window_bits: -14 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.level: 32767 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.strategy: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.enabled: false 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.target_file_size_base: 67108864 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.target_file_size_multiplier: 1 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-22T20:40:14.611 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.arena_block_size: 1048576 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.disable_auto_compactions: 0 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-22T20:40:14.612 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.inplace_update_support: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.inplace_update_num_locks: 10000 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.memtable_huge_page_size: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.bloom_locality: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.max_successive_merges: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.optimize_filters_for_hits: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.paranoid_file_checks: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.force_consistency_checks: 1 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.report_bg_io_stats: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.ttl: 2592000 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.periodic_compaction_seconds: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.enable_blob_files: false 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.min_blob_size: 0 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.blob_file_size: 268435456 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.blob_compression_type: NoCompression 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.enable_blob_garbage_collection: false 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-22T20:40:14.613 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.blob_file_starting_level: 0 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 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-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9185a5d9-f78b-44b0-b388-216d36812c1e 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771792814352644, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771792814353340, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73605, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71880, "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": 66294, "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": 1771792814, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9185a5d9-f78b-44b0-b388-216d36812c1e", "db_session_id": "DTSBUHA4OVHKPJO2QLOK", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1771792814353405, "job": 1, "event": "recovery_finished"} 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 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-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558efcee6e00 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05f03dbd80 4 rocksdb: DB pointer 0x558efdcd8000 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05e6182640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.350+0000 7f05e6182640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: ** DB Stats ** 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: 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-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: 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-22T20:40:14.614 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: ** Compaction Stats [default] ** 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: 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-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: L0 2/0 73.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Sum 2/0 73.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: ** Compaction Stats [default] ** 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: 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-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 140.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Uptime(secs): 0.0 total, 0.0 interval 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Flush(GB): cumulative 0.000, interval 0.000 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: AddFile(Total Files): cumulative 0, interval 0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: AddFile(L0 Files): cumulative 0, interval 0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: AddFile(Keys): cumulative 0, interval 0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Cumulative compaction: 0.00 GB write, 29.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Interval compaction: 0.00 GB write, 29.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: 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-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Block cache BinnedLRUCache@0x558efcee3b90#7 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: ** File Read Latency Histogram By Level [default] ** 2026-02-22T20:40:14.615 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 0 starting mon.a rank 0 at public addrs [v2:10.20.193.45:3300/0,v1:10.20.193.45:6789/0] at bind addrs [v2:10.20.193.45:3300/0,v1:10.20.193.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 1 mon.a@-1(???) e1 preinit fsid a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 0 mon.a@-1(???).mds e1 new map 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 0 mon.a@-1(???).mds e1 print_map 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: e1 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: btime 2026-02-22T20:40:13:663949+0000 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: enable_multiple, ever_enabled_multiple: 1,1 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: 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-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: legacy client fscid: -1 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: No filesystems configured 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: debug 2026-02-22T20:40:14.354+0000 7f05f03dbd80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.378970+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.378970+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379002+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379002+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379008+0000 mon.a (mon.0) 3 : cluster [DBG] fsid a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379008+0000 mon.a (mon.0) 3 : cluster [DBG] fsid a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379011+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2026-02-22T20:40:12.432896+0000 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379011+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2026-02-22T20:40:12.432896+0000 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379018+0000 mon.a (mon.0) 5 : cluster [DBG] created 2026-02-22T20:40:12.432896+0000 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379018+0000 mon.a (mon.0) 5 : cluster [DBG] created 2026-02-22T20:40:12.432896+0000 2026-02-22T20:40:14.616 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379024+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379024+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 20 (tentacle) 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379030+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379030+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379043+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:10.20.193.45:3300/0,v1:10.20.193.45:6789/0] mon.a 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379043+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:10.20.193.45:3300/0,v1:10.20.193.45:6789/0] mon.a 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379411+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379411+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379425+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379425+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379634+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-02-22T20:40:14.617 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 bash[13372]: cluster 2026-02-22T20:40:14.379634+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2026-02-22T20:40:14.642 INFO:teuthology.orchestra.run.trial045.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-22T20:40:14.642 INFO:teuthology.orchestra.run.trial045.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-22T20:40:14.642 INFO:teuthology.orchestra.run.trial045.stdout:Creating mgr... 2026-02-22T20:40:14.643 INFO:teuthology.orchestra.run.trial045.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-22T20:40:14.643 INFO:teuthology.orchestra.run.trial045.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-22T20:40:14.870 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mgr.a 2026-02-22T20:40:14.871 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mgr.a.service: Unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mgr.a.service not loaded. 2026-02-22T20:40:14.874 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:14.875 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:14 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:15.056 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460@.service. 2026-02-22T20:40:15.062 INFO:teuthology.orchestra.run.trial045.stdout:firewalld does not appear to be present 2026-02-22T20:40:15.062 INFO:teuthology.orchestra.run.trial045.stdout:Not possible to enable service . firewalld.service is not available 2026-02-22T20:40:15.062 INFO:teuthology.orchestra.run.trial045.stdout:firewalld does not appear to be present 2026-02-22T20:40:15.062 INFO:teuthology.orchestra.run.trial045.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-22T20:40:15.062 INFO:teuthology.orchestra.run.trial045.stdout:Waiting for mgr to start... 2026-02-22T20:40:15.062 INFO:teuthology.orchestra.run.trial045.stdout:Waiting for mgr... 2026-02-22T20:40:15.165 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:14 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:15.165 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:15.165 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 systemd[1]: Started Ceph mgr.a for a4da7610-102e-11f1-8723-d404e6e7d460. 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "fsid": "a4da7610-102e-11f1-8723-d404e6e7d460", 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 0 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T20:40:15.220 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T20:40:13:663949+0000", 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-22T20:40:15.221 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T20:40:13.664497+0000", 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:40:15.222 INFO:teuthology.orchestra.run.trial045.stdout:mgr not available, waiting (1/15)... 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.162+0000 7fdc90777100 -1 mgr[py] Loading module balancer in main interpreter 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.194+0000 7fdc90777100 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.198+0000 7fdc90777100 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.202+0000 7fdc90777100 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.242+0000 7fdc90777100 -1 mgr[py] Loading module smb in main interpreter 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.318+0000 7fdc90777100 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.322+0000 7fdc90777100 -1 mgr[py] Loading module status in main interpreter 2026-02-22T20:40:15.549 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.322+0000 7fdc90777100 -1 mgr[py] Loading module nfs in main interpreter 2026-02-22T20:40:15.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.330+0000 7fdc90777100 -1 mgr[py] Loading module localpool in main interpreter 2026-02-22T20:40:15.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.330+0000 7fdc90777100 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-22T20:40:15.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.390+0000 7fdc90777100 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-22T20:40:15.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.546+0000 7fdc90777100 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13372]: audit 2026-02-22T20:40:14.611895+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 10.20.193.45:0/1304196857' entity='client.admin' 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13372]: audit 2026-02-22T20:40:14.611895+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 10.20.193.45:0/1304196857' entity='client.admin' 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13372]: audit 2026-02-22T20:40:15.188471+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 10.20.193.45:0/275105708' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13372]: audit 2026-02-22T20:40:15.188471+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 10.20.193.45:0/275105708' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.546+0000 7fdc90777100 -1 mgr[py] Loading module stats in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.550+0000 7fdc90777100 -1 mgr[py] Loading module insights in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.550+0000 7fdc90777100 -1 mgr[py] Loading module crash in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.550+0000 7fdc90777100 -1 mgr[py] Loading module selftest in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.554+0000 7fdc90777100 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.558+0000 7fdc90777100 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.562+0000 7fdc90777100 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.574+0000 7fdc90777100 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.582+0000 7fdc90777100 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-22T20:40:15.819 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.582+0000 7fdc90777100 -1 mgr[py] Loading module rook in main interpreter 2026-02-22T20:40:15.820 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.686+0000 7fdc90777100 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-22T20:40:15.820 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.814+0000 7fdc90777100 -1 mgr[py] Loading module influx in main interpreter 2026-02-22T20:40:16.105 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.818+0000 7fdc90777100 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-22T20:40:16.105 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.822+0000 7fdc90777100 -1 mgr[py] Loading module alerts in main interpreter 2026-02-22T20:40:16.106 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.822+0000 7fdc90777100 -1 mgr[py] Loading module volumes in main interpreter 2026-02-22T20:40:16.106 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.846+0000 7fdc90777100 -1 mgr[py] Loading module rgw in main interpreter 2026-02-22T20:40:16.106 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.846+0000 7fdc90777100 -1 mgr[py] Loading module iostat in main interpreter 2026-02-22T20:40:16.106 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.850+0000 7fdc90777100 -1 mgr[py] Loading module progress in main interpreter 2026-02-22T20:40:16.106 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.850+0000 7fdc90777100 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-22T20:40:16.106 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.854+0000 7fdc90777100 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-22T20:40:16.106 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:15 trial045 bash[13662]: debug 2026-02-22T20:40:15.918+0000 7fdc90777100 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-22T20:40:17.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: cluster 2026-02-22T20:40:15.943499+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon a 2026-02-22T20:40:17.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: cluster 2026-02-22T20:40:15.943499+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon a 2026-02-22T20:40:17.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: cluster 2026-02-22T20:40:15.945998+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00269948s) 2026-02-22T20:40:17.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: cluster 2026-02-22T20:40:15.945998+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00269948s) 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947098+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947098+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947217+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947217+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947322+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947322+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947439+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947439+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T20:40:17.107 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947669+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.947669+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: cluster 2026-02-22T20:40:15.951735+0000 mon.a (mon.0) 21 : cluster [INF] Manager daemon a is now available 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: cluster 2026-02-22T20:40:15.951735+0000 mon.a (mon.0) 21 : cluster [INF] Manager daemon a is now available 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.957366+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.957366+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.958141+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.958141+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.959228+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.959228+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.959319+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.959319+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T20:40:17.108 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.960217+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' 2026-02-22T20:40:17.109 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:16 trial045 bash[13372]: audit 2026-02-22T20:40:15.960217+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 10.20.193.45:0/1507206365' entity='mgr.a' 2026-02-22T20:40:17.503 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:17.503 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:40:17.503 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "fsid": "a4da7610-102e-11f1-8723-d404e6e7d460", 2026-02-22T20:40:17.503 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "health": { 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 0 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "a" 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-22T20:40:17.504 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "btime": "2026-02-22T20:40:13:663949+0000", 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-22T20:40:17.505 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout ], 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "modified": "2026-02-22T20:40:13.664497+0000", 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout }, 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:40:17.506 INFO:teuthology.orchestra.run.trial045.stdout:mgr is available 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout [global] 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout fsid = a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.45:3300,v1:10.20.193.45:6789] 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-22T20:40:17.748 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout [osd] 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-22T20:40:17.749 INFO:teuthology.orchestra.run.trial045.stdout:Enabling cephadm module... 2026-02-22T20:40:18.105 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: cluster 2026-02-22T20:40:16.949323+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: a(active, since 1.00602s) 2026-02-22T20:40:18.105 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: cluster 2026-02-22T20:40:16.949323+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: a(active, since 1.00602s) 2026-02-22T20:40:18.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: audit 2026-02-22T20:40:17.471122+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 10.20.193.45:0/1982535151' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T20:40:18.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: audit 2026-02-22T20:40:17.471122+0000 mon.a (mon.0) 28 : audit [DBG] from='client.? 10.20.193.45:0/1982535151' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-22T20:40:18.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: audit 2026-02-22T20:40:17.713574+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 10.20.193.45:0/2084225983' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-22T20:40:18.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: audit 2026-02-22T20:40:17.713574+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 10.20.193.45:0/2084225983' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-22T20:40:18.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: audit 2026-02-22T20:40:17.715746+0000 mon.a (mon.0) 30 : audit [INF] from='client.? 10.20.193.45:0/2084225983' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-22T20:40:18.106 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:17 trial045 bash[13372]: audit 2026-02-22T20:40:17.715746+0000 mon.a (mon.0) 30 : audit [INF] from='client.? 10.20.193.45:0/2084225983' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-22T20:40:19.224 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:18 trial045 bash[13372]: audit 2026-02-22T20:40:17.982701+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 10.20.193.45:0/2339971165' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-22T20:40:19.224 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:18 trial045 bash[13372]: audit 2026-02-22T20:40:17.982701+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 10.20.193.45:0/2339971165' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-22T20:40:19.224 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:18 trial045 bash[13662]: ignoring --setuser ceph since I am not root 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:18 trial045 bash[13662]: ignoring --setgroup ceph since I am not root 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.002+0000 7fb53e593100 -1 mgr[py] Loading module balancer in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.038+0000 7fb53e593100 -1 mgr[py] Loading module telegraf in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.038+0000 7fb53e593100 -1 mgr[py] Loading module osd_perf_query in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.042+0000 7fb53e593100 -1 mgr[py] Loading module telemetry in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.082+0000 7fb53e593100 -1 mgr[py] Loading module smb in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.162+0000 7fb53e593100 -1 mgr[py] Loading module test_orchestrator in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.162+0000 7fb53e593100 -1 mgr[py] Loading module status in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.162+0000 7fb53e593100 -1 mgr[py] Loading module nfs in main interpreter 2026-02-22T20:40:19.225 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.170+0000 7fb53e593100 -1 mgr[py] Loading module localpool in main interpreter 2026-02-22T20:40:19.226 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.170+0000 7fb53e593100 -1 mgr[py] Loading module prometheus in main interpreter 2026-02-22T20:40:19.246 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:40:19.247 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "epoch": 4, 2026-02-22T20:40:19.247 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-22T20:40:19.247 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-22T20:40:19.247 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-22T20:40:19.247 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:40:19.247 INFO:teuthology.orchestra.run.trial045.stdout:Waiting for the mgr to restart... 2026-02-22T20:40:19.247 INFO:teuthology.orchestra.run.trial045.stdout:Waiting for mgr epoch 4... 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.230+0000 7fb53e593100 -1 mgr[py] Loading module cephadm in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.378+0000 7fb53e593100 -1 mgr[py] Loading module osd_support in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.382+0000 7fb53e593100 -1 mgr[py] Loading module stats in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.382+0000 7fb53e593100 -1 mgr[py] Loading module insights in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.386+0000 7fb53e593100 -1 mgr[py] Loading module crash in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.386+0000 7fb53e593100 -1 mgr[py] Loading module selftest in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.390+0000 7fb53e593100 -1 mgr[py] Loading module snap_schedule in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.394+0000 7fb53e593100 -1 mgr[py] Loading module mds_autoscaler in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.394+0000 7fb53e593100 -1 mgr[py] Loading module rbd_support in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.406+0000 7fb53e593100 -1 mgr[py] Loading module mirroring in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.414+0000 7fb53e593100 -1 mgr[py] Loading module orchestrator in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.414+0000 7fb53e593100 -1 mgr[py] Loading module rook in main interpreter 2026-02-22T20:40:19.519 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.514+0000 7fb53e593100 -1 mgr[py] Loading module dashboard in main interpreter 2026-02-22T20:40:19.855 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.642+0000 7fb53e593100 -1 mgr[py] Loading module influx in main interpreter 2026-02-22T20:40:19.855 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.642+0000 7fb53e593100 -1 mgr[py] Loading module k8sevents in main interpreter 2026-02-22T20:40:19.855 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.646+0000 7fb53e593100 -1 mgr[py] Loading module alerts in main interpreter 2026-02-22T20:40:19.855 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.646+0000 7fb53e593100 -1 mgr[py] Loading module volumes in main interpreter 2026-02-22T20:40:19.855 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.670+0000 7fb53e593100 -1 mgr[py] Loading module rgw in main interpreter 2026-02-22T20:40:19.855 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.674+0000 7fb53e593100 -1 mgr[py] Loading module iostat in main interpreter 2026-02-22T20:40:19.855 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.674+0000 7fb53e593100 -1 mgr[py] Loading module progress in main interpreter 2026-02-22T20:40:19.856 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.674+0000 7fb53e593100 -1 mgr[py] Loading module devicehealth in main interpreter 2026-02-22T20:40:19.856 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.678+0000 7fb53e593100 -1 mgr[py] Loading module diskprediction_local in main interpreter 2026-02-22T20:40:19.856 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13662]: debug 2026-02-22T20:40:19.738+0000 7fb53e593100 -1 mgr[py] Loading module pg_autoscaler in main interpreter 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:18.949488+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 10.20.193.45:0/2339971165' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:18.949488+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 10.20.193.45:0/2339971165' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:18.951090+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:18.951090+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.215712+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 10.20.193.45:0/2676048932' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.215712+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 10.20.193.45:0/2676048932' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.763304+0000 mon.a (mon.0) 35 : cluster [INF] Active manager daemon a restarted 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.763304+0000 mon.a (mon.0) 35 : cluster [INF] Active manager daemon a restarted 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.763558+0000 mon.a (mon.0) 36 : cluster [INF] Activating manager daemon a 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.763558+0000 mon.a (mon.0) 36 : cluster [INF] Activating manager daemon a 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.766690+0000 mon.a (mon.0) 37 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.766690+0000 mon.a (mon.0) 37 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.766762+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e5: a(active, starting, since 0.0033067s) 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.766762+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e5: a(active, starting, since 0.0033067s) 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.767236+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.767236+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.767789+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.767789+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.768504+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.768504+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.768580+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.768580+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.768643+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: audit 2026-02-22T20:40:19.768643+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.792175+0000 mon.a (mon.0) 44 : cluster [INF] Manager daemon a is now available 2026-02-22T20:40:20.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:19 trial045 bash[13372]: cluster 2026-02-22T20:40:19.792175+0000 mon.a (mon.0) 44 : cluster [INF] Manager daemon a is now available 2026-02-22T20:40:20.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout { 2026-02-22T20:40:20.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 6, 2026-02-22T20:40:20.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-22T20:40:20.849 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout } 2026-02-22T20:40:20.849 INFO:teuthology.orchestra.run.trial045.stdout:mgr epoch 4 is available 2026-02-22T20:40:20.849 INFO:teuthology.orchestra.run.trial045.stdout:Verifying orchestrator module is enabled... 2026-02-22T20:40:21.072 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:20 trial045 bash[13662]: Client ('10.20.193.45', 60984) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-22T20:40:21.355 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.072177+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.355 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.072177+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.074021+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.074021+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.075580+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.075580+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.077432+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.077432+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.079987+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.079987+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.081373+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.081373+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.085990+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.085990+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.087587+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.087587+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.573025+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.573025+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.574887+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: audit 2026-02-22T20:40:20.574887+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: cluster 2026-02-22T20:40:20.768339+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e6: a(active, since 1.00487s) 2026-02-22T20:40:21.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:21 trial045 bash[13372]: cluster 2026-02-22T20:40:20.768339+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e6: a(active, since 1.00487s) 2026-02-22T20:40:22.112 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-22T20:40:22.112 INFO:teuthology.orchestra.run.trial045.stdout:Setting orchestrator backend to cephadm... 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.792863+0000 mgr.a (mgr.14116) 1 : cephadm [INF] Optimize plan auto_2026-02-22_20:40:19 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.792863+0000 mgr.a (mgr.14116) 1 : cephadm [INF] Optimize plan auto_2026-02-22_20:40:19 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.792907+0000 mgr.a (mgr.14116) 2 : cephadm [INF] Mode upmap, max misplaced 0.050000 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.792907+0000 mgr.a (mgr.14116) 2 : cephadm [INF] Mode upmap, max misplaced 0.050000 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.792964+0000 mgr.a (mgr.14116) 3 : cephadm [INF] do_upmap 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.792964+0000 mgr.a (mgr.14116) 3 : cephadm [INF] do_upmap 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.793048+0000 mgr.a (mgr.14116) 4 : cephadm [INF] No pools available 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:19.793048+0000 mgr.a (mgr.14116) 4 : cephadm [INF] No pools available 2026-02-22T20:40:22.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:20.074248+0000 mgr.a (mgr.14116) 5 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:20.074248+0000 mgr.a (mgr.14116) 5 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:20.075716+0000 mgr.a (mgr.14116) 6 : cephadm [INF] running migrations 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: cephadm 2026-02-22T20:40:20.075716+0000 mgr.a (mgr.14116) 6 : cephadm [INF] running migrations 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: audit 2026-02-22T20:40:20.767930+0000 mgr.a (mgr.14116) 7 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: audit 2026-02-22T20:40:20.767930+0000 mgr.a (mgr.14116) 7 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: audit 2026-02-22T20:40:20.771635+0000 mgr.a (mgr.14116) 8 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: audit 2026-02-22T20:40:20.771635+0000 mgr.a (mgr.14116) 8 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: audit 2026-02-22T20:40:21.083274+0000 mon.a (mon.0) 56 : audit [INF] from='client.? 10.20.193.45:0/1911353788' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-22T20:40:22.357 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13372]: audit 2026-02-22T20:40:21.083274+0000 mon.a (mon.0) 56 : audit [INF] from='client.? 10.20.193.45:0/1911353788' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-22T20:40:22.654 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-22T20:40:22.655 INFO:teuthology.orchestra.run.trial045.stdout:Generating ssh key... 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: Generating public/private ed25519 key pair. 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: Your identification has been saved in /tmp/tmp8hyr3sz7/key 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: Your public key has been saved in /tmp/tmp8hyr3sz7/key.pub 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: The key fingerprint is: 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: SHA256:NtLuwwvG9YCu/LHasWsiPb+2vhbL4XjtrUBEQcArNVE ceph-a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: The key's randomart image is: 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: +--[ED25519 256]--+ 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | .o=E. | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | +. | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | . o. | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | . .. o | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | . + S | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | +o= + | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | . +O*. . | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | ..=+OO+. | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: | .+%%*=+. | 2026-02-22T20:40:22.999 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:22 trial045 bash[13662]: +----[SHA256]-----+ 2026-02-22T20:40:23.203 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM8Rchvz+J0ShNPjoMCv5PMApoFo0Kdi4lNTj/Yu+qIM ceph-a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:23.203 INFO:teuthology.orchestra.run.trial045.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:40:23.203 INFO:teuthology.orchestra.run.trial045.stdout:Adding key to root@localhost authorized_keys... 2026-02-22T20:40:23.203 INFO:teuthology.orchestra.run.trial045.stdout:Adding host trial045... 2026-02-22T20:40:23.355 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.075297+0000 mon.a (mon.0) 57 : audit [INF] from='client.? 10.20.193.45:0/1911353788' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-22T20:40:23.355 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.075297+0000 mon.a (mon.0) 57 : audit [INF] from='client.? 10.20.193.45:0/1911353788' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: cluster 2026-02-22T20:40:22.077057+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 2s) 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: cluster 2026-02-22T20:40:22.077057+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 2s) 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.378022+0000 mgr.a (mgr.14116) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.378022+0000 mgr.a (mgr.14116) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.381484+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.381484+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.387647+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.387647+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.624208+0000 mgr.a (mgr.14116) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.624208+0000 mgr.a (mgr.14116) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.865935+0000 mgr.a (mgr.14116) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.865935+0000 mgr.a (mgr.14116) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.879524+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.879524+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.881082+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:23.356 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:23 trial045 bash[13372]: audit 2026-02-22T20:40:22.881082+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14116 10.20.193.45:0/3728644965' entity='mgr.a' 2026-02-22T20:40:24.354 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:24 trial045 bash[13372]: audit 2026-02-22T20:40:23.169737+0000 mgr.a (mgr.14116) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:24.354 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:24 trial045 bash[13372]: audit 2026-02-22T20:40:23.169737+0000 mgr.a (mgr.14116) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:24.355 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:24 trial045 bash[13372]: audit 2026-02-22T20:40:23.413309+0000 mgr.a (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial045", "addr": "10.20.193.45", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:24.355 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:24 trial045 bash[13372]: audit 2026-02-22T20:40:23.413309+0000 mgr.a (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial045", "addr": "10.20.193.45", "target": ["mon-mgr", ""]}]: dispatch 2026-02-22T20:40:25.405 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout Added host 'trial045' with addr '10.20.193.45' 2026-02-22T20:40:25.405 INFO:teuthology.orchestra.run.trial045.stdout:Deploying unmanaged mon service... 2026-02-22T20:40:25.654 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-22T20:40:25.654 INFO:teuthology.orchestra.run.trial045.stdout:Deploying unmanaged mgr service... 2026-02-22T20:40:25.883 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: debug 2026-02-22T20:40:25.866+0000 7fb451285640 -1 mgr dispatch_remote Failed to deserialize (pickle.loads) args: Traceback (most recent call last): 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: debug 2026-02-22T20:40:25.866+0000 7fb451285640 -1 Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: debug 2026-02-22T20:40:25.870+0000 7fb451285640 -1 mgr handle_command module 'orchestrator' command handler threw exception: Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: debug 2026-02-22T20:40:25.870+0000 7fb451285640 -1 mgr.server reply reply (22) Invalid argument Traceback (most recent call last): 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/mgr_module.py", line 1975, in _handle_command 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: return self.CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) # type: ignore[attr-defined] 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/mgr_module.py", line 533, in call 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: return self.func(mgr, **kwargs) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/orchestrator/cli.py", line 18, in wrapper 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: return func(*args, **kwargs) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/orchestrator/module.py", line 1903, in apply_misc 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: cmd_result = self._apply_misc(specs, dry_run, format, no_overwrite, continue_on_error) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/orchestrator/module.py", line 1918, in _apply_misc 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: completion = self.apply(specs, no_overwrite, continue_on_error) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1835, in inner 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: completion = self._oremote(method_name, args, kwargs) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1906, in _oremote 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: return mgr.remote(o, meth, *args, **kwargs) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/usr/share/ceph/mgr/mgr_module.py", line 2557, in remote 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: return self._ceph_dispatch_remote(module_name, method_name, 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: RuntimeError: Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: sub_cls: Any = cls._cls(service_type) 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:40:25.884 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:40:25.885 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13662]: ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:40:25.900 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 22 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:a5c3084f688b1f6eff223b8d259a8316f9844c8e -e NODE_NAME=trial045 -v /var/log/ceph/a4da7610-102e-11f1-8723-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpjwxrwy6g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpyl9s5awe:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T20:40:25.900 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr Error EINVAL: Traceback (most recent call last): 2026-02-22T20:40:25.900 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 1975, in _handle_command 2026-02-22T20:40:25.900 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr return self.CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) # type: ignore[attr-defined] 2026-02-22T20:40:25.900 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 533, in call 2026-02-22T20:40:25.900 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr return self.func(mgr, **kwargs) 2026-02-22T20:40:25.900 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/cli.py", line 18, in wrapper 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr return func(*args, **kwargs) 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/module.py", line 1903, in apply_misc 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr cmd_result = self._apply_misc(specs, dry_run, format, no_overwrite, continue_on_error) 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/module.py", line 1918, in _apply_misc 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr completion = self.apply(specs, no_overwrite, continue_on_error) 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1835, in inner 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr completion = self._oremote(method_name, args, kwargs) 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1906, in _oremote 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr return mgr.remote(o, meth, *args, **kwargs) 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/usr/share/ceph/mgr/mgr_module.py", line 2557, in remote 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr return self._ceph_dispatch_remote(module_name, method_name, 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr RuntimeError: Remote method threw exception: Traceback (most recent call last): 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 935, in __new__ 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr sub_cls: Any = cls._cls(service_type) 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr File "/lib/python3.9/site-packages/ceph/deployment/service_spec.py", line 920, in _cls 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr raise SpecValidationError('Spec needs a "service_type" key.') 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr ceph.deployment.hostspec.SpecValidationError: Spec needs a "service_type" key. 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr 2026-02-22T20:40:25.901 INFO:teuthology.orchestra.run.trial045.stdout:/usr/bin/ceph: stderr 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.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:a5c3084f688b1f6eff223b8d259a8316f9844c8e -e NODE_NAME=trial045 -v /var/log/ceph/a4da7610-102e-11f1-8723-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpjwxrwy6g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpyl9s5awe:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: *************** 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: *************** 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout: 2026-02-22T20:40:25.902 INFO:teuthology.orchestra.run.trial045.stdout:Deleting cluster with fsid: a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:26.184 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:25 trial045 systemd[1]: Stopping Ceph mon.a for a4da7610-102e-11f1-8723-d404e6e7d460... 2026-02-22T20:40:26.184 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13372]: debug 2026-02-22T20:40:25.938+0000 7f05ee993640 -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-22T20:40:26.184 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[13372]: debug 2026-02-22T20:40:25.938+0000 7f05ee993640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-22T20:40:26.184 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:25 trial045 bash[15965]: ceph-a4da7610-102e-11f1-8723-d404e6e7d460-mon-a 2026-02-22T20:40:26.184 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-22T20:40:26.184 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: Stopped Ceph mon.a for a4da7610-102e-11f1-8723-d404e6e7d460. 2026-02-22T20:40:26.256 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service. 2026-02-22T20:40:26.259 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 5 from systemctl stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service 2026-02-22T20:40:26.259 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service: Unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service not loaded. 2026-02-22T20:40:26.261 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service 2026-02-22T20:40:26.261 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service: Unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service not loaded. 2026-02-22T20:40:26.269 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl disable ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service 2026-02-22T20:40:26.269 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mon.a.service does not exist. 2026-02-22T20:40:26.549 INFO:journalctl@ceph.mon.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:26.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:26.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: Stopping Ceph mgr.a for a4da7610-102e-11f1-8723-d404e6e7d460... 2026-02-22T20:40:26.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 bash[13662]: debug 2026-02-22T20:40:26.314+0000 7fb53ad34640 -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-22T20:40:26.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 bash[13662]: debug 2026-02-22T20:40:26.314+0000 7fb53ad34640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-02-22T20:40:26.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 bash[16130]: ceph-a4da7610-102e-11f1-8723-d404e6e7d460-mgr-a 2026-02-22T20:40:26.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mgr.a.service: Deactivated successfully. 2026-02-22T20:40:26.550 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: Stopped Ceph mgr.a for a4da7610-102e-11f1-8723-d404e6e7d460. 2026-02-22T20:40:26.621 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mgr.a.service. 2026-02-22T20:40:26.624 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 5 from systemctl stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service 2026-02-22T20:40:26.624 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service: Unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-22T20:40:26.626 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service 2026-02-22T20:40:26.626 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service: Unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service not loaded. 2026-02-22T20:40:26.634 INFO:teuthology.orchestra.run.trial045.stdout:Non-zero exit code 1 from systemctl disable ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service 2026-02-22T20:40:26.634 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-a4da7610-102e-11f1-8723-d404e6e7d460-init@mgr.a.service does not exist. 2026-02-22T20:40:26.835 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target. 2026-02-22T20:40:26.836 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-a4da7610-102e-11f1-8723-d404e6e7d460.target. 2026-02-22T20:40:26.838 INFO:journalctl@ceph.mgr.a.trial045.stdout:Feb 22 20:40:26 trial045 systemd[1]: /etc/systemd/system/ceph-a4da7610-102e-11f1-8723-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-22T20:40:27.032 INFO:teuthology.orchestra.run.trial045.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2026-02-22T20:40:27.047 INFO:teuthology.orchestra.run.trial045.stderr:Traceback (most recent call last): 2026-02-22T20:40:27.047 INFO:teuthology.orchestra.run.trial045.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2026-02-22T20:40:27.047 INFO:teuthology.orchestra.run.trial045.stderr: return _run_code(code, main_globals, None, 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: exec(code, run_globals) 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 5296, in 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 5284, in main 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 2532, in _rollback 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 434, in _default_image 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 2785, in command_bootstrap 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 2244, in prepare_ssh 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 2711, in cli 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/cephadmlib/container_types.py", line 435, in run 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/cephadmlib/call_wrappers.py", line 310, in call_throws 2026-02-22T20:40:27.048 INFO:teuthology.orchestra.run.trial045.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:a5c3084f688b1f6eff223b8d259a8316f9844c8e -e NODE_NAME=trial045 -v /var/log/ceph/a4da7610-102e-11f1-8723-d404e6e7d460:/var/log/ceph:z -v /tmp/ceph-tmpjwxrwy6g:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpyl9s5awe:/etc/ceph/ceph.conf:z quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e orch apply mgr --unmanaged 2026-02-22T20:40:27.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:40:27.063 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-22T20:40:27.063 DEBUG:teuthology.orchestra.run.trial045:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a4da7610-102e-11f1-8723-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-22T20:40:27.150 INFO:teuthology.orchestra.run.trial045.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-22T20:40:27.151 INFO:teuthology.orchestra.run.trial045.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-22T20:40:27.329 INFO:teuthology.orchestra.run.trial045.stderr:Error initializing cluster client: ObjectNotFound('RADOS object not found (error calling conf_read_file)') 2026-02-22T20:40:27.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:40:27.367 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-22T20:40:27.368 DEBUG:teuthology.orchestra.run.trial045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:40:27.372 DEBUG:teuthology.orchestra.run.trial076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:40:27.378 DEBUG:teuthology.orchestra.run.trial154:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-22T20:40:27.383 INFO:tasks.cephadm:Stopping all daemons... 2026-02-22T20:40:27.383 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-22T20:40:27.383 DEBUG:teuthology.orchestra.run.trial045:> sudo systemctl stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a 2026-02-22T20:40:27.427 INFO:teuthology.orchestra.run.trial045.stderr:Failed to stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service: Unit ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a.service not loaded. 2026-02-22T20:40:27.428 DEBUG:teuthology.orchestra.run:got remote process result: 5 2026-02-22T20:40:27.428 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/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 trial045 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid a4da7610-102e-11f1-8723-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.45 --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_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 911, 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 trial045 with status 5: 'sudo systemctl stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a' 2026-02-22T20:40:27.430 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/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 trial045 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid a4da7610-102e-11f1-8723-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.45 --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_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 911, 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 trial045 with status 5: 'sudo systemctl stop ceph-a4da7610-102e-11f1-8723-d404e6e7d460@mon.a' 2026-02-22T20:40:27.431 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-22T20:40:27.432 DEBUG:teuthology.misc:Transferring archived files from trial045:/var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial045/crash 2026-02-22T20:40:27.433 DEBUG:teuthology.orchestra.run.trial045:> sudo tar c -f - -C /var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash -- . 2026-02-22T20:40:27.478 INFO:teuthology.orchestra.run.trial045.stderr:tar: /var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T20:40:27.478 INFO:teuthology.orchestra.run.trial045.stderr:tar: Error is not recoverable: exiting now 2026-02-22T20:40:27.480 DEBUG:teuthology.misc:Transferring archived files from trial076:/var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial076/crash 2026-02-22T20:40:27.481 DEBUG:teuthology.orchestra.run.trial076:> sudo tar c -f - -C /var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash -- . 2026-02-22T20:40:27.489 INFO:teuthology.orchestra.run.trial076.stderr:tar: /var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T20:40:27.490 INFO:teuthology.orchestra.run.trial076.stderr:tar: Error is not recoverable: exiting now 2026-02-22T20:40:27.491 DEBUG:teuthology.misc:Transferring archived files from trial154:/var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial154/crash 2026-02-22T20:40:27.492 DEBUG:teuthology.orchestra.run.trial154:> sudo tar c -f - -C /var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash -- . 2026-02-22T20:40:27.501 INFO:teuthology.orchestra.run.trial154.stderr:tar: /var/lib/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-22T20:40:27.501 INFO:teuthology.orchestra.run.trial154.stderr:tar: Error is not recoverable: exiting now 2026-02-22T20:40:27.502 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-22T20:40:27.502 DEBUG:teuthology.orchestra.run.trial045:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v MON_DOWN | grep -E -v POOL_APP_NOT_ENABLED | grep -E -v 'mon down' | grep -E -v 'mons down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-22T20:40:27.530 INFO:teuthology.orchestra.run.trial045.stderr:grep: /var/log/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/ceph.log: No such file or directory 2026-02-22T20:40:27.531 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2026-02-22T20:40:27.532 DEBUG:teuthology.orchestra.run.trial045:> sudo grep -E '\[SEC\]' /var/log/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v MON_DOWN | grep -E -v POOL_APP_NOT_ENABLED | grep -E -v 'mon down' | grep -E -v 'mons down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-22T20:40:27.583 INFO:teuthology.orchestra.run.trial045.stderr:grep: /var/log/ceph/a4da7610-102e-11f1-8723-d404e6e7d460/ceph.log: No such file or directory 2026-02-22T20:40:27.585 INFO:tasks.cephadm:Compressing logs... 2026-02-22T20:40:27.586 DEBUG:teuthology.orchestra.run.trial045:> 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-22T20:40:27.628 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-22T20:40:27.631 DEBUG:teuthology.orchestra.run.trial154:> 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-22T20:40:27.635 INFO:teuthology.orchestra.run.trial045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-22T20:40:27.636 INFO:teuthology.orchestra.run.trial045.stderr:: No such file or directory 2026-02-22T20:40:27.636 INFO:teuthology.orchestra.run.trial045.stderr:/var/log/ceph/cephadm.log: 62.5% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T20:40:27.637 INFO:teuthology.orchestra.run.trial045.stderr: 2026-02-22T20:40:27.637 INFO:teuthology.orchestra.run.trial045.stderr:real 0m0.007s 2026-02-22T20:40:27.637 INFO:teuthology.orchestra.run.trial045.stderr:user 0m0.006s 2026-02-22T20:40:27.638 INFO:teuthology.orchestra.run.trial045.stderr:sys 0m0.008s 2026-02-22T20:40:27.638 INFO:teuthology.orchestra.run.trial076.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-22T20:40:27.639 INFO:teuthology.orchestra.run.trial076.stderr:: No such file or directory 2026-02-22T20:40:27.639 INFO:teuthology.orchestra.run.trial076.stderr:/var/log/ceph/cephadm.log: 54.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T20:40:27.640 INFO:teuthology.orchestra.run.trial076.stderr: 2026-02-22T20:40:27.640 INFO:teuthology.orchestra.run.trial076.stderr:real 0m0.007s 2026-02-22T20:40:27.640 INFO:teuthology.orchestra.run.trial076.stderr:user 0m0.001s 2026-02-22T20:40:27.640 INFO:teuthology.orchestra.run.trial076.stderr:sys 0m0.012s 2026-02-22T20:40:27.641 INFO:teuthology.orchestra.run.trial154.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-22T20:40:27.641 INFO:teuthology.orchestra.run.trial154.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-22T20:40:27.642 INFO:teuthology.orchestra.run.trial154.stderr:/var/log/ceph/cephadm.log: 53.9% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-22T20:40:27.643 INFO:teuthology.orchestra.run.trial154.stderr: 2026-02-22T20:40:27.643 INFO:teuthology.orchestra.run.trial154.stderr:real 0m0.008s 2026-02-22T20:40:27.643 INFO:teuthology.orchestra.run.trial154.stderr:user 0m0.002s 2026-02-22T20:40:27.643 INFO:teuthology.orchestra.run.trial154.stderr:sys 0m0.011s 2026-02-22T20:40:27.644 INFO:tasks.cephadm:Archiving logs... 2026-02-22T20:40:27.644 DEBUG:teuthology.misc:Transferring archived files from trial045:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial045/log 2026-02-22T20:40:27.645 DEBUG:teuthology.orchestra.run.trial045:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T20:40:27.693 DEBUG:teuthology.misc:Transferring archived files from trial076:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial076/log 2026-02-22T20:40:27.694 DEBUG:teuthology.orchestra.run.trial076:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T20:40:27.702 DEBUG:teuthology.misc:Transferring archived files from trial154:/var/log/ceph to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial154/log 2026-02-22T20:40:27.703 DEBUG:teuthology.orchestra.run.trial154:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-22T20:40:27.712 INFO:tasks.cephadm:Removing cluster... 2026-02-22T20:40:27.713 DEBUG:teuthology.orchestra.run.trial045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a4da7610-102e-11f1-8723-d404e6e7d460 --force 2026-02-22T20:40:27.820 INFO:teuthology.orchestra.run.trial045.stdout:Deleting cluster with fsid: a4da7610-102e-11f1-8723-d404e6e7d460 2026-02-22T20:40:28.082 INFO:teuthology.orchestra.run.trial045.stderr:Traceback (most recent call last): 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: return _run_code(code, main_globals, None, 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: exec(code, run_globals) 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 5296, in 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 5284, in main 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 3981, in command_rm_cluster 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr: File "/tmp/tmphlh5vc7x.cephadm.build/app/__main__.py", line 4081, in _rm_cluster 2026-02-22T20:40:28.083 INFO:teuthology.orchestra.run.trial045.stderr:IsADirectoryError: [Errno 21] Is a directory: '/etc/ceph/ceph.conf' 2026-02-22T20:40:28.095 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:40:28.095 INFO:tasks.cephadm:Teardown complete 2026-02-22T20:40:28.096 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/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 trial045 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:a5c3084f688b1f6eff223b8d259a8316f9844c8e -v bootstrap --fsid a4da7610-102e-11f1-8723-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.45 --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_a5c3084f688b1f6eff223b8d259a8316f9844c8e/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_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 911, 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 trial045 with status 5: 'sudo systemctl stop ceph-a4da7610-102e-11f1-8723-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_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 2380, 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_a5c3084f688b1f6eff223b8d259a8316f9844c8e/qa/tasks/cephadm.py", line 232, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_a5c3084f688b1f6eff223b8d259a8316f9844c8e/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 trial045 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a4da7610-102e-11f1-8723-d404e6e7d460 --force' 2026-02-22T20:40:28.102 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-22T20:40:28.119 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-22T20:40:28.133 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-22T20:40:28.133 DEBUG:teuthology.orchestra.run.trial045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T20:40:28.136 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-22T20:40:28.138 DEBUG:teuthology.orchestra.run.trial154:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-22T20:40:28.314 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-22T20:40:28.325 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-22T20:40:28.326 DEBUG:teuthology.orchestra.run.trial045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:40:28.327 DEBUG:teuthology.orchestra.run.trial076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:40:28.329 DEBUG:teuthology.orchestra.run.trial154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-22T20:40:28.335 INFO:teuthology.orchestra.run.trial076.stdout: remote refid st t when poll reach delay offset jitter 2026-02-22T20:40:28.335 INFO:teuthology.orchestra.run.trial076.stdout:============================================================================== 2026-02-22T20:40:28.335 INFO:teuthology.orchestra.run.trial076.stdout: 149.28.61.105 ( 45.63.54.13 3 u 1 64 3 3.397 +1.008 1.147 2026-02-22T20:40:28.335 INFO:teuthology.orchestra.run.trial076.stdout: 144.202.66.214 198.46.254.130 3 u 64 64 1 44.071 +0.712 0.000 2026-02-22T20:40:28.335 INFO:teuthology.orchestra.run.trial076.stdout: time-usw2.crimp 132.163.96.3 2 u 61 64 1 69.983 +0.235 0.000 2026-02-22T20:40:28.335 INFO:teuthology.orchestra.run.trial076.stdout: 172-234-44-141. 81.104.22.229 2 u 64 64 1 8.291 -20.072 0.000 2026-02-22T20:40:28.347 INFO:teuthology.orchestra.run.trial045.stdout: remote refid st t when poll reach delay offset jitter 2026-02-22T20:40:28.347 INFO:teuthology.orchestra.run.trial045.stdout:============================================================================== 2026-02-22T20:40:28.347 INFO:teuthology.orchestra.run.trial045.stdout: 108.61.73.243 129.6.15.28 2 u 62 64 1 3.372 +0.526 0.000 2026-02-22T20:40:28.347 INFO:teuthology.orchestra.run.trial045.stdout: li1210-167.memb 132.163.96.2 2 u 64 64 1 69.167 +0.127 0.000 2026-02-22T20:40:28.347 INFO:teuthology.orchestra.run.trial045.stdout: 144.202.41.38 ( 99.28.14.242 2 u 65 64 1 33.835 -1.957 0.000 2026-02-22T20:40:28.348 INFO:teuthology.orchestra.run.trial045.stdout: chi2.us.ntp.li 204.9.54.119 2 u 61 64 1 19.698 +0.598 0.000 2026-02-22T20:40:28.385 INFO:teuthology.orchestra.run.trial154.stdout: remote refid st t when poll reach delay offset jitter 2026-02-22T20:40:28.386 INFO:teuthology.orchestra.run.trial154.stdout:============================================================================== 2026-02-22T20:40:28.386 INFO:teuthology.orchestra.run.trial154.stdout: 108.61.73.243 129.6.15.28 2 u 2 64 3 3.424 +0.708 0.881 2026-02-22T20:40:28.386 INFO:teuthology.orchestra.run.trial154.stdout: 144.202.66.214 198.46.254.130 3 u 62 64 1 45.195 +0.144 0.000 2026-02-22T20:40:28.386 INFO:teuthology.orchestra.run.trial154.stdout: 23-93-251-54.de .PPS. 1 u 62 64 1 68.616 -0.669 0.000 2026-02-22T20:40:28.386 INFO:teuthology.orchestra.run.trial154.stdout: ntp.maxhost.io 132.163.97.4 2 u 65 64 1 69.599 +0.497 0.000 2026-02-22T20:40:28.386 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-22T20:40:28.397 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-22T20:40:28.397 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-22T20:40:28.411 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-22T20:40:28.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-22T20:40:28.439 INFO:teuthology.task.internal:Duration was 229.515031 seconds 2026-02-22T20:40:28.439 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-22T20:40:28.458 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-22T20:40:28.458 DEBUG:teuthology.orchestra.run.trial045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T20:40:28.460 DEBUG:teuthology.orchestra.run.trial076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T20:40:28.462 DEBUG:teuthology.orchestra.run.trial154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-22T20:40:28.487 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-22T20:40:28.487 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial045.front.sepia.ceph.com 2026-02-22T20:40:28.487 DEBUG:teuthology.orchestra.run.trial045:> 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-22T20:40:28.529 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial076.front.sepia.ceph.com 2026-02-22T20:40:28.529 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-22T20:40:28.535 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial154.front.sepia.ceph.com 2026-02-22T20:40:28.536 DEBUG:teuthology.orchestra.run.trial154:> 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-22T20:40:28.542 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-22T20:40:28.542 DEBUG:teuthology.orchestra.run.trial045:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:40:28.576 DEBUG:teuthology.orchestra.run.trial076:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:40:28.578 DEBUG:teuthology.orchestra.run.trial154:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:40:28.797 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-22T20:40:28.797 DEBUG:teuthology.orchestra.run.trial045:> 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-22T20:40:28.799 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-22T20:40:28.800 DEBUG:teuthology.orchestra.run.trial154:> 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-22T20:40:28.806 INFO:teuthology.orchestra.run.trial045.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:40:28.807 INFO:teuthology.orchestra.run.trial045.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:40:28.807 INFO:teuthology.orchestra.run.trial045.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T20:40:28.807 INFO:teuthology.orchestra.run.trial045.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:40:28.807 INFO:teuthology.orchestra.run.trial045.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-22T20:40:28.808 INFO:teuthology.orchestra.run.trial076.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:40:28.808 INFO:teuthology.orchestra.run.trial076.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:40:28.809 INFO:teuthology.orchestra.run.trial154.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-22T20:40:28.809 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-22T20:40:28.809 INFO:teuthology.orchestra.run.trial076.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:40:28.809 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-22T20:40:28.810 INFO:teuthology.orchestra.run.trial154.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-22T20:40:28.810 INFO:teuthology.orchestra.run.trial154.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-22T20:40:28.810 INFO:teuthology.orchestra.run.trial154.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-22T20:40:28.810 INFO:teuthology.orchestra.run.trial154.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-22T20:40:28.877 INFO:teuthology.orchestra.run.trial045.stderr: 81.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T20:40:28.877 INFO:teuthology.orchestra.run.trial076.stderr: 81.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T20:40:28.880 INFO:teuthology.orchestra.run.trial154.stderr: 81.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-22T20:40:28.882 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-22T20:40:28.894 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-22T20:40:28.894 DEBUG:teuthology.orchestra.run.trial045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T20:40:28.926 DEBUG:teuthology.orchestra.run.trial076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T20:40:28.935 DEBUG:teuthology.orchestra.run.trial154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-22T20:40:28.944 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-22T20:40:28.958 DEBUG:teuthology.orchestra.run.trial045:> 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-22T20:40:28.967 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-22T20:40:28.974 INFO:teuthology.orchestra.run.trial045.stdout:kernel.core_pattern = core 2026-02-22T20:40:28.978 DEBUG:teuthology.orchestra.run.trial154:> 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-22T20:40:28.985 INFO:teuthology.orchestra.run.trial076.stdout:kernel.core_pattern = core 2026-02-22T20:40:28.993 INFO:teuthology.orchestra.run.trial154.stdout:kernel.core_pattern = core 2026-02-22T20:40:29.002 DEBUG:teuthology.orchestra.run.trial045:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T20:40:29.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:40:29.030 DEBUG:teuthology.orchestra.run.trial076:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T20:40:29.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:40:29.041 DEBUG:teuthology.orchestra.run.trial154:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-22T20:40:29.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:40:29.049 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-22T20:40:29.064 INFO:teuthology.task.internal:Transferring archived files... 2026-02-22T20:40:29.065 DEBUG:teuthology.misc:Transferring archived files from trial045:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial045 2026-02-22T20:40:29.065 DEBUG:teuthology.orchestra.run.trial045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T20:40:29.108 DEBUG:teuthology.misc:Transferring archived files from trial076:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial076 2026-02-22T20:40:29.109 DEBUG:teuthology.orchestra.run.trial076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T20:40:29.141 DEBUG:teuthology.misc:Transferring archived files from trial154:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/nmordech-2026-02-22_19:44:01-rados-wip-rocky10-branch-of-the-day-2026-02-22-1771776513-tentacle-distro-default-trial/64545/remote/trial154 2026-02-22T20:40:29.142 DEBUG:teuthology.orchestra.run.trial154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-22T20:40:29.174 INFO:teuthology.task.internal:Removing archive directory... 2026-02-22T20:40:29.174 DEBUG:teuthology.orchestra.run.trial045:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T20:40:29.176 DEBUG:teuthology.orchestra.run.trial076:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T20:40:29.177 DEBUG:teuthology.orchestra.run.trial154:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-22T20:40:29.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-22T20:40:29.220 INFO:teuthology.task.internal:Not uploading archives. 2026-02-22T20:40:29.220 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-22T20:40:29.234 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-22T20:40:29.234 DEBUG:teuthology.orchestra.run.trial045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T20:40:29.236 DEBUG:teuthology.orchestra.run.trial076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T20:40:29.237 DEBUG:teuthology.orchestra.run.trial154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-22T20:40:29.239 INFO:teuthology.orchestra.run.trial045.stdout: 1179659 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 20:40 /home/ubuntu/cephtest 2026-02-22T20:40:29.239 INFO:teuthology.orchestra.run.trial045.stdout: 1188744 1040 -rwxrwxr-x 1 ubuntu ubuntu 1063331 Feb 22 20:39 /home/ubuntu/cephtest/cephadm 2026-02-22T20:40:29.240 INFO:teuthology.orchestra.run.trial076.stdout: 1179659 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 20:40 /home/ubuntu/cephtest 2026-02-22T20:40:29.240 INFO:teuthology.orchestra.run.trial076.stdout: 1188744 1040 -rwxrwxr-x 1 ubuntu ubuntu 1063331 Feb 22 20:39 /home/ubuntu/cephtest/cephadm 2026-02-22T20:40:29.240 INFO:teuthology.orchestra.run.trial045.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-22T20:40:29.240 INFO:teuthology.orchestra.run.trial076.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-22T20:40:29.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-22T20:40:29.249 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 trial045 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-22T20:40:29.250 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-22T20:40:29.260 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-22T20:40:29.274 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on trial045 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2026-02-22T20:40:29.277 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 229.5150306224823 failure_reason: '"grep: /var/log/ceph/a4da7610-102e-11f1-8723-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-22T20:40:29.277 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-22T20:40:29.280 INFO:teuthology.orchestra.run.trial154.stdout: 1179659 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 22 20:40 /home/ubuntu/cephtest 2026-02-22T20:40:29.280 INFO:teuthology.orchestra.run.trial154.stdout: 1188744 1040 -rwxrwxr-x 1 ubuntu ubuntu 1063331 Feb 22 20:39 /home/ubuntu/cephtest/cephadm 2026-02-22T20:40:29.280 INFO:teuthology.orchestra.run.trial154.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2026-02-22T20:40:29.394 INFO:teuthology.run:FAIL