2024-02-11T08:19:46.266 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T08:19:46.266 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556006 --verbose -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556006/orig.config.yaml 2024-02-11T08:19:46.297 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T08:19:46.370 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/7556006 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7556006' 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: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) 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 - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 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: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMFjfWVX2CtMdW36gFzbLt7/zW+8sO2XX9Kd29SjLwDn566fWI4kzsnXfr3PqsDNUaesl6yPan3ucJtFUjT/DYM= smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIA/Hg5UT+kLBa6qLVCv60gChNNGWYxUvwrl8Bs7ewq+f5mldODuKRf8LQzLm0AQKEiF/S+nt8UWQHarmOLqJJg= smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwjzRffR0kaSg/bDfaMRF089Wc6Y7ShL+l/P9bux0dWjcv3qLALNHPoKbF6u1v8Yi2qvQPZHsAxR4EL7teMD2A= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-10_17:31:55 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-11T08:19:46.370 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa; will attempt to use it 2024-02-11T08:19:46.371 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa/tasks 2024-02-11T08:19:46.371 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T08:19:46.373 INFO:teuthology.task.internal:Checking packages... 2024-02-11T08:19:46.401 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '14aa01b918f09661ae41e4c41d1de99d6ac08228' 2024-02-11T08:19:46.402 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T08:19:46.402 INFO:teuthology.packaging:ref: None 2024-02-11T08:19:46.402 INFO:teuthology.packaging:tag: None 2024-02-11T08:19:46.402 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-02-09-1422 2024-02-11T08:19:46.402 INFO:teuthology.packaging:sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:19:46.403 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri6-testing-2024-02-09-1422 2024-02-11T08:19:46.617 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:19:46.619 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T08:19:46.625 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T08:19:46.625 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T08:19:46.663 INFO:teuthology.task.internal:Saving configuration 2024-02-11T08:19:46.676 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T08:19:46.681 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T08:19:46.699 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556006', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 08:14:13.695260', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGHEuwsSdr+gMvdRESzUdAi6x5iDTA0zDNzGx4TrvEld'} 2024-02-11T08:19:46.722 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556006', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 08:14:13.697283', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBODjfmzvnisgyaw3tJvgu6ELAsb++BM8EmOu2iZgTE4'} 2024-02-11T08:19:46.745 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556006', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 08:14:13.698799', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILD2FLwzlxmv6G1Xvz37fez9fMj6dAcCGUq5Ls5PXnGB'} 2024-02-11T08:19:46.746 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T08:19:46.753 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-11T08:19:46.753 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-11T08:19:46.753 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-02-11T08:19:46.754 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T08:19:46.862 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd6e16baf70>, signals=[15]) 2024-02-11T08:19:46.863 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T08:19:46.869 INFO:teuthology.task.internal:Opening connections... 2024-02-11T08:19:46.869 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2024-02-11T08:19:46.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:19:46.958 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2024-02-11T08:19:46.959 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:19:47.036 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-02-11T08:19:47.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:19:47.117 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T08:19:47.122 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2024-02-11T08:19:47.128 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2024-02-11T08:19:47.128 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2024-02-11T08:19:47.176 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-11T08:19:47.176 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="Ubuntu" 2024-02-11T08:19:47.176 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="22.04" 2024-02-11T08:19:47.176 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-11T08:19:47.176 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_CODENAME=jammy 2024-02-11T08:19:47.176 INFO:teuthology.orchestra.run.smithi001.stdout:ID=ubuntu 2024-02-11T08:19:47.177 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE=debian 2024-02-11T08:19:47.177 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T08:19:47.177 INFO:teuthology.orchestra.run.smithi001.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T08:19:47.177 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T08:19:47.177 INFO:teuthology.orchestra.run.smithi001.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T08:19:47.177 INFO:teuthology.orchestra.run.smithi001.stdout:UBUNTU_CODENAME=jammy 2024-02-11T08:19:47.178 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2024-02-11T08:19:47.198 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2024-02-11T08:19:47.205 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2024-02-11T08:19:47.205 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="Ubuntu" 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="22.04" 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_CODENAME=jammy 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:ID=ubuntu 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE=debian 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T08:19:47.253 INFO:teuthology.orchestra.run.smithi059.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T08:19:47.254 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T08:19:47.254 INFO:teuthology.orchestra.run.smithi059.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T08:19:47.254 INFO:teuthology.orchestra.run.smithi059.stdout:UBUNTU_CODENAME=jammy 2024-02-11T08:19:47.254 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2024-02-11T08:19:47.273 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-02-11T08:19:47.279 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-02-11T08:19:47.279 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="Ubuntu" 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="22.04" 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_CODENAME=jammy 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:ID=ubuntu 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE=debian 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T08:19:47.326 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T08:19:47.327 INFO:teuthology.orchestra.run.smithi097.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T08:19:47.327 INFO:teuthology.orchestra.run.smithi097.stdout:UBUNTU_CODENAME=jammy 2024-02-11T08:19:47.327 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-02-11T08:19:47.349 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T08:19:47.358 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T08:19:47.380 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T08:19:47.380 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:19:47.383 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:19:47.385 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:19:47.390 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T08:19:47.405 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T08:19:47.405 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:19:47.429 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:19:47.431 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:19:47.445 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T08:19:47.522 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T08:19:47.537 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T08:19:47.537 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-11T08:19:47.538 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:19:47.538 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:19:47.538 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:19:47.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:19:47.543 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-02-11T08:19:47.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:19:47.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:19:47.545 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-02-11T08:19:47.545 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-02-11T08:19:47.592 INFO:teuthology.orchestra.run.smithi001.stdout:5.15.0-56-generic 2024-02-11T08:19:47.592 INFO:teuthology.task.kernel:Running kernel on smithi001: 5.15.0-56-generic 2024-02-11T08:19:47.592 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get clean 2024-02-11T08:19:47.594 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-56-generic 2024-02-11T08:19:47.594 INFO:teuthology.orchestra.run.smithi059.stdout:5.15.0-56-generic 2024-02-11T08:19:47.594 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.15.0-56-generic 2024-02-11T08:19:47.595 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-02-11T08:19:47.595 INFO:teuthology.task.kernel:Running kernel on smithi059: 5.15.0-56-generic 2024-02-11T08:19:47.595 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get clean 2024-02-11T08:19:47.716 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2024-02-11T08:19:47.717 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-02-11T08:19:47.732 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-02-11T08:19:47.849 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:19:47.857 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-11T08:19:47.857 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-11T08:19:47.858 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:19:47.871 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-11T08:19:47.872 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:19:47.872 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-11T08:19:47.874 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-11T08:19:47.941 INFO:teuthology.orchestra.run.smithi059.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-11T08:19:47.947 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-11T08:19:47.964 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-11T08:19:47.964 INFO:teuthology.orchestra.run.smithi001.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-11T08:19:48.089 INFO:teuthology.orchestra.run.smithi059.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-11T08:19:48.107 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-11T08:19:48.107 INFO:teuthology.orchestra.run.smithi001.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-11T08:19:48.168 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-11T08:19:48.176 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-11T08:19:48.190 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-11T08:19:48.198 INFO:teuthology.orchestra.run.smithi059.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-11T08:19:48.204 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-11T08:19:48.207 INFO:teuthology.orchestra.run.smithi059.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-11T08:19:48.207 INFO:teuthology.orchestra.run.smithi059.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-11T08:19:48.208 INFO:teuthology.orchestra.run.smithi059.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-11T08:19:48.215 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-11T08:19:48.228 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-11T08:19:48.235 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-11T08:19:48.236 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-11T08:19:48.243 INFO:teuthology.orchestra.run.smithi059.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-11T08:19:48.243 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-11T08:19:48.247 INFO:teuthology.orchestra.run.smithi059.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:19:48.247 INFO:teuthology.orchestra.run.smithi059.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-11T08:19:48.249 INFO:teuthology.orchestra.run.smithi097.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-11T08:19:48.249 INFO:teuthology.orchestra.run.smithi097.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-11T08:19:48.266 INFO:teuthology.orchestra.run.smithi059.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-11T08:19:48.269 INFO:teuthology.orchestra.run.smithi059.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-11T08:19:48.272 INFO:teuthology.orchestra.run.smithi001.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-11T08:19:48.272 INFO:teuthology.orchestra.run.smithi001.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-11T08:19:48.278 INFO:teuthology.orchestra.run.smithi001.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:19:48.278 INFO:teuthology.orchestra.run.smithi001.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-11T08:19:48.289 INFO:teuthology.orchestra.run.smithi059.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-11T08:19:48.291 INFO:teuthology.orchestra.run.smithi059.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-11T08:19:48.295 INFO:teuthology.orchestra.run.smithi001.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,043 kB] 2024-02-11T08:19:48.300 INFO:teuthology.orchestra.run.smithi059.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-11T08:19:48.301 INFO:teuthology.orchestra.run.smithi059.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-11T08:19:48.303 INFO:teuthology.orchestra.run.smithi097.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-11T08:19:48.304 INFO:teuthology.orchestra.run.smithi097.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-11T08:19:48.306 INFO:teuthology.orchestra.run.smithi097.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:19:48.306 INFO:teuthology.orchestra.run.smithi097.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-11T08:19:48.315 INFO:teuthology.orchestra.run.smithi001.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-11T08:19:48.323 INFO:teuthology.orchestra.run.smithi001.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-11T08:19:48.323 INFO:teuthology.orchestra.run.smithi097.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-11T08:19:48.324 INFO:teuthology.orchestra.run.smithi001.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-11T08:19:48.325 INFO:teuthology.orchestra.run.smithi001.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-11T08:19:48.325 INFO:teuthology.orchestra.run.smithi001.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-11T08:19:48.326 INFO:teuthology.orchestra.run.smithi001.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-11T08:19:48.326 INFO:teuthology.orchestra.run.smithi001.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-11T08:19:48.327 INFO:teuthology.orchestra.run.smithi001.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-11T08:19:48.332 INFO:teuthology.orchestra.run.smithi059.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-11T08:19:48.335 INFO:teuthology.orchestra.run.smithi059.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-11T08:19:48.335 INFO:teuthology.orchestra.run.smithi059.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-11T08:19:48.338 INFO:teuthology.orchestra.run.smithi097.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-11T08:19:48.339 INFO:teuthology.orchestra.run.smithi097.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-11T08:19:48.348 INFO:teuthology.orchestra.run.smithi059.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-11T08:19:48.349 INFO:teuthology.orchestra.run.smithi001.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-11T08:19:48.350 INFO:teuthology.orchestra.run.smithi059.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-11T08:19:48.350 INFO:teuthology.orchestra.run.smithi001.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-11T08:19:48.350 INFO:teuthology.orchestra.run.smithi001.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-11T08:19:48.350 INFO:teuthology.orchestra.run.smithi001.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-11T08:19:48.351 INFO:teuthology.orchestra.run.smithi001.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-11T08:19:48.351 INFO:teuthology.orchestra.run.smithi059.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-11T08:19:48.351 INFO:teuthology.orchestra.run.smithi001.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-11T08:19:48.355 INFO:teuthology.orchestra.run.smithi097.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-11T08:19:48.356 INFO:teuthology.orchestra.run.smithi097.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-11T08:19:48.356 INFO:teuthology.orchestra.run.smithi097.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-11T08:19:48.357 INFO:teuthology.orchestra.run.smithi097.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-11T08:19:48.357 INFO:teuthology.orchestra.run.smithi097.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-11T08:19:48.364 INFO:teuthology.orchestra.run.smithi097.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-11T08:19:48.368 INFO:teuthology.orchestra.run.smithi097.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-11T08:19:48.368 INFO:teuthology.orchestra.run.smithi097.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-11T08:19:48.380 INFO:teuthology.orchestra.run.smithi059.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-11T08:19:48.384 INFO:teuthology.orchestra.run.smithi059.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:19:48.385 INFO:teuthology.orchestra.run.smithi059.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,043 kB] 2024-02-11T08:19:48.399 INFO:teuthology.orchestra.run.smithi059.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-11T08:19:48.404 INFO:teuthology.orchestra.run.smithi001.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-11T08:19:48.406 INFO:teuthology.orchestra.run.smithi097.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-11T08:19:48.407 INFO:teuthology.orchestra.run.smithi097.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-11T08:19:48.407 INFO:teuthology.orchestra.run.smithi059.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-11T08:19:48.410 INFO:teuthology.orchestra.run.smithi059.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-11T08:19:48.411 INFO:teuthology.orchestra.run.smithi059.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-11T08:19:48.412 INFO:teuthology.orchestra.run.smithi059.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-11T08:19:48.412 INFO:teuthology.orchestra.run.smithi059.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-11T08:19:48.412 INFO:teuthology.orchestra.run.smithi059.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-11T08:19:48.432 INFO:teuthology.orchestra.run.smithi059.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-11T08:19:48.433 INFO:teuthology.orchestra.run.smithi059.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-11T08:19:48.434 INFO:teuthology.orchestra.run.smithi097.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:19:48.434 INFO:teuthology.orchestra.run.smithi097.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-11T08:19:48.434 INFO:teuthology.orchestra.run.smithi059.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-11T08:19:48.434 INFO:teuthology.orchestra.run.smithi059.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-11T08:19:48.434 INFO:teuthology.orchestra.run.smithi059.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-11T08:19:48.435 INFO:teuthology.orchestra.run.smithi059.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-11T08:19:48.446 INFO:teuthology.orchestra.run.smithi097.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,043 kB] 2024-02-11T08:19:48.453 INFO:teuthology.orchestra.run.smithi059.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-11T08:19:48.454 INFO:teuthology.orchestra.run.smithi059.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-11T08:19:48.462 INFO:teuthology.orchestra.run.smithi097.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-11T08:19:48.465 INFO:teuthology.orchestra.run.smithi097.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-11T08:19:48.466 INFO:teuthology.orchestra.run.smithi097.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-11T08:19:48.466 INFO:teuthology.orchestra.run.smithi097.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-11T08:19:48.467 INFO:teuthology.orchestra.run.smithi097.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-11T08:19:48.467 INFO:teuthology.orchestra.run.smithi097.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-11T08:19:48.468 INFO:teuthology.orchestra.run.smithi097.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-11T08:19:48.468 INFO:teuthology.orchestra.run.smithi097.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-11T08:19:48.480 INFO:teuthology.orchestra.run.smithi097.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-11T08:19:48.500 INFO:teuthology.orchestra.run.smithi097.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-11T08:19:48.501 INFO:teuthology.orchestra.run.smithi097.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-11T08:19:48.501 INFO:teuthology.orchestra.run.smithi097.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-11T08:19:48.501 INFO:teuthology.orchestra.run.smithi097.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-11T08:19:48.502 INFO:teuthology.orchestra.run.smithi097.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-11T08:19:48.793 INFO:teuthology.orchestra.run.smithi001.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-11T08:19:48.812 INFO:teuthology.orchestra.run.smithi001.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-11T08:19:48.822 INFO:teuthology.orchestra.run.smithi001.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-11T08:19:48.823 INFO:teuthology.orchestra.run.smithi001.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-11T08:19:48.824 INFO:teuthology.orchestra.run.smithi001.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-11T08:19:48.912 INFO:teuthology.orchestra.run.smithi001.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-11T08:19:48.923 INFO:teuthology.orchestra.run.smithi001.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:19:48.923 INFO:teuthology.orchestra.run.smithi001.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-11T08:19:48.948 INFO:teuthology.orchestra.run.smithi001.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-11T08:19:49.135 INFO:teuthology.orchestra.run.smithi001.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-11T08:19:49.532 INFO:teuthology.orchestra.run.smithi001.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-11T08:19:49.539 INFO:teuthology.orchestra.run.smithi001.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-11T08:19:49.539 INFO:teuthology.orchestra.run.smithi001.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-11T08:19:49.554 INFO:teuthology.orchestra.run.smithi001.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-11T08:19:49.556 INFO:teuthology.orchestra.run.smithi001.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-11T08:19:53.665 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 11.5 MB in 2s (7,022 kB/s) 2024-02-11T08:19:53.964 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 11.5 MB in 2s (6,584 kB/s) 2024-02-11T08:19:54.117 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 11.5 MB in 2s (6,469 kB/s) 2024-02-11T08:19:55.045 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-02-11T08:19:55.064 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:19:55.117 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-02-11T08:19:55.231 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-02-11T08:19:55.247 DEBUG:teuthology.orchestra.run.smithi059:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:19:55.287 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-02-11T08:19:55.288 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-02-11T08:19:55.309 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-02-11T08:19:55.434 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:19:55.434 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:19:55.435 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:19:55.435 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:19:55.435 INFO:teuthology.orchestra.run.smithi097.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-11T08:19:55.435 INFO:teuthology.orchestra.run.smithi097.stdout: python2.7-minimal 2024-02-11T08:19:55.435 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:19:55.436 INFO:teuthology.orchestra.run.smithi097.stdout:The following additional packages will be installed: 2024-02-11T08:19:55.436 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:19:55.436 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-11T08:19:55.437 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T08:19:55.438 INFO:teuthology.orchestra.run.smithi097.stdout:Suggested packages: 2024-02-11T08:19:55.438 INFO:teuthology.orchestra.run.smithi097.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-11T08:19:55.438 INFO:teuthology.orchestra.run.smithi097.stdout:Recommended packages: 2024-02-11T08:19:55.438 INFO:teuthology.orchestra.run.smithi097.stdout: thermald 2024-02-11T08:19:55.483 INFO:teuthology.orchestra.run.smithi097.stdout:The following NEW packages will be installed: 2024-02-11T08:19:55.483 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:19:55.483 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T08:19:55.484 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-11T08:19:55.485 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages will be upgraded: 2024-02-11T08:19:55.485 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T08:19:55.504 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-02-11T08:19:55.504 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-02-11T08:19:55.664 INFO:teuthology.orchestra.run.smithi097.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:19:55.664 INFO:teuthology.orchestra.run.smithi097.stdout:Need to get 113 MB of archives. 2024-02-11T08:19:55.664 INFO:teuthology.orchestra.run.smithi097.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-11T08:19:55.664 INFO:teuthology.orchestra.run.smithi097.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-11T08:19:55.677 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:19:55.677 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:19:55.677 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:19:55.677 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:19:55.678 INFO:teuthology.orchestra.run.smithi059.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-11T08:19:55.678 INFO:teuthology.orchestra.run.smithi059.stdout: python2.7-minimal 2024-02-11T08:19:55.678 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:19:55.679 INFO:teuthology.orchestra.run.smithi059.stdout:The following additional packages will be installed: 2024-02-11T08:19:55.679 INFO:teuthology.orchestra.run.smithi059.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:19:55.679 INFO:teuthology.orchestra.run.smithi059.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-11T08:19:55.680 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T08:19:55.681 INFO:teuthology.orchestra.run.smithi059.stdout:Suggested packages: 2024-02-11T08:19:55.681 INFO:teuthology.orchestra.run.smithi059.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-11T08:19:55.681 INFO:teuthology.orchestra.run.smithi059.stdout:Recommended packages: 2024-02-11T08:19:55.681 INFO:teuthology.orchestra.run.smithi059.stdout: thermald 2024-02-11T08:19:55.725 INFO:teuthology.orchestra.run.smithi059.stdout:The following NEW packages will be installed: 2024-02-11T08:19:55.725 INFO:teuthology.orchestra.run.smithi059.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:19:55.725 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T08:19:55.725 INFO:teuthology.orchestra.run.smithi059.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-11T08:19:55.727 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages will be upgraded: 2024-02-11T08:19:55.727 INFO:teuthology.orchestra.run.smithi059.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T08:19:55.762 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-02-11T08:19:55.779 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:19:55.836 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-02-11T08:19:55.907 INFO:teuthology.orchestra.run.smithi059.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:19:55.907 INFO:teuthology.orchestra.run.smithi059.stdout:Need to get 113 MB of archives. 2024-02-11T08:19:55.907 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-11T08:19:55.907 INFO:teuthology.orchestra.run.smithi059.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-11T08:19:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-02-11T08:19:56.032 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-02-11T08:19:56.205 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:19:56.205 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:19:56.205 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:19:56.206 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:19:56.206 INFO:teuthology.orchestra.run.smithi001.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-11T08:19:56.206 INFO:teuthology.orchestra.run.smithi001.stdout: python2.7-minimal 2024-02-11T08:19:56.206 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:19:56.207 INFO:teuthology.orchestra.run.smithi001.stdout:The following additional packages will be installed: 2024-02-11T08:19:56.207 INFO:teuthology.orchestra.run.smithi001.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:19:56.207 INFO:teuthology.orchestra.run.smithi001.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-11T08:19:56.207 INFO:teuthology.orchestra.run.smithi001.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T08:19:56.209 INFO:teuthology.orchestra.run.smithi001.stdout:Suggested packages: 2024-02-11T08:19:56.209 INFO:teuthology.orchestra.run.smithi001.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-11T08:19:56.209 INFO:teuthology.orchestra.run.smithi001.stdout:Recommended packages: 2024-02-11T08:19:56.209 INFO:teuthology.orchestra.run.smithi001.stdout: thermald 2024-02-11T08:19:56.259 INFO:teuthology.orchestra.run.smithi001.stdout:The following NEW packages will be installed: 2024-02-11T08:19:56.260 INFO:teuthology.orchestra.run.smithi001.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:19:56.260 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T08:19:56.260 INFO:teuthology.orchestra.run.smithi001.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-11T08:19:56.261 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages will be upgraded: 2024-02-11T08:19:56.262 INFO:teuthology.orchestra.run.smithi001.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T08:19:56.442 INFO:teuthology.orchestra.run.smithi001.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:19:56.442 INFO:teuthology.orchestra.run.smithi001.stdout:Need to get 113 MB of archives. 2024-02-11T08:19:56.442 INFO:teuthology.orchestra.run.smithi001.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-11T08:19:56.442 INFO:teuthology.orchestra.run.smithi001.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-11T08:19:57.064 INFO:teuthology.orchestra.run.smithi097.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-11T08:19:57.304 INFO:teuthology.orchestra.run.smithi059.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-11T08:19:57.416 INFO:teuthology.orchestra.run.smithi097.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-11T08:19:57.661 INFO:teuthology.orchestra.run.smithi059.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-11T08:19:57.862 INFO:teuthology.orchestra.run.smithi001.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-11T08:19:58.220 INFO:teuthology.orchestra.run.smithi001.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-11T08:19:59.627 INFO:teuthology.orchestra.run.smithi097.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-11T08:19:59.718 INFO:teuthology.orchestra.run.smithi097.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-11T08:19:59.718 INFO:teuthology.orchestra.run.smithi097.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-11T08:19:59.892 INFO:teuthology.orchestra.run.smithi059.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-11T08:19:59.893 INFO:teuthology.orchestra.run.smithi059.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-11T08:19:59.893 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:00.317 INFO:teuthology.orchestra.run.smithi097.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-11T08:20:00.379 INFO:teuthology.orchestra.run.smithi097.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-11T08:20:00.451 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:00.452 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:00.452 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:00.617 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:00.678 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:00.766 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 113 MB in 5s (23.2 MB/s) 2024-02-11T08:20:00.878 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:00.948 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T08:20:00.960 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:01.123 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 113 MB in 5s (22.9 MB/s) 2024-02-11T08:20:01.305 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T08:20:01.348 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 113 MB in 5s (24.1 MB/s) 2024-02-11T08:20:01.533 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T08:20:02.925 INFO:teuthology.orchestra.run.smithi097.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-11T08:20:02.929 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:03.037 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:03.264 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:03.268 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:03.335 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:03.469 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:03.473 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:03.547 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:05.480 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T08:20:05.501 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:05.594 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:05.852 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T08:20:05.872 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T08:20:05.874 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:05.894 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:05.969 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:05.984 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:06.100 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T08:20:06.121 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:06.159 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:06.425 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T08:20:06.446 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:06.483 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:06.538 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T08:20:06.559 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:06.599 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:12.116 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:12.218 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:12.543 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:12.672 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:12.818 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:12.880 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:12.937 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:12.958 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-11T08:20:12.969 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-11T08:20:12.997 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:13.008 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:20:13.287 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:13.289 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:13.392 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:13.433 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:13.712 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-11T08:20:13.727 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-11T08:20:13.735 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-11T08:20:13.757 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-11T08:20:13.770 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:20:13.794 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:20:18.865 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-11T08:20:18.902 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:18.939 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:19.035 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-11T08:20:19.072 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:19.110 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:19.751 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-11T08:20:19.789 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:20:19.851 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:21.608 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:21.733 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:22.052 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:20:22.180 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:22.297 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-11T08:20:22.390 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:22.424 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:22.486 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:22.630 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:20:22.730 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:20:22.802 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:20:22.898 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:23.024 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-11T08:20:23.071 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:20:23.152 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:23.202 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:23.344 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-11T08:20:23.978 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:24.122 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:24.622 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:25.366 INFO:teuthology.orchestra.run.smithi001.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:25.366 INFO:teuthology.orchestra.run.smithi001.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:25.366 INFO:teuthology.orchestra.run.smithi001.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:25.366 INFO:teuthology.orchestra.run.smithi001.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:25.504 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:25.517 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:26.027 INFO:teuthology.orchestra.run.smithi059.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:26.027 INFO:teuthology.orchestra.run.smithi059.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:26.027 INFO:teuthology.orchestra.run.smithi059.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:26.027 INFO:teuthology.orchestra.run.smithi059.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:26.147 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:26.873 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:26.874 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:26.874 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:26.874 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:26.922 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-11T08:20:27.027 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:27.048 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-11T08:20:27.174 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:27.241 INFO:teuthology.orchestra.run.smithi001.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T08:20:27.241 INFO:teuthology.orchestra.run.smithi001.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:27.607 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-11T08:20:27.708 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-11T08:20:27.817 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:27.885 INFO:teuthology.orchestra.run.smithi059.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T08:20:27.885 INFO:teuthology.orchestra.run.smithi059.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:28.404 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-11T08:20:28.530 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-11T08:20:28.681 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:20:28.748 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T08:20:28.749 INFO:teuthology.orchestra.run.smithi097.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:41.563 INFO:teuthology.orchestra.run.smithi001.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T08:20:41.563 INFO:teuthology.orchestra.run.smithi001.stdout:Sourcing file `/etc/default/grub' 2024-02-11T08:20:41.573 INFO:teuthology.orchestra.run.smithi001.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:20:41.596 INFO:teuthology.orchestra.run.smithi001.stdout:Generating grub configuration file ... 2024-02-11T08:20:41.867 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:41.882 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:42.169 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:42.175 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:42.254 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:20:42.260 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:20:42.361 INFO:teuthology.orchestra.run.smithi059.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T08:20:42.361 INFO:teuthology.orchestra.run.smithi059.stdout:Sourcing file `/etc/default/grub' 2024-02-11T08:20:42.371 INFO:teuthology.orchestra.run.smithi059.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:20:42.399 INFO:teuthology.orchestra.run.smithi059.stdout:Generating grub configuration file ... 2024-02-11T08:20:42.424 INFO:teuthology.orchestra.run.smithi001.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:20:42.424 INFO:teuthology.orchestra.run.smithi001.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:20:42.424 INFO:teuthology.orchestra.run.smithi001.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:20:42.465 INFO:teuthology.orchestra.run.smithi001.stdout:done 2024-02-11T08:20:42.655 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:42.678 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:42.946 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:42.952 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:42.963 DEBUG:teuthology.orchestra.run.smithi001:> dpkg -s linux-image-generic 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Package: linux-image-generic 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Status: install ok installed 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Priority: optional 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Section: kernel 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Installed-Size: 21 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: amd64 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Source: linux-meta 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.stdout:Version: 5.15.0.94.91 2024-02-11T08:20:42.983 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:42.984 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:42.984 INFO:teuthology.orchestra.run.smithi001.stdout:Recommends: thermald 2024-02-11T08:20:42.984 INFO:teuthology.orchestra.run.smithi001.stdout:Description: Generic Linux kernel image 2024-02-11T08:20:42.984 INFO:teuthology.orchestra.run.smithi001.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:20:42.984 INFO:teuthology.orchestra.run.smithi001.stdout: available. 2024-02-11T08:20:42.984 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-11T08:20:42.984 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:20:42.984 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:20:42.985 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T08:20:42.985 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi001.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:20:42.985 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get clean 2024-02-11T08:20:42.992 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T08:20:42.992 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub' 2024-02-11T08:20:43.007 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:20:43.024 INFO:teuthology.orchestra.run.smithi059.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:20:43.030 INFO:teuthology.orchestra.run.smithi097.stdout:Generating grub configuration file ... 2024-02-11T08:20:43.031 INFO:teuthology.orchestra.run.smithi059.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:20:43.172 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-02-11T08:20:43.206 INFO:teuthology.orchestra.run.smithi059.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:20:43.206 INFO:teuthology.orchestra.run.smithi059.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:20:43.206 INFO:teuthology.orchestra.run.smithi059.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:20:43.251 INFO:teuthology.orchestra.run.smithi059.stdout:done 2024-02-11T08:20:43.294 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:20:43.306 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:20:43.327 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:20:43.363 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:43.365 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:20:43.377 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:43.661 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:43.667 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:43.700 DEBUG:teuthology.orchestra.run.smithi059:> dpkg -s linux-image-generic 2024-02-11T08:20:43.731 INFO:teuthology.orchestra.run.smithi059.stdout:Package: linux-image-generic 2024-02-11T08:20:43.731 INFO:teuthology.orchestra.run.smithi059.stdout:Status: install ok installed 2024-02-11T08:20:43.731 INFO:teuthology.orchestra.run.smithi059.stdout:Priority: optional 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Section: kernel 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Installed-Size: 21 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: amd64 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Source: linux-meta 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Version: 5.15.0.94.91 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Recommends: thermald 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout:Description: Generic Linux kernel image 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:20:43.732 INFO:teuthology.orchestra.run.smithi059.stdout: available. 2024-02-11T08:20:43.733 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-11T08:20:43.733 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:20:43.733 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:20:43.733 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T08:20:43.733 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:20:43.733 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get clean 2024-02-11T08:20:43.736 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:20:43.742 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:20:43.910 INFO:teuthology.orchestra.run.smithi097.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:20:43.910 INFO:teuthology.orchestra.run.smithi097.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:20:43.910 INFO:teuthology.orchestra.run.smithi097.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:20:43.958 INFO:teuthology.orchestra.run.smithi097.stdout:done 2024-02-11T08:20:43.995 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2024-02-11T08:20:44.129 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:20:44.130 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:20:44.130 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:20:44.146 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:20:44.369 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-02-11T08:20:44.389 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-02-11T08:20:44.389 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-02-11T08:20:44.389 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-02-11T08:20:44.389 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-02-11T08:20:44.389 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-02-11T08:20:44.389 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-02-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-02-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.94.91 2024-02-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.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-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.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-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-02-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-02-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:20:44.390 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-02-11T08:20:44.390 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-11T08:20:44.390 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:20:44.390 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:20:44.391 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-11T08:20:44.391 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:20:44.391 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-02-11T08:20:44.568 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-02-11T08:20:44.657 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-02-11T08:20:44.674 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:20:44.686 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:20:44.728 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-02-11T08:20:44.800 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:20:44.882 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:20:44.902 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-02-11T08:20:44.902 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-02-11T08:20:44.962 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:20:45.058 INFO:teuthology.orchestra.run.smithi001.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-11T08:20:45.058 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:20:45.059 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:20:45.059 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:20:45.059 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:20:45.059 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:20:45.059 INFO:teuthology.orchestra.run.smithi001.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:20:45.059 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:20:45.099 INFO:teuthology.orchestra.run.smithi001.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:20:45.101 DEBUG:teuthology.orchestra.run.smithi001:> dpkg -s linux-image-generic 2024-02-11T08:20:45.162 INFO:teuthology.orchestra.run.smithi001.stdout:Package: linux-image-generic 2024-02-11T08:20:45.162 INFO:teuthology.orchestra.run.smithi001.stdout:Status: install ok installed 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Priority: optional 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Section: kernel 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Installed-Size: 21 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: amd64 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Source: linux-meta 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Version: 5.15.0.94.91 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.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-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Recommends: thermald 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout:Description: Generic Linux kernel image 2024-02-11T08:20:45.163 INFO:teuthology.orchestra.run.smithi001.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:20:45.164 INFO:teuthology.orchestra.run.smithi001.stdout: available. 2024-02-11T08:20:45.164 DEBUG:teuthology.orchestra.run.smithi001:> mktemp 2024-02-11T08:20:45.211 INFO:teuthology.orchestra.run.smithi001.stdout:/tmp/tmp.oqT0aUIQqK 2024-02-11T08:20:45.211 DEBUG:teuthology.orchestra.run.smithi001:> sudo cp /boot/grub/grub.cfg /tmp/tmp.oqT0aUIQqK 2024-02-11T08:20:45.282 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0666 /tmp/tmp.oqT0aUIQqK 2024-02-11T08:20:45.390 DEBUG:teuthology.orchestra.remote:smithi001:/tmp/tmp.oqT0aUIQqK is 10KB 2024-02-11T08:20:45.403 DEBUG:teuthology.orchestra.run.smithi001:> rm -fr /tmp/tmp.oqT0aUIQqK 2024-02-11T08:20:45.408 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T08:20:45.467 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:20:45.467 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T08:20:45.467 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T08:20:45.470 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-02-11T08:20:45.488 DEBUG:teuthology.orchestra.run.smithi059:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:20:45.535 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T08:20:45.535 DEBUG:teuthology.orchestra.run.smithi001:> sudo update-grub 2024-02-11T08:20:45.551 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-02-11T08:20:45.743 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-02-11T08:20:45.743 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-02-11T08:20:45.919 INFO:teuthology.orchestra.run.smithi059.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-11T08:20:45.920 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:20:45.920 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:20:45.920 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:20:45.920 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:20:45.920 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:20:45.920 INFO:teuthology.orchestra.run.smithi059.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:20:45.921 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:20:45.962 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:20:45.965 DEBUG:teuthology.orchestra.run.smithi059:> dpkg -s linux-image-generic 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Package: linux-image-generic 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Status: install ok installed 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Priority: optional 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Section: kernel 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Installed-Size: 21 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: amd64 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Source: linux-meta 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Version: 5.15.0.94.91 2024-02-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.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-11T08:20:45.982 INFO:teuthology.orchestra.run.smithi059.stdout:Recommends: thermald 2024-02-11T08:20:45.983 INFO:teuthology.orchestra.run.smithi059.stdout:Description: Generic Linux kernel image 2024-02-11T08:20:45.983 INFO:teuthology.orchestra.run.smithi059.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:20:45.983 INFO:teuthology.orchestra.run.smithi059.stdout: available. 2024-02-11T08:20:45.983 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2024-02-11T08:20:46.032 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.OIgy6FlqHo 2024-02-11T08:20:46.033 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OIgy6FlqHo 2024-02-11T08:20:46.034 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-02-11T08:20:46.052 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:20:46.092 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.OIgy6FlqHo 2024-02-11T08:20:46.102 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-02-11T08:20:46.216 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.OIgy6FlqHo is 10KB 2024-02-11T08:20:46.229 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.OIgy6FlqHo 2024-02-11T08:20:46.235 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T08:20:46.289 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-11T08:20:46.289 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T08:20:46.289 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T08:20:46.292 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-02-11T08:20:46.293 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-02-11T08:20:46.357 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T08:20:46.357 DEBUG:teuthology.orchestra.run.smithi059:> sudo update-grub 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:20:46.444 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:20:46.482 INFO:teuthology.orchestra.run.smithi097.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:20:46.484 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-02-11T08:20:46.539 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.94.91 2024-02-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.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-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.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-11T08:20:46.540 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-02-11T08:20:46.541 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-02-11T08:20:46.541 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:20:46.541 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-02-11T08:20:46.541 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2024-02-11T08:20:46.585 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.edCYLzpHeu 2024-02-11T08:20:46.586 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub/grub.cfg /tmp/tmp.edCYLzpHeu 2024-02-11T08:20:46.640 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.edCYLzpHeu 2024-02-11T08:20:46.645 INFO:teuthology.orchestra.run.smithi001.stderr:Sourcing file `/etc/default/grub' 2024-02-11T08:20:46.647 INFO:teuthology.orchestra.run.smithi001.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:20:46.648 INFO:teuthology.orchestra.run.smithi001.stderr:Generating grub configuration file ... 2024-02-11T08:20:46.754 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.edCYLzpHeu is 10KB 2024-02-11T08:20:46.768 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.edCYLzpHeu 2024-02-11T08:20:46.773 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T08:20:46.828 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-11T08:20:46.828 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T08:20:46.828 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T08:20:46.830 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:46.836 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:46.908 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T08:20:46.908 DEBUG:teuthology.orchestra.run.smithi097:> sudo update-grub 2024-02-11T08:20:47.073 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:47.078 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:47.119 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:20:47.124 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:20:47.245 INFO:teuthology.orchestra.run.smithi001.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:20:47.245 INFO:teuthology.orchestra.run.smithi001.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:20:47.246 INFO:teuthology.orchestra.run.smithi001.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:20:47.255 INFO:teuthology.orchestra.run.smithi001.stderr:done 2024-02-11T08:20:47.264 DEBUG:teuthology.orchestra.run.smithi001:> sudo shutdown -r now 2024-02-11T08:20:47.518 INFO:teuthology.orchestra.run.smithi059.stderr:Sourcing file `/etc/default/grub' 2024-02-11T08:20:47.518 INFO:teuthology.orchestra.run.smithi059.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:20:47.528 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2024-02-11T08:20:47.712 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:47.720 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:47.948 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:47.954 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:47.997 INFO:teuthology.orchestra.run.smithi059.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:20:48.002 INFO:teuthology.orchestra.run.smithi059.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:20:48.129 INFO:teuthology.orchestra.run.smithi059.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:20:48.130 INFO:teuthology.orchestra.run.smithi059.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:20:48.130 INFO:teuthology.orchestra.run.smithi059.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:20:48.143 INFO:teuthology.orchestra.run.smithi059.stderr:done 2024-02-11T08:20:48.152 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2024-02-11T08:20:48.167 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub' 2024-02-11T08:20:48.168 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:20:48.169 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2024-02-11T08:20:48.364 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:20:48.371 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:20:48.606 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:20:48.611 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:20:48.652 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:20:48.658 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:20:48.800 INFO:teuthology.orchestra.run.smithi097.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:20:48.800 INFO:teuthology.orchestra.run.smithi097.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:20:48.800 INFO:teuthology.orchestra.run.smithi097.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:20:48.825 INFO:teuthology.orchestra.run.smithi097.stderr:done 2024-02-11T08:20:48.833 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2024-02-11T08:21:17.292 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T08:21:17.293 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-11T08:21:17.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:21:18.155 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T08:21:18.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-11T08:21:18.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:21:18.837 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-11T08:21:18.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-11T08:21:18.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:21:35.677 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.1 2024-02-11T08:21:36.704 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2024-02-11T08:21:37.212 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-02-11T08:21:44.684 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-11T08:21:44.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:21:45.706 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-11T08:21:45.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:21:46.214 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-11T08:21:46.214 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:21:48.764 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2024-02-11T08:21:49.276 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-02-11T08:22:00.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-11T08:22:00.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:22:01.277 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-11T08:22:01.278 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:22:19.708 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-02-11T08:22:34.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-11T08:22:34.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:22:34.962 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-02-11T08:22:35.324 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.59 2024-02-11T08:22:35.473 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-11T08:22:35.473 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-94-generic"... 2024-02-11T08:22:35.473 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-02-11T08:22:35.518 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-94-generic 2024-02-11T08:22:35.519 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T08:22:35.519 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:22:35.519 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T08:22:36.519 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-11T08:22:36.520 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:22:36.882 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-02-11T08:22:36.904 DEBUG:teuthology.parallel:result is None 2024-02-11T08:22:44.688 DEBUG:teuthology.orchestra.remote:timed out 2024-02-11T08:22:50.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-11T08:22:50.326 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:22:50.520 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-02-11T08:22:51.213 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-11T08:22:51.213 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-11T08:22:51.213 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2024-02-11T08:22:51.259 INFO:teuthology.orchestra.run.smithi059.stdout:5.15.0-94-generic 2024-02-11T08:22:51.260 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T08:22:51.260 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:22:51.260 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T08:22:52.261 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T08:22:52.261 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:22:52.338 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2024-02-11T08:22:52.365 DEBUG:teuthology.parallel:result is None 2024-02-11T08:22:56.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-11T08:22:56.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:22:56.972 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-02-11T08:22:57.480 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-11T08:22:57.480 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-11T08:22:57.480 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-02-11T08:22:57.526 INFO:teuthology.orchestra.run.smithi001.stdout:5.15.0-94-generic 2024-02-11T08:22:57.526 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T08:22:57.526 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:22:57.526 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T08:22:58.527 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T08:22:58.527 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:22:58.589 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2024-02-11T08:22:58.603 DEBUG:teuthology.parallel:result is None 2024-02-11T08:22:58.603 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T08:22:58.610 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T08:22:58.611 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:22:58.613 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:22:58.615 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:22:58.622 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T08:22:58.659 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T08:22:58.698 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T08:22:58.699 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:22:58.701 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:22:58.704 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:22:58.718 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T08:22:58.732 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T08:22:58.732 DEBUG:teuthology.orchestra.run.smithi001:> 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-11T08:22:58.751 DEBUG:teuthology.orchestra.run.smithi059:> 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-11T08:22:58.756 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T08:22:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:22:58.774 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:22:58.781 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:22:58.781 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:22:58.790 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:22:58.791 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:22:58.792 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T08:22:58.799 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T08:22:58.799 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:22:58.819 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:22:58.836 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:22:58.850 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T08:22:58.859 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T08:22:58.859 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:22:58.875 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:22:58.892 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:22:58.898 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:22:58.926 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:22:58.974 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:22:58.975 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:22:59.032 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:22:59.038 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:22:59.088 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-11T08:22:59.088 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:22:59.152 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:22:59.157 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:22:59.207 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-11T08:22:59.207 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:22:59.269 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2024-02-11T08:22:59.273 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2024-02-11T08:22:59.276 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-02-11T08:22:59.339 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T08:22:59.348 INFO:teuthology.task.internal:Starting timer... 2024-02-11T08:22:59.348 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T08:22:59.386 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T08:22:59.419 DEBUG:teuthology.task.selinux:Excluding smithi001: OS 'ubuntu' does not support SELinux 2024-02-11T08:22:59.419 DEBUG:teuthology.task.selinux:Excluding smithi059: OS 'ubuntu' does not support SELinux 2024-02-11T08:22:59.419 DEBUG:teuthology.task.selinux:Excluding smithi097: OS 'ubuntu' does not support SELinux 2024-02-11T08:22:59.419 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T08:22:59.419 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-11T08:22:59.419 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T08:22:59.420 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T08:22:59.451 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T08:22:59.468 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-11T08:22:59.469 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi059.front.sepia.ceph.com,smithi097.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T08:30:05.281 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi059.front.sepia.ceph.com'), Remote(name='ubuntu@smithi097.front.sepia.ceph.com')] 2024-02-11T08:30:05.282 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-11T08:30:05.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:30:05.367 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-02-11T08:30:05.444 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-11T08:30:05.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-11T08:30:05.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:30:05.524 DEBUG:teuthology.orchestra.run.smithi059:> true 2024-02-11T08:30:05.604 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2024-02-11T08:30:05.604 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-11T08:30:05.605 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:30:05.689 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-02-11T08:30:05.772 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-02-11T08:30:05.773 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T08:30:05.784 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T08:30:05.784 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:30:05.785 DEBUG:teuthology.orchestra.run.smithi001:> 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-11T08:30:05.787 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:30:05.787 DEBUG:teuthology.orchestra.run.smithi059:> 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-11T08:30:05.789 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:30:05.789 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T08:30:05.815 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-11T08:30:05.815 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Command line: ntpd -gq 2024-02-11T08:30:05.815 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: ---------------------------------------------------- 2024-02-11T08:30:05.815 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: ntp-4 is maintained by Network Time Foundation, 2024-02-11T08:30:05.815 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-11T08:30:05.816 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: corporation. Support and training for ntp-4 are 2024-02-11T08:30:05.816 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: available at https://www.nwtime.org/support 2024-02-11T08:30:05.816 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: ---------------------------------------------------- 2024-02-11T08:30:05.818 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: proto: precision = 0.046 usec (-24) 2024-02-11T08:30:05.818 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: basedate set to 2022-02-04 2024-02-11T08:30:05.818 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: gps base set to 2022-02-06 (week 2196) 2024-02-11T08:30:05.818 INFO:teuthology.orchestra.run.smithi001.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Command line: ntpd -gq 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: ---------------------------------------------------- 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: ntp-4 is maintained by Network Time Foundation, 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: corporation. Support and training for ntp-4 are 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: available at https://www.nwtime.org/support 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: ---------------------------------------------------- 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: proto: precision = 0.062 usec (-24) 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: basedate set to 2022-02-04 2024-02-11T08:30:05.819 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: gps base set to 2022-02-06 (week 2196) 2024-02-11T08:30:05.820 INFO:teuthology.orchestra.run.smithi059.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:30:05.820 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:30:05.820 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:30:05.820 INFO:teuthology.orchestra.run.smithi001.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:30:05.821 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:30:05.821 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:30:05.821 INFO:teuthology.orchestra.run.smithi059.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:30:05.823 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T08:30:05.823 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T08:30:05.823 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T08:30:05.823 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Listen normally on 3 ens1f0 172.21.15.1:123 2024-02-11T08:30:05.823 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Listen normally on 4 lo [::1]:123 2024-02-11T08:30:05.823 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15e8%4]:123 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:05 ntpd[17022]: Listening on routing socket on fd #22 for interface updates 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Listen normally on 3 ens1f0 172.21.15.59:123 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Listen normally on 4 lo [::1]:123 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:192a%4]:123 2024-02-11T08:30:05.824 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:05 ntpd[17034]: Listening on routing socket on fd #22 for interface updates 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Command line: ntpd -gq 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: ---------------------------------------------------- 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: ntp-4 is maintained by Network Time Foundation, 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: corporation. Support and training for ntp-4 are 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: available at https://www.nwtime.org/support 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: ---------------------------------------------------- 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: proto: precision = 0.044 usec (-24) 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: basedate set to 2022-02-04 2024-02-11T08:30:05.844 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: gps base set to 2022-02-06 (week 2196) 2024-02-11T08:30:05.845 INFO:teuthology.orchestra.run.smithi097.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:30:05.845 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:30:05.845 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:30:05.845 INFO:teuthology.orchestra.run.smithi097.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:30:05.846 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T08:30:05.846 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T08:30:05.847 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T08:30:05.847 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Listen normally on 3 enp3s0f1 172.21.15.97:123 2024-02-11T08:30:05.847 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Listen normally on 4 lo [::1]:123 2024-02-11T08:30:05.847 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d805%5]:123 2024-02-11T08:30:05.847 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:05 ntpd[17141]: Listening on routing socket on fd #22 for interface updates 2024-02-11T08:30:06.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:06 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:06 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:06 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:06 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:06 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:06.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:06 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:06.819 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:06 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:06.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:06.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:06.846 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:06.846 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:06.846 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:06.846 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:06 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:07.816 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:07 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:07.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:07 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:07.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:07 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:07.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:07 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:07.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:07 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:07.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:07 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:08.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:08.822 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:08 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:08.824 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.824 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.824 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.824 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.824 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.824 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.825 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:08.825 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:08.825 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.825 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.825 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:08.825 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:08 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:08.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:08.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:08 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:09.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:09 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:09.816 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:09 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:09.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:09.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:09.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:09.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:09.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:09.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:09.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:09.818 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:09 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:10 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.819 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.820 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:10 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.847 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.847 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.847 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.847 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.847 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:10.848 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:10 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:11.816 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:11 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:11.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:11 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:11.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:11 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:11.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:11 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:11.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:11 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:11.817 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:11 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:12.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.817 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:12.818 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:12.819 INFO:teuthology.orchestra.run.smithi001.stdout:11 Feb 08:30:12 ntpd[17022]: ntpd: time slew -0.001117 s 2024-02-11T08:30:12.819 INFO:teuthology.orchestra.run.smithi001.stdout:ntpd: time slew -0.001117s 2024-02-11T08:30:12.819 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T08:30:12.819 INFO:teuthology.orchestra.run.smithi001.stderr:11 Feb 08:30:12 ntpd[17022]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:12.821 INFO:teuthology.orchestra.run.smithi059.stdout:11 Feb 08:30:12 ntpd[17034]: ntpd: time slew +0.000151 s 2024-02-11T08:30:12.822 INFO:teuthology.orchestra.run.smithi059.stdout:ntpd: time slew +0.000151s 2024-02-11T08:30:12.822 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T08:30:12.822 INFO:teuthology.orchestra.run.smithi059.stderr:11 Feb 08:30:12 ntpd[17034]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T08:30:12.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.844 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:30:12.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:30:12.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:30:12.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:30:12.845 INFO:teuthology.orchestra.run.smithi097.stdout:11 Feb 08:30:12 ntpd[17141]: ntpd: time slew -0.000178 s 2024-02-11T08:30:12.845 INFO:teuthology.orchestra.run.smithi097.stdout:ntpd: time slew -0.000178s 2024-02-11T08:30:12.845 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T08:30:12.846 INFO:teuthology.orchestra.run.smithi097.stderr:11 Feb 08:30:12 ntpd[17141]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T08:30:12.871 INFO:teuthology.orchestra.run.smithi001.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T08:30:12.871 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================== 2024-02-11T08:30:12.871 INFO:teuthology.orchestra.run.smithi001.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.871 INFO:teuthology.orchestra.run.smithi001.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.871 INFO:teuthology.orchestra.run.smithi001.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.871 INFO:teuthology.orchestra.run.smithi001.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.873 INFO:teuthology.orchestra.run.smithi059.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T08:30:12.873 INFO:teuthology.orchestra.run.smithi059.stdout:============================================================================== 2024-02-11T08:30:12.873 INFO:teuthology.orchestra.run.smithi059.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.873 INFO:teuthology.orchestra.run.smithi059.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.873 INFO:teuthology.orchestra.run.smithi059.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.873 INFO:teuthology.orchestra.run.smithi059.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.893 INFO:teuthology.orchestra.run.smithi097.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T08:30:12.893 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================== 2024-02-11T08:30:12.894 INFO:teuthology.orchestra.run.smithi097.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.894 INFO:teuthology.orchestra.run.smithi097.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.894 INFO:teuthology.orchestra.run.smithi097.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.894 INFO:teuthology.orchestra.run.smithi097.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:30:12.895 INFO:teuthology.run_tasks:Running task install... 2024-02-11T08:30:12.903 DEBUG:teuthology.task.install:project ceph 2024-02-11T08:30:12.903 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-11T08:30:12.903 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T08:30:12.903 INFO:teuthology.task.install:Using flavor: default 2024-02-11T08:30:12.910 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-11T08:30:12.910 INFO:teuthology.task.install:extra packages: [] 2024-02-11T08:30:12.910 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-key list | grep Ceph 2024-02-11T08:30:12.911 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-key list | grep Ceph 2024-02-11T08:30:12.911 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-key list | grep Ceph 2024-02-11T08:30:12.972 INFO:teuthology.orchestra.run.smithi001.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-11T08:30:12.975 INFO:teuthology.orchestra.run.smithi059.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-11T08:30:12.989 INFO:teuthology.orchestra.run.smithi097.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-11T08:30:13.000 INFO:teuthology.orchestra.run.smithi001.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-11T08:30:13.000 INFO:teuthology.orchestra.run.smithi001.stdout:uid [ unknown] Ceph.com (release key) 2024-02-11T08:30:13.000 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-11T08:30:13.001 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-11T08:30:13.007 INFO:teuthology.orchestra.run.smithi059.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-11T08:30:13.007 INFO:teuthology.orchestra.run.smithi059.stdout:uid [ unknown] Ceph.com (release key) 2024-02-11T08:30:13.008 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-11T08:30:13.008 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-11T08:30:13.015 INFO:teuthology.orchestra.run.smithi097.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-11T08:30:13.015 INFO:teuthology.orchestra.run.smithi097.stdout:uid [ unknown] Ceph.com (release key) 2024-02-11T08:30:13.016 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-11T08:30:13.016 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-11T08:30:13.220 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-11T08:30:13.220 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:30:13.233 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-11T08:30:13.233 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:30:13.236 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-11T08:30:13.237 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:30:13.391 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:30:13.391 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-11T08:30:13.401 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-11T08:30:13.401 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-11T08:30:13.405 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-02-11T08:30:13.409 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-11T08:30:13.409 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-11T08:30:13.416 DEBUG:teuthology.orchestra.run.smithi059:> sudo apt-get update 2024-02-11T08:30:13.423 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-02-11T08:30:13.590 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:30:13.600 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:30:13.601 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:30:13.622 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:30:13.700 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:13.706 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:13.707 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:30:13.707 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:30:13.707 INFO:teuthology.orchestra.run.smithi001.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy InRelease 2024-02-11T08:30:13.708 INFO:teuthology.orchestra.run.smithi059.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:30:13.710 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:30:13.737 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:13.743 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:13.743 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:13.774 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:13.777 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:30:13.783 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:13.784 INFO:teuthology.orchestra.run.smithi001.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy Release.gpg 2024-02-11T08:30:13.792 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:30:13.811 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:13.820 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:13.820 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:13.858 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:13.860 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:30:13.863 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:13.863 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:13.874 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:30:13.965 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 28.8 kB in 0s (78.4 kB/s) 2024-02-11T08:30:14.011 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 28.8 kB in 0s (70.0 kB/s) 2024-02-11T08:30:14.103 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 28.8 kB in 1s (56.8 kB/s) 2024-02-11T08:30:14.912 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-02-11T08:30:14.915 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-02-11T08:30:14.928 DEBUG:teuthology.orchestra.run.smithi059:> 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-11T08:30:14.929 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T08:30:14.980 INFO:teuthology.orchestra.run.smithi059.stdout:Reading package lists... 2024-02-11T08:30:14.987 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-02-11T08:30:15.057 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-02-11T08:30:15.074 DEBUG:teuthology.orchestra.run.smithi001:> 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-11T08:30:15.136 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-02-11T08:30:15.154 INFO:teuthology.orchestra.run.smithi059.stdout:Building dependency tree... 2024-02-11T08:30:15.154 INFO:teuthology.orchestra.run.smithi059.stdout:Reading state information... 2024-02-11T08:30:15.181 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-02-11T08:30:15.182 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-02-11T08:30:15.316 INFO:teuthology.orchestra.run.smithi059.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:30:15.316 INFO:teuthology.orchestra.run.smithi059.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:30:15.316 INFO:teuthology.orchestra.run.smithi059.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:30:15.316 INFO:teuthology.orchestra.run.smithi059.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:30:15.317 INFO:teuthology.orchestra.run.smithi059.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:30:15.318 INFO:teuthology.orchestra.run.smithi059.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:30:15.318 INFO:teuthology.orchestra.run.smithi059.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:30:15.318 INFO:teuthology.orchestra.run.smithi059.stdout:The following additional packages will be installed: 2024-02-11T08:30:15.318 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:30:15.319 INFO:teuthology.orchestra.run.smithi059.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-11T08:30:15.320 INFO:teuthology.orchestra.run.smithi059.stdout: xmlstarlet zip 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout:Suggested packages: 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout:Recommended packages: 2024-02-11T08:30:15.321 INFO:teuthology.orchestra.run.smithi059.stdout: btrfs-tools 2024-02-11T08:30:15.331 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-02-11T08:30:15.332 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-02-11T08:30:15.345 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:30:15.345 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:30:15.345 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:30:15.345 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:30:15.345 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:30:15.346 INFO:teuthology.orchestra.run.smithi097.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:30:15.346 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:30:15.346 INFO:teuthology.orchestra.run.smithi097.stdout:The following additional packages will be installed: 2024-02-11T08:30:15.346 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-11T08:30:15.346 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-11T08:30:15.347 INFO:teuthology.orchestra.run.smithi097.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-11T08:30:15.347 INFO:teuthology.orchestra.run.smithi097.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-11T08:30:15.347 INFO:teuthology.orchestra.run.smithi097.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-11T08:30:15.347 INFO:teuthology.orchestra.run.smithi097.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-11T08:30:15.348 INFO:teuthology.orchestra.run.smithi097.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: xmlstarlet zip 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout:Suggested packages: 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-11T08:30:15.349 INFO:teuthology.orchestra.run.smithi097.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-11T08:30:15.350 INFO:teuthology.orchestra.run.smithi097.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-11T08:30:15.350 INFO:teuthology.orchestra.run.smithi097.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-11T08:30:15.350 INFO:teuthology.orchestra.run.smithi097.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-11T08:30:15.350 INFO:teuthology.orchestra.run.smithi097.stdout:Recommended packages: 2024-02-11T08:30:15.350 INFO:teuthology.orchestra.run.smithi097.stdout: btrfs-tools 2024-02-11T08:30:15.422 INFO:teuthology.orchestra.run.smithi059.stdout:The following NEW packages will be installed: 2024-02-11T08:30:15.422 INFO:teuthology.orchestra.run.smithi059.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-11T08:30:15.423 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-11T08:30:15.423 INFO:teuthology.orchestra.run.smithi059.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-11T08:30:15.423 INFO:teuthology.orchestra.run.smithi059.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-11T08:30:15.423 INFO:teuthology.orchestra.run.smithi059.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-11T08:30:15.423 INFO:teuthology.orchestra.run.smithi059.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-11T08:30:15.424 INFO:teuthology.orchestra.run.smithi059.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-11T08:30:15.424 INFO:teuthology.orchestra.run.smithi059.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-11T08:30:15.424 INFO:teuthology.orchestra.run.smithi059.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-11T08:30:15.424 INFO:teuthology.orchestra.run.smithi059.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-11T08:30:15.424 INFO:teuthology.orchestra.run.smithi059.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-11T08:30:15.425 INFO:teuthology.orchestra.run.smithi059.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-11T08:30:15.447 INFO:teuthology.orchestra.run.smithi097.stdout:The following NEW packages will be installed: 2024-02-11T08:30:15.447 INFO:teuthology.orchestra.run.smithi097.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-11T08:30:15.447 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-11T08:30:15.447 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:30:15.449 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-11T08:30:15.450 INFO:teuthology.orchestra.run.smithi097.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-11T08:30:15.489 INFO:teuthology.orchestra.run.smithi059.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-11T08:30:15.489 INFO:teuthology.orchestra.run.smithi059.stdout:Need to get 176 MB of archives. 2024-02-11T08:30:15.489 INFO:teuthology.orchestra.run.smithi059.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-11T08:30:15.489 INFO:teuthology.orchestra.run.smithi059.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-11T08:30:15.516 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:30:15.516 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:30:15.516 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:30:15.516 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:30:15.516 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:30:15.517 INFO:teuthology.orchestra.run.smithi001.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:30:15.517 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:30:15.517 INFO:teuthology.orchestra.run.smithi001.stdout:The following additional packages will be installed: 2024-02-11T08:30:15.517 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-11T08:30:15.518 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-11T08:30:15.518 INFO:teuthology.orchestra.run.smithi001.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-11T08:30:15.518 INFO:teuthology.orchestra.run.smithi001.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:30:15.519 INFO:teuthology.orchestra.run.smithi001.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-11T08:30:15.520 INFO:teuthology.orchestra.run.smithi001.stdout: xmlstarlet zip 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout:Suggested packages: 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout:Recommended packages: 2024-02-11T08:30:15.521 INFO:teuthology.orchestra.run.smithi001.stdout: btrfs-tools 2024-02-11T08:30:15.591 INFO:teuthology.orchestra.run.smithi059.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-11T08:30:15.594 INFO:teuthology.orchestra.run.smithi059.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-11T08:30:15.614 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.627 INFO:teuthology.orchestra.run.smithi001.stdout:The following NEW packages will be installed: 2024-02-11T08:30:15.627 INFO:teuthology.orchestra.run.smithi001.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-11T08:30:15.627 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-11T08:30:15.628 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-11T08:30:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-11T08:30:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-11T08:30:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-11T08:30:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-11T08:30:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-11T08:30:15.629 INFO:teuthology.orchestra.run.smithi001.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-11T08:30:15.630 INFO:teuthology.orchestra.run.smithi001.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-11T08:30:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-11T08:30:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-11T08:30:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-11T08:30:15.631 INFO:teuthology.orchestra.run.smithi001.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-11T08:30:15.637 INFO:teuthology.orchestra.run.smithi097.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-11T08:30:15.637 INFO:teuthology.orchestra.run.smithi097.stdout:Need to get 176 MB of archives. 2024-02-11T08:30:15.637 INFO:teuthology.orchestra.run.smithi097.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-11T08:30:15.637 INFO:teuthology.orchestra.run.smithi097.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-11T08:30:15.649 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.670 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:15.680 INFO:teuthology.orchestra.run.smithi059.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-11T08:30:15.685 INFO:teuthology.orchestra.run.smithi059.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-11T08:30:15.698 INFO:teuthology.orchestra.run.smithi059.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-11T08:30:15.702 INFO:teuthology.orchestra.run.smithi059.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-11T08:30:15.703 INFO:teuthology.orchestra.run.smithi059.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-11T08:30:15.704 INFO:teuthology.orchestra.run.smithi059.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-11T08:30:15.711 INFO:teuthology.orchestra.run.smithi001.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-11T08:30:15.711 INFO:teuthology.orchestra.run.smithi001.stdout:Need to get 176 MB of archives. 2024-02-11T08:30:15.712 INFO:teuthology.orchestra.run.smithi001.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-11T08:30:15.712 INFO:teuthology.orchestra.run.smithi001.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-11T08:30:15.712 INFO:teuthology.orchestra.run.smithi059.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-11T08:30:15.715 INFO:teuthology.orchestra.run.smithi059.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-11T08:30:15.717 INFO:teuthology.orchestra.run.smithi059.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-11T08:30:15.719 INFO:teuthology.orchestra.run.smithi059.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-11T08:30:15.727 INFO:teuthology.orchestra.run.smithi059.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-11T08:30:15.730 INFO:teuthology.orchestra.run.smithi059.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-11T08:30:15.733 INFO:teuthology.orchestra.run.smithi059.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-11T08:30:15.735 INFO:teuthology.orchestra.run.smithi059.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-11T08:30:15.748 INFO:teuthology.orchestra.run.smithi059.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-11T08:30:15.748 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.749 INFO:teuthology.orchestra.run.smithi059.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-11T08:30:15.750 INFO:teuthology.orchestra.run.smithi059.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-11T08:30:15.750 INFO:teuthology.orchestra.run.smithi059.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-11T08:30:15.750 INFO:teuthology.orchestra.run.smithi059.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-11T08:30:15.768 INFO:teuthology.orchestra.run.smithi059.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-11T08:30:15.768 INFO:teuthology.orchestra.run.smithi059.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-11T08:30:15.769 INFO:teuthology.orchestra.run.smithi059.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-11T08:30:15.772 INFO:teuthology.orchestra.run.smithi059.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-11T08:30:15.788 INFO:teuthology.orchestra.run.smithi059.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-11T08:30:15.789 INFO:teuthology.orchestra.run.smithi059.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-11T08:30:15.789 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.790 INFO:teuthology.orchestra.run.smithi059.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-11T08:30:15.791 INFO:teuthology.orchestra.run.smithi059.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-11T08:30:15.791 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.808 INFO:teuthology.orchestra.run.smithi059.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-11T08:30:15.809 INFO:teuthology.orchestra.run.smithi059.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-11T08:30:15.809 INFO:teuthology.orchestra.run.smithi059.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-11T08:30:15.815 INFO:teuthology.orchestra.run.smithi059.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-11T08:30:15.825 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-11T08:30:15.828 INFO:teuthology.orchestra.run.smithi059.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-11T08:30:15.829 INFO:teuthology.orchestra.run.smithi059.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-11T08:30:15.829 INFO:teuthology.orchestra.run.smithi059.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-11T08:30:15.830 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-11T08:30:15.831 INFO:teuthology.orchestra.run.smithi059.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-11T08:30:15.833 INFO:teuthology.orchestra.run.smithi059.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-11T08:30:15.834 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.851 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.851 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.852 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:15.854 INFO:teuthology.orchestra.run.smithi059.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-11T08:30:15.854 INFO:teuthology.orchestra.run.smithi059.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-11T08:30:15.857 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:15.872 INFO:teuthology.orchestra.run.smithi059.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-11T08:30:15.875 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.955 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:15.955 INFO:teuthology.orchestra.run.smithi059.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-11T08:30:15.958 INFO:teuthology.orchestra.run.smithi059.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-11T08:30:15.958 INFO:teuthology.orchestra.run.smithi059.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-11T08:30:15.960 INFO:teuthology.orchestra.run.smithi059.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-11T08:30:15.987 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-11T08:30:15.999 INFO:teuthology.orchestra.run.smithi059.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-11T08:30:16.000 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-11T08:30:16.002 INFO:teuthology.orchestra.run.smithi059.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-11T08:30:16.002 INFO:teuthology.orchestra.run.smithi059.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-11T08:30:16.037 INFO:teuthology.orchestra.run.smithi059.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-11T08:30:16.037 INFO:teuthology.orchestra.run.smithi059.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-11T08:30:16.038 INFO:teuthology.orchestra.run.smithi059.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-11T08:30:16.039 INFO:teuthology.orchestra.run.smithi059.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-11T08:30:16.039 INFO:teuthology.orchestra.run.smithi059.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-11T08:30:16.040 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.042 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-11T08:30:16.049 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-11T08:30:16.050 INFO:teuthology.orchestra.run.smithi001.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-11T08:30:16.052 INFO:teuthology.orchestra.run.smithi001.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-11T08:30:16.058 INFO:teuthology.orchestra.run.smithi059.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-11T08:30:16.058 INFO:teuthology.orchestra.run.smithi059.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-11T08:30:16.059 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-11T08:30:16.063 INFO:teuthology.orchestra.run.smithi059.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-11T08:30:16.066 INFO:teuthology.orchestra.run.smithi001.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-11T08:30:16.070 INFO:teuthology.orchestra.run.smithi001.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-11T08:30:16.072 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-11T08:30:16.074 INFO:teuthology.orchestra.run.smithi001.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-11T08:30:16.074 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.076 INFO:teuthology.orchestra.run.smithi001.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-11T08:30:16.077 INFO:teuthology.orchestra.run.smithi001.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-11T08:30:16.081 INFO:teuthology.orchestra.run.smithi001.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-11T08:30:16.084 INFO:teuthology.orchestra.run.smithi059.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-11T08:30:16.086 INFO:teuthology.orchestra.run.smithi059.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-11T08:30:16.086 INFO:teuthology.orchestra.run.smithi059.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-11T08:30:16.091 INFO:teuthology.orchestra.run.smithi059.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-11T08:30:16.095 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.096 INFO:teuthology.orchestra.run.smithi059.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-11T08:30:16.097 INFO:teuthology.orchestra.run.smithi059.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-11T08:30:16.108 INFO:teuthology.orchestra.run.smithi001.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-11T08:30:16.110 INFO:teuthology.orchestra.run.smithi001.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-11T08:30:16.111 INFO:teuthology.orchestra.run.smithi001.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-11T08:30:16.112 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.114 INFO:teuthology.orchestra.run.smithi059.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-11T08:30:16.115 INFO:teuthology.orchestra.run.smithi059.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-11T08:30:16.119 INFO:teuthology.orchestra.run.smithi059.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-11T08:30:16.120 INFO:teuthology.orchestra.run.smithi097.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 librbd1 amd64 19.0.0-1367-g14aa01b9-1jammy [3,210 kB] 2024-02-11T08:30:16.131 INFO:teuthology.orchestra.run.smithi001.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-11T08:30:16.131 INFO:teuthology.orchestra.run.smithi001.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-11T08:30:16.132 INFO:teuthology.orchestra.run.smithi001.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-11T08:30:16.133 INFO:teuthology.orchestra.run.smithi001.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-11T08:30:16.134 INFO:teuthology.orchestra.run.smithi001.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-11T08:30:16.134 INFO:teuthology.orchestra.run.smithi001.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-11T08:30:16.135 INFO:teuthology.orchestra.run.smithi059.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-11T08:30:16.136 INFO:teuthology.orchestra.run.smithi059.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-11T08:30:16.137 INFO:teuthology.orchestra.run.smithi059.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-11T08:30:16.139 INFO:teuthology.orchestra.run.smithi059.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-11T08:30:16.140 INFO:teuthology.orchestra.run.smithi059.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-11T08:30:16.149 INFO:teuthology.orchestra.run.smithi059.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-11T08:30:16.150 INFO:teuthology.orchestra.run.smithi059.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-11T08:30:16.153 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-11T08:30:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-11T08:30:16.161 INFO:teuthology.orchestra.run.smithi001.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-11T08:30:16.162 INFO:teuthology.orchestra.run.smithi059.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-11T08:30:16.162 INFO:teuthology.orchestra.run.smithi001.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-11T08:30:16.163 INFO:teuthology.orchestra.run.smithi001.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-11T08:30:16.165 INFO:teuthology.orchestra.run.smithi059.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-11T08:30:16.166 INFO:teuthology.orchestra.run.smithi059.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-11T08:30:16.194 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.196 INFO:teuthology.orchestra.run.smithi001.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-11T08:30:16.197 INFO:teuthology.orchestra.run.smithi001.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-11T08:30:16.198 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.200 INFO:teuthology.orchestra.run.smithi001.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-11T08:30:16.202 INFO:teuthology.orchestra.run.smithi001.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-11T08:30:16.216 INFO:teuthology.orchestra.run.smithi001.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-11T08:30:16.227 INFO:teuthology.orchestra.run.smithi001.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-11T08:30:16.227 INFO:teuthology.orchestra.run.smithi001.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-11T08:30:16.229 INFO:teuthology.orchestra.run.smithi001.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-11T08:30:16.237 INFO:teuthology.orchestra.run.smithi001.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-11T08:30:16.239 INFO:teuthology.orchestra.run.smithi001.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-11T08:30:16.243 INFO:teuthology.orchestra.run.smithi001.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-11T08:30:16.245 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.248 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.250 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.257 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.257 INFO:teuthology.orchestra.run.smithi001.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-11T08:30:16.259 INFO:teuthology.orchestra.run.smithi001.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-11T08:30:16.260 INFO:teuthology.orchestra.run.smithi001.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-11T08:30:16.266 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.288 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.304 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.305 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.312 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.314 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.343 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.344 INFO:teuthology.orchestra.run.smithi001.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-11T08:30:16.346 INFO:teuthology.orchestra.run.smithi001.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-11T08:30:16.347 INFO:teuthology.orchestra.run.smithi001.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-11T08:30:16.349 INFO:teuthology.orchestra.run.smithi001.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-11T08:30:16.368 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 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-11T08:30:16.376 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.376 INFO:teuthology.orchestra.run.smithi001.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-11T08:30:16.379 INFO:teuthology.orchestra.run.smithi001.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-11T08:30:16.379 INFO:teuthology.orchestra.run.smithi001.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-11T08:30:16.383 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-11T08:30:16.394 INFO:teuthology.orchestra.run.smithi097.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-11T08:30:16.409 INFO:teuthology.orchestra.run.smithi001.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-11T08:30:16.410 INFO:teuthology.orchestra.run.smithi001.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-11T08:30:16.423 INFO:teuthology.orchestra.run.smithi001.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-11T08:30:16.423 INFO:teuthology.orchestra.run.smithi001.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-11T08:30:16.424 INFO:teuthology.orchestra.run.smithi097.stdout:Get:10 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-11T08:30:16.424 INFO:teuthology.orchestra.run.smithi001.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-11T08:30:16.425 INFO:teuthology.orchestra.run.smithi097.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-11T08:30:16.425 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:16.426 INFO:teuthology.orchestra.run.smithi001.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-11T08:30:16.426 INFO:teuthology.orchestra.run.smithi001.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-11T08:30:16.430 INFO:teuthology.orchestra.run.smithi001.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-11T08:30:16.434 INFO:teuthology.orchestra.run.smithi097.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-11T08:30:16.435 INFO:teuthology.orchestra.run.smithi097.stdout:Get:13 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-11T08:30:16.435 INFO:teuthology.orchestra.run.smithi097.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-11T08:30:16.436 INFO:teuthology.orchestra.run.smithi097.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 python3-cephfs amd64 19.0.0-1367-g14aa01b9-1jammy [180 kB] 2024-02-11T08:30:16.437 INFO:teuthology.orchestra.run.smithi097.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-11T08:30:16.440 INFO:teuthology.orchestra.run.smithi097.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-common all 19.0.0-1367-g14aa01b9-1jammy [64.7 kB] 2024-02-11T08:30:16.441 INFO:teuthology.orchestra.run.smithi097.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-rbd amd64 19.0.0-1367-g14aa01b9-1jammy [330 kB] 2024-02-11T08:30:16.445 INFO:teuthology.orchestra.run.smithi001.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-11T08:30:16.447 INFO:teuthology.orchestra.run.smithi001.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-11T08:30:16.448 INFO:teuthology.orchestra.run.smithi001.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-11T08:30:16.455 INFO:teuthology.orchestra.run.smithi097.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-11T08:30:16.466 INFO:teuthology.orchestra.run.smithi001.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-11T08:30:16.470 INFO:teuthology.orchestra.run.smithi001.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-11T08:30:16.472 INFO:teuthology.orchestra.run.smithi001.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-11T08:30:16.473 INFO:teuthology.orchestra.run.smithi001.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-11T08:30:16.480 INFO:teuthology.orchestra.run.smithi001.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-11T08:30:16.481 INFO:teuthology.orchestra.run.smithi001.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-11T08:30:16.486 INFO:teuthology.orchestra.run.smithi001.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-11T08:30:16.491 INFO:teuthology.orchestra.run.smithi001.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-11T08:30:16.492 INFO:teuthology.orchestra.run.smithi001.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-11T08:30:16.493 INFO:teuthology.orchestra.run.smithi001.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-11T08:30:16.508 INFO:teuthology.orchestra.run.smithi097.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 librgw2 amd64 19.0.0-1367-g14aa01b9-1jammy [6,555 kB] 2024-02-11T08:30:16.513 INFO:teuthology.orchestra.run.smithi001.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-11T08:30:16.514 INFO:teuthology.orchestra.run.smithi001.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-11T08:30:16.525 INFO:teuthology.orchestra.run.smithi001.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-11T08:30:16.526 INFO:teuthology.orchestra.run.smithi001.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-11T08:30:16.526 INFO:teuthology.orchestra.run.smithi001.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-11T08:30:16.530 INFO:teuthology.orchestra.run.smithi001.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-11T08:30:16.531 INFO:teuthology.orchestra.run.smithi001.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-11T08:30:16.625 INFO:teuthology.orchestra.run.smithi097.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-11T08:30:16.726 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.729 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:16.738 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:17.026 INFO:teuthology.orchestra.run.smithi097.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-11T08:30:17.055 INFO:teuthology.orchestra.run.smithi097.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-rgw amd64 19.0.0-1367-g14aa01b9-1jammy [112 kB] 2024-02-11T08:30:17.061 INFO:teuthology.orchestra.run.smithi097.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-11T08:30:17.063 INFO:teuthology.orchestra.run.smithi097.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-11T08:30:17.080 INFO:teuthology.orchestra.run.smithi097.stdout:Get:26 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-11T08:30:17.122 INFO:teuthology.orchestra.run.smithi097.stdout:Get:27 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-11T08:30:17.142 INFO:teuthology.orchestra.run.smithi097.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-11T08:30:17.194 INFO:teuthology.orchestra.run.smithi097.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-11T08:30:17.215 INFO:teuthology.orchestra.run.smithi097.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-11T08:30:17.222 INFO:teuthology.orchestra.run.smithi097.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-11T08:30:17.223 INFO:teuthology.orchestra.run.smithi097.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-11T08:30:17.234 INFO:teuthology.orchestra.run.smithi097.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-11T08:30:17.235 INFO:teuthology.orchestra.run.smithi097.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-11T08:30:17.401 INFO:teuthology.orchestra.run.smithi097.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-11T08:30:17.483 INFO:teuthology.orchestra.run.smithi097.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-11T08:30:17.512 INFO:teuthology.orchestra.run.smithi097.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-11T08:30:17.529 INFO:teuthology.orchestra.run.smithi097.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-11T08:30:17.573 INFO:teuthology.orchestra.run.smithi097.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-11T08:30:17.784 INFO:teuthology.orchestra.run.smithi097.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-11T08:30:17.799 INFO:teuthology.orchestra.run.smithi097.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-11T08:30:17.807 INFO:teuthology.orchestra.run.smithi097.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-11T08:30:17.811 INFO:teuthology.orchestra.run.smithi097.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-11T08:30:17.832 INFO:teuthology.orchestra.run.smithi097.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-11T08:30:17.836 INFO:teuthology.orchestra.run.smithi097.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-11T08:30:18.002 INFO:teuthology.orchestra.run.smithi097.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-11T08:30:18.118 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:18.332 INFO:teuthology.orchestra.run.smithi097.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-11T08:30:18.333 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:18.356 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:18.360 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:18.371 INFO:teuthology.orchestra.run.smithi097.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-11T08:30:18.384 INFO:teuthology.orchestra.run.smithi097.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-11T08:30:18.444 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:18.592 INFO:teuthology.orchestra.run.smithi097.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-11T08:30:18.593 INFO:teuthology.orchestra.run.smithi097.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-11T08:30:18.598 INFO:teuthology.orchestra.run.smithi097.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-11T08:30:18.604 INFO:teuthology.orchestra.run.smithi097.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-11T08:30:18.619 INFO:teuthology.orchestra.run.smithi097.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-11T08:30:18.640 INFO:teuthology.orchestra.run.smithi097.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-11T08:30:18.647 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:18.790 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:18.822 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:18.925 INFO:teuthology.orchestra.run.smithi001.stdout:Get:89 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-11T08:30:19.080 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:19.258 INFO:teuthology.orchestra.run.smithi097.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-11T08:30:19.272 INFO:teuthology.orchestra.run.smithi097.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-11T08:30:19.292 INFO:teuthology.orchestra.run.smithi097.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-11T08:30:19.385 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:19.387 INFO:teuthology.orchestra.run.smithi097.stdout:Get:63 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-11T08:30:19.647 INFO:teuthology.orchestra.run.smithi097.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-11T08:30:19.648 INFO:teuthology.orchestra.run.smithi097.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-11T08:30:19.651 INFO:teuthology.orchestra.run.smithi097.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-11T08:30:19.652 INFO:teuthology.orchestra.run.smithi097.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-11T08:30:19.654 INFO:teuthology.orchestra.run.smithi097.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-11T08:30:19.839 INFO:teuthology.orchestra.run.smithi097.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 ceph-mgr-modules-core all 19.0.0-1367-g14aa01b9-1jammy [243 kB] 2024-02-11T08:30:19.845 INFO:teuthology.orchestra.run.smithi097.stdout:Get:70 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-11T08:30:19.849 INFO:teuthology.orchestra.run.smithi097.stdout:Get:71 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-11T08:30:19.882 INFO:teuthology.orchestra.run.smithi097.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-11T08:30:20.012 INFO:teuthology.orchestra.run.smithi097.stdout:Get:73 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-11T08:30:20.091 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.092 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.109 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.167 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.191 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.197 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.297 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.311 INFO:teuthology.orchestra.run.smithi097.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-11T08:30:20.316 INFO:teuthology.orchestra.run.smithi097.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-11T08:30:20.604 INFO:teuthology.orchestra.run.smithi097.stdout:Get:76 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-11T08:30:20.605 INFO:teuthology.orchestra.run.smithi097.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-11T08:30:20.606 INFO:teuthology.orchestra.run.smithi097.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-11T08:30:20.608 INFO:teuthology.orchestra.run.smithi097.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-11T08:30:20.609 INFO:teuthology.orchestra.run.smithi097.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-11T08:30:20.611 INFO:teuthology.orchestra.run.smithi097.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-11T08:30:20.613 INFO:teuthology.orchestra.run.smithi097.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-11T08:30:20.614 INFO:teuthology.orchestra.run.smithi097.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-11T08:30:20.616 INFO:teuthology.orchestra.run.smithi097.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-11T08:30:20.772 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.772 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:20.798 INFO:teuthology.orchestra.run.smithi097.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-11T08:30:21.173 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:21.211 INFO:teuthology.orchestra.run.smithi097.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-11T08:30:21.257 INFO:teuthology.orchestra.run.smithi097.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-11T08:30:21.293 INFO:teuthology.orchestra.run.smithi097.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-11T08:30:21.388 INFO:teuthology.orchestra.run.smithi097.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-11T08:30:21.429 INFO:teuthology.orchestra.run.smithi097.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-11T08:30:21.440 INFO:teuthology.orchestra.run.smithi097.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-11T08:30:21.446 INFO:teuthology.orchestra.run.smithi097.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-11T08:30:21.493 INFO:teuthology.orchestra.run.smithi097.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-11T08:30:21.496 INFO:teuthology.orchestra.run.smithi097.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-11T08:30:21.517 INFO:teuthology.orchestra.run.smithi097.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-11T08:30:21.601 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:21.681 INFO:teuthology.orchestra.run.smithi097.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-11T08:30:21.819 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:21.821 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:21.897 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:21.960 INFO:teuthology.orchestra.run.smithi097.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-11T08:30:21.968 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:21.978 INFO:teuthology.orchestra.run.smithi097.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-11T08:30:22.133 INFO:teuthology.orchestra.run.smithi097.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-11T08:30:22.146 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:22.163 INFO:teuthology.orchestra.run.smithi097.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-11T08:30:22.321 INFO:teuthology.orchestra.run.smithi097.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-11T08:30:22.323 INFO:teuthology.orchestra.run.smithi097.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-11T08:30:22.325 INFO:teuthology.orchestra.run.smithi097.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-11T08:30:22.347 INFO:teuthology.orchestra.run.smithi097.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-11T08:30:22.352 INFO:teuthology.orchestra.run.smithi097.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-11T08:30:22.916 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:22.917 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:22.933 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:23.116 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:23.194 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:23.226 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:23.385 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:23.725 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:23.727 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:23.728 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:24.171 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:24.172 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:24.262 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:24.851 INFO:teuthology.orchestra.run.smithi059.stdout:Fetched 176 MB in 9s (19.9 MB/s) 2024-02-11T08:30:24.898 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:24.924 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:25.000 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-11T08:30:25.030 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:25.101 INFO:teuthology.orchestra.run.smithi059.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-11T08:30:25.106 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-11T08:30:25.190 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T08:30:25.535 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-11T08:30:25.561 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-11T08:30:25.601 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T08:30:25.904 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-11T08:30:25.931 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-11T08:30:25.971 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T08:30:26.408 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-11T08:30:26.434 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:26.483 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:26.637 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:26.640 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:26.641 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:26.894 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-11T08:30:26.920 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:26.960 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:27.072 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:27.289 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-11T08:30:27.315 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:27.347 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:27.628 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 176 MB in 12s (15.1 MB/s) 2024-02-11T08:30:27.700 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-11T08:30:27.726 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-11T08:30:27.766 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T08:30:27.789 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-11T08:30:27.889 INFO:teuthology.orchestra.run.smithi097.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-11T08:30:27.895 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-11T08:30:27.979 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T08:30:28.094 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librados2. 2024-02-11T08:30:28.121 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:28.160 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:28.325 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-11T08:30:28.351 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-11T08:30:28.391 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T08:30:28.622 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librbd1. 2024-02-11T08:30:28.637 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:28.648 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:28.688 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:28.753 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-11T08:30:28.779 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-11T08:30:28.819 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T08:30:29.038 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:29.071 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:29.072 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:29.074 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libcephfs2. 2024-02-11T08:30:29.101 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:29.133 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:29.198 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-11T08:30:29.212 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:29.224 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:29.272 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:29.402 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rados. 2024-02-11T08:30:29.418 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:29.460 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:29.667 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-11T08:30:29.693 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:29.708 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:29.734 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:29.796 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-11T08:30:29.822 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:29.862 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:30.081 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-11T08:30:30.107 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:30.132 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cephfs. 2024-02-11T08:30:30.147 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:30.148 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:30.182 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:30.476 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-11T08:30:30.503 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:30.517 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-11T08:30:30.542 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:30.543 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-11T08:30:30.583 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T08:30:30.870 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-11T08:30:30.897 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-11T08:30:30.937 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T08:30:30.944 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librados2. 2024-02-11T08:30:30.971 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:31.019 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:31.202 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.203 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.219 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.248 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-prettytable. 2024-02-11T08:30:31.275 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-11T08:30:31.314 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.315 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-11T08:30:31.350 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.353 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.454 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.472 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librbd1. 2024-02-11T08:30:31.498 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:31.539 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:31.575 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rbd. 2024-02-11T08:30:31.592 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:31.634 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:31.847 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.848 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:31.953 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-11T08:30:31.967 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libcephfs2. 2024-02-11T08:30:31.980 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-11T08:30:31.993 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:32.011 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T08:30:32.033 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:32.281 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-11T08:30:32.297 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-11T08:30:32.335 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rados. 2024-02-11T08:30:32.339 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T08:30:32.361 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:32.410 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:32.650 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-11T08:30:32.666 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-11T08:30:32.708 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T08:30:32.913 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-11T08:30:32.940 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:33.013 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:33.078 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua5.1. 2024-02-11T08:30:33.105 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-11T08:30:33.145 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-11T08:30:33.282 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cephfs. 2024-02-11T08:30:33.308 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:33.350 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:33.492 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua-any. 2024-02-11T08:30:33.518 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-11T08:30:33.558 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-11T08:30:33.660 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-11T08:30:33.686 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:33.726 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:33.811 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package zip. 2024-02-11T08:30:33.838 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-11T08:30:33.851 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:33.854 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:33.855 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:33.877 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking zip (3.0-12build2) ... 2024-02-11T08:30:34.080 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-11T08:30:34.106 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-11T08:30:34.155 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T08:30:34.184 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:34.256 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package unzip. 2024-02-11T08:30:34.283 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-11T08:30:34.331 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-11T08:30:34.524 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-prettytable. 2024-02-11T08:30:34.550 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-11T08:30:34.599 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-11T08:30:34.726 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package luarocks. 2024-02-11T08:30:34.732 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 176 MB in 19s (9,474 kB/s) 2024-02-11T08:30:34.753 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-11T08:30:34.793 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-11T08:30:34.876 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rbd. 2024-02-11T08:30:34.895 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-11T08:30:34.902 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:34.943 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:34.999 INFO:teuthology.orchestra.run.smithi001.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-11T08:30:35.004 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-11T08:30:35.086 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T08:30:35.217 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package librgw2. 2024-02-11T08:30:35.245 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:35.287 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-11T08:30:35.292 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:35.313 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-11T08:30:35.362 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T08:30:35.381 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-11T08:30:35.397 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-11T08:30:35.440 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T08:30:35.665 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-11T08:30:35.691 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-11T08:30:35.740 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T08:30:35.759 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-11T08:30:35.786 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-11T08:30:35.825 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T08:30:35.878 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rgw. 2024-02-11T08:30:35.905 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:35.953 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:36.093 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-11T08:30:36.119 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-11T08:30:36.167 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T08:30:36.304 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-11T08:30:36.305 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-11T08:30:36.331 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:36.333 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-11T08:30:36.379 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:36.393 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T08:30:36.521 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua5.1. 2024-02-11T08:30:36.547 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-11T08:30:36.587 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-11T08:30:36.717 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libradosstriper1. 2024-02-11T08:30:36.740 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-11T08:30:36.744 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:36.767 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:36.783 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:36.798 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:36.899 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-any. 2024-02-11T08:30:36.914 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-11T08:30:36.974 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-11T08:30:37.151 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-11T08:30:37.179 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T08:30:37.218 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:30:37.251 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package zip. 2024-02-11T08:30:37.277 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-11T08:30:37.295 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-common. 2024-02-11T08:30:37.322 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:37.351 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking zip (3.0-12build2) ... 2024-02-11T08:30:37.370 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:37.571 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-11T08:30:37.598 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-11T08:30:37.637 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T08:30:37.729 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package unzip. 2024-02-11T08:30:37.755 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-11T08:30:37.804 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-11T08:30:37.957 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librados2. 2024-02-11T08:30:37.984 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:38.024 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:38.275 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package luarocks. 2024-02-11T08:30:38.301 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-11T08:30:38.349 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-11T08:30:38.485 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librbd1. 2024-02-11T08:30:38.512 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:38.551 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:38.740 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librgw2. 2024-02-11T08:30:38.767 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:38.807 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:39.029 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libcephfs2. 2024-02-11T08:30:39.042 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-base. 2024-02-11T08:30:39.056 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:39.069 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:39.096 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:39.126 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:39.351 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rgw. 2024-02-11T08:30:39.365 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rados. 2024-02-11T08:30:39.377 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:39.381 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:39.415 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:39.417 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:39.701 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-11T08:30:39.728 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:39.737 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-11T08:30:39.763 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-11T08:30:39.763 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-11T08:30:39.767 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:39.790 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-11T08:30:39.803 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T08:30:39.829 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-11T08:30:40.020 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cephfs. 2024-02-11T08:30:40.047 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:40.087 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:40.115 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libradosstriper1. 2024-02-11T08:30:40.132 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cheroot. 2024-02-11T08:30:40.141 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:40.159 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-11T08:30:40.181 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:40.207 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T08:30:40.398 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-11T08:30:40.424 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:40.464 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:40.544 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-11T08:30:40.571 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-11T08:30:40.609 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-common. 2024-02-11T08:30:40.610 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-11T08:30:40.635 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:40.675 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:40.792 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-11T08:30:40.819 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-11T08:30:40.859 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T08:30:40.980 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-11T08:30:41.006 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-11T08:30:41.054 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-11T08:30:41.136 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-prettytable. 2024-02-11T08:30:41.152 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-11T08:30:41.187 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-11T08:30:41.391 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-11T08:30:41.418 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-11T08:30:41.447 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rbd. 2024-02-11T08:30:41.457 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-11T08:30:41.463 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:41.505 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:41.760 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-tempora. 2024-02-11T08:30:41.787 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-11T08:30:41.827 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-11T08:30:41.875 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-11T08:30:41.902 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-11T08:30:41.942 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T08:30:41.973 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-base. 2024-02-11T08:30:41.999 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:42.048 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:42.171 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-portend. 2024-02-11T08:30:42.199 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-11T08:30:42.219 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-11T08:30:42.246 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-11T08:30:42.247 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-11T08:30:42.286 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T08:30:42.564 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-11T08:30:42.580 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-11T08:30:42.614 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T08:30:42.641 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-11T08:30:42.643 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-11T08:30:42.668 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-11T08:30:42.670 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-11T08:30:42.710 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-11T08:30:42.716 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-11T08:30:42.942 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua5.1. 2024-02-11T08:30:42.969 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-11T08:30:43.008 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-11T08:30:43.019 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-11T08:30:43.046 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-11T08:30:43.085 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-11T08:30:43.229 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cheroot. 2024-02-11T08:30:43.255 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-11T08:30:43.295 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T08:30:43.320 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-any. 2024-02-11T08:30:43.336 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-11T08:30:43.378 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-11T08:30:43.397 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-natsort. 2024-02-11T08:30:43.424 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-11T08:30:43.464 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-11T08:30:43.622 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package zip. 2024-02-11T08:30:43.624 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-11T08:30:43.649 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-11T08:30:43.650 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-11T08:30:43.681 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking zip (3.0-12build2) ... 2024-02-11T08:30:43.690 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-11T08:30:43.742 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-logutils. 2024-02-11T08:30:43.769 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-11T08:30:43.875 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-11T08:30:43.976 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package unzip. 2024-02-11T08:30:44.001 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-11T08:30:44.003 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-11T08:30:44.028 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-11T08:30:44.035 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-11T08:30:44.068 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-11T08:30:44.178 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-11T08:30:44.205 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-11T08:30:44.244 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-11T08:30:44.354 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-11T08:30:44.381 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-11T08:30:44.421 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-11T08:30:44.421 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package luarocks. 2024-02-11T08:30:44.448 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-11T08:30:44.487 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-11T08:30:44.547 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-mako. 2024-02-11T08:30:44.574 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-11T08:30:44.614 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T08:30:44.699 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-tempora. 2024-02-11T08:30:44.725 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-11T08:30:44.765 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-11T08:30:44.862 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librgw2. 2024-02-11T08:30:44.889 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:44.928 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:44.934 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-11T08:30:44.950 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-11T08:30:44.984 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-11T08:30:45.068 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-portend. 2024-02-11T08:30:45.094 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-11T08:30:45.134 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-11T08:30:45.262 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-11T08:30:45.289 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-11T08:30:45.328 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-11T08:30:45.437 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-11T08:30:45.463 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-11T08:30:45.472 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rgw. 2024-02-11T08:30:45.489 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:45.504 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-11T08:30:45.530 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:45.648 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-webob. 2024-02-11T08:30:45.675 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-11T08:30:45.714 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-11T08:30:45.765 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-11T08:30:45.791 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-11T08:30:45.808 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-11T08:30:45.822 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-11T08:30:45.823 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-11T08:30:45.850 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T08:30:46.084 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-waitress. 2024-02-11T08:30:46.111 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-11T08:30:46.136 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libradosstriper1. 2024-02-11T08:30:46.154 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T08:30:46.163 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:46.193 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-natsort. 2024-02-11T08:30:46.203 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:46.220 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-11T08:30:46.260 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-11T08:30:46.470 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-tempita. 2024-02-11T08:30:46.497 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-11T08:30:46.537 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T08:30:46.555 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-logutils. 2024-02-11T08:30:46.581 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-11T08:30:46.621 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-11T08:30:46.640 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-common. 2024-02-11T08:30:46.666 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:46.706 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:46.798 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-paste. 2024-02-11T08:30:46.825 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-11T08:30:46.856 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T08:30:46.908 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-11T08:30:46.934 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-11T08:30:46.974 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-11T08:30:47.193 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-11T08:30:47.220 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-11T08:30:47.259 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T08:30:47.277 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-mako. 2024-02-11T08:30:47.303 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-11T08:30:47.343 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T08:30:47.495 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-11T08:30:47.511 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-11T08:30:47.545 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-11T08:30:47.655 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-11T08:30:47.681 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-11T08:30:47.721 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-11T08:30:47.832 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-webtest. 2024-02-11T08:30:47.859 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-11T08:30:47.898 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-11T08:30:47.953 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-base. 2024-02-11T08:30:47.980 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:48.021 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:48.024 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-11T08:30:48.050 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-11T08:30:48.090 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-11T08:30:48.210 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pecan. 2024-02-11T08:30:48.237 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-11T08:30:48.276 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T08:30:48.343 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-webob. 2024-02-11T08:30:48.370 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-11T08:30:48.401 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-11T08:30:48.566 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-11T08:30:48.593 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-11T08:30:48.632 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-11T08:30:48.647 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-certifi. 2024-02-11T08:30:48.675 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-11T08:30:48.739 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-waitress. 2024-02-11T08:30:48.764 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-11T08:30:48.808 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T08:30:49.064 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-11T08:30:49.751 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-idna. 2024-02-11T08:30:49.778 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-11T08:30:49.817 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-11T08:30:49.853 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cheroot. 2024-02-11T08:30:49.880 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-11T08:30:49.919 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T08:30:49.933 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-tempita. 2024-02-11T08:30:49.959 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-11T08:30:49.999 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T08:30:50.112 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-urllib3. 2024-02-11T08:30:50.139 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-11T08:30:50.179 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T08:30:50.255 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-11T08:30:50.282 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-11T08:30:50.302 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-paste. 2024-02-11T08:30:50.321 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-11T08:30:50.328 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-11T08:30:50.387 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T08:30:50.482 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-requests. 2024-02-11T08:30:50.509 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-11T08:30:50.548 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T08:30:50.583 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-11T08:30:50.610 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-11T08:30:50.641 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-11T08:30:50.713 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-11T08:30:50.728 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-11T08:30:50.771 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T08:30:50.868 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-11T08:30:50.894 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-11T08:30:50.935 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T08:30:50.935 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-11T08:30:50.963 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-11T08:30:51.002 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-11T08:30:51.074 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-11T08:30:51.100 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-11T08:30:51.140 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-11T08:30:51.237 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-11T08:30:51.253 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:51.295 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:51.305 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-tempora. 2024-02-11T08:30:51.332 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-11T08:30:51.372 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-11T08:30:51.427 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-webtest. 2024-02-11T08:30:51.453 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-11T08:30:51.493 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-11T08:30:51.649 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-portend. 2024-02-11T08:30:51.665 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-11T08:30:51.675 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-11T08:30:51.699 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-11T08:30:51.702 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:51.767 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:51.779 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pecan. 2024-02-11T08:30:51.805 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-11T08:30:51.846 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T08:30:51.969 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-11T08:30:51.996 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-11T08:30:52.035 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-11T08:30:52.087 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-11T08:30:52.114 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-11T08:30:52.153 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-11T08:30:52.209 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-certifi. 2024-02-11T08:30:52.236 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-11T08:30:52.275 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-11T08:30:52.455 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-11T08:30:52.473 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-openssl. 2024-02-11T08:30:52.482 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-11T08:30:52.500 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-11T08:30:52.521 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-11T08:30:52.547 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-11T08:30:52.586 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-idna. 2024-02-11T08:30:52.602 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-11T08:30:52.636 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-11T08:30:52.858 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-natsort. 2024-02-11T08:30:52.885 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-11T08:30:52.925 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-11T08:30:52.939 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-urllib3. 2024-02-11T08:30:52.942 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr. 2024-02-11T08:30:52.966 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-11T08:30:52.969 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:53.006 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T08:30:53.017 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:53.211 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-logutils. 2024-02-11T08:30:53.238 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-11T08:30:53.278 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-11T08:30:53.309 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-requests. 2024-02-11T08:30:53.335 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-11T08:30:53.376 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T08:30:53.412 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mon. 2024-02-11T08:30:53.439 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:53.478 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:53.589 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-11T08:30:53.616 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-11T08:30:53.655 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-11T08:30:53.837 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-11T08:30:53.863 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-11T08:30:53.903 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T08:30:53.967 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-mako. 2024-02-11T08:30:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-11T08:30:54.033 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T08:30:54.198 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-11T08:30:54.213 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:54.232 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-osd. 2024-02-11T08:30:54.256 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:54.259 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:54.298 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:54.336 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-11T08:30:54.364 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-11T08:30:54.403 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-11T08:30:54.636 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-11T08:30:54.639 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-11T08:30:54.655 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-11T08:30:54.662 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:54.697 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-11T08:30:54.702 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:55.009 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-webob. 2024-02-11T08:30:55.013 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-11T08:30:55.028 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-11T08:30:55.035 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-11T08:30:55.063 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-11T08:30:55.075 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-11T08:30:55.383 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-openssl. 2024-02-11T08:30:55.393 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph. 2024-02-11T08:30:55.409 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-11T08:30:55.409 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:55.436 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-waitress. 2024-02-11T08:30:55.449 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-11T08:30:55.460 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:55.463 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-11T08:30:55.506 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T08:30:55.786 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr. 2024-02-11T08:30:55.807 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-fuse. 2024-02-11T08:30:55.812 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:55.831 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:55.839 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-tempita. 2024-02-11T08:30:55.852 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:55.866 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-11T08:30:55.871 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:55.906 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T08:30:56.203 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-paste. 2024-02-11T08:30:56.222 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mon. 2024-02-11T08:30:56.230 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-11T08:30:56.232 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mds. 2024-02-11T08:30:56.248 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:56.260 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:56.286 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T08:30:56.288 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:56.299 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:56.580 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-11T08:30:56.596 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-11T08:30:56.638 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T08:30:56.744 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package cephadm. 2024-02-11T08:30:56.771 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:56.819 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:56.867 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-osd. 2024-02-11T08:30:56.893 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:56.933 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:56.941 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-11T08:30:56.968 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-11T08:30:57.008 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-11T08:30:57.188 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-11T08:30:57.215 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-11T08:30:57.255 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-11T08:30:57.295 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-webtest. 2024-02-11T08:30:57.323 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-11T08:30:57.361 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-11T08:30:57.599 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-11T08:30:57.614 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pecan. 2024-02-11T08:30:57.626 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T08:30:57.630 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-11T08:30:57.672 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T08:30:57.674 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T08:30:57.945 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph. 2024-02-11T08:30:57.960 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:57.985 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-certifi. 2024-02-11T08:30:58.001 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-11T08:30:58.003 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:58.043 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-11T08:30:58.322 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-fuse. 2024-02-11T08:30:58.349 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:58.363 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-idna. 2024-02-11T08:30:58.388 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:58.390 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-11T08:30:58.429 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-11T08:30:58.704 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-babel. 2024-02-11T08:30:58.732 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T08:30:58.757 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-urllib3. 2024-02-11T08:30:58.770 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T08:30:58.784 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-11T08:30:58.823 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T08:30:58.842 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mds. 2024-02-11T08:30:58.868 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:58.900 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:59.098 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-jinja2. 2024-02-11T08:30:59.126 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-11T08:30:59.163 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-requests. 2024-02-11T08:30:59.165 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T08:30:59.187 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-11T08:30:59.227 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T08:30:59.320 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package cephadm. 2024-02-11T08:30:59.346 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:30:59.386 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:59.510 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-11T08:30:59.537 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:59.576 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:30:59.579 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-11T08:30:59.607 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-11T08:30:59.646 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T08:30:59.697 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-11T08:30:59.723 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-11T08:30:59.763 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-11T08:30:59.932 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-11T08:30:59.938 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-11T08:30:59.960 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:30:59.965 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-11T08:30:59.999 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:00.004 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-11T08:31:00.091 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-11T08:31:00.118 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T08:31:00.158 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:00.265 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-routes. 2024-02-11T08:31:00.281 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-11T08:31:00.315 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T08:31:00.370 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-11T08:31:00.398 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:00.437 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:00.644 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-11T08:31:00.671 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:00.710 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:00.740 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-11T08:31:00.767 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-11T08:31:00.806 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-11T08:31:01.084 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-openssl. 2024-02-11T08:31:01.111 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-11T08:31:01.147 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-11T08:31:01.150 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-11T08:31:01.174 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-11T08:31:01.179 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-babel. 2024-02-11T08:31:01.207 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T08:31:01.216 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T08:31:01.246 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:01.487 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr. 2024-02-11T08:31:01.514 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:01.553 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:01.574 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jinja2. 2024-02-11T08:31:01.601 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-11T08:31:01.640 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T08:31:01.700 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-joblib. 2024-02-11T08:31:01.716 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-11T08:31:01.758 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T08:31:01.960 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-11T08:31:01.965 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mon. 2024-02-11T08:31:01.987 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:01.992 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:02.026 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:02.032 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:02.128 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-11T08:31:02.156 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-11T08:31:02.195 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-11T08:31:02.371 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-11T08:31:02.398 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-11T08:31:02.438 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-11T08:31:02.498 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-sklearn. 2024-02-11T08:31:02.526 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-11T08:31:02.564 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T08:31:02.643 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-osd. 2024-02-11T08:31:02.670 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:02.709 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:02.716 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-routes. 2024-02-11T08:31:02.743 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-11T08:31:02.782 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T08:31:03.119 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-11T08:31:03.145 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:03.185 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:03.323 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-11T08:31:03.351 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:03.475 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:03.622 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-11T08:31:03.637 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-11T08:31:03.680 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T08:31:03.796 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph. 2024-02-11T08:31:03.812 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:03.855 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:04.193 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-joblib. 2024-02-11T08:31:04.199 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-fuse. 2024-02-11T08:31:04.219 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-11T08:31:04.226 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:04.258 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T08:31:04.265 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:04.627 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mds. 2024-02-11T08:31:04.628 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-11T08:31:04.654 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:04.655 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-11T08:31:04.687 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-cachetools. 2024-02-11T08:31:04.694 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-11T08:31:04.702 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:04.714 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-11T08:31:04.753 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-11T08:31:05.014 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-sklearn. 2024-02-11T08:31:05.038 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package cephadm. 2024-02-11T08:31:05.094 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-11T08:31:05.094 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-11T08:31:05.094 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-11T08:31:05.094 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:05.095 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:05.099 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T08:31:05.123 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-11T08:31:05.418 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-11T08:31:05.432 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-11T08:31:05.435 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-11T08:31:05.459 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-11T08:31:05.468 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T08:31:05.499 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-11T08:31:05.746 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-rsa. 2024-02-11T08:31:05.768 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-11T08:31:05.773 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-11T08:31:05.784 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T08:31:05.812 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-11T08:31:05.818 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:05.830 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-11T08:31:05.858 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:05.982 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:06.116 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-google-auth. 2024-02-11T08:31:06.143 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-11T08:31:06.182 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-11T08:31:06.519 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-11T08:31:06.547 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-11T08:31:06.586 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T08:31:06.840 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-babel. 2024-02-11T08:31:06.868 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T08:31:06.897 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-websocket. 2024-02-11T08:31:06.925 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-11T08:31:06.931 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:06.961 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cachetools. 2024-02-11T08:31:06.963 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-11T08:31:06.988 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-11T08:31:07.027 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-11T08:31:07.251 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jinja2. 2024-02-11T08:31:07.275 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-11T08:31:07.278 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-11T08:31:07.302 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-11T08:31:07.317 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T08:31:07.330 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-11T08:31:07.333 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T08:31:07.358 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-11T08:31:07.396 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-11T08:31:07.670 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-11T08:31:07.698 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:07.717 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-11T08:31:07.737 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:07.744 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-11T08:31:07.809 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T08:31:07.980 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-11T08:31:07.997 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:08.039 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:08.082 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-11T08:31:08.109 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-11T08:31:08.119 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rsa. 2024-02-11T08:31:08.146 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-11T08:31:08.148 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-11T08:31:08.186 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-11T08:31:08.366 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-11T08:31:08.383 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-11T08:31:08.424 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T08:31:08.443 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-routes. 2024-02-11T08:31:08.470 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-11T08:31:08.506 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-google-auth. 2024-02-11T08:31:08.509 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T08:31:08.533 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-11T08:31:08.572 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-11T08:31:08.736 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-11T08:31:08.764 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T08:31:08.802 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T08:31:08.846 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-11T08:31:08.869 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-11T08:31:08.874 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:08.896 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-11T08:31:08.912 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:08.927 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T08:31:09.064 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package jq. 2024-02-11T08:31:09.080 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T08:31:09.122 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-11T08:31:09.205 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-websocket. 2024-02-11T08:31:09.232 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-11T08:31:09.263 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-11T08:31:09.340 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-11T08:31:09.349 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package socat. 2024-02-11T08:31:09.366 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-11T08:31:09.368 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-11T08:31:09.407 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T08:31:09.433 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-11T08:31:09.533 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-11T08:31:09.560 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-11T08:31:09.599 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T08:31:09.753 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package xmlstarlet. 2024-02-11T08:31:09.780 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-11T08:31:09.819 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-11T08:31:09.910 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-joblib. 2024-02-11T08:31:09.938 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-11T08:31:09.977 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T08:31:10.290 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-test. 2024-02-11T08:31:10.318 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:10.338 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-11T08:31:10.356 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:10.366 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-11T08:31:10.388 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-11T08:31:10.405 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-11T08:31:10.416 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:10.455 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:10.691 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-sklearn. 2024-02-11T08:31:10.718 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-11T08:31:10.757 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T08:31:10.774 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-11T08:31:10.801 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-11T08:31:10.841 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T08:31:11.119 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-11T08:31:11.146 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T08:31:11.185 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T08:31:11.424 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-11T08:31:11.446 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package jq. 2024-02-11T08:31:11.453 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:11.462 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T08:31:11.504 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-11T08:31:11.568 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:11.757 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package socat. 2024-02-11T08:31:11.784 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-11T08:31:11.823 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-11T08:31:12.149 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package xmlstarlet. 2024-02-11T08:31:12.176 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-11T08:31:12.218 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-11T08:31:12.513 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cachetools. 2024-02-11T08:31:12.530 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-11T08:31:12.546 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package ceph-volume. 2024-02-11T08:31:12.564 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:12.588 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-11T08:31:12.597 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-test. 2024-02-11T08:31:12.604 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:12.625 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:12.664 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:12.891 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-11T08:31:12.899 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-11T08:31:12.916 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:12.919 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-11T08:31:12.957 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-11T08:31:12.958 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:13.219 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-11T08:31:13.247 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-11T08:31:13.285 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T08:31:13.286 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-11T08:31:13.314 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-11T08:31:13.352 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T08:31:13.573 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-11T08:31:13.602 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-11T08:31:13.640 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-11T08:31:13.655 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rsa. 2024-02-11T08:31:13.672 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-11T08:31:13.713 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-11T08:31:14.000 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-google-auth. 2024-02-11T08:31:14.002 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package nvme-cli. 2024-02-11T08:31:14.028 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-11T08:31:14.030 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-11T08:31:14.058 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-11T08:31:14.068 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T08:31:14.370 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-11T08:31:14.398 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-11T08:31:14.437 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T08:31:14.490 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package pkg-config. 2024-02-11T08:31:14.519 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-11T08:31:14.557 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T08:31:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-websocket. 2024-02-11T08:31:14.706 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-11T08:31:14.740 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-11T08:31:14.818 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-11T08:31:14.846 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-11T08:31:14.851 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-volume. 2024-02-11T08:31:14.878 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:14.884 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-11T08:31:14.918 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:15.018 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-11T08:31:15.045 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-11T08:31:15.084 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T08:31:15.230 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-11T08:31:15.257 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:15.288 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-11T08:31:15.296 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:15.316 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-11T08:31:15.354 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-11T08:31:15.615 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pastescript. 2024-02-11T08:31:15.624 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-11T08:31:15.640 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-11T08:31:15.652 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-11T08:31:15.673 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-11T08:31:15.690 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T08:31:15.789 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-11T08:31:15.807 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:15.848 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:15.935 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pluggy. 2024-02-11T08:31:15.951 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-11T08:31:15.985 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-11T08:31:15.995 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-11T08:31:16.022 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-11T08:31:16.061 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-11T08:31:16.167 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-11T08:31:16.195 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-11T08:31:16.234 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T08:31:16.296 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-psutil. 2024-02-11T08:31:16.324 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-11T08:31:16.363 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-11T08:31:16.407 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package nvme-cli. 2024-02-11T08:31:16.434 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-11T08:31:16.473 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T08:31:16.595 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-11T08:31:16.624 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T08:31:16.662 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T08:31:16.691 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-py. 2024-02-11T08:31:16.719 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-11T08:31:16.757 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-11T08:31:16.862 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package pkg-config. 2024-02-11T08:31:16.872 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package jq. 2024-02-11T08:31:16.877 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-11T08:31:16.889 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T08:31:16.912 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T08:31:16.922 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-11T08:31:17.052 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pygments. 2024-02-11T08:31:17.081 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-11T08:31:17.119 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T08:31:17.164 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-11T08:31:17.166 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package socat. 2024-02-11T08:31:17.180 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-11T08:31:17.194 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-11T08:31:17.222 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-11T08:31:17.233 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-11T08:31:17.537 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package xmlstarlet. 2024-02-11T08:31:17.548 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-11T08:31:17.553 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-11T08:31:17.576 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-11T08:31:17.595 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-11T08:31:17.614 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-11T08:31:17.634 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-11T08:31:17.661 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-11T08:31:17.709 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-11T08:31:17.917 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-toml. 2024-02-11T08:31:17.946 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-11T08:31:17.949 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-test. 2024-02-11T08:31:17.977 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:17.983 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-11T08:31:18.012 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pastescript. 2024-02-11T08:31:18.015 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:18.039 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-11T08:31:18.078 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-11T08:31:18.253 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-pytest. 2024-02-11T08:31:18.281 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-11T08:31:18.311 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T08:31:18.398 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pluggy. 2024-02-11T08:31:18.425 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-11T08:31:18.464 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-11T08:31:18.640 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package python3-simplejson. 2024-02-11T08:31:18.668 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-11T08:31:18.706 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-11T08:31:18.750 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-psutil. 2024-02-11T08:31:18.777 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-11T08:31:18.817 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-11T08:31:18.992 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-11T08:31:19.009 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-11T08:31:19.050 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-11T08:31:19.137 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-py. 2024-02-11T08:31:19.152 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-11T08:31:19.186 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-11T08:31:19.465 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pygments. 2024-02-11T08:31:19.492 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-11T08:31:19.523 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T08:31:19.994 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-11T08:31:20.021 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package radosgw. 2024-02-11T08:31:20.021 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-11T08:31:20.049 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:20.060 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-11T08:31:20.096 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:20.261 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-volume. 2024-02-11T08:31:20.290 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T08:31:20.336 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:20.354 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-toml. 2024-02-11T08:31:20.382 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-11T08:31:20.421 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-11T08:31:20.724 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pytest. 2024-02-11T08:31:20.751 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-11T08:31:20.790 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T08:31:20.882 INFO:teuthology.orchestra.run.smithi059.stdout:Selecting previously unselected package rbd-fuse. 2024-02-11T08:31:20.898 INFO:teuthology.orchestra.run.smithi059.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:20.923 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-11T08:31:20.952 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:20.956 INFO:teuthology.orchestra.run.smithi059.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:21.015 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:21.194 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-simplejson. 2024-02-11T08:31:21.221 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-11T08:31:21.245 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-11T08:31:21.260 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-11T08:31:21.318 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-11T08:31:21.346 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-11T08:31:21.384 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T08:31:21.503 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T08:31:21.546 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-11T08:31:21.574 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-11T08:31:21.612 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-11T08:31:21.621 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T08:31:21.705 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-11T08:31:21.734 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-11T08:31:21.772 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-11T08:31:21.861 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-11T08:31:22.059 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package nvme-cli. 2024-02-11T08:31:22.087 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-11T08:31:22.117 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T08:31:22.201 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-11T08:31:22.325 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package radosgw. 2024-02-11T08:31:22.353 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:22.391 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:22.489 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package pkg-config. 2024-02-11T08:31:22.517 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-11T08:31:22.547 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T08:31:22.611 INFO:teuthology.orchestra.run.smithi059.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-11T08:31:22.681 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:22.808 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-11T08:31:22.836 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-11T08:31:22.874 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-11T08:31:23.136 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package rbd-fuse. 2024-02-11T08:31:23.152 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:23.194 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:23.224 INFO:teuthology.orchestra.run.smithi059.stdout:Adding system user cephadm....done 2024-02-11T08:31:23.303 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-11T08:31:23.331 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-11T08:31:23.369 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-11T08:31:23.379 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T08:31:23.498 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-11T08:31:23.622 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pastescript. 2024-02-11T08:31:23.650 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-11T08:31:23.655 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-11T08:31:23.680 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-11T08:31:23.732 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T08:31:23.858 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T08:31:23.915 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-11T08:31:23.984 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pluggy. 2024-02-11T08:31:24.012 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-11T08:31:24.041 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-11T08:31:24.050 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-11T08:31:24.122 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-11T08:31:24.292 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-11T08:31:24.361 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-psutil. 2024-02-11T08:31:24.389 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-11T08:31:24.428 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-11T08:31:24.459 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-11T08:31:24.552 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T08:31:24.678 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-11T08:31:24.739 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-py. 2024-02-11T08:31:24.767 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-11T08:31:24.806 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-11T08:31:24.899 INFO:teuthology.orchestra.run.smithi097.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-11T08:31:24.977 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:25.109 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pygments. 2024-02-11T08:31:25.137 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-11T08:31:25.167 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T08:31:25.175 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T08:31:25.615 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-11T08:31:25.629 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-11T08:31:25.658 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-11T08:31:25.688 INFO:teuthology.orchestra.run.smithi097.stdout:Adding system user cephadm....done 2024-02-11T08:31:25.696 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-11T08:31:25.874 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-11T08:31:25.918 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T08:31:25.982 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-toml. 2024-02-11T08:31:26.010 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-11T08:31:26.048 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-11T08:31:26.150 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-11T08:31:26.296 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-11T08:31:26.351 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pytest. 2024-02-11T08:31:26.379 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-11T08:31:26.410 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-11T08:31:26.417 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T08:31:26.670 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-11T08:31:26.677 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-11T08:31:26.746 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-simplejson. 2024-02-11T08:31:26.774 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-11T08:31:26.812 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-11T08:31:26.820 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-11T08:31:26.929 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-11T08:31:27.056 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-11T08:31:27.073 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-11T08:31:27.088 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-11T08:31:27.115 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-11T08:31:27.180 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:27.339 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T08:31:27.423 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T08:31:27.465 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-11T08:31:27.591 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T08:31:27.717 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T08:31:27.736 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package radosgw. 2024-02-11T08:31:27.758 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T08:31:27.764 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:27.793 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:27.843 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-11T08:31:28.110 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-11T08:31:28.135 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-11T08:31:28.386 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-11T08:31:28.485 INFO:teuthology.orchestra.run.smithi059.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-11T08:31:28.516 INFO:teuthology.orchestra.run.smithi059.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-11T08:31:28.572 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T08:31:28.639 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package rbd-fuse. 2024-02-11T08:31:28.645 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-11T08:31:28.656 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T08:31:28.696 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:28.723 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-11T08:31:28.880 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-11T08:31:28.985 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-11T08:31:29.099 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:29.123 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-11T08:31:29.208 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-11T08:31:29.243 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T08:31:29.369 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T08:31:29.485 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T08:31:29.668 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-11T08:31:29.732 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-11T08:31:29.752 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-11T08:31:29.988 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-11T08:31:30.062 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up zip (3.0-12build2) ... 2024-02-11T08:31:30.066 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:30.196 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T08:31:30.343 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T08:31:30.417 INFO:teuthology.orchestra.run.smithi001.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-11T08:31:30.468 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T08:31:30.488 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:30.595 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T08:31:30.704 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-11T08:31:30.890 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T08:31:30.939 INFO:teuthology.orchestra.run.smithi001.stdout:Adding system user cephadm....done 2024-02-11T08:31:30.946 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-11T08:31:31.094 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T08:31:31.141 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T08:31:31.258 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-11T08:31:31.312 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-11T08:31:31.350 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-11T08:31:31.385 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T08:31:31.386 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-11T08:31:31.425 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T08:31:31.551 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-11T08:31:31.638 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-11T08:31:31.694 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-11T08:31:31.739 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-11T08:31:31.927 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:31.973 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-11T08:31:32.053 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-11T08:31:32.078 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-11T08:31:32.233 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T08:31:32.304 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T08:31:32.371 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T08:31:32.384 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-11T08:31:32.555 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-11T08:31:32.694 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T08:31:32.781 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T08:31:32.839 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up zip (3.0-12build2) ... 2024-02-11T08:31:32.982 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T08:31:33.063 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-11T08:31:33.124 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T08:31:33.297 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-11T08:31:33.475 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-11T08:31:33.548 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-11T08:31:33.675 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T08:31:33.735 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-11T08:31:33.808 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-11T08:31:33.860 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:33.952 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T08:31:34.051 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-11T08:31:34.078 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-11T08:31:34.162 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-idna (3.3-1) ... 2024-02-11T08:31:34.187 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T08:31:34.293 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-11T08:31:34.455 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-11T08:31:34.480 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T08:31:34.553 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:34.823 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-11T08:31:34.823 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T08:31:34.949 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T08:31:35.073 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T08:31:35.100 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T08:31:35.209 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-11T08:31:35.459 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T08:31:35.460 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-11T08:31:35.744 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T08:31:35.751 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T08:31:35.828 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-11T08:31:35.942 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-11T08:31:35.987 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:36.005 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T08:31:36.094 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-11T08:31:36.121 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-11T08:31:36.148 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-11T08:31:36.337 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-11T08:31:36.389 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T08:31:36.438 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:36.490 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-11T08:31:36.516 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:36.591 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T08:31:36.641 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-11T08:31:36.756 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-idna (3.3-1) ... 2024-02-11T08:31:36.901 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-11T08:31:36.917 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T08:31:37.066 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T08:31:37.169 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-11T08:31:37.169 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-11T08:31:37.420 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:37.487 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up zip (3.0-12build2) ... 2024-02-11T08:31:37.571 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-11T08:31:37.612 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T08:31:37.956 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-11T08:31:38.171 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T08:31:38.207 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-11T08:31:38.290 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T08:31:38.431 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:38.449 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-11T08:31:38.532 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T08:31:38.565 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-11T08:31:38.658 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-11T08:31:38.709 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-11T08:31:38.776 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T08:31:38.824 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T08:31:38.950 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-11T08:31:38.960 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-11T08:31:39.060 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-11T08:31:39.076 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T08:31:39.211 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T08:31:39.337 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-11T08:31:39.378 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-11T08:31:39.478 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-11T08:31:39.612 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-11T08:31:39.646 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T08:31:39.729 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T08:31:39.773 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T08:31:39.838 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:39.964 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-11T08:31:40.057 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-11T08:31:40.105 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T08:31:40.274 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-11T08:31:40.349 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-11T08:31:40.415 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T08:31:40.524 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-11T08:31:40.601 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T08:31:40.767 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-11T08:31:40.784 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-11T08:31:41.018 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-11T08:31:41.034 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-11T08:31:41.052 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-11T08:31:41.144 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:41.160 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:41.233 INFO:teuthology.orchestra.run.smithi059.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-11T08:31:41.294 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-11T08:31:41.471 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T08:31:41.537 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T08:31:41.597 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T08:31:41.655 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-11T08:31:41.662 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-idna (3.3-1) ... 2024-02-11T08:31:41.922 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T08:31:41.982 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-11T08:31:41.988 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T08:31:42.048 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T08:31:42.241 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-11T08:31:42.341 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-11T08:31:42.359 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-11T08:31:42.610 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:42.651 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-11T08:31:42.736 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T08:31:42.910 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T08:31:43.011 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-11T08:31:43.062 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T08:31:43.112 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:43.177 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T08:31:43.185 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-11T08:31:43.363 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T08:31:43.420 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:43.447 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T08:31:43.562 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-11T08:31:43.573 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T08:31:43.664 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-11T08:31:43.765 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-11T08:31:43.830 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T08:31:43.940 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-11T08:31:43.983 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-11T08:31:44.033 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-11T08:31:44.057 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T08:31:44.242 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-11T08:31:44.309 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T08:31:44.375 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-11T08:31:44.376 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-11T08:31:44.626 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-11T08:31:44.644 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:44.654 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-11T08:31:44.762 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T08:31:44.894 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:45.020 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-11T08:31:45.048 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-11T08:31:45.079 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T08:31:45.332 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T08:31:45.346 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-11T08:31:45.389 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T08:31:45.606 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-11T08:31:45.660 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T08:31:45.673 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-11T08:31:45.786 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:45.799 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-11T08:31:45.912 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:45.974 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-11T08:31:46.046 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-11T08:31:46.067 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-11T08:31:46.241 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-11T08:31:46.343 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T08:31:46.349 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:46.450 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:46.526 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-11T08:31:46.576 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-11T08:31:46.705 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-11T08:31:46.810 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T08:31:46.853 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:46.919 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-11T08:31:46.979 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:47.073 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-11T08:31:47.130 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:47.221 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T08:31:47.347 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T08:31:47.351 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T08:31:47.351 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T08:31:47.383 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T08:31:47.656 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-11T08:31:47.744 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T08:31:47.798 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:47.845 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:47.924 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:47.940 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-11T08:31:47.946 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:48.050 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:48.063 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-11T08:31:48.168 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T08:31:48.200 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T08:31:48.326 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-11T08:31:48.400 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:48.452 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T08:31:48.525 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:48.541 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-11T08:31:48.652 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-11T08:31:48.787 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T08:31:48.913 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T08:31:48.939 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.038 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.139 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.298 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-11T08:31:49.350 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T08:31:49.350 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T08:31:49.421 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.547 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.549 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-11T08:31:49.673 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.675 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-11T08:31:49.799 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.823 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.925 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:49.934 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T08:31:49.949 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:50.044 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T08:31:50.075 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:50.201 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T08:31:50.378 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T08:31:50.435 INFO:teuthology.orchestra.run.smithi059.stdout:Adding group ceph....done 2024-02-11T08:31:50.696 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T08:31:50.778 INFO:teuthology.orchestra.run.smithi059.stdout:Adding system user ceph....done 2024-02-11T08:31:50.938 INFO:teuthology.orchestra.run.smithi059.stdout:Setting system user ceph properties....done 2024-02-11T08:31:50.957 INFO:teuthology.orchestra.run.smithi059.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-11T08:31:50.980 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-11T08:31:51.081 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-11T08:31:51.103 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-11T08:31:51.340 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-11T08:31:51.422 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:51.444 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-11T08:31:51.531 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:51.608 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T08:31:51.657 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:51.783 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:51.893 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:51.909 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:51.984 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-11T08:31:51.994 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:52.371 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-11T08:31:52.426 INFO:teuthology.orchestra.run.smithi097.stdout:Adding group ceph....done 2024-02-11T08:31:52.466 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:31:52.466 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:31:52.656 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T08:31:52.745 INFO:teuthology.orchestra.run.smithi097.stdout:Adding system user ceph....done 2024-02-11T08:31:52.921 INFO:teuthology.orchestra.run.smithi097.stdout:Setting system user ceph properties....done 2024-02-11T08:31:52.922 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:52.935 INFO:teuthology.orchestra.run.smithi097.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-11T08:31:53.001 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T08:31:53.091 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-11T08:31:53.102 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:53.211 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:53.292 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-11T08:31:53.337 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-11T08:31:53.383 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-11T08:31:53.632 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:53.723 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:53.757 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:53.884 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-11T08:31:53.884 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:53.917 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T08:31:53.917 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T08:31:54.013 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:54.160 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:54.271 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:54.358 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:54.395 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:54.493 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:31:54.493 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:31:54.588 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T08:31:54.588 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T08:31:54.615 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T08:31:54.615 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T08:31:55.051 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:55.122 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:55.199 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:55.256 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:55.341 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T08:31:55.341 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T08:31:55.382 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:55.508 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T08:31:55.545 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-11T08:31:55.828 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:55.954 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:56.059 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:56.115 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:56.292 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T08:31:56.293 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T08:31:56.331 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T08:31:56.332 INFO:teuthology.orchestra.run.smithi059.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T08:31:56.785 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:56.786 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:56.787 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:56.904 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:56.939 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:57.001 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T08:31:57.001 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T08:31:57.005 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:57.063 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:57.115 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:57.206 INFO:teuthology.orchestra.run.smithi059.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:57.241 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:57.507 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:57.558 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-11T08:31:57.659 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-11T08:31:57.781 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T08:31:57.781 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T08:31:57.800 INFO:teuthology.orchestra.run.smithi001.stdout:Adding group ceph....done 2024-02-11T08:31:57.811 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-11T08:31:58.177 INFO:teuthology.orchestra.run.smithi001.stdout:Adding system user ceph....done 2024-02-11T08:31:58.276 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:58.354 INFO:teuthology.orchestra.run.smithi001.stdout:Setting system user ceph properties....done 2024-02-11T08:31:58.371 INFO:teuthology.orchestra.run.smithi001.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-11T08:31:58.402 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:58.521 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-11T08:31:58.553 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:58.760 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T08:31:58.760 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T08:31:58.804 INFO:teuthology.orchestra.run.smithi059.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-11T08:31:58.837 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-11T08:31:59.263 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:59.413 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:59.455 INFO:teuthology.orchestra.run.smithi059.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-11T08:31:59.461 DEBUG:teuthology.parallel:result is None 2024-02-11T08:31:59.511 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:59.683 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:59.804 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:31:59.857 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:00.201 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-11T08:32:00.311 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-11T08:32:00.343 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:32:00.343 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T08:32:00.455 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-11T08:32:00.789 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:01.118 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-11T08:32:01.505 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-11T08:32:01.582 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:01.814 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T08:32:01.814 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T08:32:02.203 INFO:teuthology.orchestra.run.smithi097.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-11T08:32:02.208 DEBUG:teuthology.parallel:result is None 2024-02-11T08:32:02.497 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:02.704 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T08:32:02.704 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T08:32:03.140 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:03.471 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T08:32:03.471 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T08:32:03.966 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:04.092 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:04.235 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:04.459 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T08:32:04.459 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T08:32:04.920 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:05.071 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:05.196 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:05.356 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T08:32:05.726 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-11T08:32:05.826 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-11T08:32:05.971 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-11T08:32:06.687 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-11T08:32:07.312 INFO:teuthology.orchestra.run.smithi001.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-11T08:32:07.317 DEBUG:teuthology.parallel:result is None 2024-02-11T08:32:07.318 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-11T08:32:07.542 DEBUG:teuthology.orchestra.run.smithi001:> dpkg-query -W -f '${Version}' ceph 2024-02-11T08:32:07.562 INFO:teuthology.orchestra.run.smithi001.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:32:07.562 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:32:07.563 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-11T08:32:07.565 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-11T08:32:07.783 DEBUG:teuthology.orchestra.run.smithi059:> dpkg-query -W -f '${Version}' ceph 2024-02-11T08:32:07.803 INFO:teuthology.orchestra.run.smithi059.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:32:07.804 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:32:07.804 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-11T08:32:07.806 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-11T08:32:08.023 DEBUG:teuthology.orchestra.run.smithi097:> dpkg-query -W -f '${Version}' ceph 2024-02-11T08:32:08.042 INFO:teuthology.orchestra.run.smithi097.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:32:08.043 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:32:08.043 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-11T08:32:08.045 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-11T08:32:08.045 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:32:08.046 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T08:32:08.060 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-11T08:32:08.061 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T08:32:08.075 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-11T08:32:08.075 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T08:32:08.097 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-11T08:32:08.097 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:32:08.097 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T08:32:08.117 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T08:32:08.173 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-11T08:32:08.174 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T08:32:08.188 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T08:32:08.242 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-11T08:32:08.242 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T08:32:08.256 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T08:32:08.311 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-11T08:32:08.311 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:32:08.311 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T08:32:08.325 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T08:32:08.384 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-11T08:32:08.384 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T08:32:08.398 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T08:32:08.454 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-11T08:32:08.454 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T08:32:08.468 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T08:32:08.524 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-11T08:32:08.524 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:32:08.524 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T08:32:08.538 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T08:32:08.592 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2024-02-11T08:32:08.593 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T08:32:08.606 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T08:32:08.661 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-02-11T08:32:08.661 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T08:32:08.675 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T08:32:08.728 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T08:32:08.823 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T08:32:08.823 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:32:08.824 INFO:tasks.cephadm:Cluster fsid is 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:32:08.824 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T08:32:08.824 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.1', 'mon.b': '172.21.15.59', 'mon.c': '172.21.15.97'} 2024-02-11T08:32:08.824 INFO:tasks.cephadm:First mon is mon.a on smithi001 2024-02-11T08:32:08.824 INFO:tasks.cephadm:First mgr is a 2024-02-11T08:32:08.824 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T08:32:08.824 DEBUG:teuthology.orchestra.run.smithi001:> sudo hostname $(hostname -s) 2024-02-11T08:32:08.839 DEBUG:teuthology.orchestra.run.smithi059:> sudo hostname $(hostname -s) 2024-02-11T08:32:08.854 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-02-11T08:32:08.868 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-11T08:32:08.868 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-11T08:32:09.085 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-11T08:32:09.300 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-11T08:32:09.301 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-11T08:32:09.302 DEBUG:teuthology.orchestra.run.smithi001:> 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-11T08:32:09.898 INFO:teuthology.orchestra.run.smithi001.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 11 08:32 /home/ubuntu/cephtest/cephadm 2024-02-11T08:32:09.898 DEBUG:teuthology.orchestra.run.smithi059:> 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-11T08:32:10.489 INFO:teuthology.orchestra.run.smithi059.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 11 08:32 /home/ubuntu/cephtest/cephadm 2024-02-11T08:32:10.489 DEBUG:teuthology.orchestra.run.smithi097:> 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-11T08:32:11.075 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 11 08:32 /home/ubuntu/cephtest/cephadm 2024-02-11T08:32:11.076 DEBUG:teuthology.orchestra.run.smithi001:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T08:32:11.084 DEBUG:teuthology.orchestra.run.smithi059:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T08:32:11.091 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T08:32:11.110 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-11T08:32:11.110 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T08:32:11.126 DEBUG:teuthology.orchestra.run.smithi059:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T08:32:11.135 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T08:32:11.293 INFO:teuthology.orchestra.run.smithi001.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:32:11.303 INFO:teuthology.orchestra.run.smithi059.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:32:11.308 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:33:41.325 INFO:teuthology.orchestra.run.smithi059.stdout:{ 2024-02-11T08:33:41.326 INFO:teuthology.orchestra.run.smithi059.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T08:33:41.326 INFO:teuthology.orchestra.run.smithi059.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T08:33:41.326 INFO:teuthology.orchestra.run.smithi059.stdout: "repo_digests": [ 2024-02-11T08:33:41.326 INFO:teuthology.orchestra.run.smithi059.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T08:33:41.326 INFO:teuthology.orchestra.run.smithi059.stdout: ] 2024-02-11T08:33:41.327 INFO:teuthology.orchestra.run.smithi059.stdout:} 2024-02-11T08:33:46.894 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-02-11T08:33:46.895 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T08:33:46.895 INFO:teuthology.orchestra.run.smithi097.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T08:33:46.895 INFO:teuthology.orchestra.run.smithi097.stdout: "repo_digests": [ 2024-02-11T08:33:46.895 INFO:teuthology.orchestra.run.smithi097.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T08:33:46.895 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-02-11T08:33:46.895 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-02-11T08:33:48.320 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2024-02-11T08:33:48.320 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T08:33:48.320 INFO:teuthology.orchestra.run.smithi001.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T08:33:48.320 INFO:teuthology.orchestra.run.smithi001.stdout: "repo_digests": [ 2024-02-11T08:33:48.321 INFO:teuthology.orchestra.run.smithi001.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T08:33:48.321 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2024-02-11T08:33:48.321 INFO:teuthology.orchestra.run.smithi001.stdout:} 2024-02-11T08:33:48.368 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /etc/ceph 2024-02-11T08:33:48.382 DEBUG:teuthology.orchestra.run.smithi059:> sudo mkdir -p /etc/ceph 2024-02-11T08:33:48.397 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /etc/ceph 2024-02-11T08:33:48.412 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 777 /etc/ceph 2024-02-11T08:33:48.437 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 777 /etc/ceph 2024-02-11T08:33:48.454 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 777 /etc/ceph 2024-02-11T08:33:48.467 INFO:tasks.cephadm:Writing seed config... 2024-02-11T08:33:48.468 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T08:33:48.469 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T08:33:48.470 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-11T08:33:48.470 DEBUG:teuthology.orchestra.run.smithi001:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T08:33:48.485 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 = 0b8aaf58-c8b8-11ee-95b9-87774f69a715 mon election default strategy = 3 [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 = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-11T08:33:48.486 DEBUG:teuthology.orchestra.run.smithi001:mon.a> sudo journalctl -f -n 0 -u ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mon.a.service 2024-02-11T08:33:48.531 DEBUG:teuthology.orchestra.run.smithi001:mgr.a> sudo journalctl -f -n 0 -u ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service 2024-02-11T08:33:48.574 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T08:33:48.574 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid 0b8aaf58-c8b8-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.1 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T08:33:48.793 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-02-11T08:33:48.794 INFO:teuthology.orchestra.run.smithi001.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', '0b8aaf58-c8b8-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.1', '--skip-admin-label'] 2024-02-11T08:33:48.794 INFO:teuthology.orchestra.run.smithi001.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-11T08:33:48.794 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying podman|docker is present... 2024-02-11T08:33:48.795 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying lvm2 is present... 2024-02-11T08:33:48.795 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying time synchronization is in place... 2024-02-11T08:33:48.801 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T08:33:48.801 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T08:33:48.806 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T08:33:48.806 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.810 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-11T08:33:48.811 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-11T08:33:48.815 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-11T08:33:48.815 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.819 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-11T08:33:48.819 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout masked 2024-02-11T08:33:48.823 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-11T08:33:48.823 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.826 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-11T08:33:48.827 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-11T08:33:48.830 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-11T08:33:48.830 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.834 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-02-11T08:33:48.838 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-02-11T08:33:48.838 INFO:teuthology.orchestra.run.smithi001.stdout:Unit ntp.service is enabled and running 2024-02-11T08:33:48.838 INFO:teuthology.orchestra.run.smithi001.stdout:Repeating the final host check... 2024-02-11T08:33:48.838 INFO:teuthology.orchestra.run.smithi001.stdout:docker (/usr/bin/docker) is present 2024-02-11T08:33:48.838 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl is present 2024-02-11T08:33:48.839 INFO:teuthology.orchestra.run.smithi001.stdout:lvcreate is present 2024-02-11T08:33:48.842 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T08:33:48.842 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T08:33:48.845 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T08:33:48.845 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.849 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-11T08:33:48.849 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-11T08:33:48.852 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-11T08:33:48.852 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.855 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-11T08:33:48.855 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout masked 2024-02-11T08:33:48.859 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-11T08:33:48.859 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.863 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-11T08:33:48.863 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-11T08:33:48.866 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-11T08:33:48.866 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-11T08:33:48.870 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-02-11T08:33:48.874 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-02-11T08:33:48.874 INFO:teuthology.orchestra.run.smithi001.stdout:Unit ntp.service is enabled and running 2024-02-11T08:33:48.874 INFO:teuthology.orchestra.run.smithi001.stdout:Host looks OK 2024-02-11T08:33:48.874 INFO:teuthology.orchestra.run.smithi001.stdout:Cluster fsid: 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:33:48.874 INFO:teuthology.orchestra.run.smithi001.stdout:Acquiring lock 140421133348544 on /run/cephadm/0b8aaf58-c8b8-11ee-95b9-87774f69a715.lock 2024-02-11T08:33:48.874 INFO:teuthology.orchestra.run.smithi001.stdout:Lock 140421133348544 acquired on /run/cephadm/0b8aaf58-c8b8-11ee-95b9-87774f69a715.lock 2024-02-11T08:33:48.875 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 3300 ... 2024-02-11T08:33:48.875 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 6789 ... 2024-02-11T08:33:48.875 INFO:teuthology.orchestra.run.smithi001.stdout:Base mon IP(s) is [172.21.15.1:3300, 172.21.15.1:6789], mon addrv is [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-02-11T08:33:48.877 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-02-11T08:33:48.877 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-11T08:33:48.877 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 2024-02-11T08:33:48.879 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T08:33:48.879 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-11T08:33:48.879 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:48.881 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e8/64 scope link 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-11T08:33:48.882 INFO:teuthology.orchestra.run.smithi001.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T08:33:48.883 INFO:teuthology.orchestra.run.smithi001.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T08:33:49.130 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout 14aa01b918f09661ae41e4c41d1de99d6ac08228: Pulling from ceph-ci/ceph 2024-02-11T08:33:49.130 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout Digest: sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927 2024-02-11T08:33:49.130 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:49.130 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:33:50.442 INFO:teuthology.orchestra.run.smithi001.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:33:50.442 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:33:50.442 INFO:teuthology.orchestra.run.smithi001.stdout:Extracting ceph user uid/gid from container image... 2024-02-11T08:33:51.536 INFO:teuthology.orchestra.run.smithi001.stdout:stat: stdout 167 167 2024-02-11T08:33:51.536 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial keys... 2024-02-11T08:33:52.675 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQBwhshlNANXChAAVetLrgOwjTu4sOeJwF8MNA== 2024-02-11T08:33:53.838 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQBxhshlsCIUExAAt2m1xX64bD6fNGDtSU88Lg== 2024-02-11T08:33:54.933 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQByhshlLoJbGRAAYqaOT3CeqOWxbWrd+WSQsg== 2024-02-11T08:33:54.935 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial monmap... 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:monmaptool for a [v2:172.21.15.1:3300,v1:172.21.15.1:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:setting min_mon_release = quincy 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: set fsid to 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-11T08:33:56.031 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mon... 2024-02-11T08:33:57.184 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.617+0000 7f8c65ee1c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.617+0000 7f8c65ee1c80 1 imported monmap: 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr fsid 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-02-11T08:33:55.559902+0000 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr created 2024-02-11T08:33:55.559902+0000 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.617+0000 7f8c65ee1c80 0 /usr/bin/ceph-mon: set fsid to 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:33:57.185 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Git sha 0 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: DB SUMMARY 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: DB Session ID: R2GFRNPFUBNZVQO6SOG9 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.186 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.error_if_exists: 0 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.create_if_missing: 1 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.env: 0x5583bb8cdae0 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.info_log: 0x5583bd86ac60 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.statistics: (nil) 2024-02-11T08:33:57.187 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.use_fsync: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T08:33:57.188 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.db_log_dir: 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.wal_dir: 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.write_buffer_manager: 0x5583bd83f360 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T08:33:57.189 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.unordered_write: 0 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T08:33:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.row_cache: None 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.wal_filter: None 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.two_write_queues: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.wal_compression: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.atomic_flush: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-11T08:33:57.191 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T08:33:57.192 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_open_files: -1 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Compression algorithms supported: 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kZSTD supported: 0 2024-02-11T08:33:57.193 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kXpressCompression supported: 0 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kZlibCompression supported: 1 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-11T08:33:57.194 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.merge_operator: 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_filter: None 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5583bd86ad60) 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-11T08:33:57.195 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5583bd8711f0 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-11T08:33:57.196 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-11T08:33:57.197 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression: NoCompression 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.num_levels: 7 2024-02-11T08:33:57.198 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-11T08:33:57.199 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T08:33:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T08:33:57.201 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T08:33:57.202 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.table_properties_collectors: 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.bloom_locality: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T08:33:57.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.ttl: 2592000 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.enable_blob_files: false 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.min_blob_size: 0 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-11T08:33:57.204 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 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-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dc4e21c6-bff3-49dc-b48a-53142bc48346 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.621+0000 7f8c65ee1c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.205 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.625+0000 7f8c65ee1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5583bd93e000 2024-02-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.625+0000 7f8c65ee1c80 4 rocksdb: DB pointer 0x5583bd92e000 2024-02-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.625+0000 7f8c56057700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.625+0000 7f8c56057700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.206 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T08:33:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.208 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.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-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5583bd8711f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.625+0000 7f8c65ee1c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.625+0000 7f8c65ee1c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T08:33:56.625+0000 7f8c65ee1c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-02-11T08:33:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:create mon.a on 2024-02-11T08:33:57.455 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-02-11T08:33:57.650 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-11T08:33:57.870 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715.target. 2024-02-11T08:33:57.871 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715.target. 2024-02-11T08:33:58.153 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mon.a 2024-02-11T08:33:58.153 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-11T08:33:58.345 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715.target.wants/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@.service. 2024-02-11T08:33:58.355 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-02-11T08:33:58.355 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T08:33:58.356 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon to start... 2024-02-11T08:33:58.356 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon... 2024-02-11T08:33:59.688 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:33:59 smithi001 bash[20906]: cluster 2024-02-11T08:33:59.431028+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T08:34:00.179 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout cluster: 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout id: 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout services: 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.220904s) 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout data: 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-11T08:34:00.180 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pgs: 2024-02-11T08:34:00.181 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:00.181 INFO:teuthology.orchestra.run.smithi001.stdout:mon is available 2024-02-11T08:34:00.181 INFO:teuthology.orchestra.run.smithi001.stdout:Assimilating anything we can from ceph.conf... 2024-02-11T08:34:00.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:00 smithi001 bash[20906]: cluster 2024-02-11T08:33:59.453828+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T08:34:00.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:00 smithi001 bash[20906]: cluster 2024-02-11T08:33:59.453992+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-11T08:34:00.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:00 smithi001 bash[20906]: cluster 2024-02-11T08:33:59.456231+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2024-02-11T08:34:00.726 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:00 smithi001 bash[20906]: cluster 2024-02-11T08:33:59.458357+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-11T08:34:00.726 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:00 smithi001 bash[20906]: cluster 2024-02-11T08:33:59.458754+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-02-11T08:34:00.726 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:00 smithi001 bash[20906]: audit 2024-02-11T08:33:59.674683+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.1:0/3226805748' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T08:34:01.576 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:01.577 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T08:34:01.578 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T08:34:01.578 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T08:34:01.578 INFO:teuthology.orchestra.run.smithi001.stdout:Generating new minimal ceph.conf... 2024-02-11T08:34:01.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:01 smithi001 bash[20906]: audit 2024-02-11T08:34:01.071858+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.1:0/2011598263' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T08:34:01.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:01 smithi001 bash[20906]: audit 2024-02-11T08:34:01.074442+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.1:0/2011598263' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T08:34:02.938 INFO:teuthology.orchestra.run.smithi001.stdout:Restarting the monitor... 2024-02-11T08:34:02.944 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:02 smithi001 bash[20906]: audit 2024-02-11T08:34:02.490431+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.1:0/1624444427' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T08:34:03.203 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:02 smithi001 systemd[1]: Stopping Ceph mon.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715... 2024-02-11T08:34:03.203 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:03 smithi001 bash[20906]: debug 2024-02-11T08:34:03.065+0000 7fbaca7fb700 -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-11T08:34:03.203 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:03 smithi001 bash[20906]: debug 2024-02-11T08:34:03.065+0000 7fbaca7fb700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T08:34:03.723 INFO:teuthology.orchestra.run.smithi001.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-11T08:34:03.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:03 smithi001 bash[21294]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715-mon-a 2024-02-11T08:34:03.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:03 smithi001 bash[21354]: Error response from daemon: No such container: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715-mon-a 2024-02-11T08:34:03.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:03 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-11T08:34:03.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:03 smithi001 systemd[1]: Stopped Ceph mon.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:34:03.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:03 smithi001 systemd[1]: Started Ceph mon.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:34:04.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.649+0000 7fbe0a32dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T08:34:04.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.649+0000 7fbe0a32dc80 0 ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 7 2024-02-11T08:34:04.964 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.649+0000 7fbe0a32dc80 0 pidfile_write: ignore empty --pid-file 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 0 load: jerasure load: lrc 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: RocksDB version: 7.9.2 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Git sha 0 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: DB SUMMARY 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: DB Session ID: Y1OVXWENRT0V81UN9DGE 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: CURRENT file: CURRENT 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84589 ; 2024-02-11T08:34:04.965 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.error_if_exists: 0 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.create_if_missing: 0 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.env: 0x5575c5c48ae0 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.info_log: 0x5575c71a9a00 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.statistics: (nil) 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.use_fsync: 0 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T08:34:04.966 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.db_log_dir: 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.wal_dir: 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T08:34:04.967 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.write_buffer_manager: 0x5575c717f400 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T08:34:04.968 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T08:34:04.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T08:34:04.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T08:34:04.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.unordered_write: 0 2024-02-11T08:34:04.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T08:34:04.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T08:34:04.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T08:34:04.970 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.row_cache: None 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.wal_filter: None 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.two_write_queues: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.wal_compression: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.atomic_flush: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T08:34:04.971 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T08:34:04.972 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_open_files: -1 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Compression algorithms supported: 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T08:34:04.973 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kZSTD supported: 0 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kXpressCompression supported: 0 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kZlibCompression supported: 1 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.merge_operator: 2024-02-11T08:34:04.974 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_filter: None 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5575c71a9b00) 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: cache_index_and_filter_blocks: 1 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: pin_top_level_index_and_filter: 1 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: index_type: 0 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: data_block_index_type: 0 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: index_shortening: 1 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: data_block_hash_table_util_ratio: 0.750000 2024-02-11T08:34:04.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: checksum: 4 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: no_block_cache: 0 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_cache: 0x5575c71af1f0 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_cache_name: BinnedLRUCache 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_cache_options: 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: capacity : 536870912 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: num_shard_bits : 4 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: strict_capacity_limit : 0 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: high_pri_pool_ratio: 0.000 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_cache_compressed: (nil) 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: persistent_cache: (nil) 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_size: 4096 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_size_deviation: 10 2024-02-11T08:34:04.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_restart_interval: 16 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: index_block_restart_interval: 1 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: metadata_block_size: 4096 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: partition_filters: 0 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: use_delta_encoding: 1 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: filter_policy: bloomfilter 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: whole_key_filtering: 1 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: verify_compression: 0 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: read_amp_bytes_per_bit: 0 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: format_version: 5 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: enable_index_compression: 1 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: block_align: 0 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: max_auto_readahead_size: 262144 2024-02-11T08:34:04.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: prepopulate_block_cache: 0 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: initial_auto_readahead_size: 8192 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: num_file_reads_for_auto_readahead: 2 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression: NoCompression 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.num_levels: 7 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T08:34:04.978 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T08:34:04.979 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T08:34:04.980 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T08:34:04.981 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.table_properties_collectors: 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T08:34:04.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.bloom_locality: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.ttl: 2592000 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.enable_blob_files: false 2024-02-11T08:34:04.983 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.min_blob_size: 0 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.653+0000 7fbe0a32dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 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-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dc4e21c6-bff3-49dc-b48a-53142bc48346 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707640444662378, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-11T08:34:04.984 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707640444663672, "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": 1707640444, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dc4e21c6-bff3-49dc-b48a-53142bc48346", "db_session_id": "Y1OVXWENRT0V81UN9DGE", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707640444663804, "job": 1, "event": "recovery_finished"} 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 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-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5575c72a6000 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.657+0000 7fbe0a32dc80 4 rocksdb: DB pointer 0x5575c7290000 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbdf8a9b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbdf8a9b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: ** DB Stats ** 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 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-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T08:34:04.985 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 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-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: ** Compaction Stats [default] ** 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 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-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: L0 2/0 81.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Sum 2/0 81.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 98.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: ** Compaction Stats [default] ** 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 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-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 98.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T08:34:04.986 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Cumulative compaction: 0.00 GB write, 17.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Interval compaction: 0.00 GB write, 17.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 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-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: Block cache BinnedLRUCache@0x5575c71af1f0#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 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-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T08:34:04.987 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 1 mon.a@-1(???) e1 preinit fsid 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 0 mon.a@-1(???).mds e1 new map 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 0 mon.a@-1(???).mds e1 print_map 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: e1 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 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-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: legacy client fscid: -1 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: No filesystems configured 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T08:34:04.988 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T08:34:04.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T08:34:04.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: debug 2024-02-11T08:34:04.661+0000 7fbe0a32dc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T08:34:04.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: cluster 2024-02-11T08:34:04.674835+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T08:34:04.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: cluster 2024-02-11T08:34:04.674957+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-11T08:34:04.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: cluster 2024-02-11T08:34:04.675465+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2024-02-11T08:34:04.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: cluster 2024-02-11T08:34:04.675589+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-11T08:34:04.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:04 smithi001 bash[21389]: cluster 2024-02-11T08:34:04.676213+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-02-11T08:34:05.440 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-11T08:34:05.460 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T08:34:05.461 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mgr... 2024-02-11T08:34:05.461 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-11T08:34:05.461 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-11T08:34:05.723 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a 2024-02-11T08:34:05.723 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-11T08:34:05.845 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:05 smithi001 systemd[1]: /etc/systemd/system/ceph-0b8aaf58-c8b8-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-11T08:34:05.930 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715.target.wants/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@.service. 2024-02-11T08:34:05.939 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-02-11T08:34:05.940 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T08:34:05.940 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-02-11T08:34:05.940 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-11T08:34:05.940 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr to start... 2024-02-11T08:34:05.940 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr... 2024-02-11T08:34:06.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:05 smithi001 systemd[1]: /etc/systemd/system/ceph-0b8aaf58-c8b8-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-11T08:34:06.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:05 smithi001 bash[21389]: audit 2024-02-11T08:34:04.951503+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.1:0/3096142864' entity='client.admin' 2024-02-11T08:34:07.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:07 smithi001 bash[21389]: audit 2024-02-11T08:34:07.263630+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.1:0/2431046645' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:34:07.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:07 smithi001 bash[21645]: debug 2024-02-11T08:34:07.169+0000 7f8bc7bc9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:34:07.729 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "0b8aaf58-c8b8-11ee-95b9-87774f69a715", 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:34:07.730 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:34:07.731 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:34:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:34:07.734 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:07.734 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:33:59.455162+0000", 2024-02-11T08:34:07.734 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:07.734 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:07.734 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:34:07.734 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:34:07.734 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (1/15)... 2024-02-11T08:34:09.154 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:08 smithi001 bash[21645]: debug 2024-02-11T08:34:08.793+0000 7f8bc7bc9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:34:09.154 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:08 smithi001 bash[21645]: debug 2024-02-11T08:34:08.893+0000 7f8bc7bc9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:34:09.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:09 smithi001 bash[21645]: debug 2024-02-11T08:34:09.149+0000 7f8bc7bc9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:34:10.093 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:09 smithi001 bash[21645]: debug 2024-02-11T08:34:09.977+0000 7f8bc7bc9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:10.093 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:10 smithi001 bash[21645]: debug 2024-02-11T08:34:10.089+0000 7f8bc7bc9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:34:10.349 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:10 smithi001 bash[21645]: debug 2024-02-11T08:34:10.201+0000 7f8bc7bc9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:34:10.685 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:10 smithi001 bash[21645]: debug 2024-02-11T08:34:10.565+0000 7f8bc7bc9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:34:10.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:10 smithi001 bash[21389]: audit 2024-02-11T08:34:10.678063+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.1:0/421954122' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:34:10.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:10 smithi001 bash[21645]: debug 2024-02-11T08:34:10.681+0000 7f8bc7bc9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:34:10.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:10 smithi001 bash[21645]: debug 2024-02-11T08:34:10.789+0000 7f8bc7bc9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "0b8aaf58-c8b8-11ee-95b9-87774f69a715", 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:34:11.218 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:34:11.219 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:34:11.220 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:11.221 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:33:59.455162+0000", 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:34:11.222 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (2/15)... 2024-02-11T08:34:11.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:11 smithi001 bash[21645]: debug 2024-02-11T08:34:11.157+0000 7f8bc7bc9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:34:11.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:11 smithi001 bash[21645]: debug 2024-02-11T08:34:11.405+0000 7f8bc7bc9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:34:11.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:11 smithi001 bash[21645]: debug 2024-02-11T08:34:11.673+0000 7f8bc7bc9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:34:11.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:11 smithi001 bash[21645]: debug 2024-02-11T08:34:11.789+0000 7f8bc7bc9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:34:12.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:12 smithi001 bash[21645]: debug 2024-02-11T08:34:12.069+0000 7f8bc7bc9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:34:12.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:12 smithi001 bash[21645]: debug 2024-02-11T08:34:12.321+0000 7f8bc7bc9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:13.116 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:12 smithi001 bash[21645]: debug 2024-02-11T08:34:12.737+0000 7f8bc7bc9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:13.116 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:12 smithi001 bash[21645]: debug 2024-02-11T08:34:12.857+0000 7f8bc7bc9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:34:13.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:13 smithi001 bash[21645]: debug 2024-02-11T08:34:13.113+0000 7f8bc7bc9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:14.474 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:14 smithi001 bash[21389]: audit 2024-02-11T08:34:14.160337+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.1:0/678797378' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:34:14.528 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:14 smithi001 bash[21645]: debug 2024-02-11T08:34:14.157+0000 7f8bc7bc9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:34:14.528 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:14 smithi001 bash[21645]: debug 2024-02-11T08:34:14.273+0000 7f8bc7bc9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:34:14.687 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "0b8aaf58-c8b8-11ee-95b9-87774f69a715", 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:34:14.688 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:34:14.689 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:34:14.690 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:14.690 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:34:14.690 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:34:14.690 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:34:14.696 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:33:59.455162+0000", 2024-02-11T08:34:14.697 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:14.698 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:14.698 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:34:14.698 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:34:14.698 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (3/15)... 2024-02-11T08:34:14.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:14 smithi001 bash[21645]: debug 2024-02-11T08:34:14.573+0000 7f8bc7bc9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:34:14.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:14 smithi001 bash[21645]: debug 2024-02-11T08:34:14.689+0000 7f8bc7bc9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:34:15.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21645]: debug 2024-02-11T08:34:15.157+0000 7f8bc7bc9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:34:15.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21645]: debug 2024-02-11T08:34:15.281+0000 7f8bc7bc9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:34:15.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: cluster 2024-02-11T08:34:15.303993+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2024-02-11T08:34:15.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: cluster 2024-02-11T08:34:15.310991+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00747387s) 2024-02-11T08:34:15.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.311721+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.311832+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.311933+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.312031+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.312135+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.312257+0000 mon.a (mon.0) 17 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.312362+0000 mon.a (mon.0) 18 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.313142+0000 mon.a (mon.0) 19 : audit 0 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: cluster 2024-02-11T08:34:15.336312+0000 mon.a (mon.0) 20 : cluster 1 Manager daemon a is now available 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.349003+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.352042+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.354928+0000 mon.a (mon.0) 23 : audit 1 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' 2024-02-11T08:34:15.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.356776+0000 mon.a (mon.0) 24 : audit 1 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' 2024-02-11T08:34:15.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:15 smithi001 bash[21389]: audit 2024-02-11T08:34:15.358574+0000 mon.a (mon.0) 25 : audit 1 from='mgr.14100 172.21.15.1:0/3514581865' entity='mgr.a' 2024-02-11T08:34:17.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:17 smithi001 bash[21389]: cluster 2024-02-11T08:34:16.319445+0000 mon.a (mon.0) 26 : cluster 0 mgrmap e3: a(active, since 1.01593s) 2024-02-11T08:34:18.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:18 smithi001 bash[21389]: audit 2024-02-11T08:34:18.054960+0000 mon.a (mon.0) 27 : audit 0 from='client.? 172.21.15.1:0/1454410226' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T08:34:18.623 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:18.623 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:34:18.623 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "0b8aaf58-c8b8-11ee-95b9-87774f69a715", 2024-02-11T08:34:18.623 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T08:34:18.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T08:34:18.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T08:34:18.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T08:34:18.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:18.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T08:34:18.624 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T08:34:18.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-11T08:34:18.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:18.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T08:34:18.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T08:34:18.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:18.625 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-02-11T08:34:18.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T08:34:18.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:18.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T08:34:18.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T08:34:18.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:18.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T08:34:18.626 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:18.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T08:34:18.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T08:34:18.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T08:34:18.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T08:34:18.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T08:34:18.627 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T08:34:18.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:18.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T08:34:18.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T08:34:18.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T08:34:18.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T08:34:18.628 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T08:34:18.629 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T08:34:18.629 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T08:34:18.629 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T08:34:18.629 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T08:34:18.629 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:18.629 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T08:34:18.630 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T08:34:18.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T08:34:18.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T08:34:18.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T08:34:18.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-11T08:34:18.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:18.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:18.631 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T08:34:18.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T08:34:18.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T08:33:59.455162+0000", 2024-02-11T08:34:18.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T08:34:18.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-11T08:34:18.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T08:34:18.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:34:18.632 INFO:teuthology.orchestra.run.smithi001.stdout:mgr is available 2024-02-11T08:34:19.725 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:19 smithi001 bash[21389]: cluster 2024-02-11T08:34:18.316941+0000 mon.a (mon.0) 28 : cluster 0 mgrmap e4: a(active, since 3s) 2024-02-11T08:34:20.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:20.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T08:34:20.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 0b8aaf58-c8b8-11ee-95b9-87774f69a715 2024-02-11T08:34:20.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T08:34:20.365 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling cephadm module... 2024-02-11T08:34:20.949 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:20 smithi001 bash[21389]: audit 2024-02-11T08:34:19.843013+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.1:0/1028230590' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T08:34:20.949 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:20 smithi001 bash[21389]: audit 2024-02-11T08:34:19.846386+0000 mon.a (mon.0) 30 : audit 1 from='client.? 172.21.15.1:0/1028230590' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T08:34:21.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:21 smithi001 bash[21389]: audit 2024-02-11T08:34:21.664380+0000 mon.a (mon.0) 31 : audit 1 from='client.? 172.21.15.1:0/1640579774' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T08:34:21.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:21 smithi001 bash[21645]: ignoring --setuser ceph since I am not root 2024-02-11T08:34:21.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:21 smithi001 bash[21645]: ignoring --setgroup ceph since I am not root 2024-02-11T08:34:21.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:21 smithi001 bash[21645]: debug 2024-02-11T08:34:21.885+0000 7f4371b6f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:34:22.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:22 smithi001 bash[21389]: audit 2024-02-11T08:34:21.682830+0000 mon.a (mon.0) 32 : audit 1 from='client.? 172.21.15.1:0/1640579774' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T08:34:22.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:22 smithi001 bash[21389]: cluster 2024-02-11T08:34:21.688367+0000 mon.a (mon.0) 33 : cluster 0 mgrmap e5: a(active, since 6s) 2024-02-11T08:34:23.684 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:23 smithi001 bash[21645]: debug 2024-02-11T08:34:23.509+0000 7f4371b6f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:34:23.684 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:23 smithi001 bash[21645]: debug 2024-02-11T08:34:23.613+0000 7f4371b6f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:34:23.946 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-11T08:34:23.946 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-11T08:34:23.946 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T08:34:23.946 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-11T08:34:23.946 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-11T08:34:23.946 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-11T08:34:23.946 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-02-11T08:34:23.947 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 5... 2024-02-11T08:34:23.963 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:23 smithi001 bash[21389]: audit 2024-02-11T08:34:23.409821+0000 mon.a (mon.0) 34 : audit 0 from='client.? 172.21.15.1:0/3066882669' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T08:34:23.963 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:23 smithi001 bash[21645]: debug 2024-02-11T08:34:23.865+0000 7f4371b6f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:34:24.815 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:24 smithi001 bash[21645]: debug 2024-02-11T08:34:24.701+0000 7f4371b6f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:25.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:24 smithi001 bash[21645]: debug 2024-02-11T08:34:24.813+0000 7f4371b6f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:34:25.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:24 smithi001 bash[21645]: debug 2024-02-11T08:34:24.917+0000 7f4371b6f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:34:25.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:25 smithi001 bash[21645]: debug 2024-02-11T08:34:25.281+0000 7f4371b6f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:34:25.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:25 smithi001 bash[21645]: debug 2024-02-11T08:34:25.397+0000 7f4371b6f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:34:25.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:25 smithi001 bash[21645]: debug 2024-02-11T08:34:25.505+0000 7f4371b6f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:34:26.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:25 smithi001 bash[21645]: debug 2024-02-11T08:34:25.869+0000 7f4371b6f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:34:26.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:26 smithi001 bash[21645]: debug 2024-02-11T08:34:26.117+0000 7f4371b6f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:34:26.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:26 smithi001 bash[21645]: debug 2024-02-11T08:34:26.385+0000 7f4371b6f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:34:26.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:26 smithi001 bash[21645]: debug 2024-02-11T08:34:26.501+0000 7f4371b6f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:34:27.036 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:26 smithi001 bash[21645]: debug 2024-02-11T08:34:26.785+0000 7f4371b6f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:34:27.452 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:27 smithi001 bash[21645]: debug 2024-02-11T08:34:27.033+0000 7f4371b6f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:27.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:27 smithi001 bash[21645]: debug 2024-02-11T08:34:27.449+0000 7f4371b6f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:27.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:27 smithi001 bash[21645]: debug 2024-02-11T08:34:27.573+0000 7f4371b6f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:34:28.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:27 smithi001 bash[21645]: debug 2024-02-11T08:34:27.825+0000 7f4371b6f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:29.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:28 smithi001 bash[21645]: debug 2024-02-11T08:34:28.877+0000 7f4371b6f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:34:29.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:28 smithi001 bash[21645]: debug 2024-02-11T08:34:28.993+0000 7f4371b6f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:34:29.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:29 smithi001 bash[21645]: debug 2024-02-11T08:34:29.293+0000 7f4371b6f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:34:29.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:29 smithi001 bash[21645]: debug 2024-02-11T08:34:29.409+0000 7f4371b6f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:34:30.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:29 smithi001 bash[21645]: debug 2024-02-11T08:34:29.877+0000 7f4371b6f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:34:30.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21645]: debug 2024-02-11T08:34:30.005+0000 7f4371b6f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:34:30.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: cluster 2024-02-11T08:34:30.027556+0000 mon.a (mon.0) 35 : cluster 1 Active manager daemon a restarted 2024-02-11T08:34:30.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: cluster 2024-02-11T08:34:30.028408+0000 mon.a (mon.0) 36 : cluster 1 Activating manager daemon a 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: cluster 2024-02-11T08:34:30.036410+0000 mon.a (mon.0) 37 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: cluster 2024-02-11T08:34:30.036689+0000 mon.a (mon.0) 38 : cluster 0 mgrmap e6: a(active, starting, since 0.00863358s) 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.037599+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.040389+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.041645+0000 mon.a (mon.0) 41 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.041886+0000 mon.a (mon.0) 42 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.042115+0000 mon.a (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: cluster 2024-02-11T08:34:30.067804+0000 mon.a (mon.0) 44 : cluster 1 Manager daemon a is now available 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.088997+0000 mon.a (mon.0) 45 : audit 1 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.091467+0000 mon.a (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.093932+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.098110+0000 mon.a (mon.0) 48 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:34:30.976 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.100291+0000 mon.a (mon.0) 49 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:34:30.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.104523+0000 mon.a (mon.0) 50 : audit 0 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:34:30.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.113447+0000 mon.a (mon.0) 51 : audit 1 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:34:30.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.116761+0000 mon.a (mon.0) 52 : audit 1 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:34:30.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.455335+0000 mon.a (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' 2024-02-11T08:34:30.977 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:30 smithi001 bash[21389]: audit 2024-02-11T08:34:30.460022+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.1:0/3913487493' entity='mgr.a' 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: *** Caught signal (Aborted) ** 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: in thread 7f4367d91700 thread_name:admin_socket 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f436f12dd20] 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 2: gsignal() 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 3: abort() 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 4: /lib64/libc.so.6(+0x21d39) [0x7f436d608d39] 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 5: /lib64/libc.so.6(+0x46e86) [0x7f436d62de86] 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4370279785] 2024-02-11T08:34:31.330 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f437027af75] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4370279baf] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f4370285b6d] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f437027ff69] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4370281a4b] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 12: (AdminSocket::entry()+0x4de) [0x7f43702822ae] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f436e019b23] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f436f1231ca] 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 15: clone() 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug 2024-02-11T08:34:31.041+0000 7f4367d91700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: in thread 7f4367d91700 thread_name:admin_socket 2024-02-11T08:34:31.331 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:31.332 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f436f12dd20] 2024-02-11T08:34:31.332 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 2: gsignal() 2024-02-11T08:34:31.332 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 3: abort() 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 4: /lib64/libc.so.6(+0x21d39) [0x7f436d608d39] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 5: /lib64/libc.so.6(+0x46e86) [0x7f436d62de86] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4370279785] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f437027af75] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4370279baf] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f4370285b6d] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f437027ff69] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4370281a4b] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 12: (AdminSocket::entry()+0x4de) [0x7f43702822ae] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f436e019b23] 2024-02-11T08:34:31.333 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f436f1231ca] 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 15: clone() 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3284> 2024-02-11T08:34:21.885+0000 7f4371b6f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3187> 2024-02-11T08:34:23.509+0000 7f4371b6f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3175> 2024-02-11T08:34:23.613+0000 7f4371b6f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3131> 2024-02-11T08:34:23.865+0000 7f4371b6f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2899> 2024-02-11T08:34:24.701+0000 7f4371b6f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2858> 2024-02-11T08:34:24.813+0000 7f4371b6f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2838> 2024-02-11T08:34:24.917+0000 7f4371b6f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2819> 2024-02-11T08:34:25.281+0000 7f4371b6f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2796> 2024-02-11T08:34:25.397+0000 7f4371b6f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2780> 2024-02-11T08:34:25.505+0000 7f4371b6f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:34:31.334 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2746> 2024-02-11T08:34:25.869+0000 7f4371b6f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2725> 2024-02-11T08:34:26.117+0000 7f4371b6f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2698> 2024-02-11T08:34:26.385+0000 7f4371b6f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2656> 2024-02-11T08:34:26.501+0000 7f4371b6f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2614> 2024-02-11T08:34:26.785+0000 7f4371b6f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2532> 2024-02-11T08:34:27.033+0000 7f4371b6f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2487> 2024-02-11T08:34:27.449+0000 7f4371b6f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2466> 2024-02-11T08:34:27.573+0000 7f4371b6f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2449> 2024-02-11T08:34:27.825+0000 7f4371b6f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2325> 2024-02-11T08:34:28.877+0000 7f4371b6f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2311> 2024-02-11T08:34:28.993+0000 7f4371b6f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2252> 2024-02-11T08:34:29.293+0000 7f4371b6f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:34:31.335 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2238> 2024-02-11T08:34:29.409+0000 7f4371b6f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2209> 2024-02-11T08:34:29.877+0000 7f4371b6f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2187> 2024-02-11T08:34:30.005+0000 7f4371b6f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug 0> 2024-02-11T08:34:31.041+0000 7f4367d91700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: in thread 7f4367d91700 thread_name:admin_socket 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f436f12dd20] 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 2: gsignal() 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 3: abort() 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 4: /lib64/libc.so.6(+0x21d39) [0x7f436d608d39] 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 5: /lib64/libc.so.6(+0x46e86) [0x7f436d62de86] 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4370279785] 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f437027af75] 2024-02-11T08:34:31.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4370279baf] 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f4370285b6d] 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f437027ff69] 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4370281a4b] 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 12: (AdminSocket::entry()+0x4de) [0x7f43702822ae] 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f436e019b23] 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f436f1231ca] 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 15: clone() 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3284> 2024-02-11T08:34:21.885+0000 7f4371b6f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3187> 2024-02-11T08:34:23.509+0000 7f4371b6f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3175> 2024-02-11T08:34:23.613+0000 7f4371b6f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -3131> 2024-02-11T08:34:23.865+0000 7f4371b6f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2899> 2024-02-11T08:34:24.701+0000 7f4371b6f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:31.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2858> 2024-02-11T08:34:24.813+0000 7f4371b6f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2838> 2024-02-11T08:34:24.917+0000 7f4371b6f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2819> 2024-02-11T08:34:25.281+0000 7f4371b6f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2796> 2024-02-11T08:34:25.397+0000 7f4371b6f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2780> 2024-02-11T08:34:25.505+0000 7f4371b6f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2746> 2024-02-11T08:34:25.869+0000 7f4371b6f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2725> 2024-02-11T08:34:26.117+0000 7f4371b6f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2698> 2024-02-11T08:34:26.385+0000 7f4371b6f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2656> 2024-02-11T08:34:26.501+0000 7f4371b6f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2614> 2024-02-11T08:34:26.785+0000 7f4371b6f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2532> 2024-02-11T08:34:27.033+0000 7f4371b6f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2487> 2024-02-11T08:34:27.449+0000 7f4371b6f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2466> 2024-02-11T08:34:27.573+0000 7f4371b6f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2449> 2024-02-11T08:34:27.825+0000 7f4371b6f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:31.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2325> 2024-02-11T08:34:28.877+0000 7f4371b6f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2311> 2024-02-11T08:34:28.993+0000 7f4371b6f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2252> 2024-02-11T08:34:29.293+0000 7f4371b6f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2238> 2024-02-11T08:34:29.409+0000 7f4371b6f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2209> 2024-02-11T08:34:29.877+0000 7f4371b6f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug -2187> 2024-02-11T08:34:30.005+0000 7f4371b6f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: debug 0> 2024-02-11T08:34:31.041+0000 7f4367d91700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: in thread 7f4367d91700 thread_name:admin_socket 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f436f12dd20] 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 2: gsignal() 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 3: abort() 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 4: /lib64/libc.so.6(+0x21d39) [0x7f436d608d39] 2024-02-11T08:34:31.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 5: /lib64/libc.so.6(+0x46e86) [0x7f436d62de86] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4370279785] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f437027af75] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4370279baf] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f4370285b6d] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 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) [0x7f437027ff69] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4370281a4b] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 12: (AdminSocket::entry()+0x4de) [0x7f43702822ae] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f436e019b23] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f436f1231ca] 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: 15: clone() 2024-02-11T08:34:31.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21645]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:34:31.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21389]: cephadm 2024-02-11T08:34:30.086608+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-02-11T08:34:31.975 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:31 smithi001 bash[21389]: cluster 2024-02-11T08:34:31.041148+0000 mon.a (mon.0) 55 : cluster 0 mgrmap e7: a(active, since 1.01309s) 2024-02-11T08:34:31.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:34:31.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:31 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:34:42.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:41 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-11T08:34:42.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:41 smithi001 systemd[1]: Stopped Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:34:42.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:41 smithi001 systemd[1]: Started Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:34:43.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:42 smithi001 bash[22847]: debug 2024-02-11T08:34:42.912+0000 7f4c3812d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:34:44.894 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:44 smithi001 bash[22847]: debug 2024-02-11T08:34:44.536+0000 7f4c3812d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:34:44.894 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:44 smithi001 bash[22847]: debug 2024-02-11T08:34:44.636+0000 7f4c3812d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:34:45.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:44 smithi001 bash[22847]: debug 2024-02-11T08:34:44.892+0000 7f4c3812d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:34:45.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:45 smithi001 bash[22847]: debug 2024-02-11T08:34:45.716+0000 7f4c3812d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:45.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:45 smithi001 bash[22847]: debug 2024-02-11T08:34:45.828+0000 7f4c3812d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:34:45.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:45 smithi001 bash[22847]: debug 2024-02-11T08:34:45.936+0000 7f4c3812d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:34:46.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:46 smithi001 bash[22847]: debug 2024-02-11T08:34:46.300+0000 7f4c3812d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:34:46.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:46 smithi001 bash[22847]: debug 2024-02-11T08:34:46.416+0000 7f4c3812d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:34:46.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:46 smithi001 bash[22847]: debug 2024-02-11T08:34:46.524+0000 7f4c3812d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:34:47.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:46 smithi001 bash[22847]: debug 2024-02-11T08:34:46.892+0000 7f4c3812d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:34:47.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:47 smithi001 bash[22847]: debug 2024-02-11T08:34:47.136+0000 7f4c3812d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:34:47.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:47 smithi001 bash[22847]: debug 2024-02-11T08:34:47.412+0000 7f4c3812d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:34:47.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:47 smithi001 bash[22847]: debug 2024-02-11T08:34:47.528+0000 7f4c3812d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:34:48.067 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:47 smithi001 bash[22847]: debug 2024-02-11T08:34:47.812+0000 7f4c3812d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:34:48.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:48 smithi001 bash[22847]: debug 2024-02-11T08:34:48.064+0000 7f4c3812d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:48.865 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:48 smithi001 bash[22847]: debug 2024-02-11T08:34:48.484+0000 7f4c3812d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:48.865 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:48 smithi001 bash[22847]: debug 2024-02-11T08:34:48.604+0000 7f4c3812d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:34:49.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:48 smithi001 bash[22847]: debug 2024-02-11T08:34:48.860+0000 7f4c3812d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:50.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:49 smithi001 bash[22847]: debug 2024-02-11T08:34:49.896+0000 7f4c3812d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:34:50.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:50 smithi001 bash[22847]: debug 2024-02-11T08:34:50.016+0000 7f4c3812d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:34:50.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:50 smithi001 bash[22847]: debug 2024-02-11T08:34:50.316+0000 7f4c3812d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:34:50.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:50 smithi001 bash[22847]: debug 2024-02-11T08:34:50.432+0000 7f4c3812d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:50 smithi001 bash[22847]: debug 2024-02-11T08:34:50.904+0000 7f4c3812d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[22847]: debug 2024-02-11T08:34:51.028+0000 7f4c3812d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: cluster 2024-02-11T08:34:51.051668+0000 mon.a (mon.0) 56 : cluster 1 Active manager daemon a restarted 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: cluster 2024-02-11T08:34:51.052108+0000 mon.a (mon.0) 57 : cluster 1 Activating manager daemon a 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: cluster 2024-02-11T08:34:51.058652+0000 mon.a (mon.0) 58 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: cluster 2024-02-11T08:34:51.058910+0000 mon.a (mon.0) 59 : cluster 0 mgrmap e8: a(active, starting, since 0.00697935s) 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: audit 2024-02-11T08:34:51.060125+0000 mon.a (mon.0) 60 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: audit 2024-02-11T08:34:51.062138+0000 mon.a (mon.0) 61 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:34:51.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: audit 2024-02-11T08:34:51.063340+0000 mon.a (mon.0) 62 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:34:51.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: audit 2024-02-11T08:34:51.063569+0000 mon.a (mon.0) 63 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:34:51.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: audit 2024-02-11T08:34:51.063772+0000 mon.a (mon.0) 64 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:34:51.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:51 smithi001 bash[21389]: cluster 2024-02-11T08:34:51.087372+0000 mon.a (mon.0) 65 : cluster 1 Manager daemon a is now available 2024-02-11T08:34:52.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[21389]: audit 2024-02-11T08:34:51.109023+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' 2024-02-11T08:34:52.334 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[21389]: audit 2024-02-11T08:34:51.112720+0000 mon.a (mon.0) 67 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:34:52.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[21389]: audit 2024-02-11T08:34:51.114238+0000 mon.a (mon.0) 68 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:34:52.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[21389]: audit 2024-02-11T08:34:51.118277+0000 mon.a (mon.0) 69 : audit 0 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:34:52.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[21389]: audit 2024-02-11T08:34:51.127492+0000 mon.a (mon.0) 70 : audit 1 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:34:52.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[21389]: audit 2024-02-11T08:34:51.131018+0000 mon.a (mon.0) 71 : audit 1 from='mgr.14132 172.21.15.1:0/1654549250' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:34:52.335 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[21389]: cluster 2024-02-11T08:34:52.064270+0000 mon.a (mon.0) 72 : cluster 0 mgrmap e9: a(active, since 1.01234s) 2024-02-11T08:34:52.336 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: *** Caught signal (Aborted) ** 2024-02-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: in thread 7f4c2df31700 thread_name:admin_socket 2024-02-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4c356ebd20] 2024-02-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 2: gsignal() 2024-02-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 3: abort() 2024-02-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4c33bc6d39] 2024-02-11T08:34:52.337 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4c33bebe86] 2024-02-11T08:34:52.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4c36837785] 2024-02-11T08:34:52.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4c36838f75] 2024-02-11T08:34:52.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4c36837baf] 2024-02-11T08:34:52.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c36843b6d] 2024-02-11T08:34:52.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c3683df69] 2024-02-11T08:34:52.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4c3683fa4b] 2024-02-11T08:34:52.338 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 12: (AdminSocket::entry()+0x4de) [0x7f4c368402ae] 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4c345d7b23] 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4c356e11ca] 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 15: clone() 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug 2024-02-11T08:34:52.060+0000 7f4c2df31700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: in thread 7f4c2df31700 thread_name:admin_socket 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4c356ebd20] 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 2: gsignal() 2024-02-11T08:34:52.339 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 3: abort() 2024-02-11T08:34:52.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4c33bc6d39] 2024-02-11T08:34:52.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4c33bebe86] 2024-02-11T08:34:52.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4c36837785] 2024-02-11T08:34:52.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4c36838f75] 2024-02-11T08:34:52.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4c36837baf] 2024-02-11T08:34:52.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c36843b6d] 2024-02-11T08:34:52.340 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c3683df69] 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4c3683fa4b] 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 12: (AdminSocket::entry()+0x4de) [0x7f4c368402ae] 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4c345d7b23] 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4c356e11ca] 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 15: clone() 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -3109> 2024-02-11T08:34:42.912+0000 7f4c3812d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:34:52.341 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -3012> 2024-02-11T08:34:44.536+0000 7f4c3812d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:34:52.342 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -3000> 2024-02-11T08:34:44.636+0000 7f4c3812d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:34:52.342 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2956> 2024-02-11T08:34:44.892+0000 7f4c3812d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:34:52.342 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2724> 2024-02-11T08:34:45.716+0000 7f4c3812d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:52.342 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2683> 2024-02-11T08:34:45.828+0000 7f4c3812d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:34:52.342 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2663> 2024-02-11T08:34:45.936+0000 7f4c3812d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:34:52.342 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2644> 2024-02-11T08:34:46.300+0000 7f4c3812d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:34:52.342 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2621> 2024-02-11T08:34:46.416+0000 7f4c3812d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2605> 2024-02-11T08:34:46.524+0000 7f4c3812d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2571> 2024-02-11T08:34:46.892+0000 7f4c3812d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2550> 2024-02-11T08:34:47.136+0000 7f4c3812d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2523> 2024-02-11T08:34:47.412+0000 7f4c3812d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2481> 2024-02-11T08:34:47.528+0000 7f4c3812d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2439> 2024-02-11T08:34:47.812+0000 7f4c3812d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2357> 2024-02-11T08:34:48.064+0000 7f4c3812d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:52.343 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2312> 2024-02-11T08:34:48.484+0000 7f4c3812d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:52.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2291> 2024-02-11T08:34:48.604+0000 7f4c3812d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:34:52.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2274> 2024-02-11T08:34:48.860+0000 7f4c3812d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:52.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2150> 2024-02-11T08:34:49.896+0000 7f4c3812d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:34:52.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2136> 2024-02-11T08:34:50.016+0000 7f4c3812d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:34:52.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2077> 2024-02-11T08:34:50.316+0000 7f4c3812d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:34:52.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2063> 2024-02-11T08:34:50.432+0000 7f4c3812d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:34:52.344 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2034> 2024-02-11T08:34:50.904+0000 7f4c3812d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2012> 2024-02-11T08:34:51.028+0000 7f4c3812d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug 0> 2024-02-11T08:34:52.060+0000 7f4c2df31700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: in thread 7f4c2df31700 thread_name:admin_socket 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4c356ebd20] 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 2: gsignal() 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 3: abort() 2024-02-11T08:34:52.345 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4c33bc6d39] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4c33bebe86] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4c36837785] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4c36838f75] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4c36837baf] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c36843b6d] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c3683df69] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4c3683fa4b] 2024-02-11T08:34:52.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 12: (AdminSocket::entry()+0x4de) [0x7f4c368402ae] 2024-02-11T08:34:52.347 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4c345d7b23] 2024-02-11T08:34:52.347 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4c356e11ca] 2024-02-11T08:34:52.347 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 15: clone() 2024-02-11T08:34:52.347 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:34:52.347 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -3134> 2024-02-11T08:34:42.912+0000 7f4c3812d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:34:52.347 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -3037> 2024-02-11T08:34:44.536+0000 7f4c3812d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:34:52.350 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -3025> 2024-02-11T08:34:44.636+0000 7f4c3812d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:34:52.350 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2981> 2024-02-11T08:34:44.892+0000 7f4c3812d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2749> 2024-02-11T08:34:45.716+0000 7f4c3812d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2708> 2024-02-11T08:34:45.828+0000 7f4c3812d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2688> 2024-02-11T08:34:45.936+0000 7f4c3812d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2669> 2024-02-11T08:34:46.300+0000 7f4c3812d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2646> 2024-02-11T08:34:46.416+0000 7f4c3812d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2630> 2024-02-11T08:34:46.524+0000 7f4c3812d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2596> 2024-02-11T08:34:46.892+0000 7f4c3812d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:34:52.351 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2575> 2024-02-11T08:34:47.136+0000 7f4c3812d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:34:52.352 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2548> 2024-02-11T08:34:47.412+0000 7f4c3812d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:34:52.352 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2506> 2024-02-11T08:34:47.528+0000 7f4c3812d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2464> 2024-02-11T08:34:47.812+0000 7f4c3812d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2382> 2024-02-11T08:34:48.064+0000 7f4c3812d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2337> 2024-02-11T08:34:48.484+0000 7f4c3812d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2316> 2024-02-11T08:34:48.604+0000 7f4c3812d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2299> 2024-02-11T08:34:48.860+0000 7f4c3812d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2175> 2024-02-11T08:34:49.896+0000 7f4c3812d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2161> 2024-02-11T08:34:50.016+0000 7f4c3812d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:34:52.353 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2102> 2024-02-11T08:34:50.316+0000 7f4c3812d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2088> 2024-02-11T08:34:50.432+0000 7f4c3812d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2059> 2024-02-11T08:34:50.904+0000 7f4c3812d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -2037> 2024-02-11T08:34:51.028+0000 7f4c3812d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: debug -25> 2024-02-11T08:34:52.060+0000 7f4c2df31700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: in thread 7f4c2df31700 thread_name:admin_socket 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f4c356ebd20] 2024-02-11T08:34:52.354 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 2: gsignal() 2024-02-11T08:34:52.355 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 3: abort() 2024-02-11T08:34:52.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 4: /lib64/libc.so.6(+0x21d39) [0x7f4c33bc6d39] 2024-02-11T08:34:52.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 5: /lib64/libc.so.6(+0x46e86) [0x7f4c33bebe86] 2024-02-11T08:34:52.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f4c36837785] 2024-02-11T08:34:52.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f4c36838f75] 2024-02-11T08:34:52.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f4c36837baf] 2024-02-11T08:34:52.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c36843b6d] 2024-02-11T08:34:52.357 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 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) [0x7f4c3683df69] 2024-02-11T08:34:52.357 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f4c3683fa4b] 2024-02-11T08:34:52.357 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 12: (AdminSocket::entry()+0x4de) [0x7f4c368402ae] 2024-02-11T08:34:52.357 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f4c345d7b23] 2024-02-11T08:34:52.357 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f4c356e11ca] 2024-02-11T08:34:52.357 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: 15: clone() 2024-02-11T08:34:52.357 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 bash[22847]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:34:52.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:34:52.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:34:52 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:35:03.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:02 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-11T08:35:03.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:02 smithi001 systemd[1]: Stopped Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:35:03.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:02 smithi001 systemd[1]: Started Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:35:03.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:03 smithi001 bash[23172]: debug 2024-02-11T08:35:03.924+0000 7f531cbca200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:05.929 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:05 smithi001 bash[23172]: debug 2024-02-11T08:35:05.568+0000 7f531cbca200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:05.930 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:05 smithi001 bash[23172]: debug 2024-02-11T08:35:05.672+0000 7f531cbca200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:06.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:05 smithi001 bash[23172]: debug 2024-02-11T08:35:05.928+0000 7f531cbca200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:07.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:06 smithi001 bash[23172]: debug 2024-02-11T08:35:06.756+0000 7f531cbca200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:07.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:06 smithi001 bash[23172]: debug 2024-02-11T08:35:06.868+0000 7f531cbca200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:07.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:06 smithi001 bash[23172]: debug 2024-02-11T08:35:06.976+0000 7f531cbca200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:07.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:07 smithi001 bash[23172]: debug 2024-02-11T08:35:07.340+0000 7f531cbca200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:07.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:07 smithi001 bash[23172]: debug 2024-02-11T08:35:07.456+0000 7f531cbca200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:07.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:07 smithi001 bash[23172]: debug 2024-02-11T08:35:07.568+0000 7f531cbca200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:08.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:07 smithi001 bash[23172]: debug 2024-02-11T08:35:07.940+0000 7f531cbca200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:08.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:08 smithi001 bash[23172]: debug 2024-02-11T08:35:08.184+0000 7f531cbca200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:08.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:08 smithi001 bash[23172]: debug 2024-02-11T08:35:08.456+0000 7f531cbca200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:08.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:08 smithi001 bash[23172]: debug 2024-02-11T08:35:08.576+0000 7f531cbca200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:09.116 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:08 smithi001 bash[23172]: debug 2024-02-11T08:35:08.860+0000 7f531cbca200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:09.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:09 smithi001 bash[23172]: debug 2024-02-11T08:35:09.112+0000 7f531cbca200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:09.913 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:09 smithi001 bash[23172]: debug 2024-02-11T08:35:09.532+0000 7f531cbca200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:09.914 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:09 smithi001 bash[23172]: debug 2024-02-11T08:35:09.652+0000 7f531cbca200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:09.914 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:09 smithi001 bash[23172]: debug 2024-02-11T08:35:09.912+0000 7f531cbca200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:11.402 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:10 smithi001 bash[23172]: debug 2024-02-11T08:35:10.976+0000 7f531cbca200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:11.402 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:11 smithi001 bash[23172]: debug 2024-02-11T08:35:11.096+0000 7f531cbca200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:11.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:11 smithi001 bash[23172]: debug 2024-02-11T08:35:11.400+0000 7f531cbca200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:11.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:11 smithi001 bash[23172]: debug 2024-02-11T08:35:11.516+0000 7f531cbca200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:12.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:11 smithi001 bash[23172]: debug 2024-02-11T08:35:11.988+0000 7f531cbca200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:12.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[23172]: debug 2024-02-11T08:35:12.112+0000 7f531cbca200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:12.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: cluster 2024-02-11T08:35:12.135421+0000 mon.a (mon.0) 73 : cluster 1 Active manager daemon a restarted 2024-02-11T08:35:12.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: cluster 2024-02-11T08:35:12.135882+0000 mon.a (mon.0) 74 : cluster 1 Activating manager daemon a 2024-02-11T08:35:12.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: cluster 2024-02-11T08:35:12.139086+0000 mon.a (mon.0) 75 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-11T08:35:12.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: cluster 2024-02-11T08:35:12.139203+0000 mon.a (mon.0) 76 : cluster 0 mgrmap e10: a(active, starting, since 0.0035229s) 2024-02-11T08:35:12.476 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: audit 2024-02-11T08:35:12.142616+0000 mon.a (mon.0) 77 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:35:12.476 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: audit 2024-02-11T08:35:12.143771+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:35:12.476 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: audit 2024-02-11T08:35:12.144523+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:35:12.476 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: audit 2024-02-11T08:35:12.144705+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:35:12.476 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: audit 2024-02-11T08:35:12.144873+0000 mon.a (mon.0) 81 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:35:12.476 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:12 smithi001 bash[21389]: cluster 2024-02-11T08:35:12.171863+0000 mon.a (mon.0) 82 : cluster 1 Manager daemon a is now available 2024-02-11T08:35:13.423 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: audit 2024-02-11T08:35:12.194402+0000 mon.a (mon.0) 83 : audit 1 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' 2024-02-11T08:35:13.423 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: audit 2024-02-11T08:35:12.197441+0000 mon.a (mon.0) 84 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:13.423 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: audit 2024-02-11T08:35:12.199410+0000 mon.a (mon.0) 85 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:13.423 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: audit 2024-02-11T08:35:12.204334+0000 mon.a (mon.0) 86 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: audit 2024-02-11T08:35:12.214715+0000 mon.a (mon.0) 87 : audit 1 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: audit 2024-02-11T08:35:12.217008+0000 mon.a (mon.0) 88 : audit 1 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: cephadm 2024-02-11T08:35:12.380174+0000 mgr.a (mgr.14140) 1 : cephadm 1 [11/Feb/2024:08:35:12] ENGINE Bus STARTING 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: cephadm 2024-02-11T08:35:12.482185+0000 mgr.a (mgr.14140) 2 : cephadm 1 [11/Feb/2024:08:35:12] ENGINE Serving on http://172.21.15.1:8765 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: cephadm 2024-02-11T08:35:12.602980+0000 mgr.a (mgr.14140) 3 : cephadm 1 [11/Feb/2024:08:35:12] ENGINE Serving on https://172.21.15.1:7150 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: cephadm 2024-02-11T08:35:12.603212+0000 mgr.a (mgr.14140) 4 : cephadm 1 [11/Feb/2024:08:35:12] ENGINE Bus STARTED 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: audit 2024-02-11T08:35:12.622537+0000 mon.a (mon.0) 89 : audit 0 from='mgr.14140 172.21.15.1:0/790223432' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:13.424 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[21389]: cluster 2024-02-11T08:35:13.149126+0000 mon.a (mon.0) 90 : cluster 0 mgrmap e11: a(active, since 1.01342s) 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: *** Caught signal (Aborted) ** 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: in thread 7f53129ce700 thread_name:admin_socket 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f531a188d20] 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 2: gsignal() 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 3: abort() 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5318663d39] 2024-02-11T08:35:13.425 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5318688e86] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f531b2d4785] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f531b2d5f75] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f531b2d4baf] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2e0b6d] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2daf69] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f531b2dca4b] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 12: (AdminSocket::entry()+0x4de) [0x7f531b2dd2ae] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5319074b23] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f531a17e1ca] 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 15: clone() 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug 2024-02-11T08:35:13.148+0000 7f53129ce700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:13.426 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: in thread 7f53129ce700 thread_name:admin_socket 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f531a188d20] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 2: gsignal() 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 3: abort() 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5318663d39] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5318688e86] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f531b2d4785] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f531b2d5f75] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f531b2d4baf] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2e0b6d] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2daf69] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f531b2dca4b] 2024-02-11T08:35:13.427 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 12: (AdminSocket::entry()+0x4de) [0x7f531b2dd2ae] 2024-02-11T08:35:13.428 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5319074b23] 2024-02-11T08:35:13.428 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f531a17e1ca] 2024-02-11T08:35:13.428 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 15: clone() 2024-02-11T08:35:13.431 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:13.431 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3173> 2024-02-11T08:35:03.924+0000 7f531cbca200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:13.431 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3076> 2024-02-11T08:35:05.568+0000 7f531cbca200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3064> 2024-02-11T08:35:05.672+0000 7f531cbca200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3020> 2024-02-11T08:35:05.928+0000 7f531cbca200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2788> 2024-02-11T08:35:06.756+0000 7f531cbca200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2747> 2024-02-11T08:35:06.868+0000 7f531cbca200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2727> 2024-02-11T08:35:06.976+0000 7f531cbca200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2708> 2024-02-11T08:35:07.340+0000 7f531cbca200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2685> 2024-02-11T08:35:07.456+0000 7f531cbca200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2669> 2024-02-11T08:35:07.568+0000 7f531cbca200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2635> 2024-02-11T08:35:07.940+0000 7f531cbca200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2614> 2024-02-11T08:35:08.184+0000 7f531cbca200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:13.432 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2587> 2024-02-11T08:35:08.456+0000 7f531cbca200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2545> 2024-02-11T08:35:08.576+0000 7f531cbca200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2503> 2024-02-11T08:35:08.860+0000 7f531cbca200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2421> 2024-02-11T08:35:09.112+0000 7f531cbca200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2376> 2024-02-11T08:35:09.532+0000 7f531cbca200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2355> 2024-02-11T08:35:09.652+0000 7f531cbca200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2338> 2024-02-11T08:35:09.912+0000 7f531cbca200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2214> 2024-02-11T08:35:10.976+0000 7f531cbca200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2200> 2024-02-11T08:35:11.096+0000 7f531cbca200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2141> 2024-02-11T08:35:11.400+0000 7f531cbca200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2127> 2024-02-11T08:35:11.516+0000 7f531cbca200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2098> 2024-02-11T08:35:11.988+0000 7f531cbca200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:13.433 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2076> 2024-02-11T08:35:12.112+0000 7f531cbca200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug 0> 2024-02-11T08:35:13.148+0000 7f53129ce700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: in thread 7f53129ce700 thread_name:admin_socket 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f531a188d20] 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 2: gsignal() 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 3: abort() 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5318663d39] 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5318688e86] 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f531b2d4785] 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f531b2d5f75] 2024-02-11T08:35:13.434 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f531b2d4baf] 2024-02-11T08:35:13.435 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2e0b6d] 2024-02-11T08:35:13.435 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2daf69] 2024-02-11T08:35:13.435 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f531b2dca4b] 2024-02-11T08:35:13.435 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 12: (AdminSocket::entry()+0x4de) [0x7f531b2dd2ae] 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5319074b23] 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f531a17e1ca] 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 15: clone() 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3179> 2024-02-11T08:35:03.924+0000 7f531cbca200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3082> 2024-02-11T08:35:05.568+0000 7f531cbca200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3070> 2024-02-11T08:35:05.672+0000 7f531cbca200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -3026> 2024-02-11T08:35:05.928+0000 7f531cbca200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2794> 2024-02-11T08:35:06.756+0000 7f531cbca200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2753> 2024-02-11T08:35:06.868+0000 7f531cbca200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2733> 2024-02-11T08:35:06.976+0000 7f531cbca200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:13.436 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2714> 2024-02-11T08:35:07.340+0000 7f531cbca200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2691> 2024-02-11T08:35:07.456+0000 7f531cbca200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2675> 2024-02-11T08:35:07.568+0000 7f531cbca200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2641> 2024-02-11T08:35:07.940+0000 7f531cbca200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2620> 2024-02-11T08:35:08.184+0000 7f531cbca200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2593> 2024-02-11T08:35:08.456+0000 7f531cbca200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2551> 2024-02-11T08:35:08.576+0000 7f531cbca200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2509> 2024-02-11T08:35:08.860+0000 7f531cbca200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2427> 2024-02-11T08:35:09.112+0000 7f531cbca200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2382> 2024-02-11T08:35:09.532+0000 7f531cbca200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2361> 2024-02-11T08:35:09.652+0000 7f531cbca200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2344> 2024-02-11T08:35:09.912+0000 7f531cbca200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2220> 2024-02-11T08:35:10.976+0000 7f531cbca200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:13.437 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2206> 2024-02-11T08:35:11.096+0000 7f531cbca200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2147> 2024-02-11T08:35:11.400+0000 7f531cbca200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2133> 2024-02-11T08:35:11.516+0000 7f531cbca200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2104> 2024-02-11T08:35:11.988+0000 7f531cbca200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -2082> 2024-02-11T08:35:12.112+0000 7f531cbca200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: debug -6> 2024-02-11T08:35:13.148+0000 7f53129ce700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: in thread 7f53129ce700 thread_name:admin_socket 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f531a188d20] 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 2: gsignal() 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 3: abort() 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 4: /lib64/libc.so.6(+0x21d39) [0x7f5318663d39] 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 5: /lib64/libc.so.6(+0x46e86) [0x7f5318688e86] 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f531b2d4785] 2024-02-11T08:35:13.438 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f531b2d5f75] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f531b2d4baf] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2e0b6d] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 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) [0x7f531b2daf69] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f531b2dca4b] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 12: (AdminSocket::entry()+0x4de) [0x7f531b2dd2ae] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f5319074b23] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f531a17e1ca] 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: 15: clone() 2024-02-11T08:35:13.439 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 bash[23172]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:14.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:35:14.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:13 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:35:24.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:23 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-11T08:35:24.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:23 smithi001 systemd[1]: Stopped Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:35:24.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:23 smithi001 systemd[1]: Started Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:35:25.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:24 smithi001 bash[23517]: debug 2024-02-11T08:35:24.904+0000 7f1372f1e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:26.893 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:26 smithi001 bash[23517]: debug 2024-02-11T08:35:26.528+0000 7f1372f1e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:26.893 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:26 smithi001 bash[23517]: debug 2024-02-11T08:35:26.628+0000 7f1372f1e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:27.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:26 smithi001 bash[23517]: debug 2024-02-11T08:35:26.888+0000 7f1372f1e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:27.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:27 smithi001 bash[23517]: debug 2024-02-11T08:35:27.712+0000 7f1372f1e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:27.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:27 smithi001 bash[23517]: debug 2024-02-11T08:35:27.824+0000 7f1372f1e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:27.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:27 smithi001 bash[23517]: debug 2024-02-11T08:35:27.932+0000 7f1372f1e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:28.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:28 smithi001 bash[23517]: debug 2024-02-11T08:35:28.292+0000 7f1372f1e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:28.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:28 smithi001 bash[23517]: debug 2024-02-11T08:35:28.412+0000 7f1372f1e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:28.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:28 smithi001 bash[23517]: debug 2024-02-11T08:35:28.516+0000 7f1372f1e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:29.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:28 smithi001 bash[23517]: debug 2024-02-11T08:35:28.884+0000 7f1372f1e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:29.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:29 smithi001 bash[23517]: debug 2024-02-11T08:35:29.128+0000 7f1372f1e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:29.724 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:29 smithi001 bash[23517]: debug 2024-02-11T08:35:29.396+0000 7f1372f1e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:29.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:29 smithi001 bash[23517]: debug 2024-02-11T08:35:29.512+0000 7f1372f1e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:30.048 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:29 smithi001 bash[23517]: debug 2024-02-11T08:35:29.796+0000 7f1372f1e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:30.463 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:30 smithi001 bash[23517]: debug 2024-02-11T08:35:30.044+0000 7f1372f1e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:30.724 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:30 smithi001 bash[23517]: debug 2024-02-11T08:35:30.460+0000 7f1372f1e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:30.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:30 smithi001 bash[23517]: debug 2024-02-11T08:35:30.580+0000 7f1372f1e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:31.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:30 smithi001 bash[23517]: debug 2024-02-11T08:35:30.836+0000 7f1372f1e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:32.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:31 smithi001 bash[23517]: debug 2024-02-11T08:35:31.872+0000 7f1372f1e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:32.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:31 smithi001 bash[23517]: debug 2024-02-11T08:35:31.988+0000 7f1372f1e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:32.724 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:32 smithi001 bash[23517]: debug 2024-02-11T08:35:32.292+0000 7f1372f1e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:32.725 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:32 smithi001 bash[23517]: debug 2024-02-11T08:35:32.408+0000 7f1372f1e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:33.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:32 smithi001 bash[23517]: debug 2024-02-11T08:35:32.872+0000 7f1372f1e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:33.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[23517]: debug 2024-02-11T08:35:32.996+0000 7f1372f1e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:33.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: cluster 2024-02-11T08:35:33.019441+0000 mon.a (mon.0) 91 : cluster 1 Active manager daemon a restarted 2024-02-11T08:35:33.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: cluster 2024-02-11T08:35:33.020241+0000 mon.a (mon.0) 92 : cluster 1 Activating manager daemon a 2024-02-11T08:35:33.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: cluster 2024-02-11T08:35:33.027297+0000 mon.a (mon.0) 93 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-02-11T08:35:33.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: cluster 2024-02-11T08:35:33.027474+0000 mon.a (mon.0) 94 : cluster 0 mgrmap e12: a(active, starting, since 0.00759815s) 2024-02-11T08:35:33.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: audit 2024-02-11T08:35:33.030369+0000 mon.a (mon.0) 95 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:35:33.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: audit 2024-02-11T08:35:33.031642+0000 mon.a (mon.0) 96 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:35:33.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: audit 2024-02-11T08:35:33.032759+0000 mon.a (mon.0) 97 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:35:33.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: audit 2024-02-11T08:35:33.033193+0000 mon.a (mon.0) 98 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:35:33.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: audit 2024-02-11T08:35:33.033619+0000 mon.a (mon.0) 99 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:35:33.226 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:33 smithi001 bash[21389]: cluster 2024-02-11T08:35:33.063598+0000 mon.a (mon.0) 100 : cluster 1 Manager daemon a is now available 2024-02-11T08:35:34.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[21389]: audit 2024-02-11T08:35:33.085611+0000 mon.a (mon.0) 101 : audit 1 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' 2024-02-11T08:35:34.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[21389]: audit 2024-02-11T08:35:33.088269+0000 mon.a (mon.0) 102 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:34.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[21389]: audit 2024-02-11T08:35:33.090252+0000 mon.a (mon.0) 103 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:34.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[21389]: audit 2024-02-11T08:35:33.093876+0000 mon.a (mon.0) 104 : audit 0 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:34.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[21389]: audit 2024-02-11T08:35:33.104256+0000 mon.a (mon.0) 105 : audit 1 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:35:34.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[21389]: audit 2024-02-11T08:35:33.107657+0000 mon.a (mon.0) 106 : audit 1 from='mgr.14148 172.21.15.1:0/1537256159' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:35:34.475 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[21389]: cluster 2024-02-11T08:35:34.033151+0000 mon.a (mon.0) 107 : cluster 0 mgrmap e13: a(active, since 1.01327s) 2024-02-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: *** Caught signal (Aborted) ** 2024-02-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: in thread 7f1368d22700 thread_name:admin_socket 2024-02-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f13704dcd20] 2024-02-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 2: gsignal() 2024-02-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 3: abort() 2024-02-11T08:35:34.476 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 4: /lib64/libc.so.6(+0x21d39) [0x7f136e9b7d39] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 5: /lib64/libc.so.6(+0x46e86) [0x7f136e9dce86] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f1371628785] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f1371629f75] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f1371628baf] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f1371634b6d] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f137162ef69] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f1371630a4b] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 12: (AdminSocket::entry()+0x4de) [0x7f13716312ae] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f136f3c8b23] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f13704d21ca] 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 15: clone() 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug 2024-02-11T08:35:34.032+0000 7f1368d22700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:34.477 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: in thread 7f1368d22700 thread_name:admin_socket 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f13704dcd20] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 2: gsignal() 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 3: abort() 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 4: /lib64/libc.so.6(+0x21d39) [0x7f136e9b7d39] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 5: /lib64/libc.so.6(+0x46e86) [0x7f136e9dce86] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f1371628785] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f1371629f75] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f1371628baf] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f1371634b6d] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f137162ef69] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f1371630a4b] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 12: (AdminSocket::entry()+0x4de) [0x7f13716312ae] 2024-02-11T08:35:34.478 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f136f3c8b23] 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f13704d21ca] 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 15: clone() 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -3134> 2024-02-11T08:35:24.904+0000 7f1372f1e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -3037> 2024-02-11T08:35:26.528+0000 7f1372f1e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -3025> 2024-02-11T08:35:26.628+0000 7f1372f1e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2981> 2024-02-11T08:35:26.888+0000 7f1372f1e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2749> 2024-02-11T08:35:27.712+0000 7f1372f1e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:34.479 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2708> 2024-02-11T08:35:27.824+0000 7f1372f1e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2688> 2024-02-11T08:35:27.932+0000 7f1372f1e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2669> 2024-02-11T08:35:28.292+0000 7f1372f1e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2646> 2024-02-11T08:35:28.412+0000 7f1372f1e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2630> 2024-02-11T08:35:28.516+0000 7f1372f1e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2596> 2024-02-11T08:35:28.884+0000 7f1372f1e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2575> 2024-02-11T08:35:29.128+0000 7f1372f1e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2548> 2024-02-11T08:35:29.396+0000 7f1372f1e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2506> 2024-02-11T08:35:29.512+0000 7f1372f1e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:34.480 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2464> 2024-02-11T08:35:29.796+0000 7f1372f1e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2382> 2024-02-11T08:35:30.044+0000 7f1372f1e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2337> 2024-02-11T08:35:30.460+0000 7f1372f1e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2316> 2024-02-11T08:35:30.580+0000 7f1372f1e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2299> 2024-02-11T08:35:30.836+0000 7f1372f1e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2175> 2024-02-11T08:35:31.872+0000 7f1372f1e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2161> 2024-02-11T08:35:31.988+0000 7f1372f1e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2102> 2024-02-11T08:35:32.292+0000 7f1372f1e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2088> 2024-02-11T08:35:32.408+0000 7f1372f1e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2059> 2024-02-11T08:35:32.872+0000 7f1372f1e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2037> 2024-02-11T08:35:32.996+0000 7f1372f1e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug 0> 2024-02-11T08:35:34.032+0000 7f1368d22700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: in thread 7f1368d22700 thread_name:admin_socket 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:34.481 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f13704dcd20] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 2: gsignal() 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 3: abort() 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 4: /lib64/libc.so.6(+0x21d39) [0x7f136e9b7d39] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 5: /lib64/libc.so.6(+0x46e86) [0x7f136e9dce86] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f1371628785] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f1371629f75] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f1371628baf] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f1371634b6d] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f137162ef69] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f1371630a4b] 2024-02-11T08:35:34.482 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 12: (AdminSocket::entry()+0x4de) [0x7f13716312ae] 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f136f3c8b23] 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f13704d21ca] 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 15: clone() 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -3134> 2024-02-11T08:35:24.904+0000 7f1372f1e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -3037> 2024-02-11T08:35:26.528+0000 7f1372f1e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -3025> 2024-02-11T08:35:26.628+0000 7f1372f1e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2981> 2024-02-11T08:35:26.888+0000 7f1372f1e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2749> 2024-02-11T08:35:27.712+0000 7f1372f1e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2708> 2024-02-11T08:35:27.824+0000 7f1372f1e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2688> 2024-02-11T08:35:27.932+0000 7f1372f1e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2669> 2024-02-11T08:35:28.292+0000 7f1372f1e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:34.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2646> 2024-02-11T08:35:28.412+0000 7f1372f1e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2630> 2024-02-11T08:35:28.516+0000 7f1372f1e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2596> 2024-02-11T08:35:28.884+0000 7f1372f1e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2575> 2024-02-11T08:35:29.128+0000 7f1372f1e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2548> 2024-02-11T08:35:29.396+0000 7f1372f1e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2506> 2024-02-11T08:35:29.512+0000 7f1372f1e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2464> 2024-02-11T08:35:29.796+0000 7f1372f1e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2382> 2024-02-11T08:35:30.044+0000 7f1372f1e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2337> 2024-02-11T08:35:30.460+0000 7f1372f1e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2316> 2024-02-11T08:35:30.580+0000 7f1372f1e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2299> 2024-02-11T08:35:30.836+0000 7f1372f1e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2175> 2024-02-11T08:35:31.872+0000 7f1372f1e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2161> 2024-02-11T08:35:31.988+0000 7f1372f1e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:34.484 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2102> 2024-02-11T08:35:32.292+0000 7f1372f1e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2088> 2024-02-11T08:35:32.408+0000 7f1372f1e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2059> 2024-02-11T08:35:32.872+0000 7f1372f1e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug -2037> 2024-02-11T08:35:32.996+0000 7f1372f1e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: debug 0> 2024-02-11T08:35:34.032+0000 7f1368d22700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: in thread 7f1368d22700 thread_name:admin_socket 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f13704dcd20] 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 2: gsignal() 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 3: abort() 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 4: /lib64/libc.so.6(+0x21d39) [0x7f136e9b7d39] 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 5: /lib64/libc.so.6(+0x46e86) [0x7f136e9dce86] 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f1371628785] 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f1371629f75] 2024-02-11T08:35:34.485 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f1371628baf] 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f1371634b6d] 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 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) [0x7f137162ef69] 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f1371630a4b] 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 12: (AdminSocket::entry()+0x4de) [0x7f13716312ae] 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f136f3c8b23] 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f13704d21ca] 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: 15: clone() 2024-02-11T08:35:34.486 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 bash[23517]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:34.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:35:34.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:34 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:35:45.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:44 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-11T08:35:45.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:44 smithi001 systemd[1]: Stopped Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:35:45.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:44 smithi001 systemd[1]: Started Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:35:45.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:45 smithi001 bash[23843]: debug 2024-02-11T08:35:45.680+0000 7f8ef7e20200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:47.674 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:47 smithi001 bash[23843]: debug 2024-02-11T08:35:47.312+0000 7f8ef7e20200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:47.674 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:47 smithi001 bash[23843]: debug 2024-02-11T08:35:47.416+0000 7f8ef7e20200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:47.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:47 smithi001 bash[23843]: debug 2024-02-11T08:35:47.672+0000 7f8ef7e20200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:48.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:48 smithi001 bash[23843]: debug 2024-02-11T08:35:48.496+0000 7f8ef7e20200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:48.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:48 smithi001 bash[23843]: debug 2024-02-11T08:35:48.612+0000 7f8ef7e20200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:48.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:48 smithi001 bash[23843]: debug 2024-02-11T08:35:48.720+0000 7f8ef7e20200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:49.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:49 smithi001 bash[23843]: debug 2024-02-11T08:35:49.084+0000 7f8ef7e20200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:49.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:49 smithi001 bash[23843]: debug 2024-02-11T08:35:49.204+0000 7f8ef7e20200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:49.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:49 smithi001 bash[23843]: debug 2024-02-11T08:35:49.308+0000 7f8ef7e20200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:49.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:49 smithi001 bash[23843]: debug 2024-02-11T08:35:49.680+0000 7f8ef7e20200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:49.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:49 smithi001 bash[23843]: debug 2024-02-11T08:35:49.924+0000 7f8ef7e20200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:50.629 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:50 smithi001 bash[23843]: debug 2024-02-11T08:35:50.224+0000 7f8ef7e20200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:50.630 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:50 smithi001 bash[23843]: debug 2024-02-11T08:35:50.344+0000 7f8ef7e20200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:50.630 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:50 smithi001 bash[23843]: debug 2024-02-11T08:35:50.628+0000 7f8ef7e20200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:51.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:50 smithi001 bash[23843]: debug 2024-02-11T08:35:50.880+0000 7f8ef7e20200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:51.677 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:51 smithi001 bash[23843]: debug 2024-02-11T08:35:51.296+0000 7f8ef7e20200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:51.677 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:51 smithi001 bash[23843]: debug 2024-02-11T08:35:51.420+0000 7f8ef7e20200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:51.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:51 smithi001 bash[23843]: debug 2024-02-11T08:35:51.676+0000 7f8ef7e20200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:52.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:52 smithi001 bash[23843]: debug 2024-02-11T08:35:52.712+0000 7f8ef7e20200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:52.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:52 smithi001 bash[23843]: debug 2024-02-11T08:35:52.832+0000 7f8ef7e20200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:53.474 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[23843]: debug 2024-02-11T08:35:53.136+0000 7f8ef7e20200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:53.475 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[23843]: debug 2024-02-11T08:35:53.252+0000 7f8ef7e20200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:54.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[23843]: debug 2024-02-11T08:35:53.720+0000 7f8ef7e20200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:54.224 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[23843]: debug 2024-02-11T08:35:53.848+0000 7f8ef7e20200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: cluster 2024-02-11T08:35:53.871105+0000 mon.a (mon.0) 108 : cluster 1 Active manager daemon a restarted 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: cluster 2024-02-11T08:35:53.871605+0000 mon.a (mon.0) 109 : cluster 1 Activating manager daemon a 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: cluster 2024-02-11T08:35:53.875804+0000 mon.a (mon.0) 110 : cluster 0 osdmap e6: 0 total, 0 up, 0 in 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: cluster 2024-02-11T08:35:53.875964+0000 mon.a (mon.0) 111 : cluster 0 mgrmap e14: a(active, starting, since 0.00456005s) 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: audit 2024-02-11T08:35:53.878428+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: audit 2024-02-11T08:35:53.879687+0000 mon.a (mon.0) 113 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: audit 2024-02-11T08:35:53.880700+0000 mon.a (mon.0) 114 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: audit 2024-02-11T08:35:53.880851+0000 mon.a (mon.0) 115 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: audit 2024-02-11T08:35:53.881007+0000 mon.a (mon.0) 116 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T08:35:54.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:53 smithi001 bash[21389]: cluster 2024-02-11T08:35:53.903601+0000 mon.a (mon.0) 117 : cluster 1 Manager daemon a is now available 2024-02-11T08:35:55.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: audit 2024-02-11T08:35:53.928784+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' 2024-02-11T08:35:55.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: audit 2024-02-11T08:35:53.932714+0000 mon.a (mon.0) 119 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:55.176 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: audit 2024-02-11T08:35:53.934712+0000 mon.a (mon.0) 120 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:55.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: audit 2024-02-11T08:35:53.939763+0000 mon.a (mon.0) 121 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:55.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: audit 2024-02-11T08:35:53.947402+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T08:35:55.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: audit 2024-02-11T08:35:53.950940+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T08:35:55.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: audit 2024-02-11T08:35:54.858569+0000 mon.a (mon.0) 124 : audit 0 from='mgr.14156 172.21.15.1:0/3674485481' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T08:35:55.177 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[21389]: cluster 2024-02-11T08:35:54.886601+0000 mon.a (mon.0) 125 : cluster 0 mgrmap e15: a(active, since 1.01517s) 2024-02-11T08:35:55.177 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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-11T08:35:55.177 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: *** Caught signal (Aborted) ** 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: in thread 7f8eedc24700 thread_name:admin_socket 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f8ef53ded20] 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 2: gsignal() 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 3: abort() 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8ef38b9d39] 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8ef38dee86] 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8ef652a785] 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8ef652bf75] 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8ef652abaf] 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6536b6d] 2024-02-11T08:35:55.178 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6530f69] 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8ef6532a4b] 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 12: (AdminSocket::entry()+0x4de) [0x7f8ef65332ae] 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f8ef42cab23] 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f8ef53d41ca] 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 15: clone() 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug 2024-02-11T08:35:54.880+0000 7f8eedc24700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: in thread 7f8eedc24700 thread_name:admin_socket 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f8ef53ded20] 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 2: gsignal() 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 3: abort() 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8ef38b9d39] 2024-02-11T08:35:55.179 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8ef38dee86] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8ef652a785] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8ef652bf75] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8ef652abaf] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6536b6d] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6530f69] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8ef6532a4b] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 12: (AdminSocket::entry()+0x4de) [0x7f8ef65332ae] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f8ef42cab23] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f8ef53d41ca] 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 15: clone() 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:55.180 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3158> 2024-02-11T08:35:45.680+0000 7f8ef7e20200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:55.181 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3061> 2024-02-11T08:35:47.312+0000 7f8ef7e20200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:55.181 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3049> 2024-02-11T08:35:47.416+0000 7f8ef7e20200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:55.181 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3005> 2024-02-11T08:35:47.672+0000 7f8ef7e20200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:55.181 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2773> 2024-02-11T08:35:48.496+0000 7f8ef7e20200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:55.181 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2732> 2024-02-11T08:35:48.612+0000 7f8ef7e20200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2712> 2024-02-11T08:35:48.720+0000 7f8ef7e20200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2693> 2024-02-11T08:35:49.084+0000 7f8ef7e20200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2670> 2024-02-11T08:35:49.204+0000 7f8ef7e20200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2654> 2024-02-11T08:35:49.308+0000 7f8ef7e20200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2620> 2024-02-11T08:35:49.680+0000 7f8ef7e20200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2599> 2024-02-11T08:35:49.924+0000 7f8ef7e20200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2572> 2024-02-11T08:35:50.224+0000 7f8ef7e20200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2530> 2024-02-11T08:35:50.344+0000 7f8ef7e20200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2488> 2024-02-11T08:35:50.628+0000 7f8ef7e20200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2406> 2024-02-11T08:35:50.880+0000 7f8ef7e20200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2361> 2024-02-11T08:35:51.296+0000 7f8ef7e20200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:55.182 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2340> 2024-02-11T08:35:51.420+0000 7f8ef7e20200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2323> 2024-02-11T08:35:51.676+0000 7f8ef7e20200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2199> 2024-02-11T08:35:52.712+0000 7f8ef7e20200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2185> 2024-02-11T08:35:52.832+0000 7f8ef7e20200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2126> 2024-02-11T08:35:53.136+0000 7f8ef7e20200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2112> 2024-02-11T08:35:53.252+0000 7f8ef7e20200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2083> 2024-02-11T08:35:53.720+0000 7f8ef7e20200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2061> 2024-02-11T08:35:53.848+0000 7f8ef7e20200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug 0> 2024-02-11T08:35:54.880+0000 7f8eedc24700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: in thread 7f8eedc24700 thread_name:admin_socket 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f8ef53ded20] 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 2: gsignal() 2024-02-11T08:35:55.183 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 3: abort() 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8ef38b9d39] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8ef38dee86] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8ef652a785] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8ef652bf75] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8ef652abaf] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6536b6d] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6530f69] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8ef6532a4b] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 12: (AdminSocket::entry()+0x4de) [0x7f8ef65332ae] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f8ef42cab23] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f8ef53d41ca] 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 15: clone() 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:55.184 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3172> 2024-02-11T08:35:45.680+0000 7f8ef7e20200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3075> 2024-02-11T08:35:47.312+0000 7f8ef7e20200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3063> 2024-02-11T08:35:47.416+0000 7f8ef7e20200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -3019> 2024-02-11T08:35:47.672+0000 7f8ef7e20200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2787> 2024-02-11T08:35:48.496+0000 7f8ef7e20200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2746> 2024-02-11T08:35:48.612+0000 7f8ef7e20200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2726> 2024-02-11T08:35:48.720+0000 7f8ef7e20200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2707> 2024-02-11T08:35:49.084+0000 7f8ef7e20200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2684> 2024-02-11T08:35:49.204+0000 7f8ef7e20200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2668> 2024-02-11T08:35:49.308+0000 7f8ef7e20200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2634> 2024-02-11T08:35:49.680+0000 7f8ef7e20200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2613> 2024-02-11T08:35:49.924+0000 7f8ef7e20200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2586> 2024-02-11T08:35:50.224+0000 7f8ef7e20200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2544> 2024-02-11T08:35:50.344+0000 7f8ef7e20200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T08:35:55.185 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2502> 2024-02-11T08:35:50.628+0000 7f8ef7e20200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2420> 2024-02-11T08:35:50.880+0000 7f8ef7e20200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2375> 2024-02-11T08:35:51.296+0000 7f8ef7e20200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2354> 2024-02-11T08:35:51.420+0000 7f8ef7e20200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2337> 2024-02-11T08:35:51.676+0000 7f8ef7e20200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2213> 2024-02-11T08:35:52.712+0000 7f8ef7e20200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2199> 2024-02-11T08:35:52.832+0000 7f8ef7e20200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2140> 2024-02-11T08:35:53.136+0000 7f8ef7e20200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2126> 2024-02-11T08:35:53.252+0000 7f8ef7e20200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2097> 2024-02-11T08:35:53.720+0000 7f8ef7e20200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -2075> 2024-02-11T08:35:53.848+0000 7f8ef7e20200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: debug -14> 2024-02-11T08:35:54.880+0000 7f8eedc24700 -1 *** Caught signal (Aborted) ** 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: in thread 7f8eedc24700 thread_name:admin_socket 2024-02-11T08:35:55.186 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f8ef53ded20] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 2: gsignal() 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 3: abort() 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 4: /lib64/libc.so.6(+0x21d39) [0x7f8ef38b9d39] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 5: /lib64/libc.so.6(+0x46e86) [0x7f8ef38dee86] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f8ef652a785] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f8ef652bf75] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f8ef652abaf] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6536b6d] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 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) [0x7f8ef6530f69] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f8ef6532a4b] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 12: (AdminSocket::entry()+0x4de) [0x7f8ef65332ae] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f8ef42cab23] 2024-02-11T08:35:55.187 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f8ef53d41ca] 2024-02-11T08:35:55.188 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: 15: clone() 2024-02-11T08:35:55.188 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:54 smithi001 bash[23843]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T08:35:55.974 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:55 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T08:35:55.975 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:35:55 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:36:06.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:36:05 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-11T08:36:06.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:36:05 smithi001 systemd[1]: Stopped Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:36:06.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:36:05 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-11T08:36:06.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:36:05 smithi001 systemd[1]: ceph-0b8aaf58-c8b8-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T08:36:06.225 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Feb 11 08:36:05 smithi001 systemd[1]: Failed to start Ceph mgr.a for 0b8aaf58-c8b8-11ee-95b9-87774f69a715. 2024-02-11T08:36:25.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:36:24 smithi001 bash[21389]: cluster 2024-02-11T08:36:24.700945+0000 mon.a (mon.0) 126 : cluster 1 Manager daemon a is unresponsive. No standby daemons available. 2024-02-11T08:36:25.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:36:24 smithi001 bash[21389]: cluster 2024-02-11T08:36:24.707460+0000 mon.a (mon.0) 127 : cluster 0 osdmap e7: 0 total, 0 up, 0 in 2024-02-11T08:36:25.225 INFO:journalctl@ceph.mon.a.smithi001.stdout:Feb 11 08:36:24 smithi001 bash[21389]: cluster 2024-02-11T08:36:24.707746+0000 mon.a (mon.0) 128 : cluster 0 mgrmap e16: no daemons active (since 0.0067982s) 2024-02-11T20:20:58.182 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T20:20:58.215 DEBUG:teuthology.task.console_log:Killing console logger for smithi001 2024-02-11T20:20:58.215 DEBUG:teuthology.task.console_log:Killing console logger for smithi059 2024-02-11T20:20:58.216 DEBUG:teuthology.task.console_log:Killing console logger for smithi097 2024-02-11T20:20:58.216 DEBUG:teuthology.exit:Finished running handlers