2024-02-10T21:58:05.748 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T21:58:05.749 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} --verbose --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555901 --owner scheduled_yuriw@teuthology --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555901/orig.config.yaml 2024-02-10T21:58:05.779 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T21:58:05.854 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7555901 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7555901' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri6-testing-2024-02-09-1422 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\) sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 workunit: branch: wip-yuri6-testing-2024-02-09-1422 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/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: 3672 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-02-09-1422 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJvsPwWpRRmgt/RKHaazw8V5aVwVGn2LFgPNNLP0cJf9pEbZBX06mraa9JAFnNd8AWgXMNm2uv/IYzUf6DK7AK4= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBIF7l+I0OiJVAXhuMw0gpYZbwx4jxfVxNLdFPFs/zFdafrgj/KnzWDazodkK52vW3SNMRgq9Gg7FnOP4kRfcm8= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEZ/7FuX2hQnHxeqE3xPJn5Y7cC67mky0lDKk6emx4w/MvnLUVCYPTQBnP35erFdurNIWqW7RkXKTqsX6dRe5yU= 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 0x7ff0a6223f70>, signals=[15]) 2024-02-10T21:58:06.325 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T21:58:06.333 INFO:teuthology.task.internal:Opening connections... 2024-02-10T21:58:06.333 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2024-02-10T21:58:06.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:58:06.421 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-02-10T21:58:06.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:58:06.497 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-02-10T21:58:06.498 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:58:06.576 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T21:58:06.587 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2024-02-10T21:58:06.593 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2024-02-10T21:58:06.594 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Ubuntu" 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="22.04" 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_CODENAME=jammy 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:ID=ubuntu 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE=debian 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T21:58:06.640 INFO:teuthology.orchestra.run.smithi002.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T21:58:06.641 INFO:teuthology.orchestra.run.smithi002.stdout:UBUNTU_CODENAME=jammy 2024-02-10T21:58:06.641 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2024-02-10T21:58:06.666 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-02-10T21:58:06.672 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-02-10T21:58:06.673 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Ubuntu" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="22.04" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_CODENAME=jammy 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:ID=ubuntu 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE=debian 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T21:58:06.719 INFO:teuthology.orchestra.run.smithi137.stdout:UBUNTU_CODENAME=jammy 2024-02-10T21:58:06.720 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-02-10T21:58:06.741 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-02-10T21:58:06.747 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-02-10T21:58:06.747 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-02-10T21:58:06.793 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T21:58:06.793 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="Ubuntu" 2024-02-10T21:58:06.794 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="22.04" 2024-02-10T21:58:06.794 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T21:58:06.794 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_CODENAME=jammy 2024-02-10T21:58:06.794 INFO:teuthology.orchestra.run.smithi204.stdout:ID=ubuntu 2024-02-10T21:58:06.794 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE=debian 2024-02-10T21:58:06.794 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T21:58:06.794 INFO:teuthology.orchestra.run.smithi204.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T21:58:06.795 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T21:58:06.795 INFO:teuthology.orchestra.run.smithi204.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T21:58:06.795 INFO:teuthology.orchestra.run.smithi204.stdout:UBUNTU_CODENAME=jammy 2024-02-10T21:58:06.795 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-02-10T21:58:06.825 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T21:58:06.835 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T21:58:06.851 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T21:58:06.851 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2024-02-10T21:58:06.854 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-02-10T21:58:06.856 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-02-10T21:58:06.861 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T21:58:06.872 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T21:58:06.872 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2024-02-10T21:58:06.901 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-02-10T21:58:06.904 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-02-10T21:58:06.913 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T21:58:06.989 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T21:58:07.009 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T21:58:07.009 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T21:58:07.010 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T21:58:07.010 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T21:58:07.011 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T21:58:07.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:58:07.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:58:07.017 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-02-10T21:58:07.017 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-02-10T21:58:07.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T21:58:07.018 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-02-10T21:58:07.063 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-56-generic 2024-02-10T21:58:07.063 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.15.0-56-generic 2024-02-10T21:58:07.063 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-02-10T21:58:07.066 INFO:teuthology.orchestra.run.smithi002.stdout:5.15.0-56-generic 2024-02-10T21:58:07.066 INFO:teuthology.task.kernel:Running kernel on smithi002: 5.15.0-56-generic 2024-02-10T21:58:07.066 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get clean 2024-02-10T21:58:07.067 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-56-generic 2024-02-10T21:58:07.067 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.15.0-56-generic 2024-02-10T21:58:07.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-02-10T21:58:07.195 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-02-10T21:58:07.196 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get update 2024-02-10T21:58:07.203 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-02-10T21:58:07.349 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T21:58:07.351 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T21:58:07.351 INFO:teuthology.orchestra.run.smithi002.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T21:58:07.356 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T21:58:07.356 INFO:teuthology.orchestra.run.smithi002.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T21:58:07.375 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T21:58:07.442 INFO:teuthology.orchestra.run.smithi002.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T21:58:07.449 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T21:58:07.460 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T21:58:07.463 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T21:58:07.542 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T21:58:07.573 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T21:58:07.585 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T21:58:07.587 INFO:teuthology.orchestra.run.smithi002.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T21:58:07.663 INFO:teuthology.orchestra.run.smithi002.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T21:58:07.664 INFO:teuthology.orchestra.run.smithi002.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T21:58:07.665 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T21:58:07.679 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T21:58:07.686 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T21:58:07.690 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T21:58:07.690 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T21:58:07.690 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T21:58:07.717 INFO:teuthology.orchestra.run.smithi002.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T21:58:07.717 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T21:58:07.727 INFO:teuthology.orchestra.run.smithi002.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T21:58:07.727 INFO:teuthology.orchestra.run.smithi002.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T21:58:07.728 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T21:58:07.729 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T21:58:07.729 INFO:teuthology.orchestra.run.smithi002.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T21:58:07.729 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T21:58:07.731 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T21:58:07.735 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T21:58:07.735 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T21:58:07.767 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T21:58:07.776 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T21:58:07.777 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T21:58:07.780 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T21:58:07.785 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T21:58:07.785 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T21:58:07.786 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T21:58:07.786 INFO:teuthology.orchestra.run.smithi002.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T21:58:07.787 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T21:58:07.787 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T21:58:07.792 INFO:teuthology.orchestra.run.smithi002.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T21:58:07.793 INFO:teuthology.orchestra.run.smithi002.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T21:58:07.795 INFO:teuthology.orchestra.run.smithi002.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T21:58:07.813 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T21:58:07.815 INFO:teuthology.orchestra.run.smithi002.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T21:58:07.856 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T21:58:07.871 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T21:58:07.873 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T21:58:07.873 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T21:58:07.874 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T21:58:07.874 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T21:58:07.874 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T21:58:07.874 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T21:58:07.875 INFO:teuthology.orchestra.run.smithi002.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T21:58:07.875 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T21:58:07.875 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T21:58:07.877 INFO:teuthology.orchestra.run.smithi002.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T21:58:07.889 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T21:58:07.893 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T21:58:07.896 INFO:teuthology.orchestra.run.smithi002.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T21:58:07.896 INFO:teuthology.orchestra.run.smithi002.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T21:58:07.896 INFO:teuthology.orchestra.run.smithi002.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T21:58:07.897 INFO:teuthology.orchestra.run.smithi002.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T21:58:07.897 INFO:teuthology.orchestra.run.smithi002.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T21:58:07.901 INFO:teuthology.orchestra.run.smithi002.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T21:58:07.902 INFO:teuthology.orchestra.run.smithi002.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T21:58:07.906 INFO:teuthology.orchestra.run.smithi002.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T21:58:07.914 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T21:58:07.914 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T21:58:07.914 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T21:58:07.915 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T21:58:07.921 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T21:58:07.971 INFO:teuthology.orchestra.run.smithi002.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T21:58:07.978 INFO:teuthology.orchestra.run.smithi002.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T21:58:07.979 INFO:teuthology.orchestra.run.smithi002.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T21:58:07.999 INFO:teuthology.orchestra.run.smithi002.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T21:58:08.025 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T21:58:08.027 INFO:teuthology.orchestra.run.smithi002.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T21:58:08.032 INFO:teuthology.orchestra.run.smithi002.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T21:58:08.033 INFO:teuthology.orchestra.run.smithi002.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T21:58:08.033 INFO:teuthology.orchestra.run.smithi002.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T21:58:08.034 INFO:teuthology.orchestra.run.smithi002.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T21:58:08.035 INFO:teuthology.orchestra.run.smithi002.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T21:58:08.035 INFO:teuthology.orchestra.run.smithi002.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T21:58:08.036 INFO:teuthology.orchestra.run.smithi002.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T21:58:08.037 INFO:teuthology.orchestra.run.smithi002.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T21:58:08.056 INFO:teuthology.orchestra.run.smithi002.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T21:58:08.057 INFO:teuthology.orchestra.run.smithi002.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T21:58:08.057 INFO:teuthology.orchestra.run.smithi002.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T21:58:08.058 INFO:teuthology.orchestra.run.smithi002.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T21:58:08.058 INFO:teuthology.orchestra.run.smithi002.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T21:58:08.194 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T21:58:08.216 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T21:58:08.355 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T21:58:08.356 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T21:58:08.369 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T21:58:08.370 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T21:58:08.371 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T21:58:08.372 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T21:58:08.372 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T21:58:08.374 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T21:58:08.432 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T21:58:08.438 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T21:58:08.449 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T21:58:08.456 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T21:58:08.456 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T21:58:08.475 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T21:58:08.602 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T21:58:08.661 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T21:58:09.055 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T21:58:09.062 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T21:58:09.075 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T21:58:09.076 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T21:58:09.079 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T21:58:09.177 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T21:58:09.287 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T21:58:09.307 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T21:58:09.308 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T21:58:09.312 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T21:58:09.312 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T21:58:09.313 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T21:58:09.314 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T21:58:09.316 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T21:58:09.319 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T21:58:09.484 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T21:58:09.566 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T21:58:09.662 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T21:58:09.690 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T21:58:09.742 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T21:58:13.278 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 11.5 MB in 2s (6,301 kB/s) 2024-02-10T21:58:13.641 INFO:teuthology.orchestra.run.smithi002.stdout:Fetched 11.5 MB in 2s (6,669 kB/s) 2024-02-10T21:58:14.068 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 11.5 MB in 2s (4,639 kB/s) 2024-02-10T21:58:14.666 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-02-10T21:58:14.685 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T21:58:14.749 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-02-10T21:58:14.941 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-02-10T21:58:14.942 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-02-10T21:58:14.975 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2024-02-10T21:58:14.993 DEBUG:teuthology.orchestra.run.smithi002:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T21:58:15.058 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2024-02-10T21:58:15.111 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T21:58:15.111 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T21:58:15.111 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T21:58:15.111 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T21:58:15.111 INFO:teuthology.orchestra.run.smithi137.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T21:58:15.111 INFO:teuthology.orchestra.run.smithi137.stdout: python2.7-minimal 2024-02-10T21:58:15.112 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T21:58:15.113 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-02-10T21:58:15.113 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T21:58:15.113 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T21:58:15.114 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T21:58:15.115 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-02-10T21:58:15.115 INFO:teuthology.orchestra.run.smithi137.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T21:58:15.115 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-02-10T21:58:15.115 INFO:teuthology.orchestra.run.smithi137.stdout: thermald 2024-02-10T21:58:15.176 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-02-10T21:58:15.176 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T21:58:15.176 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T21:58:15.177 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T21:58:15.178 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages will be upgraded: 2024-02-10T21:58:15.178 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T21:58:15.236 INFO:teuthology.orchestra.run.smithi137.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T21:58:15.236 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 113 MB of archives. 2024-02-10T21:58:15.236 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T21:58:15.237 INFO:teuthology.orchestra.run.smithi137.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T21:58:15.253 INFO:teuthology.orchestra.run.smithi002.stdout:Building dependency tree... 2024-02-10T21:58:15.254 INFO:teuthology.orchestra.run.smithi002.stdout:Reading state information... 2024-02-10T21:58:15.426 INFO:teuthology.orchestra.run.smithi002.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T21:58:15.426 INFO:teuthology.orchestra.run.smithi002.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T21:58:15.426 INFO:teuthology.orchestra.run.smithi002.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T21:58:15.427 INFO:teuthology.orchestra.run.smithi002.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T21:58:15.427 INFO:teuthology.orchestra.run.smithi002.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T21:58:15.427 INFO:teuthology.orchestra.run.smithi002.stdout: python2.7-minimal 2024-02-10T21:58:15.427 INFO:teuthology.orchestra.run.smithi002.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T21:58:15.428 INFO:teuthology.orchestra.run.smithi002.stdout:The following additional packages will be installed: 2024-02-10T21:58:15.428 INFO:teuthology.orchestra.run.smithi002.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T21:58:15.428 INFO:teuthology.orchestra.run.smithi002.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T21:58:15.429 INFO:teuthology.orchestra.run.smithi002.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T21:58:15.430 INFO:teuthology.orchestra.run.smithi002.stdout:Suggested packages: 2024-02-10T21:58:15.430 INFO:teuthology.orchestra.run.smithi002.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T21:58:15.430 INFO:teuthology.orchestra.run.smithi002.stdout:Recommended packages: 2024-02-10T21:58:15.430 INFO:teuthology.orchestra.run.smithi002.stdout: thermald 2024-02-10T21:58:15.462 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-02-10T21:58:15.479 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T21:58:15.485 INFO:teuthology.orchestra.run.smithi002.stdout:The following NEW packages will be installed: 2024-02-10T21:58:15.485 INFO:teuthology.orchestra.run.smithi002.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T21:58:15.485 INFO:teuthology.orchestra.run.smithi002.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T21:58:15.485 INFO:teuthology.orchestra.run.smithi002.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T21:58:15.486 INFO:teuthology.orchestra.run.smithi002.stdout:The following packages will be upgraded: 2024-02-10T21:58:15.487 INFO:teuthology.orchestra.run.smithi002.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T21:58:15.538 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-02-10T21:58:15.667 INFO:teuthology.orchestra.run.smithi002.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T21:58:15.667 INFO:teuthology.orchestra.run.smithi002.stdout:Need to get 113 MB of archives. 2024-02-10T21:58:15.668 INFO:teuthology.orchestra.run.smithi002.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T21:58:15.668 INFO:teuthology.orchestra.run.smithi002.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T21:58:15.701 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T21:58:15.729 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-02-10T21:58:15.730 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-02-10T21:58:15.825 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T21:58:15.896 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T21:58:15.896 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T21:58:15.896 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T21:58:15.896 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T21:58:15.897 INFO:teuthology.orchestra.run.smithi204.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T21:58:15.897 INFO:teuthology.orchestra.run.smithi204.stdout: python2.7-minimal 2024-02-10T21:58:15.897 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T21:58:15.898 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-02-10T21:58:15.898 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T21:58:15.898 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T21:58:15.898 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T21:58:15.899 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-02-10T21:58:15.899 INFO:teuthology.orchestra.run.smithi204.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T21:58:15.900 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-02-10T21:58:15.900 INFO:teuthology.orchestra.run.smithi204.stdout: thermald 2024-02-10T21:58:15.943 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-02-10T21:58:15.943 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T21:58:15.943 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T21:58:15.943 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T21:58:15.944 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages will be upgraded: 2024-02-10T21:58:15.945 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T21:58:16.012 INFO:teuthology.orchestra.run.smithi204.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T21:58:16.012 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 113 MB of archives. 2024-02-10T21:58:16.012 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T21:58:16.013 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T21:58:16.779 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T21:58:16.938 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T21:58:17.050 INFO:teuthology.orchestra.run.smithi002.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T21:58:17.239 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T21:58:17.239 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T21:58:17.239 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T21:58:17.407 INFO:teuthology.orchestra.run.smithi002.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T21:58:17.515 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T21:58:17.589 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T21:58:17.971 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 113 MB in 2s (47.1 MB/s) 2024-02-10T21:58:18.060 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T21:58:18.060 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T21:58:18.061 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T21:58:18.152 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T21:58:18.195 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T21:58:18.223 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T21:58:18.708 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 113 MB in 2s (47.8 MB/s) 2024-02-10T21:58:18.885 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T21:58:19.661 INFO:teuthology.orchestra.run.smithi002.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T21:58:19.662 INFO:teuthology.orchestra.run.smithi002.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T21:58:19.662 INFO:teuthology.orchestra.run.smithi002.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T21:58:20.091 INFO:teuthology.orchestra.run.smithi002.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T21:58:20.174 INFO:teuthology.orchestra.run.smithi002.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T21:58:20.175 INFO:teuthology.orchestra.run.smithi137.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 ... 129542 files and directories currently installed.) 2024-02-10T21:58:20.179 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:20.298 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:20.587 INFO:teuthology.orchestra.run.smithi002.stdout:Fetched 113 MB in 5s (24.2 MB/s) 2024-02-10T21:58:20.752 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T21:58:20.957 INFO:teuthology.orchestra.run.smithi204.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 ... 129542 files and directories currently installed.) 2024-02-10T21:58:20.961 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:21.074 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:22.375 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T21:58:22.397 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:22.491 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:22.742 INFO:teuthology.orchestra.run.smithi002.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 ... 129542 files and directories currently installed.) 2024-02-10T21:58:22.746 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:22.874 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:23.011 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T21:58:23.032 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:23.069 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:23.268 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T21:58:23.289 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:23.374 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:23.871 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T21:58:23.891 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:23.955 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:25.333 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T21:58:25.354 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:25.431 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:25.878 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T21:58:25.898 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:25.927 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:30.047 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:30.179 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:30.471 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:30.618 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:30.911 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T21:58:30.933 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T21:58:30.977 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T21:58:31.091 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:31.249 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:31.573 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:31.710 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:31.745 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:31.872 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:32.022 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T21:58:32.044 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T21:58:32.105 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T21:58:32.231 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:32.359 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:32.653 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T21:58:32.676 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T21:58:32.711 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T21:58:37.044 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T21:58:37.080 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:37.118 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:38.295 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T21:58:38.331 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:38.361 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:38.476 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T21:58:38.513 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T21:58:38.542 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:39.787 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:39.912 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:40.278 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T21:58:40.409 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:40.535 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T21:58:40.637 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:41.068 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:41.199 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:41.282 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T21:58:41.405 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T21:58:41.551 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T21:58:41.662 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:41.738 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T21:58:41.788 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T21:58:41.851 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:41.940 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:41.977 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T21:58:42.074 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:42.104 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:43.394 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:43.558 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:43.715 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:58:43.715 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T21:58:43.715 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:58:43.715 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T21:58:43.850 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:44.747 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:58:44.747 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T21:58:44.748 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:58:44.748 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T21:58:44.904 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:44.958 INFO:teuthology.orchestra.run.smithi002.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:58:44.958 INFO:teuthology.orchestra.run.smithi002.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T21:58:44.958 INFO:teuthology.orchestra.run.smithi002.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:58:44.959 INFO:teuthology.orchestra.run.smithi002.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T21:58:45.092 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:45.251 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T21:58:45.369 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T21:58:45.470 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:45.527 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T21:58:45.528 INFO:teuthology.orchestra.run.smithi137.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:58:46.306 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T21:58:46.448 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T21:58:46.494 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T21:58:46.591 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:46.619 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T21:58:46.664 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T21:58:46.664 INFO:teuthology.orchestra.run.smithi204.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:58:46.746 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T21:58:46.804 INFO:teuthology.orchestra.run.smithi002.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T21:58:46.804 INFO:teuthology.orchestra.run.smithi002.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:58:59.886 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T21:58:59.886 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub' 2024-02-10T21:58:59.902 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T21:58:59.925 INFO:teuthology.orchestra.run.smithi137.stdout:Generating grub configuration file ... 2024-02-10T21:59:00.331 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:59:00.357 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:59:00.756 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:59:00.762 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T21:59:00.826 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T21:59:00.831 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T21:59:00.952 INFO:teuthology.orchestra.run.smithi002.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T21:59:00.952 INFO:teuthology.orchestra.run.smithi002.stdout:Sourcing file `/etc/default/grub' 2024-02-10T21:59:00.964 INFO:teuthology.orchestra.run.smithi002.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T21:59:00.989 INFO:teuthology.orchestra.run.smithi002.stdout:Generating grub configuration file ... 2024-02-10T21:59:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T21:59:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T21:59:00.991 INFO:teuthology.orchestra.run.smithi137.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T21:59:01.007 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T21:59:01.007 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub' 2024-02-10T21:59:01.031 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T21:59:01.046 INFO:teuthology.orchestra.run.smithi137.stdout:done 2024-02-10T21:59:01.050 INFO:teuthology.orchestra.run.smithi204.stdout:Generating grub configuration file ... 2024-02-10T21:59:01.264 INFO:teuthology.orchestra.run.smithi002.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:59:01.282 INFO:teuthology.orchestra.run.smithi002.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:59:01.335 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:59:01.364 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:59:01.569 INFO:teuthology.orchestra.run.smithi002.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:59:01.575 INFO:teuthology.orchestra.run.smithi002.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T21:59:01.580 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-02-10T21:59:01.610 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-02-10T21:59:01.610 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-02-10T21:59:01.610 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-02-10T21:59:01.610 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-02-10T21:59:01.610 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.94.91 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-02-10T21:59:01.611 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-02-10T21:59:01.611 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T21:59:01.612 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T21:59:01.612 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T21:59:01.612 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T21:59:01.612 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T21:59:01.612 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-02-10T21:59:01.639 INFO:teuthology.orchestra.run.smithi002.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T21:59:01.644 INFO:teuthology.orchestra.run.smithi002.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T21:59:01.684 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:59:01.691 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T21:59:01.767 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T21:59:01.773 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T21:59:01.793 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-02-10T21:59:01.810 INFO:teuthology.orchestra.run.smithi002.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T21:59:01.810 INFO:teuthology.orchestra.run.smithi002.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T21:59:01.811 INFO:teuthology.orchestra.run.smithi002.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T21:59:01.855 INFO:teuthology.orchestra.run.smithi002.stdout:done 2024-02-10T21:59:01.946 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T21:59:01.957 INFO:teuthology.orchestra.run.smithi204.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T21:59:01.957 INFO:teuthology.orchestra.run.smithi204.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T21:59:01.957 INFO:teuthology.orchestra.run.smithi204.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T21:59:01.994 INFO:teuthology.orchestra.run.smithi204.stdout:done 2024-02-10T21:59:02.044 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T21:59:02.126 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T21:59:02.208 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T21:59:02.337 DEBUG:teuthology.orchestra.run.smithi002:> dpkg -s linux-image-generic 2024-02-10T21:59:02.358 INFO:teuthology.orchestra.run.smithi002.stdout:Package: linux-image-generic 2024-02-10T21:59:02.358 INFO:teuthology.orchestra.run.smithi002.stdout:Status: install ok installed 2024-02-10T21:59:02.358 INFO:teuthology.orchestra.run.smithi002.stdout:Priority: optional 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Section: kernel 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Installed-Size: 21 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: amd64 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Source: linux-meta 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Version: 5.15.0.94.91 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Recommends: thermald 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout:Description: Generic Linux kernel image 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout: This package will always depend on the latest generic kernel image 2024-02-10T21:59:02.359 INFO:teuthology.orchestra.run.smithi002.stdout: available. 2024-02-10T21:59:02.360 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T21:59:02.360 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T21:59:02.360 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T21:59:02.361 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T21:59:02.361 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi002.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T21:59:02.361 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get clean 2024-02-10T21:59:02.520 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get update 2024-02-10T21:59:02.529 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-02-10T21:59:02.552 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-02-10T21:59:02.552 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-02-10T21:59:02.552 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-02-10T21:59:02.552 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-02-10T21:59:02.552 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-02-10T21:59:02.552 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T21:59:02.552 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.94.91 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-02-10T21:59:02.553 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-02-10T21:59:02.553 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T21:59:02.553 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T21:59:02.553 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T21:59:02.553 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-10T21:59:02.554 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T21:59:02.554 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-02-10T21:59:02.635 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T21:59:02.726 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-02-10T21:59:02.750 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T21:59:02.830 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T21:59:02.847 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T21:59:02.914 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T21:59:02.964 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T21:59:03.046 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T21:59:03.127 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T21:59:03.276 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-02-10T21:59:03.293 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T21:59:03.345 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-02-10T21:59:03.536 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-02-10T21:59:03.537 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-02-10T21:59:03.690 INFO:teuthology.orchestra.run.smithi137.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T21:59:03.690 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T21:59:03.690 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T21:59:03.690 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T21:59:03.690 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T21:59:03.690 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T21:59:03.691 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T21:59:03.691 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T21:59:03.729 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T21:59:03.730 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-02-10T21:59:03.788 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-02-10T21:59:03.788 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-02-10T21:59:03.788 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-02-10T21:59:03.788 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.94.91 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-02-10T21:59:03.789 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-02-10T21:59:03.790 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-02-10T21:59:03.834 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.Crq0LvDNWn 2024-02-10T21:59:03.834 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Crq0LvDNWn 2024-02-10T21:59:03.889 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.Crq0LvDNWn 2024-02-10T21:59:03.995 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2024-02-10T21:59:03.998 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.Crq0LvDNWn is 10KB 2024-02-10T21:59:04.011 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.Crq0LvDNWn 2024-02-10T21:59:04.012 DEBUG:teuthology.orchestra.run.smithi002:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T21:59:04.016 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.064 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2024-02-10T21:59:04.069 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-02-10T21:59:04.069 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.069 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.132 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T21:59:04.133 DEBUG:teuthology.orchestra.run.smithi137:> sudo update-grub 2024-02-10T21:59:04.186 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-02-10T21:59:04.204 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T21:59:04.238 INFO:teuthology.orchestra.run.smithi002.stdout:Building dependency tree... 2024-02-10T21:59:04.239 INFO:teuthology.orchestra.run.smithi002.stdout:Reading state information... 2024-02-10T21:59:04.264 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-02-10T21:59:04.394 INFO:teuthology.orchestra.run.smithi002.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T21:59:04.394 INFO:teuthology.orchestra.run.smithi002.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T21:59:04.394 INFO:teuthology.orchestra.run.smithi002.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T21:59:04.394 INFO:teuthology.orchestra.run.smithi002.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T21:59:04.394 INFO:teuthology.orchestra.run.smithi002.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T21:59:04.394 INFO:teuthology.orchestra.run.smithi002.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T21:59:04.394 INFO:teuthology.orchestra.run.smithi002.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T21:59:04.395 INFO:teuthology.orchestra.run.smithi002.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T21:59:04.431 INFO:teuthology.orchestra.run.smithi002.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T21:59:04.434 DEBUG:teuthology.orchestra.run.smithi002:> dpkg -s linux-image-generic 2024-02-10T21:59:04.457 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-02-10T21:59:04.458 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-02-10T21:59:04.492 INFO:teuthology.orchestra.run.smithi002.stdout:Package: linux-image-generic 2024-02-10T21:59:04.492 INFO:teuthology.orchestra.run.smithi002.stdout:Status: install ok installed 2024-02-10T21:59:04.492 INFO:teuthology.orchestra.run.smithi002.stdout:Priority: optional 2024-02-10T21:59:04.492 INFO:teuthology.orchestra.run.smithi002.stdout:Section: kernel 2024-02-10T21:59:04.492 INFO:teuthology.orchestra.run.smithi002.stdout:Installed-Size: 21 2024-02-10T21:59:04.492 INFO:teuthology.orchestra.run.smithi002.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: amd64 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout:Source: linux-meta 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout:Version: 5.15.0.94.91 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout:Recommends: thermald 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout:Description: Generic Linux kernel image 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout: This package will always depend on the latest generic kernel image 2024-02-10T21:59:04.493 INFO:teuthology.orchestra.run.smithi002.stdout: available. 2024-02-10T21:59:04.493 DEBUG:teuthology.orchestra.run.smithi002:> mktemp 2024-02-10T21:59:04.539 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.vh8om1DF50 2024-02-10T21:59:04.539 DEBUG:teuthology.orchestra.run.smithi002:> sudo cp /boot/grub/grub.cfg /tmp/tmp.vh8om1DF50 2024-02-10T21:59:04.595 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.vh8om1DF50 2024-02-10T21:59:04.624 INFO:teuthology.orchestra.run.smithi204.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T21:59:04.624 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T21:59:04.624 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T21:59:04.624 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T21:59:04.624 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T21:59:04.625 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T21:59:04.625 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T21:59:04.625 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T21:59:04.664 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T21:59:04.666 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-02-10T21:59:04.679 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-02-10T21:59:04.679 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.94.91 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-02-10T21:59:04.680 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-02-10T21:59:04.681 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-02-10T21:59:04.681 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-02-10T21:59:04.717 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.vh8om1DF50 is 10KB 2024-02-10T21:59:04.724 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.2skNJaDboi 2024-02-10T21:59:04.725 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2skNJaDboi 2024-02-10T21:59:04.730 DEBUG:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.vh8om1DF50 2024-02-10T21:59:04.736 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.775 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.2skNJaDboi 2024-02-10T21:59:04.790 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T21:59:04.790 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.790 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.860 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T21:59:04.860 DEBUG:teuthology.orchestra.run.smithi002:> sudo update-grub 2024-02-10T21:59:04.888 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.2skNJaDboi is 10KB 2024-02-10T21:59:04.900 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.2skNJaDboi 2024-02-10T21:59:04.906 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.960 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-02-10T21:59:04.961 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T21:59:04.961 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T21:59:05.039 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T21:59:05.039 DEBUG:teuthology.orchestra.run.smithi204:> sudo update-grub 2024-02-10T21:59:05.407 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub' 2024-02-10T21:59:05.408 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T21:59:05.412 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-02-10T21:59:05.696 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:59:05.702 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:59:05.957 INFO:teuthology.orchestra.run.smithi002.stderr:Sourcing file `/etc/default/grub' 2024-02-10T21:59:05.958 INFO:teuthology.orchestra.run.smithi002.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T21:59:05.959 INFO:teuthology.orchestra.run.smithi002.stderr:Generating grub configuration file ... 2024-02-10T21:59:05.997 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:59:06.003 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T21:59:06.047 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T21:59:06.053 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T21:59:06.141 INFO:teuthology.orchestra.run.smithi002.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:59:06.147 INFO:teuthology.orchestra.run.smithi002.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:59:06.182 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T21:59:06.182 INFO:teuthology.orchestra.run.smithi137.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T21:59:06.182 INFO:teuthology.orchestra.run.smithi137.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T21:59:06.209 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-02-10T21:59:06.218 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-02-10T21:59:06.295 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub' 2024-02-10T21:59:06.296 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T21:59:06.299 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-02-10T21:59:06.381 INFO:teuthology.orchestra.run.smithi002.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:59:06.386 INFO:teuthology.orchestra.run.smithi002.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T21:59:06.422 INFO:teuthology.orchestra.run.smithi002.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T21:59:06.427 INFO:teuthology.orchestra.run.smithi002.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T21:59:06.531 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T21:59:06.537 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T21:59:06.539 INFO:teuthology.orchestra.run.smithi002.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T21:59:06.539 INFO:teuthology.orchestra.run.smithi002.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T21:59:06.539 INFO:teuthology.orchestra.run.smithi002.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T21:59:06.549 INFO:teuthology.orchestra.run.smithi002.stderr:done 2024-02-10T21:59:06.567 DEBUG:teuthology.orchestra.run.smithi002:> sudo shutdown -r now 2024-02-10T21:59:06.776 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T21:59:06.781 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T21:59:06.827 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T21:59:06.833 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T21:59:06.946 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T21:59:06.946 INFO:teuthology.orchestra.run.smithi204.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T21:59:06.947 INFO:teuthology.orchestra.run.smithi204.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T21:59:06.967 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-02-10T21:59:06.971 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-02-10T21:59:36.248 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T21:59:36.249 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-02-10T21:59:36.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:59:36.570 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T21:59:36.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-02-10T21:59:36.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:59:36.974 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-10T21:59:36.974 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-02-10T21:59:36.975 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T21:59:55.452 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-02-10T22:00:04.462 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-02-10T22:00:04.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:00:07.516 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-02-10T22:00:10.812 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-02-10T22:00:19.524 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-02-10T22:00:19.525 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:00:19.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-02-10T22:00:19.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:00:36.590 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T22:00:38.204 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-02-10T22:00:45.596 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-02-10T22:00:45.597 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:00:45.933 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-02-10T22:00:46.738 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-02-10T22:00:46.738 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-10T22:00:46.738 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-02-10T22:00:46.743 INFO:teuthology.orchestra.run.smithi002.stdout:5.15.0-94-generic 2024-02-10T22:00:46.743 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T22:00:46.743 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T22:00:46.743 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T22:00:47.745 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T22:00:47.745 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T22:00:47.872 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2024-02-10T22:00:47.890 DEBUG:teuthology.parallel:result is None 2024-02-10T22:00:50.205 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-02-10T22:00:50.206 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:00:50.746 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-02-10T22:00:51.705 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-02-10T22:00:51.705 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-10T22:00:51.705 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-02-10T22:00:51.752 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-94-generic 2024-02-10T22:00:51.753 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T22:00:51.753 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T22:00:51.753 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T22:00:52.754 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T22:00:52.754 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T22:00:53.307 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-02-10T22:00:53.342 DEBUG:teuthology.parallel:result is None 2024-02-10T22:01:19.527 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T22:01:34.528 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-02-10T22:01:34.529 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:01:34.880 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-02-10T22:01:35.411 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-02-10T22:01:35.411 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-94-generic"... 2024-02-10T22:01:35.411 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-02-10T22:01:35.459 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-94-generic 2024-02-10T22:01:35.460 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T22:01:35.460 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T22:01:35.460 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T22:01:36.461 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-10T22:01:36.462 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T22:01:36.816 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-02-10T22:01:36.845 DEBUG:teuthology.parallel:result is None 2024-02-10T22:01:36.846 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T22:01:36.855 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T22:01:36.855 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T22:01:36.858 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T22:01:36.860 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T22:01:36.866 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T22:01:36.872 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T22:01:36.909 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T22:01:36.909 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T22:01:36.911 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T22:01:36.913 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T22:01:36.958 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T22:01:36.966 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T22:01:36.966 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T22:01:36.969 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T22:01:36.983 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T22:01:36.992 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T22:01:36.997 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T22:01:37.018 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T22:01:37.023 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T22:01:37.028 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T22:01:37.031 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T22:01:37.033 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T22:01:37.039 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T22:01:37.039 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T22:01:37.042 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T22:01:37.077 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T22:01:37.089 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T22:01:37.098 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T22:01:37.099 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T22:01:37.109 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T22:01:37.133 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T22:01:37.138 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T22:01:37.160 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T22:01:37.208 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T22:01:37.208 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T22:01:37.270 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T22:01:37.276 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T22:01:37.324 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-02-10T22:01:37.324 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T22:01:37.390 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T22:01:37.396 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T22:01:37.443 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-02-10T22:01:37.443 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T22:01:37.499 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2024-02-10T22:01:37.502 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-02-10T22:01:37.504 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-02-10T22:01:37.579 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T22:01:37.587 INFO:teuthology.task.internal:Starting timer... 2024-02-10T22:01:37.587 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T22:01:37.604 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T22:01:37.613 DEBUG:teuthology.task.selinux:Excluding smithi002: OS 'ubuntu' does not support SELinux 2024-02-10T22:01:37.613 DEBUG:teuthology.task.selinux:Excluding smithi137: OS 'ubuntu' does not support SELinux 2024-02-10T22:01:37.613 DEBUG:teuthology.task.selinux:Excluding smithi204: OS 'ubuntu' does not support SELinux 2024-02-10T22:01:37.613 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T22:01:37.613 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-10T22:01:37.613 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T22:01:37.614 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T22:01:37.623 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-10T22:01:37.629 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-10T22:01:37.783 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T22:01:37.799 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-10T22:01:37.800 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi137.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T22:08:34.812 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-02-10T22:08:34.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-02-10T22:08:34.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:08:34.900 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-02-10T22:08:34.980 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-02-10T22:08:34.980 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-02-10T22:08:34.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:08:35.058 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-02-10T22:08:35.136 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-02-10T22:08:35.136 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-02-10T22:08:35.137 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T22:08:35.215 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-02-10T22:08:35.292 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-02-10T22:08:35.292 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T22:08:35.303 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T22:08:35.303 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T22:08:35.304 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T22:08:35.306 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T22:08:35.306 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T22:08:35.308 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T22:08:35.309 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Command line: ntpd -gq 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: ---------------------------------------------------- 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: corporation. Support and training for ntp-4 are 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: available at https://www.nwtime.org/support 2024-02-10T22:08:35.333 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: ---------------------------------------------------- 2024-02-10T22:08:35.334 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: proto: precision = 0.064 usec (-24) 2024-02-10T22:08:35.334 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: basedate set to 2022-02-04 2024-02-10T22:08:35.334 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: gps base set to 2022-02-06 (week 2196) 2024-02-10T22:08:35.335 INFO:teuthology.orchestra.run.smithi002.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T22:08:35.335 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T22:08:35.335 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T22:08:35.335 INFO:teuthology.orchestra.run.smithi002.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T22:08:35.336 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T22:08:35.336 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T22:08:35.337 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T22:08:35.337 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Listen normally on 3 ens1f0 172.21.15.2:123 2024-02-10T22:08:35.337 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Listen normally on 4 lo [::1]:123 2024-02-10T22:08:35.337 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1920%3]:123 2024-02-10T22:08:35.337 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:35 ntpd[17016]: Listening on routing socket on fd #22 for interface updates 2024-02-10T22:08:35.338 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T22:08:35.338 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Command line: ntpd -gq 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: ---------------------------------------------------- 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: corporation. Support and training for ntp-4 are 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: available at https://www.nwtime.org/support 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: ---------------------------------------------------- 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: proto: precision = 0.062 usec (-24) 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: basedate set to 2022-02-04 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: gps base set to 2022-02-06 (week 2196) 2024-02-10T22:08:35.339 INFO:teuthology.orchestra.run.smithi137.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T22:08:35.340 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T22:08:35.340 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T22:08:35.340 INFO:teuthology.orchestra.run.smithi137.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T22:08:35.341 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T22:08:35.341 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T22:08:35.341 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T22:08:35.341 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Listen normally on 3 enp3s0f1 172.21.15.137:123 2024-02-10T22:08:35.342 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Listen normally on 4 lo [::1]:123 2024-02-10T22:08:35.342 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8137%5]:123 2024-02-10T22:08:35.342 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:35 ntpd[17117]: Listening on routing socket on fd #22 for interface updates 2024-02-10T22:08:35.356 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T22:08:35.356 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Command line: ntpd -gq 2024-02-10T22:08:35.357 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: ---------------------------------------------------- 2024-02-10T22:08:35.357 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T22:08:35.357 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T22:08:35.357 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: corporation. Support and training for ntp-4 are 2024-02-10T22:08:35.357 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: available at https://www.nwtime.org/support 2024-02-10T22:08:35.357 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: ---------------------------------------------------- 2024-02-10T22:08:35.357 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: proto: precision = 0.046 usec (-24) 2024-02-10T22:08:35.358 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: basedate set to 2022-02-04 2024-02-10T22:08:35.358 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: gps base set to 2022-02-06 (week 2196) 2024-02-10T22:08:35.358 INFO:teuthology.orchestra.run.smithi204.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T22:08:35.358 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T22:08:35.358 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T22:08:35.359 INFO:teuthology.orchestra.run.smithi204.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T22:08:35.359 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T22:08:35.359 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T22:08:35.360 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T22:08:35.360 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Listen normally on 3 enp3s0f1 172.21.15.204:123 2024-02-10T22:08:35.360 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Listen normally on 4 lo [::1]:123 2024-02-10T22:08:35.360 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:77ab%5]:123 2024-02-10T22:08:35.360 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:35 ntpd[17119]: Listening on routing socket on fd #22 for interface updates 2024-02-10T22:08:36.333 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:36 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:36.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:36 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:36.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:36 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:36.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:36 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:36.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:36 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:36.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:36 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:36.335 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:36 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:36.335 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:36 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:36.335 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:36 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:36.335 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:36 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:36.335 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:36 ntpd[17117]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:36.336 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:36 ntpd[17117]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:37.333 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:37 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:37.333 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:37 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:37.335 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:37 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:37.335 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:37 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:37.357 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:37 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:37.357 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:37 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:37.357 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:37 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:37.357 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:37 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:37.357 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:37 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:37.358 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:37 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:38.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:38.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:38.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:38.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:38 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:38.336 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.336 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.336 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:38.337 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:38 ntpd[17117]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:38.357 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:38 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:38.357 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:38 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:39.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:39.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:39.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:39.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:39.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:39 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:40.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:40.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:40.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:40.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:40 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:40.338 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:40.339 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:40.340 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:40.340 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:40 ntpd[17117]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:41.358 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:41.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:41.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:41.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:41.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:41.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:41.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:41 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:42.334 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:42.335 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:42.336 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:42.338 INFO:teuthology.orchestra.run.smithi002.stdout:10 Feb 22:08:42 ntpd[17016]: ntpd: time slew -0.001400 s 2024-02-10T22:08:42.339 INFO:teuthology.orchestra.run.smithi002.stdout:ntpd: time slew -0.001400s 2024-02-10T22:08:42.339 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T22:08:42.339 INFO:teuthology.orchestra.run.smithi002.stderr:10 Feb 22:08:42 ntpd[17016]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:42.341 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:42.342 INFO:teuthology.orchestra.run.smithi137.stdout:10 Feb 22:08:42 ntpd[17117]: ntpd: time slew -0.000749 s 2024-02-10T22:08:42.342 INFO:teuthology.orchestra.run.smithi137.stdout:ntpd: time slew -0.000749s 2024-02-10T22:08:42.342 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T22:08:42.342 INFO:teuthology.orchestra.run.smithi137.stderr:10 Feb 22:08:42 ntpd[17117]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T22:08:42.385 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T22:08:42.385 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-02-10T22:08:42.385 INFO:teuthology.orchestra.run.smithi137.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:42.385 INFO:teuthology.orchestra.run.smithi137.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:42.385 INFO:teuthology.orchestra.run.smithi137.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:42.385 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:42.387 INFO:teuthology.orchestra.run.smithi002.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T22:08:42.387 INFO:teuthology.orchestra.run.smithi002.stdout:============================================================================== 2024-02-10T22:08:42.387 INFO:teuthology.orchestra.run.smithi002.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:42.387 INFO:teuthology.orchestra.run.smithi002.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:42.387 INFO:teuthology.orchestra.run.smithi002.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:42.387 INFO:teuthology.orchestra.run.smithi002.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:43.358 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:43.359 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T22:08:43.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T22:08:43.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T22:08:43.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T22:08:43.360 INFO:teuthology.orchestra.run.smithi204.stdout:10 Feb 22:08:43 ntpd[17119]: ntpd: time slew -0.000766 s 2024-02-10T22:08:43.360 INFO:teuthology.orchestra.run.smithi204.stdout:ntpd: time slew -0.000766s 2024-02-10T22:08:43.360 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T22:08:43.361 INFO:teuthology.orchestra.run.smithi204.stderr:10 Feb 22:08:43 ntpd[17119]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T22:08:43.408 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T22:08:43.408 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-02-10T22:08:43.409 INFO:teuthology.orchestra.run.smithi204.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:43.409 INFO:teuthology.orchestra.run.smithi204.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:43.409 INFO:teuthology.orchestra.run.smithi204.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:43.409 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T22:08:43.410 INFO:teuthology.run_tasks:Running task install... 2024-02-10T22:08:43.420 DEBUG:teuthology.task.install:project ceph 2024-02-10T22:08:43.420 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-10T22:08:43.420 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T22:08:43.420 INFO:teuthology.task.install:Using flavor: default 2024-02-10T22:08:43.426 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']} 2024-02-10T22:08:43.426 INFO:teuthology.task.install:extra packages: [] 2024-02-10T22:08:43.427 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-key list | grep Ceph 2024-02-10T22:08:43.427 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-key list | grep Ceph 2024-02-10T22:08:43.428 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-key list | grep Ceph 2024-02-10T22:08:43.493 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T22:08:43.497 INFO:teuthology.orchestra.run.smithi002.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T22:08:43.509 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T22:08:43.523 INFO:teuthology.orchestra.run.smithi137.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T22:08:43.523 INFO:teuthology.orchestra.run.smithi137.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T22:08:43.524 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 2024-02-10T22:08:43.524 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:08:43.530 INFO:teuthology.orchestra.run.smithi002.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T22:08:43.530 INFO:teuthology.orchestra.run.smithi002.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T22:08:43.530 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 2024-02-10T22:08:43.530 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:08:43.535 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T22:08:43.535 INFO:teuthology.orchestra.run.smithi204.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T22:08:43.536 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 2024-02-10T22:08:43.536 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:08:43.746 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default/ 2024-02-10T22:08:43.746 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:08:43.759 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default/ 2024-02-10T22:08:43.759 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:08:43.760 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default/ 2024-02-10T22:08:43.760 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:08:43.936 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T22:08:43.936 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T22:08:43.940 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-02-10T22:08:43.940 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T22:08:43.943 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-02-10T22:08:43.943 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T22:08:43.957 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-02-10T22:08:43.957 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-02-10T22:08:43.986 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get update 2024-02-10T22:08:44.150 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T22:08:44.150 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T22:08:44.151 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T22:08:44.161 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T22:08:44.161 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T22:08:44.175 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T22:08:44.180 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T22:08:44.196 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T22:08:44.238 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy InRelease 2024-02-10T22:08:44.241 INFO:teuthology.orchestra.run.smithi137.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy InRelease 2024-02-10T22:08:44.265 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T22:08:44.274 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-02-10T22:08:44.274 INFO:teuthology.orchestra.run.smithi002.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy InRelease 2024-02-10T22:08:44.278 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T22:08:44.280 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-02-10T22:08:44.310 INFO:teuthology.orchestra.run.smithi002.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-02-10T22:08:44.311 INFO:teuthology.orchestra.run.smithi204.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy Release.gpg 2024-02-10T22:08:44.318 INFO:teuthology.orchestra.run.smithi137.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy Release.gpg 2024-02-10T22:08:44.347 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T22:08:44.348 INFO:teuthology.orchestra.run.smithi002.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy Release.gpg 2024-02-10T22:08:44.348 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-02-10T22:08:44.355 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-02-10T22:08:44.384 INFO:teuthology.orchestra.run.smithi002.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-02-10T22:08:44.395 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-02-10T22:08:44.397 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-02-10T22:08:44.429 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T22:08:44.429 INFO:teuthology.orchestra.run.smithi002.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-02-10T22:08:44.516 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 28.8 kB in 0s (75.8 kB/s) 2024-02-10T22:08:44.534 INFO:teuthology.orchestra.run.smithi002.stdout:Fetched 28.8 kB in 0s (78.8 kB/s) 2024-02-10T22:08:44.570 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 28.8 kB in 0s (66.6 kB/s) 2024-02-10T22:08:45.445 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-02-10T22:08:45.460 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1367-g14aa01b9-1jammy cephadm=19.0.0-1367-g14aa01b9-1jammy ceph-mds=19.0.0-1367-g14aa01b9-1jammy ceph-mgr=19.0.0-1367-g14aa01b9-1jammy ceph-common=19.0.0-1367-g14aa01b9-1jammy ceph-fuse=19.0.0-1367-g14aa01b9-1jammy ceph-test=19.0.0-1367-g14aa01b9-1jammy ceph-volume=19.0.0-1367-g14aa01b9-1jammy radosgw=19.0.0-1367-g14aa01b9-1jammy python3-rados=19.0.0-1367-g14aa01b9-1jammy python3-rgw=19.0.0-1367-g14aa01b9-1jammy python3-cephfs=19.0.0-1367-g14aa01b9-1jammy python3-rbd=19.0.0-1367-g14aa01b9-1jammy libcephfs2=19.0.0-1367-g14aa01b9-1jammy libcephfs-dev=19.0.0-1367-g14aa01b9-1jammy librados2=19.0.0-1367-g14aa01b9-1jammy librbd1=19.0.0-1367-g14aa01b9-1jammy rbd-fuse=19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:08:45.475 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2024-02-10T22:08:45.491 DEBUG:teuthology.orchestra.run.smithi002:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1367-g14aa01b9-1jammy cephadm=19.0.0-1367-g14aa01b9-1jammy ceph-mds=19.0.0-1367-g14aa01b9-1jammy ceph-mgr=19.0.0-1367-g14aa01b9-1jammy ceph-common=19.0.0-1367-g14aa01b9-1jammy ceph-fuse=19.0.0-1367-g14aa01b9-1jammy ceph-test=19.0.0-1367-g14aa01b9-1jammy ceph-volume=19.0.0-1367-g14aa01b9-1jammy radosgw=19.0.0-1367-g14aa01b9-1jammy python3-rados=19.0.0-1367-g14aa01b9-1jammy python3-rgw=19.0.0-1367-g14aa01b9-1jammy python3-cephfs=19.0.0-1367-g14aa01b9-1jammy python3-rbd=19.0.0-1367-g14aa01b9-1jammy libcephfs2=19.0.0-1367-g14aa01b9-1jammy libcephfs-dev=19.0.0-1367-g14aa01b9-1jammy librados2=19.0.0-1367-g14aa01b9-1jammy librbd1=19.0.0-1367-g14aa01b9-1jammy rbd-fuse=19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:08:45.504 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-02-10T22:08:45.511 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-02-10T22:08:45.519 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1367-g14aa01b9-1jammy cephadm=19.0.0-1367-g14aa01b9-1jammy ceph-mds=19.0.0-1367-g14aa01b9-1jammy ceph-mgr=19.0.0-1367-g14aa01b9-1jammy ceph-common=19.0.0-1367-g14aa01b9-1jammy ceph-fuse=19.0.0-1367-g14aa01b9-1jammy ceph-test=19.0.0-1367-g14aa01b9-1jammy ceph-volume=19.0.0-1367-g14aa01b9-1jammy radosgw=19.0.0-1367-g14aa01b9-1jammy python3-rados=19.0.0-1367-g14aa01b9-1jammy python3-rgw=19.0.0-1367-g14aa01b9-1jammy python3-cephfs=19.0.0-1367-g14aa01b9-1jammy python3-rbd=19.0.0-1367-g14aa01b9-1jammy libcephfs2=19.0.0-1367-g14aa01b9-1jammy libcephfs-dev=19.0.0-1367-g14aa01b9-1jammy librados2=19.0.0-1367-g14aa01b9-1jammy librbd1=19.0.0-1367-g14aa01b9-1jammy rbd-fuse=19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:08:45.550 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2024-02-10T22:08:45.579 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-02-10T22:08:45.680 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-02-10T22:08:45.680 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-02-10T22:08:45.744 INFO:teuthology.orchestra.run.smithi002.stdout:Building dependency tree... 2024-02-10T22:08:45.744 INFO:teuthology.orchestra.run.smithi002.stdout:Reading state information... 2024-02-10T22:08:45.761 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-02-10T22:08:45.762 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-02-10T22:08:45.834 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T22:08:45.834 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T22:08:45.834 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T22:08:45.834 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T22:08:45.835 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T22:08:45.835 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T22:08:45.835 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T22:08:45.836 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-02-10T22:08:45.836 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T22:08:45.836 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T22:08:45.836 INFO:teuthology.orchestra.run.smithi137.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T22:08:45.836 INFO:teuthology.orchestra.run.smithi137.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T22:08:45.837 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T22:08:45.837 INFO:teuthology.orchestra.run.smithi137.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T22:08:45.837 INFO:teuthology.orchestra.run.smithi137.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T22:08:45.837 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T22:08:45.837 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T22:08:45.837 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T22:08:45.837 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T22:08:45.838 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet zip 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-02-10T22:08:45.839 INFO:teuthology.orchestra.run.smithi137.stdout: btrfs-tools 2024-02-10T22:08:45.927 INFO:teuthology.orchestra.run.smithi002.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T22:08:45.927 INFO:teuthology.orchestra.run.smithi002.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T22:08:45.927 INFO:teuthology.orchestra.run.smithi002.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T22:08:45.928 INFO:teuthology.orchestra.run.smithi002.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T22:08:45.928 INFO:teuthology.orchestra.run.smithi002.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T22:08:45.928 INFO:teuthology.orchestra.run.smithi002.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T22:08:45.928 INFO:teuthology.orchestra.run.smithi002.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T22:08:45.929 INFO:teuthology.orchestra.run.smithi002.stdout:The following additional packages will be installed: 2024-02-10T22:08:45.929 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T22:08:45.929 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T22:08:45.929 INFO:teuthology.orchestra.run.smithi002.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T22:08:45.929 INFO:teuthology.orchestra.run.smithi002.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T22:08:45.930 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T22:08:45.931 INFO:teuthology.orchestra.run.smithi002.stdout: xmlstarlet zip 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout:Suggested packages: 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout:Recommended packages: 2024-02-10T22:08:45.932 INFO:teuthology.orchestra.run.smithi002.stdout: btrfs-tools 2024-02-10T22:08:45.937 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-02-10T22:08:45.937 INFO:teuthology.orchestra.run.smithi137.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T22:08:45.937 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T22:08:45.938 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T22:08:45.939 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T22:08:45.940 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T22:08:45.941 INFO:teuthology.orchestra.run.smithi137.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T22:08:45.942 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T22:08:45.943 INFO:teuthology.orchestra.run.smithi204.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T22:08:45.944 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet zip 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T22:08:45.945 INFO:teuthology.orchestra.run.smithi204.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T22:08:45.946 INFO:teuthology.orchestra.run.smithi204.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T22:08:45.946 INFO:teuthology.orchestra.run.smithi204.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T22:08:45.946 INFO:teuthology.orchestra.run.smithi204.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T22:08:45.946 INFO:teuthology.orchestra.run.smithi204.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T22:08:45.946 INFO:teuthology.orchestra.run.smithi204.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T22:08:45.946 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-02-10T22:08:45.946 INFO:teuthology.orchestra.run.smithi204.stdout: btrfs-tools 2024-02-10T22:08:46.005 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T22:08:46.005 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 176 MB of archives. 2024-02-10T22:08:46.005 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T22:08:46.006 INFO:teuthology.orchestra.run.smithi137.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T22:08:46.038 INFO:teuthology.orchestra.run.smithi002.stdout:The following NEW packages will be installed: 2024-02-10T22:08:46.038 INFO:teuthology.orchestra.run.smithi002.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T22:08:46.038 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T22:08:46.038 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T22:08:46.038 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T22:08:46.038 INFO:teuthology.orchestra.run.smithi002.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T22:08:46.038 INFO:teuthology.orchestra.run.smithi002.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T22:08:46.040 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T22:08:46.041 INFO:teuthology.orchestra.run.smithi002.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T22:08:46.041 INFO:teuthology.orchestra.run.smithi002.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T22:08:46.041 INFO:teuthology.orchestra.run.smithi002.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T22:08:46.041 INFO:teuthology.orchestra.run.smithi002.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T22:08:46.041 INFO:teuthology.orchestra.run.smithi002.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T22:08:46.041 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T22:08:46.041 INFO:teuthology.orchestra.run.smithi002.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T22:08:46.046 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-02-10T22:08:46.046 INFO:teuthology.orchestra.run.smithi204.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T22:08:46.046 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T22:08:46.046 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T22:08:46.046 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T22:08:46.046 INFO:teuthology.orchestra.run.smithi204.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T22:08:46.046 INFO:teuthology.orchestra.run.smithi204.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T22:08:46.047 INFO:teuthology.orchestra.run.smithi204.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T22:08:46.047 INFO:teuthology.orchestra.run.smithi204.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T22:08:46.047 INFO:teuthology.orchestra.run.smithi204.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T22:08:46.047 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T22:08:46.048 INFO:teuthology.orchestra.run.smithi204.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T22:08:46.049 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T22:08:46.049 INFO:teuthology.orchestra.run.smithi204.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T22:08:46.112 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T22:08:46.114 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T22:08:46.135 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-10T22:08:46.160 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1367-g14aa01b9-1jammy [3,535 kB] 2024-02-10T22:08:46.201 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T22:08:46.205 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T22:08:46.218 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T22:08:46.222 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T22:08:46.222 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T22:08:46.223 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T22:08:46.228 INFO:teuthology.orchestra.run.smithi002.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T22:08:46.228 INFO:teuthology.orchestra.run.smithi002.stdout:Need to get 176 MB of archives. 2024-02-10T22:08:46.228 INFO:teuthology.orchestra.run.smithi002.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T22:08:46.228 INFO:teuthology.orchestra.run.smithi002.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T22:08:46.232 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T22:08:46.234 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T22:08:46.234 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T22:08:46.234 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 176 MB of archives. 2024-02-10T22:08:46.235 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T22:08:46.235 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T22:08:46.236 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T22:08:46.238 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T22:08:46.246 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T22:08:46.248 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T22:08:46.251 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T22:08:46.253 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T22:08:46.260 INFO:teuthology.orchestra.run.smithi002.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1367-g14aa01b9-1jammy [3,535 kB] 2024-02-10T22:08:46.265 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1367-g14aa01b9-1jammy [3,535 kB] 2024-02-10T22:08:46.267 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T22:08:46.267 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-10T22:08:46.269 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T22:08:46.269 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T22:08:46.269 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T22:08:46.269 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T22:08:46.287 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T22:08:46.288 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T22:08:46.288 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T22:08:46.291 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T22:08:46.307 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T22:08:46.308 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T22:08:46.308 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-10T22:08:46.309 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T22:08:46.310 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T22:08:46.310 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-10T22:08:46.328 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T22:08:46.329 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T22:08:46.329 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T22:08:46.335 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T22:08:46.348 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T22:08:46.349 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T22:08:46.350 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T22:08:46.351 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T22:08:46.353 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T22:08:46.354 INFO:teuthology.orchestra.run.smithi137.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-10T22:08:46.370 INFO:teuthology.orchestra.run.smithi137.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-10T22:08:46.371 INFO:teuthology.orchestra.run.smithi137.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-02-10T22:08:46.373 INFO:teuthology.orchestra.run.smithi137.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T22:08:46.374 INFO:teuthology.orchestra.run.smithi137.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T22:08:46.391 INFO:teuthology.orchestra.run.smithi137.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T22:08:46.393 INFO:teuthology.orchestra.run.smithi137.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-02-10T22:08:46.448 INFO:teuthology.orchestra.run.smithi137.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-10T22:08:46.449 INFO:teuthology.orchestra.run.smithi137.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T22:08:46.450 INFO:teuthology.orchestra.run.smithi137.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T22:08:46.450 INFO:teuthology.orchestra.run.smithi137.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T22:08:46.451 INFO:teuthology.orchestra.run.smithi137.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T22:08:46.475 INFO:teuthology.orchestra.run.smithi137.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T22:08:46.477 INFO:teuthology.orchestra.run.smithi137.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T22:08:46.477 INFO:teuthology.orchestra.run.smithi137.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T22:08:46.496 INFO:teuthology.orchestra.run.smithi137.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T22:08:46.496 INFO:teuthology.orchestra.run.smithi137.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T22:08:46.496 INFO:teuthology.orchestra.run.smithi137.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T22:08:46.497 INFO:teuthology.orchestra.run.smithi137.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T22:08:46.497 INFO:teuthology.orchestra.run.smithi137.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T22:08:46.498 INFO:teuthology.orchestra.run.smithi137.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-10T22:08:46.509 INFO:teuthology.orchestra.run.smithi137.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T22:08:46.510 INFO:teuthology.orchestra.run.smithi137.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T22:08:46.513 INFO:teuthology.orchestra.run.smithi137.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T22:08:46.517 INFO:teuthology.orchestra.run.smithi137.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1367-g14aa01b9-1jammy [3,210 kB] 2024-02-10T22:08:46.530 INFO:teuthology.orchestra.run.smithi137.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T22:08:46.531 INFO:teuthology.orchestra.run.smithi137.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T22:08:46.532 INFO:teuthology.orchestra.run.smithi137.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T22:08:46.535 INFO:teuthology.orchestra.run.smithi137.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T22:08:46.538 INFO:teuthology.orchestra.run.smithi137.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-10T22:08:46.539 INFO:teuthology.orchestra.run.smithi137.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T22:08:46.539 INFO:teuthology.orchestra.run.smithi137.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T22:08:46.550 INFO:teuthology.orchestra.run.smithi137.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T22:08:46.551 INFO:teuthology.orchestra.run.smithi137.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T22:08:46.554 INFO:teuthology.orchestra.run.smithi137.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T22:08:46.571 INFO:teuthology.orchestra.run.smithi137.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T22:08:46.572 INFO:teuthology.orchestra.run.smithi137.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T22:08:46.572 INFO:teuthology.orchestra.run.smithi137.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T22:08:46.573 INFO:teuthology.orchestra.run.smithi137.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T22:08:46.574 INFO:teuthology.orchestra.run.smithi137.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T22:08:46.581 INFO:teuthology.orchestra.run.smithi137.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T22:08:46.581 INFO:teuthology.orchestra.run.smithi137.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T22:08:46.591 INFO:teuthology.orchestra.run.smithi137.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T22:08:46.593 INFO:teuthology.orchestra.run.smithi137.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T22:08:46.594 INFO:teuthology.orchestra.run.smithi137.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T22:08:46.646 INFO:teuthology.orchestra.run.smithi137.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1367-g14aa01b9-1jammy [710 kB] 2024-02-10T22:08:46.655 INFO:teuthology.orchestra.run.smithi002.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T22:08:46.664 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T22:08:46.668 INFO:teuthology.orchestra.run.smithi002.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T22:08:46.677 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T22:08:46.701 INFO:teuthology.orchestra.run.smithi137.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1367-g14aa01b9-1jammy [356 kB] 2024-02-10T22:08:46.713 INFO:teuthology.orchestra.run.smithi137.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1367-g14aa01b9-1jammy [32.8 kB] 2024-02-10T22:08:46.749 INFO:teuthology.orchestra.run.smithi002.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-10T22:08:46.759 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-10T22:08:46.814 INFO:teuthology.orchestra.run.smithi137.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1367-g14aa01b9-1jammy [180 kB] 2024-02-10T22:08:46.818 INFO:teuthology.orchestra.run.smithi137.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1367-g14aa01b9-1jammy [64.7 kB] 2024-02-10T22:08:46.820 INFO:teuthology.orchestra.run.smithi137.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1367-g14aa01b9-1jammy [330 kB] 2024-02-10T22:08:46.828 INFO:teuthology.orchestra.run.smithi137.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1367-g14aa01b9-1jammy [6,555 kB] 2024-02-10T22:08:46.930 INFO:teuthology.orchestra.run.smithi002.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1367-g14aa01b9-1jammy [3,210 kB] 2024-02-10T22:08:46.979 INFO:teuthology.orchestra.run.smithi002.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T22:08:46.990 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T22:08:46.991 INFO:teuthology.orchestra.run.smithi002.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T22:08:47.002 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T22:08:47.011 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1367-g14aa01b9-1jammy [3,210 kB] 2024-02-10T22:08:47.021 INFO:teuthology.orchestra.run.smithi002.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T22:08:47.030 INFO:teuthology.orchestra.run.smithi002.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T22:08:47.031 INFO:teuthology.orchestra.run.smithi002.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T22:08:47.032 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T22:08:47.032 INFO:teuthology.orchestra.run.smithi002.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T22:08:47.042 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T22:08:47.042 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T22:08:47.044 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T22:08:47.051 INFO:teuthology.orchestra.run.smithi002.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T22:08:47.062 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T22:08:47.098 INFO:teuthology.orchestra.run.smithi137.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1367-g14aa01b9-1jammy [112 kB] 2024-02-10T22:08:47.101 INFO:teuthology.orchestra.run.smithi137.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1367-g14aa01b9-1jammy [465 kB] 2024-02-10T22:08:47.128 INFO:teuthology.orchestra.run.smithi137.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1367-g14aa01b9-1jammy [24.1 MB] 2024-02-10T22:08:47.219 INFO:teuthology.orchestra.run.smithi002.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T22:08:47.231 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T22:08:47.369 INFO:teuthology.orchestra.run.smithi002.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1367-g14aa01b9-1jammy [710 kB] 2024-02-10T22:08:47.493 INFO:teuthology.orchestra.run.smithi002.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1367-g14aa01b9-1jammy [356 kB] 2024-02-10T22:08:47.525 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1367-g14aa01b9-1jammy [710 kB] 2024-02-10T22:08:47.557 INFO:teuthology.orchestra.run.smithi002.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1367-g14aa01b9-1jammy [32.8 kB] 2024-02-10T22:08:47.558 INFO:teuthology.orchestra.run.smithi002.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1367-g14aa01b9-1jammy [180 kB] 2024-02-10T22:08:47.564 INFO:teuthology.orchestra.run.smithi002.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1367-g14aa01b9-1jammy [64.7 kB] 2024-02-10T22:08:47.566 INFO:teuthology.orchestra.run.smithi002.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1367-g14aa01b9-1jammy [330 kB] 2024-02-10T22:08:47.621 INFO:teuthology.orchestra.run.smithi002.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T22:08:47.629 INFO:teuthology.orchestra.run.smithi002.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1367-g14aa01b9-1jammy [6,555 kB] 2024-02-10T22:08:47.639 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T22:08:47.655 INFO:teuthology.orchestra.run.smithi002.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T22:08:47.656 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1367-g14aa01b9-1jammy [356 kB] 2024-02-10T22:08:47.657 INFO:teuthology.orchestra.run.smithi002.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T22:08:47.672 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T22:08:47.674 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T22:08:47.723 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1367-g14aa01b9-1jammy [32.8 kB] 2024-02-10T22:08:47.724 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1367-g14aa01b9-1jammy [180 kB] 2024-02-10T22:08:47.730 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1367-g14aa01b9-1jammy [64.7 kB] 2024-02-10T22:08:47.732 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1367-g14aa01b9-1jammy [330 kB] 2024-02-10T22:08:47.737 INFO:teuthology.orchestra.run.smithi002.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T22:08:47.755 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T22:08:47.788 INFO:teuthology.orchestra.run.smithi002.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T22:08:47.798 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1367-g14aa01b9-1jammy [6,555 kB] 2024-02-10T22:08:47.806 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T22:08:47.810 INFO:teuthology.orchestra.run.smithi002.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T22:08:47.817 INFO:teuthology.orchestra.run.smithi002.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T22:08:47.817 INFO:teuthology.orchestra.run.smithi002.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-10T22:08:47.828 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T22:08:47.829 INFO:teuthology.orchestra.run.smithi002.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T22:08:47.830 INFO:teuthology.orchestra.run.smithi002.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T22:08:47.834 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T22:08:47.835 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-10T22:08:47.847 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T22:08:47.848 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T22:08:47.995 INFO:teuthology.orchestra.run.smithi002.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T22:08:48.013 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T22:08:48.078 INFO:teuthology.orchestra.run.smithi002.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T22:08:48.096 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T22:08:48.107 INFO:teuthology.orchestra.run.smithi002.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T22:08:48.124 INFO:teuthology.orchestra.run.smithi002.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T22:08:48.125 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T22:08:48.142 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T22:08:48.168 INFO:teuthology.orchestra.run.smithi002.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T22:08:48.187 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T22:08:48.384 INFO:teuthology.orchestra.run.smithi002.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T22:08:48.399 INFO:teuthology.orchestra.run.smithi002.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T22:08:48.402 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T22:08:48.405 INFO:teuthology.orchestra.run.smithi002.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T22:08:48.411 INFO:teuthology.orchestra.run.smithi002.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-10T22:08:48.417 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T22:08:48.424 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T22:08:48.429 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-10T22:08:48.432 INFO:teuthology.orchestra.run.smithi002.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T22:08:48.436 INFO:teuthology.orchestra.run.smithi002.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T22:08:48.450 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T22:08:48.454 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T22:08:48.571 INFO:teuthology.orchestra.run.smithi137.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1367-g14aa01b9-1jammy [5,073 kB] 2024-02-10T22:08:48.601 INFO:teuthology.orchestra.run.smithi002.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-10T22:08:48.617 INFO:teuthology.orchestra.run.smithi002.stdout:Get:44 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1367-g14aa01b9-1jammy [112 kB] 2024-02-10T22:08:48.620 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-10T22:08:48.620 INFO:teuthology.orchestra.run.smithi002.stdout:Get:45 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1367-g14aa01b9-1jammy [465 kB] 2024-02-10T22:08:48.695 INFO:teuthology.orchestra.run.smithi002.stdout:Get:46 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1367-g14aa01b9-1jammy [24.1 MB] 2024-02-10T22:08:48.759 INFO:teuthology.orchestra.run.smithi137.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1367-g14aa01b9-1jammy [243 kB] 2024-02-10T22:08:48.782 INFO:teuthology.orchestra.run.smithi137.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1367-g14aa01b9-1jammy [124 kB] 2024-02-10T22:08:48.786 INFO:teuthology.orchestra.run.smithi137.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1367-g14aa01b9-1jammy [1,538 kB] 2024-02-10T22:08:48.869 INFO:teuthology.orchestra.run.smithi137.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1367-g14aa01b9-1jammy [6,242 kB] 2024-02-10T22:08:48.902 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1367-g14aa01b9-1jammy [112 kB] 2024-02-10T22:08:48.932 INFO:teuthology.orchestra.run.smithi002.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T22:08:48.951 INFO:teuthology.orchestra.run.smithi204.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T22:08:48.963 INFO:teuthology.orchestra.run.smithi002.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T22:08:48.968 INFO:teuthology.orchestra.run.smithi204.stdout:Get:46 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1367-g14aa01b9-1jammy [465 kB] 2024-02-10T22:08:48.973 INFO:teuthology.orchestra.run.smithi002.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T22:08:48.981 INFO:teuthology.orchestra.run.smithi204.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T22:08:48.992 INFO:teuthology.orchestra.run.smithi204.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T22:08:49.048 INFO:teuthology.orchestra.run.smithi204.stdout:Get:49 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1367-g14aa01b9-1jammy [24.1 MB] 2024-02-10T22:08:49.175 INFO:teuthology.orchestra.run.smithi002.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T22:08:49.176 INFO:teuthology.orchestra.run.smithi002.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T22:08:49.182 INFO:teuthology.orchestra.run.smithi002.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T22:08:49.188 INFO:teuthology.orchestra.run.smithi002.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T22:08:49.194 INFO:teuthology.orchestra.run.smithi204.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T22:08:49.195 INFO:teuthology.orchestra.run.smithi204.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T22:08:49.201 INFO:teuthology.orchestra.run.smithi204.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T22:08:49.203 INFO:teuthology.orchestra.run.smithi137.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1367-g14aa01b9-1jammy [22.7 MB] 2024-02-10T22:08:49.203 INFO:teuthology.orchestra.run.smithi002.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T22:08:49.207 INFO:teuthology.orchestra.run.smithi204.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T22:08:49.222 INFO:teuthology.orchestra.run.smithi204.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T22:08:49.225 INFO:teuthology.orchestra.run.smithi002.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T22:08:49.231 INFO:teuthology.orchestra.run.smithi002.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-10T22:08:49.244 INFO:teuthology.orchestra.run.smithi204.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T22:08:49.250 INFO:teuthology.orchestra.run.smithi204.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-10T22:08:49.406 INFO:teuthology.orchestra.run.smithi002.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-10T22:08:49.425 INFO:teuthology.orchestra.run.smithi204.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-10T22:08:49.663 INFO:teuthology.orchestra.run.smithi002.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-02-10T22:08:49.688 INFO:teuthology.orchestra.run.smithi204.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-02-10T22:08:49.841 INFO:teuthology.orchestra.run.smithi002.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T22:08:49.855 INFO:teuthology.orchestra.run.smithi002.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T22:08:49.867 INFO:teuthology.orchestra.run.smithi204.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T22:08:49.875 INFO:teuthology.orchestra.run.smithi002.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T22:08:49.882 INFO:teuthology.orchestra.run.smithi204.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T22:08:49.901 INFO:teuthology.orchestra.run.smithi204.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T22:08:49.940 INFO:teuthology.orchestra.run.smithi002.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-02-10T22:08:49.965 INFO:teuthology.orchestra.run.smithi204.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-02-10T22:08:50.238 INFO:teuthology.orchestra.run.smithi002.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-10T22:08:50.239 INFO:teuthology.orchestra.run.smithi002.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T22:08:50.242 INFO:teuthology.orchestra.run.smithi002.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T22:08:50.243 INFO:teuthology.orchestra.run.smithi002.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T22:08:50.246 INFO:teuthology.orchestra.run.smithi002.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T22:08:50.254 INFO:teuthology.orchestra.run.smithi204.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-10T22:08:50.299 INFO:teuthology.orchestra.run.smithi204.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T22:08:50.383 INFO:teuthology.orchestra.run.smithi204.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T22:08:50.404 INFO:teuthology.orchestra.run.smithi204.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T22:08:50.435 INFO:teuthology.orchestra.run.smithi204.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T22:08:50.464 INFO:teuthology.orchestra.run.smithi002.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T22:08:50.533 INFO:teuthology.orchestra.run.smithi137.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1367-g14aa01b9-1jammy [14.1 kB] 2024-02-10T22:08:50.534 INFO:teuthology.orchestra.run.smithi137.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1367-g14aa01b9-1jammy [865 kB] 2024-02-10T22:08:50.545 INFO:teuthology.orchestra.run.smithi204.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T22:08:50.552 INFO:teuthology.orchestra.run.smithi137.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1367-g14aa01b9-1jammy [2,185 kB] 2024-02-10T22:08:50.569 INFO:teuthology.orchestra.run.smithi204.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T22:08:50.590 INFO:teuthology.orchestra.run.smithi204.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T22:08:50.614 INFO:teuthology.orchestra.run.smithi137.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1367-g14aa01b9-1jammy [776 kB] 2024-02-10T22:08:50.645 INFO:teuthology.orchestra.run.smithi137.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1367-g14aa01b9-1jammy [144 kB] 2024-02-10T22:08:50.648 INFO:teuthology.orchestra.run.smithi204.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T22:08:50.650 INFO:teuthology.orchestra.run.smithi137.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1367-g14aa01b9-1jammy [1,898 kB] 2024-02-10T22:08:50.669 INFO:teuthology.orchestra.run.smithi204.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T22:08:50.690 INFO:teuthology.orchestra.run.smithi204.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T22:08:50.711 INFO:teuthology.orchestra.run.smithi204.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T22:08:50.732 INFO:teuthology.orchestra.run.smithi204.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T22:08:50.747 INFO:teuthology.orchestra.run.smithi137.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1367-g14aa01b9-1jammy [8,625 kB] 2024-02-10T22:08:50.753 INFO:teuthology.orchestra.run.smithi204.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-10T22:08:50.774 INFO:teuthology.orchestra.run.smithi204.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T22:08:50.795 INFO:teuthology.orchestra.run.smithi204.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T22:08:50.823 INFO:teuthology.orchestra.run.smithi204.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T22:08:50.847 INFO:teuthology.orchestra.run.smithi204.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T22:08:50.870 INFO:teuthology.orchestra.run.smithi204.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T22:08:50.892 INFO:teuthology.orchestra.run.smithi204.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T22:08:50.900 INFO:teuthology.orchestra.run.smithi002.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T22:08:50.906 INFO:teuthology.orchestra.run.smithi002.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T22:08:50.919 INFO:teuthology.orchestra.run.smithi204.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T22:08:50.945 INFO:teuthology.orchestra.run.smithi204.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-10T22:08:50.967 INFO:teuthology.orchestra.run.smithi204.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T22:08:50.988 INFO:teuthology.orchestra.run.smithi204.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T22:08:51.019 INFO:teuthology.orchestra.run.smithi204.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T22:08:51.040 INFO:teuthology.orchestra.run.smithi204.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T22:08:51.068 INFO:teuthology.orchestra.run.smithi204.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T22:08:51.088 INFO:teuthology.orchestra.run.smithi204.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T22:08:51.109 INFO:teuthology.orchestra.run.smithi204.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T22:08:51.130 INFO:teuthology.orchestra.run.smithi204.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T22:08:51.154 INFO:teuthology.orchestra.run.smithi204.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T22:08:51.176 INFO:teuthology.orchestra.run.smithi204.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T22:08:51.196 INFO:teuthology.orchestra.run.smithi002.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T22:08:51.197 INFO:teuthology.orchestra.run.smithi002.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T22:08:51.199 INFO:teuthology.orchestra.run.smithi002.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T22:08:51.201 INFO:teuthology.orchestra.run.smithi002.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T22:08:51.202 INFO:teuthology.orchestra.run.smithi002.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T22:08:51.205 INFO:teuthology.orchestra.run.smithi002.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-10T22:08:51.205 INFO:teuthology.orchestra.run.smithi002.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T22:08:51.206 INFO:teuthology.orchestra.run.smithi137.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1367-g14aa01b9-1jammy [14.2 kB] 2024-02-10T22:08:51.206 INFO:teuthology.orchestra.run.smithi137.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1367-g14aa01b9-1jammy [49.8 MB] 2024-02-10T22:08:51.208 INFO:teuthology.orchestra.run.smithi002.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T22:08:51.212 INFO:teuthology.orchestra.run.smithi204.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T22:08:51.233 INFO:teuthology.orchestra.run.smithi204.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T22:08:51.254 INFO:teuthology.orchestra.run.smithi204.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T22:08:51.279 INFO:teuthology.orchestra.run.smithi204.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T22:08:51.300 INFO:teuthology.orchestra.run.smithi204.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T22:08:51.388 INFO:teuthology.orchestra.run.smithi002.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T22:08:51.792 INFO:teuthology.orchestra.run.smithi002.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T22:08:51.839 INFO:teuthology.orchestra.run.smithi002.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T22:08:51.858 INFO:teuthology.orchestra.run.smithi002.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T22:08:51.970 INFO:teuthology.orchestra.run.smithi002.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T22:08:52.010 INFO:teuthology.orchestra.run.smithi002.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-10T22:08:52.021 INFO:teuthology.orchestra.run.smithi002.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T22:08:52.026 INFO:teuthology.orchestra.run.smithi002.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T22:08:52.073 INFO:teuthology.orchestra.run.smithi002.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T22:08:52.077 INFO:teuthology.orchestra.run.smithi002.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T22:08:52.098 INFO:teuthology.orchestra.run.smithi002.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T22:08:52.262 INFO:teuthology.orchestra.run.smithi002.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T22:08:52.526 INFO:teuthology.orchestra.run.smithi002.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T22:08:52.546 INFO:teuthology.orchestra.run.smithi002.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T22:08:52.615 INFO:teuthology.orchestra.run.smithi002.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1367-g14aa01b9-1jammy [5,073 kB] 2024-02-10T22:08:52.696 INFO:teuthology.orchestra.run.smithi002.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T22:08:52.724 INFO:teuthology.orchestra.run.smithi002.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T22:08:52.881 INFO:teuthology.orchestra.run.smithi002.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T22:08:52.884 INFO:teuthology.orchestra.run.smithi002.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T22:08:52.885 INFO:teuthology.orchestra.run.smithi002.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T22:08:52.907 INFO:teuthology.orchestra.run.smithi002.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T22:08:52.913 INFO:teuthology.orchestra.run.smithi002.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T22:08:53.369 INFO:teuthology.orchestra.run.smithi002.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1367-g14aa01b9-1jammy [243 kB] 2024-02-10T22:08:53.407 INFO:teuthology.orchestra.run.smithi002.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1367-g14aa01b9-1jammy [124 kB] 2024-02-10T22:08:53.410 INFO:teuthology.orchestra.run.smithi002.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1367-g14aa01b9-1jammy [1,538 kB] 2024-02-10T22:08:53.688 INFO:teuthology.orchestra.run.smithi002.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1367-g14aa01b9-1jammy [6,242 kB] 2024-02-10T22:08:53.969 INFO:teuthology.orchestra.run.smithi137.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1367-g14aa01b9-1jammy [121 kB] 2024-02-10T22:08:53.972 INFO:teuthology.orchestra.run.smithi137.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1367-g14aa01b9-1jammy [38.4 kB] 2024-02-10T22:08:53.973 INFO:teuthology.orchestra.run.smithi137.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1367-g14aa01b9-1jammy [13.0 MB] 2024-02-10T22:08:54.023 INFO:teuthology.orchestra.run.smithi204.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1367-g14aa01b9-1jammy [5,073 kB] 2024-02-10T22:08:54.433 INFO:teuthology.orchestra.run.smithi137.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1367-g14aa01b9-1jammy [91.5 kB] 2024-02-10T22:08:54.435 INFO:teuthology.orchestra.run.smithi002.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1367-g14aa01b9-1jammy [22.7 MB] 2024-02-10T22:08:54.804 INFO:teuthology.orchestra.run.smithi204.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1367-g14aa01b9-1jammy [243 kB] 2024-02-10T22:08:54.836 INFO:teuthology.orchestra.run.smithi204.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1367-g14aa01b9-1jammy [124 kB] 2024-02-10T22:08:54.840 INFO:teuthology.orchestra.run.smithi204.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1367-g14aa01b9-1jammy [1,538 kB] 2024-02-10T22:08:54.959 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 176 MB in 8s (20.7 MB/s) 2024-02-10T22:08:55.016 INFO:teuthology.orchestra.run.smithi204.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1367-g14aa01b9-1jammy [6,242 kB] 2024-02-10T22:08:55.126 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T22:08:55.221 INFO:teuthology.orchestra.run.smithi137.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 ... 165994 files and directories currently installed.) 2024-02-10T22:08:55.227 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T22:08:55.292 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T22:08:55.620 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T22:08:55.646 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T22:08:55.687 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T22:08:55.695 INFO:teuthology.orchestra.run.smithi204.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1367-g14aa01b9-1jammy [22.7 MB] 2024-02-10T22:08:55.950 INFO:teuthology.orchestra.run.smithi002.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1367-g14aa01b9-1jammy [14.1 kB] 2024-02-10T22:08:55.951 INFO:teuthology.orchestra.run.smithi002.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1367-g14aa01b9-1jammy [865 kB] 2024-02-10T22:08:55.968 INFO:teuthology.orchestra.run.smithi002.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1367-g14aa01b9-1jammy [2,185 kB] 2024-02-10T22:08:56.006 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T22:08:56.035 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T22:08:56.073 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T22:08:56.097 INFO:teuthology.orchestra.run.smithi002.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1367-g14aa01b9-1jammy [776 kB] 2024-02-10T22:08:56.137 INFO:teuthology.orchestra.run.smithi002.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1367-g14aa01b9-1jammy [144 kB] 2024-02-10T22:08:56.140 INFO:teuthology.orchestra.run.smithi002.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1367-g14aa01b9-1jammy [1,898 kB] 2024-02-10T22:08:56.274 INFO:teuthology.orchestra.run.smithi002.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1367-g14aa01b9-1jammy [8,625 kB] 2024-02-10T22:08:56.510 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T22:08:56.536 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:08:56.584 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:08:56.789 INFO:teuthology.orchestra.run.smithi002.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1367-g14aa01b9-1jammy [14.2 kB] 2024-02-10T22:08:56.803 INFO:teuthology.orchestra.run.smithi002.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1367-g14aa01b9-1jammy [49.8 MB] 2024-02-10T22:08:56.988 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T22:08:57.014 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:08:57.046 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:08:57.391 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T22:08:57.417 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:08:57.457 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:08:57.977 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T22:08:58.003 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T22:08:58.043 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T22:08:58.179 INFO:teuthology.orchestra.run.smithi204.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1367-g14aa01b9-1jammy [14.1 kB] 2024-02-10T22:08:58.180 INFO:teuthology.orchestra.run.smithi204.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1367-g14aa01b9-1jammy [865 kB] 2024-02-10T22:08:58.217 INFO:teuthology.orchestra.run.smithi204.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1367-g14aa01b9-1jammy [2,185 kB] 2024-02-10T22:08:58.363 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librados2. 2024-02-10T22:08:58.389 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:08:58.431 INFO:teuthology.orchestra.run.smithi204.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1367-g14aa01b9-1jammy [776 kB] 2024-02-10T22:08:58.446 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:08:58.504 INFO:teuthology.orchestra.run.smithi204.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1367-g14aa01b9-1jammy [144 kB] 2024-02-10T22:08:58.507 INFO:teuthology.orchestra.run.smithi204.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1367-g14aa01b9-1jammy [1,898 kB] 2024-02-10T22:08:58.691 INFO:teuthology.orchestra.run.smithi204.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1367-g14aa01b9-1jammy [8,625 kB] 2024-02-10T22:08:58.891 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librbd1. 2024-02-10T22:08:58.917 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:08:58.957 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:08:59.335 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T22:08:59.361 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:08:59.393 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:08:59.510 INFO:teuthology.orchestra.run.smithi204.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1367-g14aa01b9-1jammy [14.2 kB] 2024-02-10T22:08:59.511 INFO:teuthology.orchestra.run.smithi204.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1367-g14aa01b9-1jammy [49.8 MB] 2024-02-10T22:08:59.647 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rados. 2024-02-10T22:08:59.672 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:08:59.712 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:08:59.902 INFO:teuthology.orchestra.run.smithi002.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1367-g14aa01b9-1jammy [121 kB] 2024-02-10T22:08:59.904 INFO:teuthology.orchestra.run.smithi002.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1367-g14aa01b9-1jammy [38.4 kB] 2024-02-10T22:08:59.905 INFO:teuthology.orchestra.run.smithi002.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1367-g14aa01b9-1jammy [13.0 MB] 2024-02-10T22:09:00.032 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T22:09:00.058 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:00.098 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:00.334 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T22:09:00.349 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:00.392 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:00.443 INFO:teuthology.orchestra.run.smithi002.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1367-g14aa01b9-1jammy [91.5 kB] 2024-02-10T22:09:00.720 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T22:09:00.746 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:00.786 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:01.031 INFO:teuthology.orchestra.run.smithi002.stdout:Fetched 176 MB in 14s (12.2 MB/s) 2024-02-10T22:09:01.123 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T22:09:01.149 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T22:09:01.189 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T22:09:01.194 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T22:09:01.297 INFO:teuthology.orchestra.run.smithi002.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 ... 165994 files and directories currently installed.) 2024-02-10T22:09:01.303 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T22:09:01.376 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T22:09:01.467 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T22:09:01.494 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T22:09:01.525 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T22:09:01.646 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T22:09:01.673 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T22:09:01.704 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T22:09:01.761 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T22:09:01.776 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:01.819 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:02.041 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T22:09:02.067 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T22:09:02.107 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T22:09:02.164 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T22:09:02.190 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T22:09:02.230 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T22:09:02.508 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T22:09:02.523 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T22:09:02.561 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T22:09:02.566 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T22:09:02.588 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:09:02.635 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:09:02.836 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T22:09:02.851 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T22:09:02.885 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T22:09:02.981 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T22:09:03.007 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:09:03.047 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:09:03.206 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua5.1. 2024-02-10T22:09:03.232 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T22:09:03.272 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T22:09:03.383 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T22:09:03.410 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:09:03.442 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:09:03.575 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-any. 2024-02-10T22:09:03.598 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T22:09:03.642 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T22:09:03.852 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package zip. 2024-02-10T22:09:03.868 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T22:09:03.903 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T22:09:03.970 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T22:09:03.982 INFO:teuthology.orchestra.run.smithi204.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1367-g14aa01b9-1jammy [121 kB] 2024-02-10T22:09:03.984 INFO:teuthology.orchestra.run.smithi204.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1367-g14aa01b9-1jammy [38.4 kB] 2024-02-10T22:09:03.986 INFO:teuthology.orchestra.run.smithi204.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1367-g14aa01b9-1jammy [13.0 MB] 2024-02-10T22:09:03.997 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T22:09:04.053 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T22:09:04.206 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package unzip. 2024-02-10T22:09:04.232 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T22:09:04.281 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T22:09:04.381 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package librados2. 2024-02-10T22:09:04.408 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:04.448 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:04.693 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package luarocks. 2024-02-10T22:09:04.719 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T22:09:04.759 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T22:09:04.867 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package librbd1. 2024-02-10T22:09:04.871 INFO:teuthology.orchestra.run.smithi204.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1367-g14aa01b9-1jammy [91.5 kB] 2024-02-10T22:09:04.894 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:04.925 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:05.117 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librgw2. 2024-02-10T22:09:05.132 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:05.184 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:05.378 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T22:09:05.405 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:05.430 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 176 MB in 19s (9,338 kB/s) 2024-02-10T22:09:05.445 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:05.557 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T22:09:05.655 INFO:teuthology.orchestra.run.smithi204.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 ... 165994 files and directories currently installed.) 2024-02-10T22:09:05.660 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T22:09:05.686 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T22:09:05.701 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:05.731 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-rados. 2024-02-10T22:09:05.740 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T22:09:05.744 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:05.757 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:05.797 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:06.080 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T22:09:06.093 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T22:09:06.107 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T22:09:06.117 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T22:09:06.120 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T22:09:06.143 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:06.147 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T22:09:06.160 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T22:09:06.200 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:06.436 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T22:09:06.450 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T22:09:06.452 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:06.463 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T22:09:06.476 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:06.485 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:06.490 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T22:09:06.517 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:06.529 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T22:09:06.764 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T22:09:06.790 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:06.830 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:06.853 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-common. 2024-02-10T22:09:06.880 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:06.911 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:07.116 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T22:09:07.143 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:09:07.158 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T22:09:07.184 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T22:09:07.191 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:09:07.224 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T22:09:07.561 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T22:09:07.569 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T22:09:07.587 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T22:09:07.595 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:09:07.627 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T22:09:07.636 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:09:07.880 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T22:09:07.896 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:07.930 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:07.931 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T22:09:07.958 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T22:09:07.997 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:09:08.200 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-base. 2024-02-10T22:09:08.226 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:08.349 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:08.359 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T22:09:08.386 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T22:09:08.399 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T22:09:08.425 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T22:09:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T22:09:08.466 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T22:09:08.743 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T22:09:08.753 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librados2. 2024-02-10T22:09:08.770 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T22:09:08.780 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:08.810 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T22:09:08.820 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:09.004 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T22:09:09.030 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T22:09:09.070 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T22:09:09.221 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T22:09:09.223 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librbd1. 2024-02-10T22:09:09.237 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T22:09:09.245 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:09.279 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T22:09:09.281 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:09.348 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T22:09:09.375 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T22:09:09.415 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T22:09:09.557 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package lua5.1. 2024-02-10T22:09:09.584 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T22:09:09.615 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T22:09:09.676 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T22:09:09.691 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T22:09:09.727 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T22:09:09.728 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T22:09:09.752 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:09.792 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:09.952 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package lua-any. 2024-02-10T22:09:09.968 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T22:09:10.004 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T22:09:10.011 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T22:09:10.030 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T22:09:10.053 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rados. 2024-02-10T22:09:10.069 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:10.070 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T22:09:10.103 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:10.254 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package zip. 2024-02-10T22:09:10.270 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T22:09:10.313 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T22:09:10.382 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T22:09:10.408 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T22:09:10.422 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T22:09:10.448 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T22:09:10.449 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:10.489 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:10.633 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package unzip. 2024-02-10T22:09:10.659 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T22:09:10.699 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T22:09:10.734 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T22:09:10.742 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T22:09:10.757 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:10.761 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T22:09:10.800 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:10.801 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T22:09:11.045 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-portend. 2024-02-10T22:09:11.055 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package luarocks. 2024-02-10T22:09:11.061 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T22:09:11.082 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T22:09:11.104 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T22:09:11.113 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T22:09:11.119 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T22:09:11.145 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:11.186 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:11.406 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T22:09:11.433 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T22:09:11.473 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T22:09:11.479 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package librgw2. 2024-02-10T22:09:11.480 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T22:09:11.496 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T22:09:11.506 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:11.530 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T22:09:11.545 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:11.776 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T22:09:11.802 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T22:09:11.808 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T22:09:11.835 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T22:09:11.842 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T22:09:11.875 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T22:09:12.073 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T22:09:12.089 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:12.131 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:12.136 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T22:09:12.162 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:12.202 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:12.204 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T22:09:12.231 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T22:09:12.271 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T22:09:12.418 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T22:09:12.444 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T22:09:12.476 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T22:09:12.582 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T22:09:12.609 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T22:09:12.649 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T22:09:12.697 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T22:09:12.724 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T22:09:12.764 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T22:09:12.795 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T22:09:12.822 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:12.870 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:12.935 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T22:09:12.961 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T22:09:13.002 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T22:09:13.016 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T22:09:13.032 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T22:09:13.066 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T22:09:13.254 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-mako. 2024-02-10T22:09:13.270 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T22:09:13.298 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-common. 2024-02-10T22:09:13.304 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T22:09:13.326 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:13.344 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T22:09:13.359 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T22:09:13.365 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:13.402 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T22:09:13.756 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua5.1. 2024-02-10T22:09:13.782 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T22:09:13.816 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T22:09:13.822 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T22:09:13.842 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T22:09:13.882 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T22:09:14.185 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T22:09:14.212 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T22:09:14.252 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T22:09:14.276 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-any. 2024-02-10T22:09:14.302 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T22:09:14.342 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T22:09:14.553 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package zip. 2024-02-10T22:09:14.554 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-webob. 2024-02-10T22:09:14.568 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T22:09:14.581 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T22:09:14.604 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-base. 2024-02-10T22:09:14.611 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T22:09:14.621 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T22:09:14.631 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:14.680 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:14.923 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package unzip. 2024-02-10T22:09:14.941 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T22:09:14.949 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T22:09:14.967 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T22:09:14.990 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T22:09:15.011 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T22:09:15.258 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T22:09:15.269 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T22:09:15.274 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T22:09:15.284 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T22:09:15.316 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T22:09:15.318 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T22:09:15.385 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package luarocks. 2024-02-10T22:09:15.411 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T22:09:15.452 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T22:09:15.605 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-paste. 2024-02-10T22:09:15.610 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T22:09:15.631 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T22:09:15.638 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T22:09:15.677 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T22:09:15.679 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T22:09:15.801 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package librgw2. 2024-02-10T22:09:15.817 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:15.860 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:16.025 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T22:09:16.030 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T22:09:16.051 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T22:09:16.057 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T22:09:16.091 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T22:09:16.096 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T22:09:16.394 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T22:09:16.399 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T22:09:16.404 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T22:09:16.420 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T22:09:16.427 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T22:09:16.430 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:16.460 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T22:09:16.466 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T22:09:16.470 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:16.735 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T22:09:16.763 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T22:09:16.763 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T22:09:16.789 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T22:09:16.802 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T22:09:16.830 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T22:09:16.831 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T22:09:16.858 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T22:09:16.898 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T22:09:17.072 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T22:09:17.099 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T22:09:17.099 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T22:09:17.126 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T22:09:17.138 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T22:09:17.157 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T22:09:17.184 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T22:09:17.211 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:17.242 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:17.441 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-portend. 2024-02-10T22:09:17.468 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T22:09:17.470 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T22:09:17.497 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T22:09:17.507 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T22:09:17.528 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T22:09:17.802 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T22:09:17.821 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-common. 2024-02-10T22:09:17.829 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T22:09:17.840 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-idna. 2024-02-10T22:09:17.847 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:17.866 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T22:09:17.868 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T22:09:17.887 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:17.906 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T22:09:18.130 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T22:09:18.157 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T22:09:18.188 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T22:09:18.218 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T22:09:18.244 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T22:09:18.659 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T22:09:19.167 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T22:09:19.194 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T22:09:19.233 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T22:09:19.296 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-requests. 2024-02-10T22:09:19.323 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T22:09:19.362 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T22:09:19.435 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-base. 2024-02-10T22:09:19.461 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:19.674 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T22:09:19.700 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T22:09:19.736 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T22:09:19.749 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T22:09:19.763 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T22:09:19.803 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T22:09:19.878 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:20.052 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T22:09:20.067 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:20.106 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T22:09:20.110 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:20.133 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T22:09:20.172 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T22:09:20.433 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-mako. 2024-02-10T22:09:20.460 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T22:09:20.473 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T22:09:20.481 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T22:09:20.492 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T22:09:20.500 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T22:09:20.508 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:20.540 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T22:09:20.548 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:20.795 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T22:09:20.822 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T22:09:20.825 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T22:09:20.842 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T22:09:20.852 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T22:09:20.861 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T22:09:20.869 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T22:09:20.892 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T22:09:20.909 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T22:09:21.164 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T22:09:21.187 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T22:09:21.191 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T22:09:21.195 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T22:09:21.214 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T22:09:21.221 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T22:09:21.231 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T22:09:21.253 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T22:09:21.261 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T22:09:21.539 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T22:09:21.542 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-webob. 2024-02-10T22:09:21.562 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:21.565 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T22:09:21.568 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T22:09:21.591 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T22:09:21.606 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:21.608 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T22:09:21.631 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T22:09:21.934 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T22:09:21.953 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T22:09:21.961 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T22:09:21.980 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T22:09:22.001 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T22:09:22.009 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T22:09:22.022 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T22:09:22.036 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:22.076 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:22.279 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T22:09:22.305 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T22:09:22.306 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T22:09:22.333 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T22:09:22.345 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T22:09:22.364 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T22:09:22.632 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-portend. 2024-02-10T22:09:22.659 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T22:09:22.667 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-paste. 2024-02-10T22:09:22.679 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T22:09:22.694 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T22:09:22.698 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T22:09:22.706 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:22.733 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T22:09:22.745 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:23.009 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T22:09:23.036 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T22:09:23.044 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T22:09:23.060 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T22:09:23.076 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T22:09:23.103 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T22:09:23.371 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T22:09:23.397 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T22:09:23.414 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T22:09:23.429 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T22:09:23.441 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T22:09:23.481 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T22:09:23.759 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T22:09:23.775 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T22:09:23.786 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T22:09:23.798 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph. 2024-02-10T22:09:23.801 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T22:09:23.814 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:23.825 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T22:09:23.841 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T22:09:23.849 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:24.145 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T22:09:24.152 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T22:09:24.171 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T22:09:24.179 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T22:09:24.211 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T22:09:24.219 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T22:09:24.344 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T22:09:24.370 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:24.410 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:24.497 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T22:09:24.512 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T22:09:24.546 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T22:09:24.583 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T22:09:24.610 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T22:09:24.649 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T22:09:24.780 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T22:09:24.806 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:24.833 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-mako. 2024-02-10T22:09:24.846 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:24.859 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T22:09:24.899 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T22:09:25.110 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-idna. 2024-02-10T22:09:25.137 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T22:09:25.177 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T22:09:25.199 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package cephadm. 2024-02-10T22:09:25.225 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:25.265 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:25.269 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T22:09:25.296 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T22:09:25.336 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T22:09:25.505 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T22:09:25.532 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T22:09:25.551 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T22:09:25.578 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T22:09:25.580 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T22:09:25.618 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T22:09:25.664 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T22:09:25.691 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T22:09:25.730 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T22:09:25.900 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-requests. 2024-02-10T22:09:25.912 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T22:09:25.927 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T22:09:25.927 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T22:09:25.962 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T22:09:25.966 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T22:09:25.991 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webob. 2024-02-10T22:09:26.007 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T22:09:26.041 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T22:09:26.277 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T22:09:26.293 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T22:09:26.328 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T22:09:26.335 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T22:09:26.355 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T22:09:26.389 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T22:09:26.605 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T22:09:26.621 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:26.655 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:26.681 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T22:09:26.707 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T22:09:26.748 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T22:09:26.934 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-babel. 2024-02-10T22:09:26.961 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T22:09:27.000 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T22:09:27.018 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T22:09:27.045 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:27.050 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-paste. 2024-02-10T22:09:27.077 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T22:09:27.101 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:27.117 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T22:09:27.311 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T22:09:27.338 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T22:09:27.378 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T22:09:27.396 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T22:09:27.423 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T22:09:27.445 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T22:09:27.453 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T22:09:27.460 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T22:09:27.503 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T22:09:27.714 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T22:09:27.715 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T22:09:27.741 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:27.742 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T22:09:27.781 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:27.781 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T22:09:27.782 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T22:09:27.808 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T22:09:27.840 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T22:09:28.101 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T22:09:28.118 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T22:09:28.127 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T22:09:28.145 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:28.159 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T22:09:28.184 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:28.318 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T22:09:28.344 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T22:09:28.384 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T22:09:28.428 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-routes. 2024-02-10T22:09:28.455 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T22:09:28.495 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T22:09:28.579 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T22:09:28.606 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:28.645 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:28.679 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T22:09:28.705 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T22:09:28.745 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T22:09:28.815 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T22:09:28.841 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:28.881 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:29.108 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T22:09:29.135 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T22:09:29.175 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T22:09:29.295 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T22:09:29.307 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T22:09:29.322 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T22:09:29.334 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:29.361 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T22:09:29.374 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:29.495 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-idna. 2024-02-10T22:09:29.521 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T22:09:29.561 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T22:09:29.815 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T22:09:29.830 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T22:09:29.841 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T22:09:29.845 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T22:09:29.880 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T22:09:29.881 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T22:09:30.159 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests. 2024-02-10T22:09:30.174 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T22:09:30.217 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T22:09:30.260 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T22:09:30.287 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T22:09:30.326 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T22:09:30.502 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph. 2024-02-10T22:09:30.518 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:30.520 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T22:09:30.546 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T22:09:30.560 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:30.586 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T22:09:30.612 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T22:09:30.639 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T22:09:30.678 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T22:09:30.848 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T22:09:30.863 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:30.902 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T22:09:30.914 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:30.929 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:30.979 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:31.303 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T22:09:31.308 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T22:09:31.329 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:31.335 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:31.366 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:31.369 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:31.412 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T22:09:31.439 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:31.564 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:31.664 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T22:09:31.690 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T22:09:31.722 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T22:09:31.727 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package cephadm. 2024-02-10T22:09:31.754 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:31.793 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:32.008 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T22:09:32.035 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T22:09:32.075 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T22:09:32.113 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T22:09:32.140 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T22:09:32.188 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T22:09:32.411 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T22:09:32.438 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:32.478 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:32.484 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T22:09:32.498 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T22:09:32.511 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T22:09:32.515 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T22:09:32.550 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T22:09:32.557 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T22:09:32.862 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T22:09:32.889 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T22:09:32.897 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T22:09:32.924 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:32.928 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T22:09:32.964 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:33.248 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T22:09:33.275 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T22:09:33.314 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T22:09:33.568 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T22:09:33.594 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:33.595 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-babel. 2024-02-10T22:09:33.623 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T22:09:33.626 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T22:09:33.634 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:33.653 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T22:09:33.661 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T22:09:33.692 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T22:09:33.971 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T22:09:33.973 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T22:09:33.998 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T22:09:34.000 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T22:09:34.029 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T22:09:34.031 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T22:09:34.341 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T22:09:34.342 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T22:09:34.368 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T22:09:34.369 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:34.400 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:34.599 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T22:09:34.687 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph. 2024-02-10T22:09:34.714 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:34.754 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:34.787 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T22:09:34.814 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T22:09:34.853 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T22:09:34.910 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T22:09:34.938 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T22:09:34.968 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T22:09:35.090 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T22:09:35.117 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:35.157 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-routes. 2024-02-10T22:09:35.157 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:35.184 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T22:09:35.223 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T22:09:35.305 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T22:09:35.332 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T22:09:35.371 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T22:09:35.519 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T22:09:35.545 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:35.559 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T22:09:35.585 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:35.587 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:35.626 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:35.971 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package cephadm. 2024-02-10T22:09:35.998 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:36.027 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T22:09:36.029 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T22:09:36.037 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:36.046 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T22:09:36.055 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:36.087 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T22:09:36.093 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:36.332 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T22:09:36.359 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T22:09:36.399 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T22:09:36.421 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T22:09:36.448 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T22:09:36.487 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T22:09:36.549 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T22:09:36.565 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T22:09:36.599 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T22:09:36.718 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T22:09:36.733 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T22:09:36.776 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T22:09:36.824 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T22:09:36.851 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T22:09:36.890 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T22:09:36.961 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T22:09:36.988 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T22:09:37.027 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T22:09:37.152 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package jq. 2024-02-10T22:09:37.168 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T22:09:37.201 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T22:09:37.313 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T22:09:37.341 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T22:09:37.380 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T22:09:37.404 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package socat. 2024-02-10T22:09:37.431 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T22:09:37.462 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T22:09:37.732 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T22:09:37.748 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T22:09:37.748 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-babel. 2024-02-10T22:09:37.775 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T22:09:37.782 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T22:09:37.807 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T22:09:38.046 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T22:09:38.075 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:38.118 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T22:09:38.144 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-test. 2024-02-10T22:09:38.145 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T22:09:38.160 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:38.184 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T22:09:38.194 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:38.207 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:38.704 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T22:09:38.730 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:38.770 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:39.117 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T22:09:39.144 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T22:09:39.152 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T22:09:39.175 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T22:09:39.180 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T22:09:39.218 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T22:09:39.445 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-routes. 2024-02-10T22:09:39.472 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T22:09:39.511 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T22:09:39.521 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T22:09:39.549 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T22:09:39.611 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T22:09:39.948 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T22:09:39.976 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:40.000 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T22:09:40.015 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:40.027 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T22:09:40.066 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T22:09:40.307 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T22:09:40.322 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:40.352 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T22:09:40.357 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:40.380 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T22:09:40.411 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T22:09:40.502 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T22:09:40.529 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T22:09:40.568 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T22:09:40.663 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T22:09:40.676 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:40.710 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:40.971 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T22:09:40.973 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T22:09:40.987 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T22:09:41.000 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T22:09:41.021 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T22:09:41.030 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T22:09:41.039 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T22:09:41.046 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T22:09:41.080 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T22:09:41.342 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T22:09:41.359 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T22:09:41.370 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T22:09:41.387 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T22:09:41.409 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T22:09:41.425 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T22:09:41.442 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T22:09:41.469 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T22:09:41.517 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T22:09:41.737 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T22:09:41.763 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T22:09:41.764 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T22:09:41.790 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T22:09:41.803 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T22:09:41.819 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T22:09:41.829 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T22:09:41.846 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T22:09:41.886 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T22:09:42.107 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T22:09:42.134 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T22:09:42.173 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T22:09:42.243 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package pkg-config. 2024-02-10T22:09:42.270 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T22:09:42.309 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T22:09:42.537 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T22:09:42.553 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T22:09:42.587 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T22:09:42.595 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T22:09:42.623 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:42.747 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:42.820 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T22:09:42.848 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:42.886 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:43.032 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T22:09:43.059 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T22:09:43.090 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T22:09:43.206 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T22:09:43.234 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T22:09:43.273 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T22:09:43.376 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T22:09:43.404 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T22:09:43.442 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T22:09:43.617 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T22:09:43.645 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T22:09:43.684 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T22:09:43.693 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T22:09:43.720 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T22:09:43.762 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T22:09:43.776 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T22:09:43.790 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T22:09:43.829 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T22:09:43.878 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package jq. 2024-02-10T22:09:43.894 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T22:09:43.928 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T22:09:44.079 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T22:09:44.106 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T22:09:44.140 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T22:09:44.148 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T22:09:44.168 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T22:09:44.172 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package socat. 2024-02-10T22:09:44.188 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T22:09:44.206 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T22:09:44.230 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T22:09:44.466 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T22:09:44.493 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T22:09:44.524 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T22:09:44.534 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T22:09:44.534 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-py. 2024-02-10T22:09:44.561 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T22:09:44.562 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T22:09:44.600 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T22:09:44.601 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T22:09:44.810 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T22:09:44.837 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T22:09:44.877 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T22:09:44.945 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-test. 2024-02-10T22:09:44.962 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:45.004 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:45.175 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T22:09:45.180 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T22:09:45.202 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T22:09:45.208 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T22:09:45.237 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T22:09:45.247 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T22:09:45.567 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T22:09:45.594 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T22:09:45.633 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T22:09:45.683 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T22:09:45.711 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T22:09:45.749 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T22:09:45.953 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T22:09:45.980 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T22:09:46.020 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T22:09:46.069 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-toml. 2024-02-10T22:09:46.096 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T22:09:46.135 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T22:09:46.315 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T22:09:46.342 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T22:09:46.373 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T22:09:46.413 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T22:09:46.429 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T22:09:46.463 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T22:09:46.808 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T22:09:46.835 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T22:09:46.874 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T22:09:47.030 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T22:09:47.057 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:47.096 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:47.144 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T22:09:47.171 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T22:09:47.210 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T22:09:47.367 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T22:09:47.395 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:47.415 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T22:09:47.433 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:47.443 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T22:09:47.482 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T22:09:47.728 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T22:09:47.756 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:47.777 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T22:09:47.795 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:47.804 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T22:09:47.835 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T22:09:47.973 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package radosgw. 2024-02-10T22:09:48.000 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:48.039 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:48.113 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package jq. 2024-02-10T22:09:48.123 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T22:09:48.140 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T22:09:48.151 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T22:09:48.179 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T22:09:48.189 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T22:09:48.432 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package socat. 2024-02-10T22:09:48.448 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T22:09:48.490 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T22:09:48.493 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T22:09:48.522 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T22:09:48.560 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T22:09:48.802 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T22:09:48.808 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T22:09:48.825 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:48.829 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T22:09:48.859 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:48.916 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T22:09:48.944 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T22:09:48.982 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T22:09:48.992 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T22:09:49.155 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T22:09:49.398 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-test. 2024-02-10T22:09:49.412 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package pkg-config. 2024-02-10T22:09:49.413 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:49.414 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T22:09:49.441 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T22:09:49.456 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:49.479 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T22:09:49.540 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T22:09:49.732 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T22:09:49.748 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T22:09:49.790 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T22:09:49.802 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T22:09:50.117 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T22:09:50.235 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T22:09:50.251 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T22:09:50.293 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T22:09:50.545 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T22:09:50.562 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T22:09:50.577 INFO:teuthology.orchestra.run.smithi137.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T22:09:50.595 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T22:09:50.817 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:50.924 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T22:09:50.952 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T22:09:50.990 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T22:09:51.327 INFO:teuthology.orchestra.run.smithi137.stdout:Adding system user cephadm....done 2024-02-10T22:09:51.457 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T22:09:51.510 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T22:09:51.538 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T22:09:51.576 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T22:09:51.725 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T22:09:51.736 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T22:09:51.763 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-10T22:09:51.802 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:51.938 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-py. 2024-02-10T22:09:51.965 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T22:09:51.984 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T22:09:52.004 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T22:09:52.119 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T22:09:52.123 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T22:09:52.141 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:52.181 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:52.324 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T22:09:52.353 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T22:09:52.378 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T22:09:52.399 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T22:09:52.492 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T22:09:52.520 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T22:09:52.559 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T22:09:52.638 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T22:09:52.756 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T22:09:52.845 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T22:09:52.855 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T22:09:52.873 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T22:09:52.883 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T22:09:52.911 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T22:09:52.921 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T22:09:53.040 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T22:09:53.164 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-toml. 2024-02-10T22:09:53.181 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T22:09:53.213 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T22:09:53.284 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T22:09:53.311 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T22:09:53.350 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T22:09:53.409 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T22:09:53.525 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T22:09:53.553 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T22:09:53.591 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T22:09:53.677 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T22:09:53.756 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package pkg-config. 2024-02-10T22:09:53.784 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T22:09:53.823 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T22:09:53.886 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T22:09:53.915 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T22:09:53.936 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T22:09:53.969 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T22:09:54.084 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T22:09:54.100 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T22:09:54.142 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T22:09:54.154 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T22:09:54.197 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T22:09:54.214 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T22:09:54.255 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T22:09:54.405 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T22:09:54.588 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T22:09:54.615 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T22:09:54.648 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T22:09:54.654 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T22:09:54.940 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T22:09:54.967 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T22:09:54.984 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package radosgw. 2024-02-10T22:09:55.006 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T22:09:55.013 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:55.032 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:55.051 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:55.286 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T22:09:55.300 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T22:09:55.313 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T22:09:55.352 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T22:09:55.426 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T22:09:55.527 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T22:09:55.632 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T22:09:55.663 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T22:09:55.691 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T22:09:55.730 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T22:09:55.887 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T22:09:55.962 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T22:09:55.979 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:56.020 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:56.074 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-py. 2024-02-10T22:09:56.102 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T22:09:56.141 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T22:09:56.244 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T22:09:56.276 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T22:09:56.341 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T22:09:56.341 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T22:09:56.467 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T22:09:56.470 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T22:09:56.497 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T22:09:56.536 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T22:09:56.592 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T22:09:56.718 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T22:09:56.859 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T22:09:56.969 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T22:09:56.983 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T22:09:56.999 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T22:09:57.026 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T22:09:57.065 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T22:09:57.237 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T22:09:57.292 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T22:09:57.376 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-toml. 2024-02-10T22:09:57.404 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T22:09:57.442 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T22:09:57.504 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T22:09:57.697 INFO:teuthology.orchestra.run.smithi002.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T22:09:57.746 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T22:09:57.774 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T22:09:57.794 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:57.797 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T22:09:57.812 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T22:09:57.923 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T22:09:58.158 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T22:09:58.185 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T22:09:58.224 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T22:09:58.430 INFO:teuthology.orchestra.run.smithi002.stdout:Adding system user cephadm....done 2024-02-10T22:09:58.494 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T22:09:58.521 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T22:09:58.550 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T22:09:58.568 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T22:09:58.658 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T22:09:58.818 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T22:09:58.917 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T22:09:59.044 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T22:09:59.069 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T22:09:59.170 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T22:09:59.195 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T22:09:59.323 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package radosgw. 2024-02-10T22:09:59.351 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:09:59.488 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T22:09:59.546 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T22:09:59.589 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:09:59.790 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T22:09:59.872 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T22:09:59.907 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T22:10:00.123 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T22:10:00.201 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T22:10:00.342 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T22:10:00.358 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-10T22:10:00.400 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:00.491 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T22:10:00.561 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T22:10:00.679 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T22:10:00.784 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T22:10:00.820 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T22:10:00.939 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T22:10:01.065 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T22:10:01.096 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T22:10:01.119 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T22:10:01.315 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T22:10:01.331 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T22:10:01.361 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T22:10:01.487 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:01.566 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T22:10:01.635 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T22:10:01.780 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T22:10:02.034 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T22:10:02.036 INFO:teuthology.orchestra.run.smithi204.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T22:10:02.123 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T22:10:02.142 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:02.276 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:02.544 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T22:10:02.670 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T22:10:02.796 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T22:10:02.922 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T22:10:03.020 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user cephadm....done 2024-02-10T22:10:03.166 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T22:10:03.172 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T22:10:03.295 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T22:10:03.418 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T22:10:03.514 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:03.589 INFO:teuthology.orchestra.run.smithi002.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T22:10:03.621 INFO:teuthology.orchestra.run.smithi002.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T22:10:03.639 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T22:10:03.667 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T22:10:03.694 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T22:10:03.794 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T22:10:03.820 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T22:10:03.907 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T22:10:04.033 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T22:10:04.088 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T22:10:04.151 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T22:10:04.170 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T22:10:04.296 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T22:10:04.365 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T22:10:04.444 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T22:10:04.491 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T22:10:04.563 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T22:10:04.695 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T22:10:04.784 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T22:10:04.806 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T22:10:04.938 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:05.064 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T22:10:05.082 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T22:10:05.145 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T22:10:05.208 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T22:10:05.374 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T22:10:05.405 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T22:10:05.672 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T22:10:05.742 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T22:10:05.885 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T22:10:05.982 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T22:10:06.179 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T22:10:06.233 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T22:10:06.284 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T22:10:06.304 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T22:10:06.430 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T22:10:06.475 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T22:10:06.544 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T22:10:06.723 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T22:10:06.743 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:06.778 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T22:10:07.003 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T22:10:07.037 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T22:10:07.124 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T22:10:07.129 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T22:10:07.163 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T22:10:07.255 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T22:10:07.367 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T22:10:07.406 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T22:10:07.448 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T22:10:07.574 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T22:10:07.657 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T22:10:07.776 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T22:10:07.875 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T22:10:08.078 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T22:10:08.136 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T22:10:08.171 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T22:10:08.176 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T22:10:08.236 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T22:10:08.361 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T22:10:08.421 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T22:10:08.435 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T22:10:08.561 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T22:10:08.664 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T22:10:08.679 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T22:10:08.712 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T22:10:08.768 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T22:10:08.789 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:08.830 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T22:10:08.997 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T22:10:09.082 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T22:10:09.098 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T22:10:09.123 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T22:10:09.358 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T22:10:09.392 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T22:10:09.525 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T22:10:09.776 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T22:10:09.877 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T22:10:09.884 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T22:10:10.010 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T22:10:10.120 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:10.237 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T22:10:10.547 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T22:10:10.614 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T22:10:10.662 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T22:10:10.857 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:10.864 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T22:10:10.905 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T22:10:10.958 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T22:10:11.031 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T22:10:11.132 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T22:10:11.173 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T22:10:11.226 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T22:10:11.258 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T22:10:11.352 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T22:10:11.458 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T22:10:11.478 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T22:10:11.526 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T22:10:11.802 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T22:10:11.804 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T22:10:11.842 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T22:10:12.072 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T22:10:12.094 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T22:10:12.147 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T22:10:12.348 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:12.479 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T22:10:12.482 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T22:10:12.515 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T22:10:12.755 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T22:10:12.800 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T22:10:12.817 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T22:10:13.076 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T22:10:13.081 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T22:10:13.136 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T22:10:13.262 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:13.316 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T22:10:13.352 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T22:10:13.388 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:13.442 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:13.514 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T22:10:13.603 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T22:10:13.735 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T22:10:13.838 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T22:10:13.875 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:13.978 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:14.036 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T22:10:14.097 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T22:10:14.104 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T22:10:14.223 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T22:10:14.398 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:14.516 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T22:10:14.523 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:14.642 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T22:10:14.649 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:14.862 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T22:10:14.862 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T22:10:14.943 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T22:10:15.142 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T22:10:15.253 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T22:10:15.334 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:15.411 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:15.452 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:15.504 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T22:10:15.545 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T22:10:15.552 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:15.630 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T22:10:15.670 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T22:10:15.755 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T22:10:15.805 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T22:10:15.845 INFO:teuthology.orchestra.run.smithi002.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T22:10:15.922 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T22:10:16.048 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T22:10:16.091 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T22:10:16.217 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T22:10:16.333 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T22:10:16.592 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T22:10:16.610 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T22:10:16.852 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:16.869 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T22:10:16.965 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:16.978 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T22:10:17.020 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T22:10:17.091 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:17.217 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:17.271 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T22:10:17.271 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:17.343 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:17.389 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T22:10:17.494 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:17.522 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T22:10:17.715 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T22:10:17.774 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T22:10:18.004 INFO:teuthology.orchestra.run.smithi137.stdout:Adding group ceph....done 2024-02-10T22:10:18.008 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T22:10:18.024 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T22:10:18.267 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T22:10:18.275 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T22:10:18.372 INFO:teuthology.orchestra.run.smithi137.stdout:Adding system user ceph....done 2024-02-10T22:10:18.401 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T22:10:18.527 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T22:10:18.540 INFO:teuthology.orchestra.run.smithi137.stdout:Setting system user ceph properties....done 2024-02-10T22:10:18.556 INFO:teuthology.orchestra.run.smithi137.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T22:10:18.661 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T22:10:18.677 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T22:10:18.691 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T22:10:18.938 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T22:10:18.953 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T22:10:19.014 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T22:10:19.047 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T22:10:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T22:10:19.340 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T22:10:19.454 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:19.580 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:19.641 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T22:10:19.675 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T22:10:19.884 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T22:10:19.985 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T22:10:20.010 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T22:10:20.044 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T22:10:20.044 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T22:10:20.136 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T22:10:20.224 INFO:teuthology.orchestra.run.smithi204.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T22:10:20.329 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T22:10:20.438 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:20.479 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T22:10:20.515 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:20.564 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:20.597 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T22:10:20.699 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T22:10:20.852 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T22:10:20.990 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T22:10:21.068 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:21.194 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:21.250 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T22:10:21.321 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T22:10:21.343 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:21.376 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T22:10:21.588 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:21.635 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T22:10:21.696 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T22:10:21.696 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T22:10:21.714 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:21.762 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T22:10:21.816 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:22.023 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T22:10:22.023 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T22:10:22.079 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T22:10:22.220 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:22.355 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T22:10:22.433 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T22:10:22.433 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T22:10:22.576 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:22.623 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T22:10:22.710 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:22.782 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T22:10:22.904 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:23.059 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T22:10:23.158 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T22:10:23.158 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T22:10:23.161 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:23.262 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T22:10:23.326 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T22:10:23.656 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:23.673 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T22:10:23.782 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:23.933 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.042 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T22:10:24.143 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T22:10:24.143 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T22:10:24.335 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T22:10:24.500 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.601 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.609 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.688 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T22:10:24.752 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.760 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.814 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.852 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.885 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.940 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:24.979 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:25.012 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:25.066 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T22:10:25.315 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T22:10:25.378 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:25.424 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T22:10:25.504 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:25.555 INFO:teuthology.orchestra.run.smithi002.stdout:Adding group ceph....done 2024-02-10T22:10:25.576 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T22:10:25.630 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T22:10:25.873 INFO:teuthology.orchestra.run.smithi002.stdout:Adding system user ceph....done 2024-02-10T22:10:25.898 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:26.024 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:26.049 INFO:teuthology.orchestra.run.smithi002.stdout:Setting system user ceph properties....done 2024-02-10T22:10:26.065 INFO:teuthology.orchestra.run.smithi002.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T22:10:26.150 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:26.208 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T22:10:26.351 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T22:10:26.363 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T22:10:26.363 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T22:10:26.547 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T22:10:26.818 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:26.945 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:26.987 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:27.000 INFO:teuthology.orchestra.run.smithi137.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T22:10:27.006 DEBUG:teuthology.parallel:result is None 2024-02-10T22:10:27.089 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:27.095 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:27.222 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T22:10:27.591 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T22:10:27.597 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T22:10:28.045 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:28.414 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T22:10:28.450 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:28.576 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:28.703 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:28.820 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:28.863 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:28.930 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:29.099 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T22:10:29.099 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T22:10:29.431 INFO:teuthology.orchestra.run.smithi204.stdout:Adding group ceph....done 2024-02-10T22:10:29.557 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:29.792 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T22:10:29.792 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T22:10:29.799 INFO:teuthology.orchestra.run.smithi204.stdout:Adding system user ceph....done 2024-02-10T22:10:29.951 INFO:teuthology.orchestra.run.smithi204.stdout:Setting system user ceph properties....done 2024-02-10T22:10:29.963 INFO:teuthology.orchestra.run.smithi204.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T22:10:30.100 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T22:10:30.250 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:30.432 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T22:10:30.537 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T22:10:30.537 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T22:10:30.898 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:31.001 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:31.016 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:31.127 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:31.261 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:31.464 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T22:10:31.464 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T22:10:31.496 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T22:10:31.496 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T22:10:31.912 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:31.997 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:32.063 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:32.190 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:32.366 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:32.589 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T22:10:32.719 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T22:10:32.828 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T22:10:32.997 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T22:10:33.022 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:33.244 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T22:10:33.244 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T22:10:33.690 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:33.888 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T22:10:33.889 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T22:10:34.114 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T22:10:34.342 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:34.585 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T22:10:34.585 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T22:10:34.763 INFO:teuthology.orchestra.run.smithi002.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T22:10:34.768 DEBUG:teuthology.parallel:result is None 2024-02-10T22:10:35.052 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:35.178 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:35.355 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:35.572 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T22:10:35.572 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T22:10:36.039 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:36.182 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:36.308 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:36.451 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-10T22:10:36.795 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T22:10:36.896 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T22:10:37.065 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T22:10:37.791 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T22:10:38.447 INFO:teuthology.orchestra.run.smithi204.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T22:10:38.452 DEBUG:teuthology.parallel:result is None 2024-02-10T22:10:38.453 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:10:38.673 DEBUG:teuthology.orchestra.run.smithi002:> dpkg-query -W -f '${Version}' ceph 2024-02-10T22:10:38.693 INFO:teuthology.orchestra.run.smithi002.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:10:38.695 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:10:38.695 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-10T22:10:38.698 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:10:38.910 DEBUG:teuthology.orchestra.run.smithi137:> dpkg-query -W -f '${Version}' ceph 2024-02-10T22:10:38.930 INFO:teuthology.orchestra.run.smithi137.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:10:38.930 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:10:38.930 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-10T22:10:38.932 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:10:39.152 DEBUG:teuthology.orchestra.run.smithi204:> dpkg-query -W -f '${Version}' ceph 2024-02-10T22:10:39.171 INFO:teuthology.orchestra.run.smithi204.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:10:39.171 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-10T22:10:39.171 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-10T22:10:39.174 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-10T22:10:39.174 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T22:10:39.174 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T22:10:39.189 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-02-10T22:10:39.189 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T22:10:39.203 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-02-10T22:10:39.203 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T22:10:39.227 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-10T22:10:39.228 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T22:10:39.228 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T22:10:39.244 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T22:10:39.301 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-02-10T22:10:39.301 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T22:10:39.314 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T22:10:39.369 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-02-10T22:10:39.369 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T22:10:39.382 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T22:10:39.438 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-10T22:10:39.438 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T22:10:39.439 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T22:10:39.452 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T22:10:39.508 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-02-10T22:10:39.508 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T22:10:39.523 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T22:10:39.576 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-02-10T22:10:39.576 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T22:10:39.589 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T22:10:39.646 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-10T22:10:39.646 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T22:10:39.646 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T22:10:39.660 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T22:10:39.716 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-02-10T22:10:39.716 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T22:10:39.731 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T22:10:39.785 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-02-10T22:10:39.785 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T22:10:39.799 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T22:10:39.853 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T22:10:39.957 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\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-10T22:10:39.957 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:10:39.957 INFO:tasks.cephadm:Cluster fsid is 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:10:39.957 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T22:10:39.958 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.2', 'mon.b': '172.21.15.137', 'mon.c': '172.21.15.204'} 2024-02-10T22:10:39.958 INFO:tasks.cephadm:First mon is mon.a on smithi002 2024-02-10T22:10:39.958 INFO:tasks.cephadm:First mgr is a 2024-02-10T22:10:39.958 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T22:10:39.958 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2024-02-10T22:10:39.973 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-02-10T22:10:39.987 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-02-10T22:10:40.003 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T22:10:40.003 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:10:40.220 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/76643/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1367-g14aa01b9', 'node_name': '172.21.2.15+braggi15', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1367-g14aa01b9-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-02-10 00:02:07.227448', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2024-02-09-1422', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-02-10T22:10:40.436 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri6-testing-2024-02-09-1422, sha1 14aa01b918f09661ae41e4c41d1de99d6ac08228 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:10:40.437 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-02-10T22:10:40.437 DEBUG:teuthology.orchestra.run.smithi002:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:41.072 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 10 22:10 /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:41.072 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:41.661 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 10 22:10 /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:41.662 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:42.239 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 10 22:10 /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:42.239 DEBUG:teuthology.orchestra.run.smithi002:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:42.247 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:42.255 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T22:10:42.273 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-10T22:10:42.273 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T22:10:42.289 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T22:10:42.303 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-10T22:10:42.457 INFO:teuthology.orchestra.run.smithi002.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T22:10:42.467 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T22:10:42.469 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T22:11:37.279 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-02-10T22:11:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T22:11:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T22:11:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-02-10T22:11:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T22:11:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-02-10T22:11:37.280 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-02-10T22:11:43.768 INFO:teuthology.orchestra.run.smithi002.stdout:{ 2024-02-10T22:11:43.769 INFO:teuthology.orchestra.run.smithi002.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T22:11:43.769 INFO:teuthology.orchestra.run.smithi002.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T22:11:43.769 INFO:teuthology.orchestra.run.smithi002.stdout: "repo_digests": [ 2024-02-10T22:11:43.769 INFO:teuthology.orchestra.run.smithi002.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T22:11:43.769 INFO:teuthology.orchestra.run.smithi002.stdout: ] 2024-02-10T22:11:43.769 INFO:teuthology.orchestra.run.smithi002.stdout:} 2024-02-10T22:11:50.556 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-02-10T22:11:50.556 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-10T22:11:50.556 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-10T22:11:50.556 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-02-10T22:11:50.556 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-10T22:11:50.556 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-02-10T22:11:50.557 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-02-10T22:11:50.596 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /etc/ceph 2024-02-10T22:11:50.611 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-02-10T22:11:50.625 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-02-10T22:11:50.639 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 777 /etc/ceph 2024-02-10T22:11:50.668 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-02-10T22:11:50.686 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-02-10T22:11:50.699 INFO:tasks.cephadm:Writing seed config... 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T22:11:50.701 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T22:11:50.702 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-02-10T22:11:50.702 DEBUG:teuthology.orchestra.run.smithi002:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T22:11:50.716 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=jerasure 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 = 39a53b6c-c861-11ee-95b9-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops 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 2024-02-10T22:11:50.716 DEBUG:teuthology.orchestra.run.smithi002:mon.a> sudo journalctl -f -n 0 -u ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mon.a.service 2024-02-10T22:11:50.761 DEBUG:teuthology.orchestra.run.smithi002:mgr.a> sudo journalctl -f -n 0 -u ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service 2024-02-10T22:11:50.804 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T22:11:50.804 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid 39a53b6c-c861-11ee-95b9-87774f69a715 --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 172.21.15.2 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T22:11:51.015 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-02-10T22:11:51.015 INFO:teuthology.orchestra.run.smithi002.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', '39a53b6c-c861-11ee-95b9-87774f69a715', '--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', '172.21.15.2', '--skip-admin-label'] 2024-02-10T22:11:51.015 INFO:teuthology.orchestra.run.smithi002.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T22:11:51.016 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying podman|docker is present... 2024-02-10T22:11:51.016 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying lvm2 is present... 2024-02-10T22:11:51.016 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying time synchronization is in place... 2024-02-10T22:11:51.021 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T22:11:51.021 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T22:11:51.027 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T22:11:51.027 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.033 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T22:11:51.033 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T22:11:51.036 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T22:11:51.037 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.040 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T22:11:51.040 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout masked 2024-02-10T22:11:51.044 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T22:11:51.044 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.047 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T22:11:51.048 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T22:11:51.051 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T22:11:51.051 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.055 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2024-02-10T22:11:51.059 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2024-02-10T22:11:51.059 INFO:teuthology.orchestra.run.smithi002.stdout:Unit ntp.service is enabled and running 2024-02-10T22:11:51.059 INFO:teuthology.orchestra.run.smithi002.stdout:Repeating the final host check... 2024-02-10T22:11:51.059 INFO:teuthology.orchestra.run.smithi002.stdout:docker (/usr/bin/docker) is present 2024-02-10T22:11:51.059 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl is present 2024-02-10T22:11:51.059 INFO:teuthology.orchestra.run.smithi002.stdout:lvcreate is present 2024-02-10T22:11:51.062 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T22:11:51.063 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T22:11:51.066 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T22:11:51.066 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.070 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T22:11:51.070 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T22:11:51.075 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T22:11:51.075 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.079 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T22:11:51.079 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout masked 2024-02-10T22:11:51.083 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T22:11:51.083 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.086 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T22:11:51.086 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T22:11:51.091 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T22:11:51.091 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-02-10T22:11:51.095 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2024-02-10T22:11:51.099 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2024-02-10T22:11:51.099 INFO:teuthology.orchestra.run.smithi002.stdout:Unit ntp.service is enabled and running 2024-02-10T22:11:51.100 INFO:teuthology.orchestra.run.smithi002.stdout:Host looks OK 2024-02-10T22:11:51.100 INFO:teuthology.orchestra.run.smithi002.stdout:Cluster fsid: 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:11:51.100 INFO:teuthology.orchestra.run.smithi002.stdout:Acquiring lock 140685461352224 on /run/cephadm/39a53b6c-c861-11ee-95b9-87774f69a715.lock 2024-02-10T22:11:51.100 INFO:teuthology.orchestra.run.smithi002.stdout:Lock 140685461352224 acquired on /run/cephadm/39a53b6c-c861-11ee-95b9-87774f69a715.lock 2024-02-10T22:11:51.100 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 3300 ... 2024-02-10T22:11:51.100 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 6789 ... 2024-02-10T22:11:51.100 INFO:teuthology.orchestra.run.smithi002.stdout:Base mon IP(s) is [172.21.15.2:3300, 172.21.15.2:6789], mon addrv is [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2024-02-10T22:11:51.102 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-02-10T22:11:51.102 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T22:11:51.102 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 2024-02-10T22:11:51.104 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T22:11:51.105 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-10T22:11:51.105 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-02-10T22:11:51.107 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T22:11:51.107 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T22:11:51.107 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T22:11:51.107 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T22:11:51.107 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1920/64 scope link 2024-02-10T22:11:51.107 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T22:11:51.108 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2024-02-10T22:11:51.108 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2024-02-10T22:11:51.108 INFO:teuthology.orchestra.run.smithi002.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T22:11:51.108 INFO:teuthology.orchestra.run.smithi002.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T22:11:51.108 INFO:teuthology.orchestra.run.smithi002.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-10T22:11:51.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/docker: stdout 14aa01b918f09661ae41e4c41d1de99d6ac08228: Pulling from ceph-ci/ceph 2024-02-10T22:11:51.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/docker: stdout Digest: sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927 2024-02-10T22:11:51.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:11:51.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-10T22:11:52.730 INFO:teuthology.orchestra.run.smithi002.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:11:52.731 INFO:teuthology.orchestra.run.smithi002.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:11:52.731 INFO:teuthology.orchestra.run.smithi002.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T22:11:54.026 INFO:teuthology.orchestra.run.smithi002.stdout:stat: stdout 167 167 2024-02-10T22:11:54.026 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial keys... 2024-02-10T22:11:55.205 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQCq9MdlyF3YKBAAZrZcale0SBSuo3XJ6Xh3aQ== 2024-02-10T22:11:56.425 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQCr9Mdl3AzWMhAAf7lRVuvB+ZVrwMy7Ebv9cA== 2024-02-10T22:11:57.614 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQCt9MdlJ4BOBRAAifVIEmvREKG8gsgCiF8f2w== 2024-02-10T22:11:57.615 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial monmap... 2024-02-10T22:11:58.827 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:monmaptool for a [v2:172.21.15.2:3300,v1:172.21.15.2:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:setting min_mon_release = quincy 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: set fsid to 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-02-10T22:11:58.828 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mon... 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.454+0000 7f8b4401fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 1 imported monmap: 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr fsid 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-02-10T22:11:58.332255+0000 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr created 2024-02-10T22:11:58.332255+0000 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon.a 2024-02-10T22:12:00.136 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 0 /usr/bin/ceph-mon: set fsid to 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Git sha 0 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: DB SUMMARY 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: DB Session ID: 16KDV880V9W0EEH886UM 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.137 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.create_if_missing: 1 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.env: 0x56346081cae0 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.info_log: 0x5634613d2c60 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.statistics: (nil) 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.use_fsync: 0 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T22:12:00.138 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.db_log_dir: 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.wal_dir: 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T22:12:00.139 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.write_buffer_manager: 0x5634613a7360 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T22:12:00.140 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.unordered_write: 0 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.row_cache: None 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.wal_filter: None 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T22:12:00.141 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.wal_compression: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T22:12:00.142 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_open_files: -1 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T22:12:00.143 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Compression algorithms supported: 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kZSTD supported: 0 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T22:12:00.144 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.merge_operator: 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_filter: None 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5634613d2d60) 2024-02-10T22:12:00.145 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5634613d91f0 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-10T22:12:00.146 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-02-10T22:12:00.147 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression: NoCompression 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.num_levels: 7 2024-02-10T22:12:00.148 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T22:12:00.149 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T22:12:00.150 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T22:12:00.151 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T22:12:00.152 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.ttl: 2592000 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T22:12:00.153 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 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 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7e108446-c74a-4a2c-8505-f3c6e4afa4a8 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.458+0000 7f8b4401fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.462+0000 7f8b4401fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5634614a6000 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.462+0000 7f8b4401fc80 4 rocksdb: DB pointer 0x563461496000 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.462+0000 7f8b34195700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.462+0000 7f8b34195700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T22:12:00.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.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) 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.155 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.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) 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.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 2024-02-10T22:12:00.156 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5634613d91f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.462+0000 7f8b4401fc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.462+0000 7f8b4401fc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T22:11:59.462+0000 7f8b4401fc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-02-10T22:12:00.157 INFO:teuthology.orchestra.run.smithi002.stdout:create mon.a on 2024-02-10T22:12:00.401 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-02-10T22:12:00.592 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-10T22:12:00.810 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-39a53b6c-c861-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715.target. 2024-02-10T22:12:00.811 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-39a53b6c-c861-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715.target. 2024-02-10T22:12:01.067 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mon.a 2024-02-10T22:12:01.067 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-10T22:12:01.249 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715.target.wants/ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715@.service. 2024-02-10T22:12:01.258 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld does not appear to be present 2024-02-10T22:12:01.258 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T22:12:01.258 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon to start... 2024-02-10T22:12:01.259 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon... 2024-02-10T22:12:02.573 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:02 smithi002 bash[20875]: cluster 2024-02-10T22:12:02.398433+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout id: 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout services: 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.160322s) 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T22:12:03.110 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout data: 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:mon is available 2024-02-10T22:12:03.111 INFO:teuthology.orchestra.run.smithi002.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T22:12:03.685 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:03 smithi002 bash[20875]: cluster 2024-02-10T22:12:02.401517+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T22:12:03.685 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:03 smithi002 bash[20875]: cluster 2024-02-10T22:12:02.401657+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T22:12:03.685 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:03 smithi002 bash[20875]: cluster 2024-02-10T22:12:02.403561+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2024-02-10T22:12:03.685 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:03 smithi002 bash[20875]: cluster 2024-02-10T22:12:02.405714+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T22:12:03.685 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:03 smithi002 bash[20875]: cluster 2024-02-10T22:12:02.406101+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-02-10T22:12:03.685 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:03 smithi002 bash[20875]: audit 2024-02-10T22:12:02.561804+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.2:0/1597972358' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T22:12:04.557 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:04.557 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T22:12:04.557 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:12:04.557 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2024-02-10T22:12:04.557 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T22:12:04.558 INFO:teuthology.orchestra.run.smithi002.stdout:Generating new minimal ceph.conf... 2024-02-10T22:12:04.687 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:04 smithi002 bash[20875]: audit 2024-02-10T22:12:03.990921+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.2:0/3144698853' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T22:12:04.688 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:04 smithi002 bash[20875]: audit 2024-02-10T22:12:03.994872+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.2:0/3144698853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T22:12:05.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:05 smithi002 bash[20875]: audit 2024-02-10T22:12:05.598643+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.2:0/4062093361' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T22:12:06.102 INFO:teuthology.orchestra.run.smithi002.stdout:Restarting the monitor... 2024-02-10T22:12:06.438 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:06 smithi002 systemd[1]: Stopping Ceph mon.a for 39a53b6c-c861-11ee-95b9-87774f69a715... 2024-02-10T22:12:06.438 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:06 smithi002 bash[20875]: debug 2024-02-10T22:12:06.306+0000 7f7c39f4b700 -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 2024-02-10T22:12:06.438 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:06 smithi002 bash[20875]: debug 2024-02-10T22:12:06.306+0000 7f7c39f4b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T22:12:07.082 INFO:teuthology.orchestra.run.smithi002.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T22:12:07.187 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:06 smithi002 bash[21258]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715-mon-a 2024-02-10T22:12:07.188 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:07 smithi002 bash[21319]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715-mon-a 2024-02-10T22:12:07.188 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:07 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T22:12:07.188 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:07 smithi002 systemd[1]: Stopped Ceph mon.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:12:07.188 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:07 smithi002 systemd[1]: Started Ceph mon.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.070+0000 7f097fedcc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.070+0000 7f097fedcc80 0 ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 7 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.070+0000 7f097fedcc80 0 pidfile_write: ignore empty --pid-file 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 0 load: jerasure load: lrc 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Git sha 0 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-10T22:12:08.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: DB SUMMARY 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: DB Session ID: 8RATT5TUXM5ESPTX1RRW 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: CURRENT file: CURRENT 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84589 ; 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.create_if_missing: 0 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T22:12:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.env: 0x5626a403dae0 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.info_log: 0x5626a50e1a00 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.statistics: (nil) 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.use_fsync: 0 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T22:12:08.377 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.db_log_dir: 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.wal_dir: 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T22:12:08.378 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.write_buffer_manager: 0x5626a50b7400 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T22:12:08.379 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T22:12:08.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T22:12:08.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T22:12:08.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.unordered_write: 0 2024-02-10T22:12:08.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T22:12:08.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T22:12:08.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.row_cache: None 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.wal_filter: None 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.wal_compression: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T22:12:08.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T22:12:08.383 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_open_files: -1 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Compression algorithms supported: 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kZSTD supported: 0 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T22:12:08.384 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.merge_operator: 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_filter: None 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T22:12:08.385 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5626a50e1b00) 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: cache_index_and_filter_blocks: 1 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: pin_top_level_index_and_filter: 1 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: index_type: 0 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: data_block_index_type: 0 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: index_shortening: 1 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: checksum: 4 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: no_block_cache: 0 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_cache: 0x5626a50e71f0 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_cache_name: BinnedLRUCache 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_cache_options: 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: capacity : 536870912 2024-02-10T22:12:08.386 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: num_shard_bits : 4 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: strict_capacity_limit : 0 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: high_pri_pool_ratio: 0.000 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_cache_compressed: (nil) 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: persistent_cache: (nil) 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_size: 4096 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_size_deviation: 10 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_restart_interval: 16 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: index_block_restart_interval: 1 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: metadata_block_size: 4096 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: partition_filters: 0 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: use_delta_encoding: 1 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: filter_policy: bloomfilter 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: whole_key_filtering: 1 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: verify_compression: 0 2024-02-10T22:12:08.387 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: read_amp_bytes_per_bit: 0 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: format_version: 5 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: enable_index_compression: 1 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: block_align: 0 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: max_auto_readahead_size: 262144 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: prepopulate_block_cache: 0 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: initial_auto_readahead_size: 8192 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: num_file_reads_for_auto_readahead: 2 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression: NoCompression 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T22:12:08.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.num_levels: 7 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T22:12:08.389 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T22:12:08.390 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T22:12:08.391 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T22:12:08.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.ttl: 2592000 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T22:12:08.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 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 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7e108446-c74a-4a2c-8505-f3c6e4afa4a8 2024-02-10T22:12:08.394 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707603128080426, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.074+0000 7f097fedcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f097fedcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707603128081532, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81214, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79401, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 73710, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1707603128, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7e108446-c74a-4a2c-8505-f3c6e4afa4a8", "db_session_id": "8RATT5TUXM5ESPTX1RRW", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f097fedcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707603128081665, "job": 1, "event": "recovery_finished"} 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f097fedcc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f097fedcc80 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 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f097fedcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5626a51de000 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f097fedcc80 4 rocksdb: DB pointer 0x5626a51c8000 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f096e64a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f096e64a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: ** DB Stats ** 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T22:12:08.395 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: ** Compaction Stats [default] ** 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: 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) 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: L0 2/0 81.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Sum 2/0 81.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: ** Compaction Stats [default] ** 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: 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) 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 107.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T22:12:08.396 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Cumulative compaction: 0.00 GB write, 16.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Interval compaction: 0.00 GB write, 16.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: 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 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Block cache BinnedLRUCache@0x5626a50e71f0#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T22:12:08.397 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.078+0000 7f097fedcc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] at bind addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 1 mon.a@-1(???) e1 preinit fsid 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 0 mon.a@-1(???).mds e1 new map 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 0 mon.a@-1(???).mds e1 print_map 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: e1 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: 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} 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: legacy client fscid: -1 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: No filesystems configured 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T22:12:08.398 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T22:12:08.399 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: debug 2024-02-10T22:12:08.082+0000 7f097fedcc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T22:12:08.399 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: cluster 2024-02-10T22:12:08.092638+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T22:12:08.399 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: cluster 2024-02-10T22:12:08.092730+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T22:12:08.399 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: cluster 2024-02-10T22:12:08.093387+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2024-02-10T22:12:08.399 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: cluster 2024-02-10T22:12:08.093445+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T22:12:08.399 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:08 smithi002 bash[21360]: cluster 2024-02-10T22:12:08.093948+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-02-10T22:12:09.020 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T22:12:09.046 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T22:12:09.046 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mgr... 2024-02-10T22:12:09.046 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T22:12:09.047 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T22:12:09.383 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a 2024-02-10T22:12:09.383 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-10T22:12:09.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:09 smithi002 systemd[1]: /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715@.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. 2024-02-10T22:12:09.388 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:09 smithi002 bash[21360]: audit 2024-02-10T22:12:08.361833+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.2:0/1081098743' entity='client.admin' 2024-02-10T22:12:09.574 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715.target.wants/ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715@.service. 2024-02-10T22:12:09.583 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld does not appear to be present 2024-02-10T22:12:09.583 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T22:12:09.583 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld does not appear to be present 2024-02-10T22:12:09.583 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-10T22:12:09.583 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr to start... 2024-02-10T22:12:09.583 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr... 2024-02-10T22:12:09.688 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:09 smithi002 systemd[1]: /etc/systemd/system/ceph-39a53b6c-c861-11ee-95b9-87774f69a715@.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. 2024-02-10T22:12:11.438 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:11 smithi002 bash[21360]: audit 2024-02-10T22:12:11.235814+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.2:0/1850510089' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T22:12:11.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:11 smithi002 bash[21617]: debug 2024-02-10T22:12:11.125+0000 7f3df8893200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:12:12.112 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:12.112 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-02-10T22:12:12.112 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "39a53b6c-c861-11ee-95b9-87774f69a715", 2024-02-10T22:12:12.112 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:12.113 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:12.114 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T22:12:12.117 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T22:12:12.117 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T22:12:12.117 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T22:12:12.117 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T22:12:12.117 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T22:12:12.117 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T22:12:12.117 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:12.118 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T22:12:02.402683+0000", 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-02-10T22:12:12.119 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (1/15)... 2024-02-10T22:12:13.110 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:12 smithi002 bash[21617]: debug 2024-02-10T22:12:12.753+0000 7f3df8893200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:12:13.110 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:12 smithi002 bash[21617]: debug 2024-02-10T22:12:12.853+0000 7f3df8893200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:12:13.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:13 smithi002 bash[21617]: debug 2024-02-10T22:12:13.105+0000 7f3df8893200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:12:14.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:13 smithi002 bash[21617]: debug 2024-02-10T22:12:13.925+0000 7f3df8893200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:14.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:14 smithi002 bash[21617]: debug 2024-02-10T22:12:14.037+0000 7f3df8893200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:12:14.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:14 smithi002 bash[21617]: debug 2024-02-10T22:12:14.145+0000 7f3df8893200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:12:14.884 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:14 smithi002 bash[21617]: debug 2024-02-10T22:12:14.505+0000 7f3df8893200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:12:14.884 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:14 smithi002 bash[21617]: debug 2024-02-10T22:12:14.621+0000 7f3df8893200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:12:14.884 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:14 smithi002 bash[21617]: debug 2024-02-10T22:12:14.729+0000 7f3df8893200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:12:15.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:15 smithi002 bash[21617]: debug 2024-02-10T22:12:15.097+0000 7f3df8893200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:12:15.616 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:15 smithi002 bash[21360]: audit 2024-02-10T22:12:15.231282+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.2:0/4015895230' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T22:12:15.616 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:15 smithi002 bash[21617]: debug 2024-02-10T22:12:15.341+0000 7f3df8893200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "39a53b6c-c861-11ee-95b9-87774f69a715", 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T22:12:15.746 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T22:12:15.747 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:15.748 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T22:12:15.748 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T22:12:15.748 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T22:12:15.748 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T22:12:15.748 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T22:12:15.748 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T22:12:15.751 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T22:12:15.752 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T22:12:02.402683+0000", 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-02-10T22:12:15.753 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (2/15)... 2024-02-10T22:12:15.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:15 smithi002 bash[21617]: debug 2024-02-10T22:12:15.609+0000 7f3df8893200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:12:15.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:15 smithi002 bash[21617]: debug 2024-02-10T22:12:15.725+0000 7f3df8893200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:12:16.262 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:16 smithi002 bash[21617]: debug 2024-02-10T22:12:16.005+0000 7f3df8893200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:12:16.679 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:16 smithi002 bash[21617]: debug 2024-02-10T22:12:16.257+0000 7f3df8893200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:16.679 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:16 smithi002 bash[21617]: debug 2024-02-10T22:12:16.673+0000 7f3df8893200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:16.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:16 smithi002 bash[21617]: debug 2024-02-10T22:12:16.793+0000 7f3df8893200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:12:17.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:17 smithi002 bash[21617]: debug 2024-02-10T22:12:17.045+0000 7f3df8893200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:18.435 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:18 smithi002 bash[21617]: debug 2024-02-10T22:12:18.081+0000 7f3df8893200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:12:18.436 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:18 smithi002 bash[21617]: debug 2024-02-10T22:12:18.201+0000 7f3df8893200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:12:18.688 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:18 smithi002 bash[21617]: debug 2024-02-10T22:12:18.501+0000 7f3df8893200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:12:18.688 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:18 smithi002 bash[21617]: debug 2024-02-10T22:12:18.617+0000 7f3df8893200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:12:19.297 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:19.297 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-02-10T22:12:19.297 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "39a53b6c-c861-11ee-95b9-87774f69a715", 2024-02-10T22:12:19.297 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T22:12:19.297 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T22:12:19.297 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T22:12:19.298 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T22:12:19.299 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T22:12:19.302 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:19.302 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T22:12:19.303 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T22:12:02.402683+0000", 2024-02-10T22:12:19.304 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:19.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:19.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T22:12:19.305 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-02-10T22:12:19.305 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (3/15)... 2024-02-10T22:12:19.438 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:19 smithi002 bash[21360]: audit 2024-02-10T22:12:18.766288+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.2:0/1909638437' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T22:12:19.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:19 smithi002 bash[21617]: debug 2024-02-10T22:12:19.089+0000 7f3df8893200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:12:19.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:19 smithi002 bash[21617]: debug 2024-02-10T22:12:19.209+0000 7f3df8893200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:12:20.438 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: cluster 2024-02-10T22:12:19.236365+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: cluster 2024-02-10T22:12:19.244272+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00821062s) 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.245298+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.245500+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.245672+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.245784+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.247456+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: cluster 2024-02-10T22:12:19.255446+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon a is now available 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.267613+0000 mon.a (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T22:12:20.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.271211+0000 mon.a (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T22:12:20.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.273570+0000 mon.a (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' 2024-02-10T22:12:20.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.275542+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' 2024-02-10T22:12:20.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:20 smithi002 bash[21360]: audit 2024-02-10T22:12:19.277365+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.2:0/899605919' entity='mgr.a' 2024-02-10T22:12:21.688 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:21 smithi002 bash[21360]: cluster 2024-02-10T22:12:20.251464+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e3: a(active, since 1.01541s) 2024-02-10T22:12:23.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:23.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-02-10T22:12:23.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "39a53b6c-c861-11ee-95b9-87774f69a715", 2024-02-10T22:12:23.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T22:12:23.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T22:12:23.353 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T22:12:23.353 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T22:12:23.353 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:23.353 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T22:12:23.353 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T22:12:23.353 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T22:12:23.354 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T22:12:23.355 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T22:12:23.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T22:12:02.402683+0000", 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-02-10T22:12:23.357 INFO:teuthology.orchestra.run.smithi002.stdout:mgr is available 2024-02-10T22:12:23.688 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:23 smithi002 bash[21360]: cluster 2024-02-10T22:12:22.247589+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e4: a(active, since 3s) 2024-02-10T22:12:23.688 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:23 smithi002 bash[21360]: audit 2024-02-10T22:12:22.754392+0000 mon.a (mon.0) 25 : audit 0 from='client.? 172.21.15.2:0/3176304845' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T22:12:24.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:24 smithi002 bash[21360]: audit 2024-02-10T22:12:24.594017+0000 mon.a (mon.0) 26 : audit 1 from='client.? 172.21.15.2:0/2161983372' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T22:12:24.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:24 smithi002 bash[21360]: audit 2024-02-10T22:12:24.598042+0000 mon.a (mon.0) 27 : audit 1 from='client.? 172.21.15.2:0/2161983372' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = 39a53b6c-c861-11ee-95b9-87774f69a715 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T22:12:25.122 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T22:12:25.123 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T22:12:25.123 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling cephadm module... 2024-02-10T22:12:26.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:26 smithi002 bash[21360]: audit 2024-02-10T22:12:26.408054+0000 mon.a (mon.0) 28 : audit 1 from='client.? 172.21.15.2:0/2133138868' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T22:12:26.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:26 smithi002 bash[21617]: ignoring --setuser ceph since I am not root 2024-02-10T22:12:26.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:26 smithi002 bash[21617]: ignoring --setgroup ceph since I am not root 2024-02-10T22:12:26.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:26 smithi002 bash[21617]: debug 2024-02-10T22:12:26.645+0000 7fb9c9924200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:12:27.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:27 smithi002 bash[21360]: audit 2024-02-10T22:12:26.459987+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.2:0/2133138868' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T22:12:27.938 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:27 smithi002 bash[21360]: cluster 2024-02-10T22:12:26.465754+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e5: a(active, since 7s) 2024-02-10T22:12:28.633 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:28 smithi002 bash[21617]: debug 2024-02-10T22:12:28.277+0000 7fb9c9924200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:12:28.633 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:28 smithi002 bash[21617]: debug 2024-02-10T22:12:28.377+0000 7fb9c9924200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:12:28.796 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-02-10T22:12:28.796 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T22:12:28.797 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T22:12:28.797 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T22:12:28.797 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T22:12:28.797 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-02-10T22:12:28.797 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for the mgr to restart... 2024-02-10T22:12:28.797 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr epoch 5... 2024-02-10T22:12:28.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:28 smithi002 bash[21617]: debug 2024-02-10T22:12:28.629+0000 7fb9c9924200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:12:29.392 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:29 smithi002 bash[21360]: audit 2024-02-10T22:12:28.244733+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.2:0/3908371046' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T22:12:29.681 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:29 smithi002 bash[21617]: debug 2024-02-10T22:12:29.461+0000 7fb9c9924200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:29.681 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:29 smithi002 bash[21617]: debug 2024-02-10T22:12:29.573+0000 7fb9c9924200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:12:30.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:29 smithi002 bash[21617]: debug 2024-02-10T22:12:29.681+0000 7fb9c9924200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:12:30.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:30 smithi002 bash[21617]: debug 2024-02-10T22:12:30.041+0000 7fb9c9924200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:12:30.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:30 smithi002 bash[21617]: debug 2024-02-10T22:12:30.157+0000 7fb9c9924200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:12:30.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:30 smithi002 bash[21617]: debug 2024-02-10T22:12:30.265+0000 7fb9c9924200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:12:30.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:30 smithi002 bash[21617]: debug 2024-02-10T22:12:30.628+0000 7fb9c9924200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:12:30.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:30 smithi002 bash[21617]: debug 2024-02-10T22:12:30.872+0000 7fb9c9924200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:12:31.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:31 smithi002 bash[21617]: debug 2024-02-10T22:12:31.140+0000 7fb9c9924200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:12:31.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:31 smithi002 bash[21617]: debug 2024-02-10T22:12:31.256+0000 7fb9c9924200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:12:31.790 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:31 smithi002 bash[21617]: debug 2024-02-10T22:12:31.536+0000 7fb9c9924200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:12:32.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:31 smithi002 bash[21617]: debug 2024-02-10T22:12:31.788+0000 7fb9c9924200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:32.576 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:32 smithi002 bash[21617]: debug 2024-02-10T22:12:32.200+0000 7fb9c9924200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:32.576 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:32 smithi002 bash[21617]: debug 2024-02-10T22:12:32.320+0000 7fb9c9924200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:12:32.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:32 smithi002 bash[21617]: debug 2024-02-10T22:12:32.572+0000 7fb9c9924200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:33.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:33 smithi002 bash[21617]: debug 2024-02-10T22:12:33.600+0000 7fb9c9924200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:12:33.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:33 smithi002 bash[21617]: debug 2024-02-10T22:12:33.720+0000 7fb9c9924200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:12:34.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21617]: debug 2024-02-10T22:12:34.020+0000 7fb9c9924200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:12:34.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21617]: debug 2024-02-10T22:12:34.136+0000 7fb9c9924200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:12:34.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21617]: debug 2024-02-10T22:12:34.600+0000 7fb9c9924200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21617]: debug 2024-02-10T22:12:34.724+0000 7fb9c9924200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: cluster 2024-02-10T22:12:34.747488+0000 mon.a (mon.0) 32 : cluster 1 Active manager daemon a restarted 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: cluster 2024-02-10T22:12:34.747963+0000 mon.a (mon.0) 33 : cluster 1 Activating manager daemon a 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: cluster 2024-02-10T22:12:34.754489+0000 mon.a (mon.0) 34 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: cluster 2024-02-10T22:12:34.754743+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e6: a(active, starting, since 0.00695881s) 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: audit 2024-02-10T22:12:34.756543+0000 mon.a (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: audit 2024-02-10T22:12:34.757726+0000 mon.a (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: audit 2024-02-10T22:12:34.759291+0000 mon.a (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: audit 2024-02-10T22:12:34.759418+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T22:12:34.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: audit 2024-02-10T22:12:34.759557+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T22:12:34.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:34 smithi002 bash[21360]: cluster 2024-02-10T22:12:34.787853+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon a is now available 2024-02-10T22:12:35.766 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: *** Caught signal (Aborted) ** 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: in thread 7fb9bfb46700 thread_name:admin_socket 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb9c6ee2d20] 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 2: gsignal() 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 3: abort() 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb9c53bdd39] 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb9c53e2e86] 2024-02-10T22:12:35.767 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb9c802e785] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb9c802ff75] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb9c802ebaf] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fb9c803ab6d] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fb9c8034f69] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb9c8036a4b] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 12: (AdminSocket::entry()+0x4de) [0x7fb9c80372ae] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb9c5dceb23] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb9c6ed81ca] 2024-02-10T22:12:35.768 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 15: clone() 2024-02-10T22:12:35.769 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug 2024-02-10T22:12:35.756+0000 7fb9bfb46700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:12:35.769 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: in thread 7fb9bfb46700 thread_name:admin_socket 2024-02-10T22:12:35.769 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:35.769 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb9c6ee2d20] 2024-02-10T22:12:35.769 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 2: gsignal() 2024-02-10T22:12:35.769 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 3: abort() 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb9c53bdd39] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb9c53e2e86] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb9c802e785] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb9c802ff75] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb9c802ebaf] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fb9c803ab6d] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fb9c8034f69] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb9c8036a4b] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 12: (AdminSocket::entry()+0x4de) [0x7fb9c80372ae] 2024-02-10T22:12:35.770 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb9c5dceb23] 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb9c6ed81ca] 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 15: clone() 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3217> 2024-02-10T22:12:26.645+0000 7fb9c9924200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3120> 2024-02-10T22:12:28.277+0000 7fb9c9924200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3108> 2024-02-10T22:12:28.377+0000 7fb9c9924200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3064> 2024-02-10T22:12:28.629+0000 7fb9c9924200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2832> 2024-02-10T22:12:29.461+0000 7fb9c9924200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2791> 2024-02-10T22:12:29.573+0000 7fb9c9924200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2771> 2024-02-10T22:12:29.681+0000 7fb9c9924200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:12:35.771 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2752> 2024-02-10T22:12:30.041+0000 7fb9c9924200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2729> 2024-02-10T22:12:30.157+0000 7fb9c9924200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2713> 2024-02-10T22:12:30.265+0000 7fb9c9924200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2679> 2024-02-10T22:12:30.628+0000 7fb9c9924200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2658> 2024-02-10T22:12:30.872+0000 7fb9c9924200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2631> 2024-02-10T22:12:31.140+0000 7fb9c9924200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2589> 2024-02-10T22:12:31.256+0000 7fb9c9924200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2547> 2024-02-10T22:12:31.536+0000 7fb9c9924200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:12:35.772 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2465> 2024-02-10T22:12:31.788+0000 7fb9c9924200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:36.016 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2420> 2024-02-10T22:12:32.200+0000 7fb9c9924200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:36.016 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2399> 2024-02-10T22:12:32.320+0000 7fb9c9924200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2382> 2024-02-10T22:12:32.572+0000 7fb9c9924200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2258> 2024-02-10T22:12:33.600+0000 7fb9c9924200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2244> 2024-02-10T22:12:33.720+0000 7fb9c9924200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2185> 2024-02-10T22:12:34.020+0000 7fb9c9924200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2171> 2024-02-10T22:12:34.136+0000 7fb9c9924200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2142> 2024-02-10T22:12:34.600+0000 7fb9c9924200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2120> 2024-02-10T22:12:34.724+0000 7fb9c9924200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug 0> 2024-02-10T22:12:35.756+0000 7fb9bfb46700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: in thread 7fb9bfb46700 thread_name:admin_socket 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb9c6ee2d20] 2024-02-10T22:12:36.017 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 2: gsignal() 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 3: abort() 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb9c53bdd39] 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb9c53e2e86] 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb9c802e785] 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb9c802ff75] 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb9c802ebaf] 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fb9c803ab6d] 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: cephadm 2024-02-10T22:12:34.807256+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: audit 2024-02-10T22:12:34.809095+0000 mon.a (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: audit 2024-02-10T22:12:34.811771+0000 mon.a (mon.0) 43 : audit 1 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' 2024-02-10T22:12:36.018 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: audit 2024-02-10T22:12:34.814985+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:12:36.019 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: audit 2024-02-10T22:12:34.816461+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:12:36.019 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: audit 2024-02-10T22:12:34.820056+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:12:36.019 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: audit 2024-02-10T22:12:34.830806+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T22:12:36.019 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: audit 2024-02-10T22:12:34.834185+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.2:0/1211068692' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T22:12:36.019 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21360]: cluster 2024-02-10T22:12:35.760079+0000 mon.a (mon.0) 49 : cluster 0 mgrmap e7: a(active, since 1.0123s) 2024-02-10T22:12:36.019 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fb9c8034f69] 2024-02-10T22:12:36.019 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb9c8036a4b] 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 12: (AdminSocket::entry()+0x4de) [0x7fb9c80372ae] 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb9c5dceb23] 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb9c6ed81ca] 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 15: clone() 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3223> 2024-02-10T22:12:26.645+0000 7fb9c9924200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3126> 2024-02-10T22:12:28.277+0000 7fb9c9924200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3114> 2024-02-10T22:12:28.377+0000 7fb9c9924200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -3070> 2024-02-10T22:12:28.629+0000 7fb9c9924200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2838> 2024-02-10T22:12:29.461+0000 7fb9c9924200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:36.020 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2797> 2024-02-10T22:12:29.573+0000 7fb9c9924200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2777> 2024-02-10T22:12:29.681+0000 7fb9c9924200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2758> 2024-02-10T22:12:30.041+0000 7fb9c9924200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2735> 2024-02-10T22:12:30.157+0000 7fb9c9924200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2719> 2024-02-10T22:12:30.265+0000 7fb9c9924200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2685> 2024-02-10T22:12:30.628+0000 7fb9c9924200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2664> 2024-02-10T22:12:30.872+0000 7fb9c9924200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2637> 2024-02-10T22:12:31.140+0000 7fb9c9924200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2595> 2024-02-10T22:12:31.256+0000 7fb9c9924200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2553> 2024-02-10T22:12:31.536+0000 7fb9c9924200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2471> 2024-02-10T22:12:31.788+0000 7fb9c9924200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2426> 2024-02-10T22:12:32.200+0000 7fb9c9924200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2405> 2024-02-10T22:12:32.320+0000 7fb9c9924200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:12:36.021 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2388> 2024-02-10T22:12:32.572+0000 7fb9c9924200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2264> 2024-02-10T22:12:33.600+0000 7fb9c9924200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2250> 2024-02-10T22:12:33.720+0000 7fb9c9924200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2191> 2024-02-10T22:12:34.020+0000 7fb9c9924200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2177> 2024-02-10T22:12:34.136+0000 7fb9c9924200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2148> 2024-02-10T22:12:34.600+0000 7fb9c9924200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -2126> 2024-02-10T22:12:34.724+0000 7fb9c9924200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: debug -6> 2024-02-10T22:12:35.756+0000 7fb9bfb46700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: in thread 7fb9bfb46700 thread_name:admin_socket 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fb9c6ee2d20] 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 2: gsignal() 2024-02-10T22:12:36.022 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 3: abort() 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 4: /lib64/libc.so.6(+0x21d39) [0x7fb9c53bdd39] 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 5: /lib64/libc.so.6(+0x46e86) [0x7fb9c53e2e86] 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fb9c802e785] 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fb9c802ff75] 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fb9c802ebaf] 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fb9c803ab6d] 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fb9c8034f69] 2024-02-10T22:12:36.023 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fb9c8036a4b] 2024-02-10T22:12:36.024 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 12: (AdminSocket::entry()+0x4de) [0x7fb9c80372ae] 2024-02-10T22:12:36.024 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fb9c5dceb23] 2024-02-10T22:12:36.024 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fb9c6ed81ca] 2024-02-10T22:12:36.024 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: 15: clone() 2024-02-10T22:12:36.024 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:35 smithi002 bash[21617]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:12:36.688 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:36 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T22:12:36.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:36 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T22:12:47.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:46 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-10T22:12:47.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:46 smithi002 systemd[1]: Stopped Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:12:47.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:46 smithi002 systemd[1]: Started Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:12:47.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:47 smithi002 bash[22830]: debug 2024-02-10T22:12:47.620+0000 7f69a3ee7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:12:49.597 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:49 smithi002 bash[22830]: debug 2024-02-10T22:12:49.240+0000 7f69a3ee7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:12:49.597 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:49 smithi002 bash[22830]: debug 2024-02-10T22:12:49.340+0000 7f69a3ee7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:12:49.597 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:49 smithi002 bash[22830]: debug 2024-02-10T22:12:49.592+0000 7f69a3ee7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:12:50.688 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:50 smithi002 bash[22830]: debug 2024-02-10T22:12:50.412+0000 7f69a3ee7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:50.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:50 smithi002 bash[22830]: debug 2024-02-10T22:12:50.528+0000 7f69a3ee7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:12:50.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:50 smithi002 bash[22830]: debug 2024-02-10T22:12:50.636+0000 7f69a3ee7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:12:51.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:51 smithi002 bash[22830]: debug 2024-02-10T22:12:50.996+0000 7f69a3ee7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:12:51.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:51 smithi002 bash[22830]: debug 2024-02-10T22:12:51.116+0000 7f69a3ee7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:12:51.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:51 smithi002 bash[22830]: debug 2024-02-10T22:12:51.224+0000 7f69a3ee7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:12:51.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:51 smithi002 bash[22830]: debug 2024-02-10T22:12:51.592+0000 7f69a3ee7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:12:51.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:51 smithi002 bash[22830]: debug 2024-02-10T22:12:51.844+0000 7f69a3ee7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:12:52.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:52 smithi002 bash[22830]: debug 2024-02-10T22:12:52.112+0000 7f69a3ee7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:12:52.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:52 smithi002 bash[22830]: debug 2024-02-10T22:12:52.232+0000 7f69a3ee7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:12:52.766 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:52 smithi002 bash[22830]: debug 2024-02-10T22:12:52.512+0000 7f69a3ee7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:12:53.185 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:52 smithi002 bash[22830]: debug 2024-02-10T22:12:52.764+0000 7f69a3ee7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:53.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:53 smithi002 bash[22830]: debug 2024-02-10T22:12:53.184+0000 7f69a3ee7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:53.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:53 smithi002 bash[22830]: debug 2024-02-10T22:12:53.308+0000 7f69a3ee7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:12:53.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:53 smithi002 bash[22830]: debug 2024-02-10T22:12:53.560+0000 7f69a3ee7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:54.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:54 smithi002 bash[22830]: debug 2024-02-10T22:12:54.596+0000 7f69a3ee7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:12:54.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:54 smithi002 bash[22830]: debug 2024-02-10T22:12:54.716+0000 7f69a3ee7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:12:55.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[22830]: debug 2024-02-10T22:12:55.016+0000 7f69a3ee7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:12:55.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[22830]: debug 2024-02-10T22:12:55.136+0000 7f69a3ee7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:12:55.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[22830]: debug 2024-02-10T22:12:55.600+0000 7f69a3ee7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[22830]: debug 2024-02-10T22:12:55.724+0000 7f69a3ee7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: cluster 2024-02-10T22:12:55.747101+0000 mon.a (mon.0) 50 : cluster 1 Active manager daemon a restarted 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: cluster 2024-02-10T22:12:55.747335+0000 mon.a (mon.0) 51 : cluster 1 Activating manager daemon a 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: cluster 2024-02-10T22:12:55.754634+0000 mon.a (mon.0) 52 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: cluster 2024-02-10T22:12:55.755072+0000 mon.a (mon.0) 53 : cluster 0 mgrmap e8: a(active, starting, since 0.00782103s) 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: audit 2024-02-10T22:12:55.757086+0000 mon.a (mon.0) 54 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: audit 2024-02-10T22:12:55.759068+0000 mon.a (mon.0) 55 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: audit 2024-02-10T22:12:55.760058+0000 mon.a (mon.0) 56 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: audit 2024-02-10T22:12:55.760279+0000 mon.a (mon.0) 57 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T22:12:55.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: audit 2024-02-10T22:12:55.760426+0000 mon.a (mon.0) 58 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T22:12:55.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:55 smithi002 bash[21360]: cluster 2024-02-10T22:12:55.782949+0000 mon.a (mon.0) 59 : cluster 1 Manager daemon a is now available 2024-02-10T22:12:57.189 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[21360]: audit 2024-02-10T22:12:55.807335+0000 mon.a (mon.0) 60 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:12:57.189 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[21360]: audit 2024-02-10T22:12:55.808945+0000 mon.a (mon.0) 61 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:12:57.189 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[21360]: audit 2024-02-10T22:12:55.813453+0000 mon.a (mon.0) 62 : audit 0 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:12:57.189 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[21360]: audit 2024-02-10T22:12:55.821935+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T22:12:57.189 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[21360]: audit 2024-02-10T22:12:55.824966+0000 mon.a (mon.0) 64 : audit 1 from='mgr.14132 172.21.15.2:0/1777275002' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T22:12:57.189 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[21360]: cluster 2024-02-10T22:12:56.758303+0000 mon.a (mon.0) 65 : cluster 0 mgrmap e9: a(active, since 1.01105s) 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: *** Caught signal (Aborted) ** 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: in thread 7f6999ceb700 thread_name:admin_socket 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f69a14a5d20] 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 2: gsignal() 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 3: abort() 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 4: /lib64/libc.so.6(+0x21d39) [0x7f699f980d39] 2024-02-10T22:12:57.190 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 5: /lib64/libc.so.6(+0x46e86) [0x7f699f9a5e86] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f69a25f1785] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f69a25f2f75] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f69a25f1baf] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f69a25fdb6d] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f69a25f7f69] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f69a25f9a4b] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 12: (AdminSocket::entry()+0x4de) [0x7f69a25fa2ae] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f69a0391b23] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f69a149b1ca] 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 15: clone() 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug 2024-02-10T22:12:56.760+0000 7f6999ceb700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: in thread 7f6999ceb700 thread_name:admin_socket 2024-02-10T22:12:57.191 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f69a14a5d20] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 2: gsignal() 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 3: abort() 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 4: /lib64/libc.so.6(+0x21d39) [0x7f699f980d39] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 5: /lib64/libc.so.6(+0x46e86) [0x7f699f9a5e86] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f69a25f1785] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f69a25f2f75] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f69a25f1baf] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f69a25fdb6d] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f69a25f7f69] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f69a25f9a4b] 2024-02-10T22:12:57.192 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 12: (AdminSocket::entry()+0x4de) [0x7f69a25fa2ae] 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f69a0391b23] 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f69a149b1ca] 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 15: clone() 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -3104> 2024-02-10T22:12:47.620+0000 7f69a3ee7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -3007> 2024-02-10T22:12:49.240+0000 7f69a3ee7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2995> 2024-02-10T22:12:49.340+0000 7f69a3ee7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2951> 2024-02-10T22:12:49.592+0000 7f69a3ee7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2719> 2024-02-10T22:12:50.412+0000 7f69a3ee7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:57.193 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2678> 2024-02-10T22:12:50.528+0000 7f69a3ee7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:12:57.194 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2658> 2024-02-10T22:12:50.636+0000 7f69a3ee7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:12:57.194 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2639> 2024-02-10T22:12:50.996+0000 7f69a3ee7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:12:57.194 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2616> 2024-02-10T22:12:51.116+0000 7f69a3ee7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2600> 2024-02-10T22:12:51.224+0000 7f69a3ee7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2566> 2024-02-10T22:12:51.592+0000 7f69a3ee7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2545> 2024-02-10T22:12:51.844+0000 7f69a3ee7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2518> 2024-02-10T22:12:52.112+0000 7f69a3ee7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2476> 2024-02-10T22:12:52.232+0000 7f69a3ee7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2434> 2024-02-10T22:12:52.512+0000 7f69a3ee7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2352> 2024-02-10T22:12:52.764+0000 7f69a3ee7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2307> 2024-02-10T22:12:53.184+0000 7f69a3ee7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2286> 2024-02-10T22:12:53.308+0000 7f69a3ee7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2269> 2024-02-10T22:12:53.560+0000 7f69a3ee7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2145> 2024-02-10T22:12:54.596+0000 7f69a3ee7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2131> 2024-02-10T22:12:54.716+0000 7f69a3ee7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:12:57.195 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2072> 2024-02-10T22:12:55.016+0000 7f69a3ee7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2058> 2024-02-10T22:12:55.136+0000 7f69a3ee7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2029> 2024-02-10T22:12:55.600+0000 7f69a3ee7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2007> 2024-02-10T22:12:55.724+0000 7f69a3ee7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug 0> 2024-02-10T22:12:56.760+0000 7f6999ceb700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: in thread 7f6999ceb700 thread_name:admin_socket 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f69a14a5d20] 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 2: gsignal() 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 3: abort() 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 4: /lib64/libc.so.6(+0x21d39) [0x7f699f980d39] 2024-02-10T22:12:57.196 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 5: /lib64/libc.so.6(+0x46e86) [0x7f699f9a5e86] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f69a25f1785] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f69a25f2f75] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f69a25f1baf] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f69a25fdb6d] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f69a25f7f69] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f69a25f9a4b] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 12: (AdminSocket::entry()+0x4de) [0x7f69a25fa2ae] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f69a0391b23] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f69a149b1ca] 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 15: clone() 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -3104> 2024-02-10T22:12:47.620+0000 7f69a3ee7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:12:57.197 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -3007> 2024-02-10T22:12:49.240+0000 7f69a3ee7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2995> 2024-02-10T22:12:49.340+0000 7f69a3ee7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2951> 2024-02-10T22:12:49.592+0000 7f69a3ee7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2719> 2024-02-10T22:12:50.412+0000 7f69a3ee7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2678> 2024-02-10T22:12:50.528+0000 7f69a3ee7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2658> 2024-02-10T22:12:50.636+0000 7f69a3ee7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2639> 2024-02-10T22:12:50.996+0000 7f69a3ee7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2616> 2024-02-10T22:12:51.116+0000 7f69a3ee7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2600> 2024-02-10T22:12:51.224+0000 7f69a3ee7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2566> 2024-02-10T22:12:51.592+0000 7f69a3ee7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2545> 2024-02-10T22:12:51.844+0000 7f69a3ee7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:12:57.198 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2518> 2024-02-10T22:12:52.112+0000 7f69a3ee7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2476> 2024-02-10T22:12:52.232+0000 7f69a3ee7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2434> 2024-02-10T22:12:52.512+0000 7f69a3ee7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2352> 2024-02-10T22:12:52.764+0000 7f69a3ee7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2307> 2024-02-10T22:12:53.184+0000 7f69a3ee7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2286> 2024-02-10T22:12:53.308+0000 7f69a3ee7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2269> 2024-02-10T22:12:53.560+0000 7f69a3ee7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2145> 2024-02-10T22:12:54.596+0000 7f69a3ee7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2131> 2024-02-10T22:12:54.716+0000 7f69a3ee7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2072> 2024-02-10T22:12:55.016+0000 7f69a3ee7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2058> 2024-02-10T22:12:55.136+0000 7f69a3ee7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2029> 2024-02-10T22:12:55.600+0000 7f69a3ee7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug -2007> 2024-02-10T22:12:55.724+0000 7f69a3ee7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:12:57.199 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: debug 0> 2024-02-10T22:12:56.760+0000 7f6999ceb700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: in thread 7f6999ceb700 thread_name:admin_socket 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f69a14a5d20] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 2: gsignal() 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 3: abort() 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 4: /lib64/libc.so.6(+0x21d39) [0x7f699f980d39] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 5: /lib64/libc.so.6(+0x46e86) [0x7f699f9a5e86] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f69a25f1785] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f69a25f2f75] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f69a25f1baf] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f69a25fdb6d] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f69a25f7f69] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f69a25f9a4b] 2024-02-10T22:12:57.200 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 12: (AdminSocket::entry()+0x4de) [0x7f69a25fa2ae] 2024-02-10T22:12:57.201 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f69a0391b23] 2024-02-10T22:12:57.201 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f69a149b1ca] 2024-02-10T22:12:57.201 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: 15: clone() 2024-02-10T22:12:57.201 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:56 smithi002 bash[22830]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:12:57.688 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:57 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T22:12:57.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:12:57 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T22:13:07.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:07 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-10T22:13:07.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:07 smithi002 systemd[1]: Stopped Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:13:07.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:07 smithi002 systemd[1]: Started Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:13:08.438 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:08 smithi002 bash[23153]: debug 2024-02-10T22:13:08.379+0000 7f4d74d29200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:10.372 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:10 smithi002 bash[23153]: debug 2024-02-10T22:13:10.011+0000 7f4d74d29200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:10.372 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:10 smithi002 bash[23153]: debug 2024-02-10T22:13:10.115+0000 7f4d74d29200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:10.688 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:10 smithi002 bash[23153]: debug 2024-02-10T22:13:10.367+0000 7f4d74d29200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:11.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:11 smithi002 bash[23153]: debug 2024-02-10T22:13:11.195+0000 7f4d74d29200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:11.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:11 smithi002 bash[23153]: debug 2024-02-10T22:13:11.311+0000 7f4d74d29200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:11.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:11 smithi002 bash[23153]: debug 2024-02-10T22:13:11.419+0000 7f4d74d29200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:12.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:11 smithi002 bash[23153]: debug 2024-02-10T22:13:11.783+0000 7f4d74d29200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:12.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:11 smithi002 bash[23153]: debug 2024-02-10T22:13:11.899+0000 7f4d74d29200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:12.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:12 smithi002 bash[23153]: debug 2024-02-10T22:13:12.007+0000 7f4d74d29200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:12.688 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:12 smithi002 bash[23153]: debug 2024-02-10T22:13:12.375+0000 7f4d74d29200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:12.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:12 smithi002 bash[23153]: debug 2024-02-10T22:13:12.623+0000 7f4d74d29200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:13.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:12 smithi002 bash[23153]: debug 2024-02-10T22:13:12.891+0000 7f4d74d29200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:13.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:13 smithi002 bash[23153]: debug 2024-02-10T22:13:13.007+0000 7f4d74d29200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:13.550 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:13 smithi002 bash[23153]: debug 2024-02-10T22:13:13.291+0000 7f4d74d29200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:13.938 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:13 smithi002 bash[23153]: debug 2024-02-10T22:13:13.547+0000 7f4d74d29200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:14.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:13 smithi002 bash[23153]: debug 2024-02-10T22:13:13.963+0000 7f4d74d29200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:14.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:14 smithi002 bash[23153]: debug 2024-02-10T22:13:14.087+0000 7f4d74d29200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:14.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:14 smithi002 bash[23153]: debug 2024-02-10T22:13:14.343+0000 7f4d74d29200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:15.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:15 smithi002 bash[23153]: debug 2024-02-10T22:13:15.415+0000 7f4d74d29200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:15.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:15 smithi002 bash[23153]: debug 2024-02-10T22:13:15.539+0000 7f4d74d29200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:16.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:15 smithi002 bash[23153]: debug 2024-02-10T22:13:15.847+0000 7f4d74d29200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:16.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:15 smithi002 bash[23153]: debug 2024-02-10T22:13:15.967+0000 7f4d74d29200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:16.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[23153]: debug 2024-02-10T22:13:16.439+0000 7f4d74d29200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:16.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[23153]: debug 2024-02-10T22:13:16.563+0000 7f4d74d29200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:16.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: cluster 2024-02-10T22:13:16.587297+0000 mon.a (mon.0) 66 : cluster 1 Active manager daemon a restarted 2024-02-10T22:13:16.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: cluster 2024-02-10T22:13:16.587709+0000 mon.a (mon.0) 67 : cluster 1 Activating manager daemon a 2024-02-10T22:13:16.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: cluster 2024-02-10T22:13:16.593914+0000 mon.a (mon.0) 68 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T22:13:16.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: cluster 2024-02-10T22:13:16.594052+0000 mon.a (mon.0) 69 : cluster 0 mgrmap e10: a(active, starting, since 0.0065531s) 2024-02-10T22:13:16.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: audit 2024-02-10T22:13:16.595023+0000 mon.a (mon.0) 70 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T22:13:16.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: audit 2024-02-10T22:13:16.595999+0000 mon.a (mon.0) 71 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T22:13:16.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: audit 2024-02-10T22:13:16.597057+0000 mon.a (mon.0) 72 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T22:13:16.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: audit 2024-02-10T22:13:16.597371+0000 mon.a (mon.0) 73 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T22:13:16.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: audit 2024-02-10T22:13:16.597530+0000 mon.a (mon.0) 74 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T22:13:16.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:16 smithi002 bash[21360]: cluster 2024-02-10T22:13:16.623286+0000 mon.a (mon.0) 75 : cluster 1 Manager daemon a is now available 2024-02-10T22:13:17.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: audit 2024-02-10T22:13:16.646738+0000 mon.a (mon.0) 76 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:17.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: audit 2024-02-10T22:13:16.648649+0000 mon.a (mon.0) 77 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:17.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: audit 2024-02-10T22:13:16.653915+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:17.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: audit 2024-02-10T22:13:16.661399+0000 mon.a (mon.0) 79 : audit 1 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T22:13:17.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: audit 2024-02-10T22:13:16.664344+0000 mon.a (mon.0) 80 : audit 1 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T22:13:17.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: audit 2024-02-10T22:13:17.442085+0000 mon.a (mon.0) 81 : audit 1 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' 2024-02-10T22:13:17.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: audit 2024-02-10T22:13:17.447372+0000 mon.a (mon.0) 82 : audit 1 from='mgr.14140 172.21.15.2:0/1024986030' entity='mgr.a' 2024-02-10T22:13:17.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[21360]: cluster 2024-02-10T22:13:17.599695+0000 mon.a (mon.0) 83 : cluster 0 mgrmap e11: a(active, since 1.01217s) 2024-02-10T22:13:17.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T22:13:17.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: *** Caught signal (Aborted) ** 2024-02-10T22:13:17.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: in thread 7f4d6ab2d700 thread_name:admin_socket 2024-02-10T22:13:17.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d722e7d20] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 2: gsignal() 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 3: abort() 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d707c2d39] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d707e7e86] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d73433785] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d73434f75] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d73433baf] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d7343fb6d] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d73439f69] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d7343ba4b] 2024-02-10T22:13:17.941 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 12: (AdminSocket::entry()+0x4de) [0x7f4d7343c2ae] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d711d3b23] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d722dd1ca] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 15: clone() 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug 2024-02-10T22:13:17.595+0000 7f4d6ab2d700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: in thread 7f4d6ab2d700 thread_name:admin_socket 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d722e7d20] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 2: gsignal() 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 3: abort() 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d707c2d39] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d707e7e86] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d73433785] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d73434f75] 2024-02-10T22:13:17.942 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d73433baf] 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d7343fb6d] 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d73439f69] 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d7343ba4b] 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 12: (AdminSocket::entry()+0x4de) [0x7f4d7343c2ae] 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d711d3b23] 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d722dd1ca] 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 15: clone() 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -3146> 2024-02-10T22:13:08.379+0000 7f4d74d29200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -3049> 2024-02-10T22:13:10.011+0000 7f4d74d29200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -3037> 2024-02-10T22:13:10.115+0000 7f4d74d29200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2993> 2024-02-10T22:13:10.367+0000 7f4d74d29200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2761> 2024-02-10T22:13:11.195+0000 7f4d74d29200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:17.943 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2720> 2024-02-10T22:13:11.311+0000 7f4d74d29200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:17.944 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2700> 2024-02-10T22:13:11.419+0000 7f4d74d29200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:17.944 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2681> 2024-02-10T22:13:11.783+0000 7f4d74d29200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:17.944 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2658> 2024-02-10T22:13:11.899+0000 7f4d74d29200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:17.944 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2642> 2024-02-10T22:13:12.007+0000 7f4d74d29200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2608> 2024-02-10T22:13:12.375+0000 7f4d74d29200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2587> 2024-02-10T22:13:12.623+0000 7f4d74d29200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2560> 2024-02-10T22:13:12.891+0000 7f4d74d29200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2518> 2024-02-10T22:13:13.007+0000 7f4d74d29200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2476> 2024-02-10T22:13:13.291+0000 7f4d74d29200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2394> 2024-02-10T22:13:13.547+0000 7f4d74d29200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2349> 2024-02-10T22:13:13.963+0000 7f4d74d29200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2328> 2024-02-10T22:13:14.087+0000 7f4d74d29200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2311> 2024-02-10T22:13:14.343+0000 7f4d74d29200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2187> 2024-02-10T22:13:15.415+0000 7f4d74d29200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2173> 2024-02-10T22:13:15.539+0000 7f4d74d29200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2114> 2024-02-10T22:13:15.847+0000 7f4d74d29200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2100> 2024-02-10T22:13:15.967+0000 7f4d74d29200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2071> 2024-02-10T22:13:16.439+0000 7f4d74d29200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:17.945 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2049> 2024-02-10T22:13:16.563+0000 7f4d74d29200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug 0> 2024-02-10T22:13:17.595+0000 7f4d6ab2d700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: in thread 7f4d6ab2d700 thread_name:admin_socket 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d722e7d20] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 2: gsignal() 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 3: abort() 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d707c2d39] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d707e7e86] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d73433785] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d73434f75] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d73433baf] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d7343fb6d] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d73439f69] 2024-02-10T22:13:17.946 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d7343ba4b] 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 12: (AdminSocket::entry()+0x4de) [0x7f4d7343c2ae] 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d711d3b23] 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d722dd1ca] 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 15: clone() 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -3148> 2024-02-10T22:13:08.379+0000 7f4d74d29200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -3051> 2024-02-10T22:13:10.011+0000 7f4d74d29200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -3039> 2024-02-10T22:13:10.115+0000 7f4d74d29200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2995> 2024-02-10T22:13:10.367+0000 7f4d74d29200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2763> 2024-02-10T22:13:11.195+0000 7f4d74d29200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2722> 2024-02-10T22:13:11.311+0000 7f4d74d29200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2702> 2024-02-10T22:13:11.419+0000 7f4d74d29200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2683> 2024-02-10T22:13:11.783+0000 7f4d74d29200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:17.947 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2660> 2024-02-10T22:13:11.899+0000 7f4d74d29200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2644> 2024-02-10T22:13:12.007+0000 7f4d74d29200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2610> 2024-02-10T22:13:12.375+0000 7f4d74d29200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2589> 2024-02-10T22:13:12.623+0000 7f4d74d29200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2562> 2024-02-10T22:13:12.891+0000 7f4d74d29200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2520> 2024-02-10T22:13:13.007+0000 7f4d74d29200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2478> 2024-02-10T22:13:13.291+0000 7f4d74d29200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2396> 2024-02-10T22:13:13.547+0000 7f4d74d29200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2351> 2024-02-10T22:13:13.963+0000 7f4d74d29200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2330> 2024-02-10T22:13:14.087+0000 7f4d74d29200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2313> 2024-02-10T22:13:14.343+0000 7f4d74d29200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2189> 2024-02-10T22:13:15.415+0000 7f4d74d29200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2175> 2024-02-10T22:13:15.539+0000 7f4d74d29200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:17.948 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2116> 2024-02-10T22:13:15.847+0000 7f4d74d29200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2102> 2024-02-10T22:13:15.967+0000 7f4d74d29200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2073> 2024-02-10T22:13:16.439+0000 7f4d74d29200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2051> 2024-02-10T22:13:16.563+0000 7f4d74d29200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: debug -2> 2024-02-10T22:13:17.595+0000 7f4d6ab2d700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: in thread 7f4d6ab2d700 thread_name:admin_socket 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4d722e7d20] 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 2: gsignal() 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 3: abort() 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4d707c2d39] 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4d707e7e86] 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4d73433785] 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4d73434f75] 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4d73433baf] 2024-02-10T22:13:17.949 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f4d7343fb6d] 2024-02-10T22:13:17.950 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f4d73439f69] 2024-02-10T22:13:17.950 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4d7343ba4b] 2024-02-10T22:13:17.950 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 12: (AdminSocket::entry()+0x4de) [0x7f4d7343c2ae] 2024-02-10T22:13:17.950 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4d711d3b23] 2024-02-10T22:13:17.950 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4d722dd1ca] 2024-02-10T22:13:17.950 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: 15: clone() 2024-02-10T22:13:17.950 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:17 smithi002 bash[23153]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:18.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:18 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T22:13:18.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:18 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T22:13:28.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:28 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-10T22:13:28.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:28 smithi002 systemd[1]: Stopped Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:13:28.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:28 smithi002 systemd[1]: Started Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:13:29.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:29 smithi002 bash[23476]: debug 2024-02-10T22:13:29.315+0000 7fc839b29200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:31.322 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:30 smithi002 bash[23476]: debug 2024-02-10T22:13:30.962+0000 7fc839b29200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:31.323 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:31 smithi002 bash[23476]: debug 2024-02-10T22:13:31.062+0000 7fc839b29200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:32.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:31 smithi002 bash[23476]: debug 2024-02-10T22:13:31.318+0000 7fc839b29200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:32.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:32 smithi002 bash[23476]: debug 2024-02-10T22:13:32.150+0000 7fc839b29200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:32.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:32 smithi002 bash[23476]: debug 2024-02-10T22:13:32.266+0000 7fc839b29200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:32.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:32 smithi002 bash[23476]: debug 2024-02-10T22:13:32.374+0000 7fc839b29200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:33.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:32 smithi002 bash[23476]: debug 2024-02-10T22:13:32.742+0000 7fc839b29200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:33.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:32 smithi002 bash[23476]: debug 2024-02-10T22:13:32.862+0000 7fc839b29200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:33.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:32 smithi002 bash[23476]: debug 2024-02-10T22:13:32.970+0000 7fc839b29200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:33.615 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:33 smithi002 bash[23476]: debug 2024-02-10T22:13:33.342+0000 7fc839b29200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:34.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:33 smithi002 bash[23476]: debug 2024-02-10T22:13:33.610+0000 7fc839b29200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:34.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:33 smithi002 bash[23476]: debug 2024-02-10T22:13:33.882+0000 7fc839b29200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:34.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:34 smithi002 bash[23476]: debug 2024-02-10T22:13:34.002+0000 7fc839b29200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:34.545 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:34 smithi002 bash[23476]: debug 2024-02-10T22:13:34.286+0000 7fc839b29200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:34.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:34 smithi002 bash[23476]: debug 2024-02-10T22:13:34.538+0000 7fc839b29200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:35.348 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:34 smithi002 bash[23476]: debug 2024-02-10T22:13:34.962+0000 7fc839b29200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:35.348 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:35 smithi002 bash[23476]: debug 2024-02-10T22:13:35.086+0000 7fc839b29200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:35.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:35 smithi002 bash[23476]: debug 2024-02-10T22:13:35.342+0000 7fc839b29200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:36.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:36 smithi002 bash[23476]: debug 2024-02-10T22:13:36.422+0000 7fc839b29200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:36.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:36 smithi002 bash[23476]: debug 2024-02-10T22:13:36.542+0000 7fc839b29200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:37.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:36 smithi002 bash[23476]: debug 2024-02-10T22:13:36.850+0000 7fc839b29200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:37.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:36 smithi002 bash[23476]: debug 2024-02-10T22:13:36.970+0000 7fc839b29200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:37.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[23476]: debug 2024-02-10T22:13:37.438+0000 7fc839b29200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:37.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[23476]: debug 2024-02-10T22:13:37.566+0000 7fc839b29200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:37.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: cluster 2024-02-10T22:13:37.591323+0000 mon.a (mon.0) 84 : cluster 1 Active manager daemon a restarted 2024-02-10T22:13:37.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: cluster 2024-02-10T22:13:37.591794+0000 mon.a (mon.0) 85 : cluster 1 Activating manager daemon a 2024-02-10T22:13:37.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: cluster 2024-02-10T22:13:37.598912+0000 mon.a (mon.0) 86 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-02-10T22:13:37.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: cluster 2024-02-10T22:13:37.599160+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e12: a(active, starting, since 0.00756936s) 2024-02-10T22:13:37.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: audit 2024-02-10T22:13:37.600840+0000 mon.a (mon.0) 88 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T22:13:37.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: audit 2024-02-10T22:13:37.602458+0000 mon.a (mon.0) 89 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T22:13:37.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: audit 2024-02-10T22:13:37.603180+0000 mon.a (mon.0) 90 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T22:13:37.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: audit 2024-02-10T22:13:37.603357+0000 mon.a (mon.0) 91 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T22:13:37.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: audit 2024-02-10T22:13:37.603542+0000 mon.a (mon.0) 92 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T22:13:37.940 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:37 smithi002 bash[21360]: cluster 2024-02-10T22:13:37.631769+0000 mon.a (mon.0) 93 : cluster 1 Manager daemon a is now available 2024-02-10T22:13:38.856 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[21360]: audit 2024-02-10T22:13:37.655891+0000 mon.a (mon.0) 94 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:38.857 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[21360]: audit 2024-02-10T22:13:37.658347+0000 mon.a (mon.0) 95 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:38.857 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[21360]: audit 2024-02-10T22:13:37.663781+0000 mon.a (mon.0) 96 : audit 0 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:38.857 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[21360]: audit 2024-02-10T22:13:37.672884+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T22:13:38.857 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[21360]: audit 2024-02-10T22:13:37.675962+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14148 172.21.15.2:0/2238601757' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T22:13:38.857 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[21360]: cluster 2024-02-10T22:13:38.601787+0000 mon.a (mon.0) 99 : cluster 0 mgrmap e13: a(active, since 1.0102s) 2024-02-10T22:13:38.857 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: *** Caught signal (Aborted) ** 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: in thread 7fc82f92d700 thread_name:admin_socket 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8370e7d20] 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 2: gsignal() 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 3: abort() 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8355c2d39] 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8355e7e86] 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc838233785] 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc838234f75] 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc838233baf] 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc83823fb6d] 2024-02-10T22:13:38.858 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc838239f69] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc83823ba4b] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 12: (AdminSocket::entry()+0x4de) [0x7fc83823c2ae] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc835fd3b23] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8370dd1ca] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 15: clone() 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug 2024-02-10T22:13:38.598+0000 7fc82f92d700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: in thread 7fc82f92d700 thread_name:admin_socket 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8370e7d20] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 2: gsignal() 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 3: abort() 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8355c2d39] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8355e7e86] 2024-02-10T22:13:38.859 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc838233785] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc838234f75] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc838233baf] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc83823fb6d] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc838239f69] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc83823ba4b] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 12: (AdminSocket::entry()+0x4de) [0x7fc83823c2ae] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc835fd3b23] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8370dd1ca] 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 15: clone() 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -3118> 2024-02-10T22:13:29.315+0000 7fc839b29200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -3021> 2024-02-10T22:13:30.962+0000 7fc839b29200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:38.860 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -3009> 2024-02-10T22:13:31.062+0000 7fc839b29200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:38.861 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2965> 2024-02-10T22:13:31.318+0000 7fc839b29200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:38.861 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2733> 2024-02-10T22:13:32.150+0000 7fc839b29200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:38.861 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2692> 2024-02-10T22:13:32.266+0000 7fc839b29200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:38.861 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2672> 2024-02-10T22:13:32.374+0000 7fc839b29200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:38.861 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2653> 2024-02-10T22:13:32.742+0000 7fc839b29200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2630> 2024-02-10T22:13:32.862+0000 7fc839b29200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2614> 2024-02-10T22:13:32.970+0000 7fc839b29200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2580> 2024-02-10T22:13:33.342+0000 7fc839b29200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2559> 2024-02-10T22:13:33.610+0000 7fc839b29200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2532> 2024-02-10T22:13:33.882+0000 7fc839b29200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2490> 2024-02-10T22:13:34.002+0000 7fc839b29200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2448> 2024-02-10T22:13:34.286+0000 7fc839b29200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2366> 2024-02-10T22:13:34.538+0000 7fc839b29200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2321> 2024-02-10T22:13:34.962+0000 7fc839b29200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2300> 2024-02-10T22:13:35.086+0000 7fc839b29200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2283> 2024-02-10T22:13:35.342+0000 7fc839b29200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2159> 2024-02-10T22:13:36.422+0000 7fc839b29200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2145> 2024-02-10T22:13:36.542+0000 7fc839b29200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:38.862 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2086> 2024-02-10T22:13:36.850+0000 7fc839b29200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2072> 2024-02-10T22:13:36.970+0000 7fc839b29200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2043> 2024-02-10T22:13:37.438+0000 7fc839b29200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2021> 2024-02-10T22:13:37.566+0000 7fc839b29200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug 0> 2024-02-10T22:13:38.598+0000 7fc82f92d700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: in thread 7fc82f92d700 thread_name:admin_socket 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8370e7d20] 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 2: gsignal() 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 3: abort() 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8355c2d39] 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8355e7e86] 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc838233785] 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc838234f75] 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc838233baf] 2024-02-10T22:13:38.863 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc83823fb6d] 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc838239f69] 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc83823ba4b] 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 12: (AdminSocket::entry()+0x4de) [0x7fc83823c2ae] 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc835fd3b23] 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8370dd1ca] 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 15: clone() 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -3118> 2024-02-10T22:13:29.315+0000 7fc839b29200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -3021> 2024-02-10T22:13:30.962+0000 7fc839b29200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -3009> 2024-02-10T22:13:31.062+0000 7fc839b29200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2965> 2024-02-10T22:13:31.318+0000 7fc839b29200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2733> 2024-02-10T22:13:32.150+0000 7fc839b29200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2692> 2024-02-10T22:13:32.266+0000 7fc839b29200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2672> 2024-02-10T22:13:32.374+0000 7fc839b29200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:38.864 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2653> 2024-02-10T22:13:32.742+0000 7fc839b29200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2630> 2024-02-10T22:13:32.862+0000 7fc839b29200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2614> 2024-02-10T22:13:32.970+0000 7fc839b29200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2580> 2024-02-10T22:13:33.342+0000 7fc839b29200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2559> 2024-02-10T22:13:33.610+0000 7fc839b29200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2532> 2024-02-10T22:13:33.882+0000 7fc839b29200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2490> 2024-02-10T22:13:34.002+0000 7fc839b29200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2448> 2024-02-10T22:13:34.286+0000 7fc839b29200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2366> 2024-02-10T22:13:34.538+0000 7fc839b29200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2321> 2024-02-10T22:13:34.962+0000 7fc839b29200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2300> 2024-02-10T22:13:35.086+0000 7fc839b29200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2283> 2024-02-10T22:13:35.342+0000 7fc839b29200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2159> 2024-02-10T22:13:36.422+0000 7fc839b29200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2145> 2024-02-10T22:13:36.542+0000 7fc839b29200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2086> 2024-02-10T22:13:36.850+0000 7fc839b29200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:38.865 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2072> 2024-02-10T22:13:36.970+0000 7fc839b29200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2043> 2024-02-10T22:13:37.438+0000 7fc839b29200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug -2021> 2024-02-10T22:13:37.566+0000 7fc839b29200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: debug 0> 2024-02-10T22:13:38.598+0000 7fc82f92d700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: in thread 7fc82f92d700 thread_name:admin_socket 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fc8370e7d20] 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 2: gsignal() 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 3: abort() 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 4: /lib64/libc.so.6(+0x21d39) [0x7fc8355c2d39] 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 5: /lib64/libc.so.6(+0x46e86) [0x7fc8355e7e86] 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fc838233785] 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fc838234f75] 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fc838233baf] 2024-02-10T22:13:38.866 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7fc83823fb6d] 2024-02-10T22:13:38.867 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7fc838239f69] 2024-02-10T22:13:38.867 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fc83823ba4b] 2024-02-10T22:13:38.867 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 12: (AdminSocket::entry()+0x4de) [0x7fc83823c2ae] 2024-02-10T22:13:38.867 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fc835fd3b23] 2024-02-10T22:13:38.867 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fc8370dd1ca] 2024-02-10T22:13:38.867 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: 15: clone() 2024-02-10T22:13:38.867 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:38 smithi002 bash[23476]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:39.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:39 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T22:13:39.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:39 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T22:13:49.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:49 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-10T22:13:49.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:49 smithi002 systemd[1]: Stopped Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:13:49.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:49 smithi002 systemd[1]: Started Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:13:50.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:50 smithi002 bash[23811]: debug 2024-02-10T22:13:50.370+0000 7f36113ff200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:52.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:51 smithi002 bash[23811]: debug 2024-02-10T22:13:51.982+0000 7f36113ff200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:52.345 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:52 smithi002 bash[23811]: debug 2024-02-10T22:13:52.082+0000 7f36113ff200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:53.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:52 smithi002 bash[23811]: debug 2024-02-10T22:13:52.338+0000 7f36113ff200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:53.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:53 smithi002 bash[23811]: debug 2024-02-10T22:13:53.166+0000 7f36113ff200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:53.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:53 smithi002 bash[23811]: debug 2024-02-10T22:13:53.278+0000 7f36113ff200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:53.439 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:53 smithi002 bash[23811]: debug 2024-02-10T22:13:53.386+0000 7f36113ff200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:54.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:53 smithi002 bash[23811]: debug 2024-02-10T22:13:53.750+0000 7f36113ff200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:54.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:53 smithi002 bash[23811]: debug 2024-02-10T22:13:53.866+0000 7f36113ff200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:54.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:53 smithi002 bash[23811]: debug 2024-02-10T22:13:53.974+0000 7f36113ff200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:54.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:54 smithi002 bash[23811]: debug 2024-02-10T22:13:54.342+0000 7f36113ff200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:54.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:54 smithi002 bash[23811]: debug 2024-02-10T22:13:54.586+0000 7f36113ff200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:55.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:54 smithi002 bash[23811]: debug 2024-02-10T22:13:54.858+0000 7f36113ff200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:55.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:54 smithi002 bash[23811]: debug 2024-02-10T22:13:54.974+0000 7f36113ff200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:55.517 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:55 smithi002 bash[23811]: debug 2024-02-10T22:13:55.258+0000 7f36113ff200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:55.934 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:55 smithi002 bash[23811]: debug 2024-02-10T22:13:55.510+0000 7f36113ff200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:56.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:55 smithi002 bash[23811]: debug 2024-02-10T22:13:55.930+0000 7f36113ff200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:56.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:56 smithi002 bash[23811]: debug 2024-02-10T22:13:56.050+0000 7f36113ff200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:56.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:56 smithi002 bash[23811]: debug 2024-02-10T22:13:56.310+0000 7f36113ff200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:57.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:57 smithi002 bash[23811]: debug 2024-02-10T22:13:57.346+0000 7f36113ff200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:57.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:57 smithi002 bash[23811]: debug 2024-02-10T22:13:57.466+0000 7f36113ff200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:58.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:57 smithi002 bash[23811]: debug 2024-02-10T22:13:57.766+0000 7f36113ff200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:58.189 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:57 smithi002 bash[23811]: debug 2024-02-10T22:13:57.886+0000 7f36113ff200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:58.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:58 smithi002 bash[23811]: debug 2024-02-10T22:13:58.354+0000 7f36113ff200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:58.689 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:58 smithi002 bash[23811]: debug 2024-02-10T22:13:58.478+0000 7f36113ff200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:59.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: cluster 2024-02-10T22:13:58.507562+0000 mon.a (mon.0) 100 : cluster 1 Active manager daemon a restarted 2024-02-10T22:13:59.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: cluster 2024-02-10T22:13:58.507853+0000 mon.a (mon.0) 101 : cluster 1 Activating manager daemon a 2024-02-10T22:13:59.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: cluster 2024-02-10T22:13:58.514622+0000 mon.a (mon.0) 102 : cluster 0 osdmap e6: 0 total, 0 up, 0 in 2024-02-10T22:13:59.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: cluster 2024-02-10T22:13:58.514945+0000 mon.a (mon.0) 103 : cluster 0 mgrmap e14: a(active, starting, since 0.00718449s) 2024-02-10T22:13:59.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.516286+0000 mon.a (mon.0) 104 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T22:13:59.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.517008+0000 mon.a (mon.0) 105 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T22:13:59.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.517800+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T22:13:59.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.517980+0000 mon.a (mon.0) 107 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T22:13:59.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.518106+0000 mon.a (mon.0) 108 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T22:13:59.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: cluster 2024-02-10T22:13:58.543639+0000 mon.a (mon.0) 109 : cluster 1 Manager daemon a is now available 2024-02-10T22:13:59.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.564953+0000 mon.a (mon.0) 110 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:59.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.566566+0000 mon.a (mon.0) 111 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:59.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.569720+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T22:13:59.442 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.583487+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T22:13:59.442 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[21360]: audit 2024-02-10T22:13:58.585986+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14156 172.21.15.2:0/404497110' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: ceph-mgr: /home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-1367-g14aa01b9/rpm/el8/BUILD/ceph-19.0.0-1367-g14aa01b9/x86_64-redhat-linux-gnu/boost/include/boost/smart_ptr/intrusive_ptr.hpp:201: T* boost::intrusive_ptr::operator->() const [with T = Connection]: Assertion `px != 0' failed. 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: *** Caught signal (Aborted) ** 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: in thread 7f3607203700 thread_name:admin_socket 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f360e9bdd20] 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 2: gsignal() 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 3: abort() 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 4: /lib64/libc.so.6(+0x21d39) [0x7f360ce98d39] 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 5: /lib64/libc.so.6(+0x46e86) [0x7f360cebde86] 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f360fb09785] 2024-02-10T22:13:59.804 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f360fb0af75] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f360fb09baf] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f360fb15b6d] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f360fb0ff69] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f360fb11a4b] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 12: (AdminSocket::entry()+0x4de) [0x7f360fb122ae] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f360d8a9b23] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f360e9b31ca] 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 15: clone() 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug 2024-02-10T22:13:59.518+0000 7f3607203700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: in thread 7f3607203700 thread_name:admin_socket 2024-02-10T22:13:59.805 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:59.806 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f360e9bdd20] 2024-02-10T22:13:59.806 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 2: gsignal() 2024-02-10T22:13:59.806 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 3: abort() 2024-02-10T22:13:59.806 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 4: /lib64/libc.so.6(+0x21d39) [0x7f360ce98d39] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 5: /lib64/libc.so.6(+0x46e86) [0x7f360cebde86] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f360fb09785] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f360fb0af75] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f360fb09baf] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f360fb15b6d] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f360fb0ff69] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f360fb11a4b] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 12: (AdminSocket::entry()+0x4de) [0x7f360fb122ae] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f360d8a9b23] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f360e9b31ca] 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 15: clone() 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:59.807 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -3116> 2024-02-10T22:13:50.370+0000 7f36113ff200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -3019> 2024-02-10T22:13:51.982+0000 7f36113ff200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -3007> 2024-02-10T22:13:52.082+0000 7f36113ff200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2963> 2024-02-10T22:13:52.338+0000 7f36113ff200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2731> 2024-02-10T22:13:53.166+0000 7f36113ff200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2690> 2024-02-10T22:13:53.278+0000 7f36113ff200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2670> 2024-02-10T22:13:53.386+0000 7f36113ff200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2651> 2024-02-10T22:13:53.750+0000 7f36113ff200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2628> 2024-02-10T22:13:53.866+0000 7f36113ff200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2612> 2024-02-10T22:13:53.974+0000 7f36113ff200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2578> 2024-02-10T22:13:54.342+0000 7f36113ff200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2557> 2024-02-10T22:13:54.586+0000 7f36113ff200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2530> 2024-02-10T22:13:54.858+0000 7f36113ff200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2488> 2024-02-10T22:13:54.974+0000 7f36113ff200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:59.808 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2446> 2024-02-10T22:13:55.258+0000 7f36113ff200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2364> 2024-02-10T22:13:55.510+0000 7f36113ff200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2319> 2024-02-10T22:13:55.930+0000 7f36113ff200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2298> 2024-02-10T22:13:56.050+0000 7f36113ff200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2281> 2024-02-10T22:13:56.310+0000 7f36113ff200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2157> 2024-02-10T22:13:57.346+0000 7f36113ff200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2143> 2024-02-10T22:13:57.466+0000 7f36113ff200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2084> 2024-02-10T22:13:57.766+0000 7f36113ff200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2070> 2024-02-10T22:13:57.886+0000 7f36113ff200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2041> 2024-02-10T22:13:58.354+0000 7f36113ff200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2019> 2024-02-10T22:13:58.478+0000 7f36113ff200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug 0> 2024-02-10T22:13:59.518+0000 7f3607203700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: in thread 7f3607203700 thread_name:admin_socket 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f360e9bdd20] 2024-02-10T22:13:59.809 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 2: gsignal() 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 3: abort() 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 4: /lib64/libc.so.6(+0x21d39) [0x7f360ce98d39] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 5: /lib64/libc.so.6(+0x46e86) [0x7f360cebde86] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f360fb09785] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f360fb0af75] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f360fb09baf] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f360fb15b6d] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f360fb0ff69] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f360fb11a4b] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 12: (AdminSocket::entry()+0x4de) [0x7f360fb122ae] 2024-02-10T22:13:59.810 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f360d8a9b23] 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f360e9b31ca] 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 15: clone() 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -3116> 2024-02-10T22:13:50.370+0000 7f36113ff200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -3019> 2024-02-10T22:13:51.982+0000 7f36113ff200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -3007> 2024-02-10T22:13:52.082+0000 7f36113ff200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2963> 2024-02-10T22:13:52.338+0000 7f36113ff200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2731> 2024-02-10T22:13:53.166+0000 7f36113ff200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2690> 2024-02-10T22:13:53.278+0000 7f36113ff200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2670> 2024-02-10T22:13:53.386+0000 7f36113ff200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2651> 2024-02-10T22:13:53.750+0000 7f36113ff200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2628> 2024-02-10T22:13:53.866+0000 7f36113ff200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2612> 2024-02-10T22:13:53.974+0000 7f36113ff200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T22:13:59.811 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2578> 2024-02-10T22:13:54.342+0000 7f36113ff200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T22:13:59.812 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2557> 2024-02-10T22:13:54.586+0000 7f36113ff200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T22:13:59.812 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2530> 2024-02-10T22:13:54.858+0000 7f36113ff200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T22:13:59.812 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2488> 2024-02-10T22:13:54.974+0000 7f36113ff200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T22:13:59.812 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2446> 2024-02-10T22:13:55.258+0000 7f36113ff200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T22:13:59.812 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2364> 2024-02-10T22:13:55.510+0000 7f36113ff200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2319> 2024-02-10T22:13:55.930+0000 7f36113ff200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2298> 2024-02-10T22:13:56.050+0000 7f36113ff200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2281> 2024-02-10T22:13:56.310+0000 7f36113ff200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2157> 2024-02-10T22:13:57.346+0000 7f36113ff200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2143> 2024-02-10T22:13:57.466+0000 7f36113ff200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2084> 2024-02-10T22:13:57.766+0000 7f36113ff200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2070> 2024-02-10T22:13:57.886+0000 7f36113ff200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2041> 2024-02-10T22:13:58.354+0000 7f36113ff200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug -2019> 2024-02-10T22:13:58.478+0000 7f36113ff200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: debug 0> 2024-02-10T22:13:59.518+0000 7f3607203700 -1 *** Caught signal (Aborted) ** 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: in thread 7f3607203700 thread_name:admin_socket 2024-02-10T22:13:59.813 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f360e9bdd20] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 2: gsignal() 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 3: abort() 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 4: /lib64/libc.so.6(+0x21d39) [0x7f360ce98d39] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 5: /lib64/libc.so.6(+0x46e86) [0x7f360cebde86] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f360fb09785] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f360fb0af75] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f360fb09baf] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 9: (AdminSocketHook::call_async(std::basic_string_view >, std::map, std::allocator >, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > >, std::less, std::allocator, std::allocator > const, boost::variant, std::allocator >, bool, long, double, std::vector, std::allocator >, std::allocator, std::allocator > > >, std::vector >, std::vector > > > > > const&, ceph::Formatter*, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x2dd) [0x7f360fb15b6d] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 10: (AdminSocket::execute_command(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, ceph::buffer::v15_2_0::list const&, std::function, std::allocator > const&, ceph::buffer::v15_2_0::list&)>)+0x869) [0x7f360fb0ff69] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f360fb11a4b] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 12: (AdminSocket::entry()+0x4de) [0x7f360fb122ae] 2024-02-10T22:13:59.814 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f360d8a9b23] 2024-02-10T22:13:59.815 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f360e9b31ca] 2024-02-10T22:13:59.815 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: 15: clone() 2024-02-10T22:13:59.815 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:13:59 smithi002 bash[23811]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-10T22:14:00.513 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:14:00 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-10T22:14:00.513 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:14:00 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T22:14:00.939 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:14:00 smithi002 bash[21360]: cluster 2024-02-10T22:13:59.519306+0000 mon.a (mon.0) 115 : cluster 0 mgrmap e15: a(active, since 1.01154s) 2024-02-10T22:14:10.939 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:14:10 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-10T22:14:10.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:14:10 smithi002 systemd[1]: Stopped Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:14:10.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:14:10 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-10T22:14:10.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:14:10 smithi002 systemd[1]: ceph-39a53b6c-c861-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-10T22:14:10.940 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Feb 10 22:14:10 smithi002 systemd[1]: Failed to start Ceph mgr.a for 39a53b6c-c861-11ee-95b9-87774f69a715. 2024-02-10T22:14:33.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:14:33 smithi002 bash[21360]: cluster 2024-02-10T22:14:33.118814+0000 mon.a (mon.0) 116 : cluster 1 Manager daemon a is unresponsive. No standby daemons available. 2024-02-10T22:14:33.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:14:33 smithi002 bash[21360]: cluster 2024-02-10T22:14:33.126061+0000 mon.a (mon.0) 117 : cluster 0 osdmap e7: 0 total, 0 up, 0 in 2024-02-10T22:14:33.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Feb 10 22:14:33 smithi002 bash[21360]: cluster 2024-02-10T22:14:33.126364+0000 mon.a (mon.0) 118 : cluster 0 mgrmap e16: no daemons active (since 0.00754145s) 2024-02-11T09:59:05.591 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T09:59:05.620 DEBUG:teuthology.task.console_log:Killing console logger for smithi002 2024-02-11T09:59:05.620 DEBUG:teuthology.task.console_log:Killing console logger for smithi137 2024-02-11T09:59:05.621 DEBUG:teuthology.task.console_log:Killing console logger for smithi204 2024-02-11T09:59:05.621 DEBUG:teuthology.exit:Finished running handlers