2024-02-11T08:49:40.014 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T08:49:40.014 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556047 --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_rgw_multisite} --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi/7556047/orig.config.yaml 2024-02-11T08:49:40.042 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T08:49:40.170 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/7556047 branch: wip-yuri6-testing-2024-02-09-1422 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7556047' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-10_17:31:55-rados-wip-yuri6-testing-2024-02-09-1422-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri6-testing-2024-02-09-1422 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 workunit: branch: wip-yuri6-testing-2024-02-09-1422 sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - 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: smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDAwc37oPxT4vu5wcZA67MiOHqze9PBNZgVJfx6CsmoJOJAbx8tIbByUt8NBYkJYmivd4sEynBM6bFhTQAYVWnY= smithi186.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJf+UqlUW652HGTzmT3/N5s4oCldxTboRqP33uc4dpOJ/G6wqqBtzshTi0p3p4awHokMK85J+rl2witFMGHDgCo= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHisUdGujc//hibqEnbFYUurGsi+h5baKjbTvjV/69EKgNIPdiVeqL1zmYNy2oXZXcXcRLdVpwxvFbBA5fp6yXU= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' 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:49:40.171 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:49:40.171 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_14aa01b918f09661ae41e4c41d1de99d6ac08228/qa/tasks 2024-02-11T08:49:40.171 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T08:49:40.173 INFO:teuthology.task.internal:Checking packages... 2024-02-11T08:49:40.197 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '14aa01b918f09661ae41e4c41d1de99d6ac08228' 2024-02-11T08:49:40.197 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T08:49:40.197 INFO:teuthology.packaging:ref: None 2024-02-11T08:49:40.197 INFO:teuthology.packaging:tag: None 2024-02-11T08:49:40.197 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-02-09-1422 2024-02-11T08:49:40.197 INFO:teuthology.packaging:sha1: 14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T08:49:40.197 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:49:40.419 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:49:40.421 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T08:49:40.432 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T08:49:40.432 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T08:49:40.446 INFO:teuthology.task.internal:Saving configuration 2024-02-11T08:49:40.458 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T08:49:40.469 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T08:49:40.496 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.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/7556047', '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:43:32.949112', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFnPKo7dzcqf1ozV4IkLtVP5kS8rqszW0UhWN8L8GPLO'} 2024-02-11T08:49:40.540 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.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/7556047', '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:43:32.950412', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILvzCI1lM5D3Yjj+rTZE/KjyFgcn2NJc4FUnuMpwkDi4'} 2024-02-11T08:49:40.590 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.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/7556047', '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:43:32.951522', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL6cxXqL2XUcY71McR6Kwu48E51mD5IsL/qiPeWwpojg'} 2024-02-11T08:49:40.590 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T08:49:40.598 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-11T08:49:40.599 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-11T08:49:40.599 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-02-11T08:49:40.599 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T08:49:40.750 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7eff51255f70>, signals=[15]) 2024-02-11T08:49:40.752 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T08:49:40.759 INFO:teuthology.task.internal:Opening connections... 2024-02-11T08:49:40.760 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-02-11T08:49:40.761 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:49:40.844 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2024-02-11T08:49:40.845 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:49:40.925 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-02-11T08:49:40.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:49:41.001 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T08:49:41.008 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-02-11T08:49:41.015 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-02-11T08:49:41.015 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-02-11T08:49:41.063 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-11T08:49:41.063 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Ubuntu" 2024-02-11T08:49:41.063 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="22.04" 2024-02-11T08:49:41.063 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-11T08:49:41.063 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_CODENAME=jammy 2024-02-11T08:49:41.063 INFO:teuthology.orchestra.run.smithi149.stdout:ID=ubuntu 2024-02-11T08:49:41.063 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE=debian 2024-02-11T08:49:41.064 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T08:49:41.064 INFO:teuthology.orchestra.run.smithi149.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T08:49:41.064 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T08:49:41.064 INFO:teuthology.orchestra.run.smithi149.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T08:49:41.064 INFO:teuthology.orchestra.run.smithi149.stdout:UBUNTU_CODENAME=jammy 2024-02-11T08:49:41.064 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-02-11T08:49:41.089 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2024-02-11T08:49:41.095 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2024-02-11T08:49:41.096 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2024-02-11T08:49:41.144 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-11T08:49:41.144 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="Ubuntu" 2024-02-11T08:49:41.144 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="22.04" 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_CODENAME=jammy 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:ID=ubuntu 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE=debian 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T08:49:41.145 INFO:teuthology.orchestra.run.smithi186.stdout:UBUNTU_CODENAME=jammy 2024-02-11T08:49:41.145 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2024-02-11T08:49:41.173 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-02-11T08:49:41.178 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-02-11T08:49:41.178 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-02-11T08:49:41.225 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-11T08:49:41.225 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="Ubuntu" 2024-02-11T08:49:41.225 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="22.04" 2024-02-11T08:49:41.225 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-11T08:49:41.225 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_CODENAME=jammy 2024-02-11T08:49:41.225 INFO:teuthology.orchestra.run.smithi190.stdout:ID=ubuntu 2024-02-11T08:49:41.225 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE=debian 2024-02-11T08:49:41.226 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T08:49:41.226 INFO:teuthology.orchestra.run.smithi190.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T08:49:41.226 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T08:49:41.226 INFO:teuthology.orchestra.run.smithi190.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T08:49:41.226 INFO:teuthology.orchestra.run.smithi190.stdout:UBUNTU_CODENAME=jammy 2024-02-11T08:49:41.226 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-02-11T08:49:41.247 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T08:49:41.259 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T08:49:41.267 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T08:49:41.267 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:49:41.270 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:49:41.273 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-02-11T08:49:41.277 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T08:49:41.283 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T08:49:41.283 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:49:41.316 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:49:41.319 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-02-11T08:49:41.338 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T08:49:41.498 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T08:49:41.512 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T08:49:41.512 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:49:41.513 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:49:41.513 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:49:41.514 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T08:49:41.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:49:41.519 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-02-11T08:49:41.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:49:41.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T08:49:41.520 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-02-11T08:49:41.521 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-02-11T08:49:41.566 INFO:teuthology.orchestra.run.smithi186.stdout:5.15.0-56-generic 2024-02-11T08:49:41.566 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.15.0-56-generic 2024-02-11T08:49:41.567 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2024-02-11T08:49:41.568 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-56-generic 2024-02-11T08:49:41.568 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.15.0-56-generic 2024-02-11T08:49:41.569 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-02-11T08:49:41.569 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-56-generic 2024-02-11T08:49:41.570 INFO:teuthology.task.kernel:Running kernel on smithi190: 5.15.0-56-generic 2024-02-11T08:49:41.570 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-02-11T08:49:41.700 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-02-11T08:49:41.705 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-02-11T08:49:41.706 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-02-11T08:49:41.866 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:49:41.868 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-11T08:49:41.868 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-11T08:49:41.892 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:49:41.892 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-11T08:49:41.892 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-11T08:49:41.958 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-11T08:49:41.960 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-11T08:49:41.996 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:49:41.996 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-11T08:49:42.052 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-11T08:49:42.107 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-11T08:49:42.123 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-11T08:49:42.177 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-11T08:49:42.184 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-11T08:49:42.196 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-11T08:49:42.205 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-11T08:49:42.227 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-11T08:49:42.231 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-11T08:49:42.231 INFO:teuthology.orchestra.run.smithi149.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-11T08:49:42.232 INFO:teuthology.orchestra.run.smithi149.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-11T08:49:42.255 INFO:teuthology.orchestra.run.smithi149.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-11T08:49:42.260 INFO:teuthology.orchestra.run.smithi149.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-11T08:49:42.264 INFO:teuthology.orchestra.run.smithi149.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:49:42.265 INFO:teuthology.orchestra.run.smithi149.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-11T08:49:42.266 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-11T08:49:42.279 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-11T08:49:42.279 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-11T08:49:42.281 INFO:teuthology.orchestra.run.smithi149.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-11T08:49:42.282 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-11T08:49:42.292 INFO:teuthology.orchestra.run.smithi149.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-11T08:49:42.316 INFO:teuthology.orchestra.run.smithi149.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-11T08:49:42.316 INFO:teuthology.orchestra.run.smithi149.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-11T08:49:42.316 INFO:teuthology.orchestra.run.smithi149.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-11T08:49:42.316 INFO:teuthology.orchestra.run.smithi149.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-11T08:49:42.328 INFO:teuthology.orchestra.run.smithi149.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-11T08:49:42.331 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-11T08:49:42.337 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:49:42.337 INFO:teuthology.orchestra.run.smithi190.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-11T08:49:42.347 INFO:teuthology.orchestra.run.smithi149.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-11T08:49:42.348 INFO:teuthology.orchestra.run.smithi149.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-11T08:49:42.349 INFO:teuthology.orchestra.run.smithi149.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-11T08:49:42.350 INFO:teuthology.orchestra.run.smithi149.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-11T08:49:42.353 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-11T08:49:42.368 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-11T08:49:42.401 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-11T08:49:42.401 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-11T08:49:42.402 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-11T08:49:42.402 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-11T08:49:42.402 INFO:teuthology.orchestra.run.smithi149.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-11T08:49:42.407 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-11T08:49:42.409 INFO:teuthology.orchestra.run.smithi149.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:49:42.409 INFO:teuthology.orchestra.run.smithi149.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-11T08:49:42.412 INFO:teuthology.orchestra.run.smithi190.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-11T08:49:42.416 INFO:teuthology.orchestra.run.smithi190.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-11T08:49:42.416 INFO:teuthology.orchestra.run.smithi190.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-11T08:49:42.417 INFO:teuthology.orchestra.run.smithi190.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-11T08:49:42.418 INFO:teuthology.orchestra.run.smithi190.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-11T08:49:42.420 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-11T08:49:42.423 INFO:teuthology.orchestra.run.smithi149.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,043 kB] 2024-02-11T08:49:42.452 INFO:teuthology.orchestra.run.smithi149.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-11T08:49:42.453 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-11T08:49:42.454 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-11T08:49:42.458 INFO:teuthology.orchestra.run.smithi149.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-11T08:49:42.458 INFO:teuthology.orchestra.run.smithi149.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-11T08:49:42.459 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:49:42.459 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,043 kB] 2024-02-11T08:49:42.459 INFO:teuthology.orchestra.run.smithi149.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-11T08:49:42.460 INFO:teuthology.orchestra.run.smithi149.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-11T08:49:42.473 INFO:teuthology.orchestra.run.smithi149.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-11T08:49:42.474 INFO:teuthology.orchestra.run.smithi149.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-11T08:49:42.475 INFO:teuthology.orchestra.run.smithi149.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-11T08:49:42.486 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-11T08:49:42.498 INFO:teuthology.orchestra.run.smithi149.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-11T08:49:42.498 INFO:teuthology.orchestra.run.smithi149.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-11T08:49:42.499 INFO:teuthology.orchestra.run.smithi149.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-11T08:49:42.499 INFO:teuthology.orchestra.run.smithi149.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-11T08:49:42.500 INFO:teuthology.orchestra.run.smithi149.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-11T08:49:42.500 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-11T08:49:42.505 INFO:teuthology.orchestra.run.smithi190.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-11T08:49:42.506 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-11T08:49:42.506 INFO:teuthology.orchestra.run.smithi190.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-11T08:49:42.508 INFO:teuthology.orchestra.run.smithi190.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-11T08:49:42.508 INFO:teuthology.orchestra.run.smithi190.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-11T08:49:42.509 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-11T08:49:42.510 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-11T08:49:42.510 INFO:teuthology.orchestra.run.smithi149.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-11T08:49:42.526 INFO:teuthology.orchestra.run.smithi190.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-11T08:49:42.527 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-11T08:49:42.540 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-11T08:49:42.549 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-11T08:49:42.550 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-11T08:49:42.550 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-11T08:49:42.551 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-11T08:49:42.731 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-11T08:49:42.808 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-11T08:49:42.827 INFO:teuthology.orchestra.run.smithi186.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-11T08:49:42.837 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-11T08:49:42.838 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-11T08:49:42.839 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-11T08:49:42.871 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-11T08:49:42.887 INFO:teuthology.orchestra.run.smithi186.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-11T08:49:42.887 INFO:teuthology.orchestra.run.smithi186.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-11T08:49:42.959 INFO:teuthology.orchestra.run.smithi186.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-11T08:49:42.959 INFO:teuthology.orchestra.run.smithi186.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-11T08:49:42.959 INFO:teuthology.orchestra.run.smithi186.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-11T08:49:42.962 INFO:teuthology.orchestra.run.smithi186.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:49:42.963 INFO:teuthology.orchestra.run.smithi186.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-11T08:49:42.963 INFO:teuthology.orchestra.run.smithi186.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-11T08:49:42.978 INFO:teuthology.orchestra.run.smithi186.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-11T08:49:43.125 INFO:teuthology.orchestra.run.smithi186.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-11T08:49:43.151 INFO:teuthology.orchestra.run.smithi186.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-11T08:49:43.556 INFO:teuthology.orchestra.run.smithi186.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-11T08:49:43.561 INFO:teuthology.orchestra.run.smithi186.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-11T08:49:43.576 INFO:teuthology.orchestra.run.smithi186.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-11T08:49:43.576 INFO:teuthology.orchestra.run.smithi186.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-11T08:49:43.579 INFO:teuthology.orchestra.run.smithi186.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-11T08:49:43.715 INFO:teuthology.orchestra.run.smithi186.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,043 kB] 2024-02-11T08:49:43.826 INFO:teuthology.orchestra.run.smithi186.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-11T08:49:43.846 INFO:teuthology.orchestra.run.smithi186.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-11T08:49:43.847 INFO:teuthology.orchestra.run.smithi186.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-11T08:49:43.848 INFO:teuthology.orchestra.run.smithi186.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-11T08:49:43.850 INFO:teuthology.orchestra.run.smithi186.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-11T08:49:43.851 INFO:teuthology.orchestra.run.smithi186.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-11T08:49:43.852 INFO:teuthology.orchestra.run.smithi186.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-11T08:49:43.854 INFO:teuthology.orchestra.run.smithi186.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-11T08:49:43.857 INFO:teuthology.orchestra.run.smithi186.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-11T08:49:44.021 INFO:teuthology.orchestra.run.smithi186.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-11T08:49:44.104 INFO:teuthology.orchestra.run.smithi186.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-11T08:49:44.205 INFO:teuthology.orchestra.run.smithi186.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-11T08:49:44.234 INFO:teuthology.orchestra.run.smithi186.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-11T08:49:44.286 INFO:teuthology.orchestra.run.smithi186.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-11T08:49:47.683 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 11.5 MB in 2s (6,879 kB/s) 2024-02-11T08:49:47.735 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 11.5 MB in 2s (6,869 kB/s) 2024-02-11T08:49:48.687 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 11.5 MB in 3s (4,549 kB/s) 2024-02-11T08:49:49.038 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-02-11T08:49:49.056 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:49:49.116 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-02-11T08:49:49.141 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-02-11T08:49:49.159 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:49:49.212 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-02-11T08:49:49.308 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-02-11T08:49:49.309 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-02-11T08:49:49.401 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-02-11T08:49:49.401 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-02-11T08:49:49.476 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:49:49.476 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:49:49.476 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:49:49.477 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:49:49.477 INFO:teuthology.orchestra.run.smithi149.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-11T08:49:49.477 INFO:teuthology.orchestra.run.smithi149.stdout: python2.7-minimal 2024-02-11T08:49:49.477 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:49:49.478 INFO:teuthology.orchestra.run.smithi149.stdout:The following additional packages will be installed: 2024-02-11T08:49:49.478 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:49:49.478 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-11T08:49:49.478 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T08:49:49.479 INFO:teuthology.orchestra.run.smithi149.stdout:Suggested packages: 2024-02-11T08:49:49.479 INFO:teuthology.orchestra.run.smithi149.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-11T08:49:49.479 INFO:teuthology.orchestra.run.smithi149.stdout:Recommended packages: 2024-02-11T08:49:49.479 INFO:teuthology.orchestra.run.smithi149.stdout: thermald 2024-02-11T08:49:49.524 INFO:teuthology.orchestra.run.smithi149.stdout:The following NEW packages will be installed: 2024-02-11T08:49:49.524 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:49:49.524 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T08:49:49.525 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-11T08:49:49.526 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages will be upgraded: 2024-02-11T08:49:49.526 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T08:49:49.549 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:49:49.549 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:49:49.549 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:49:49.549 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:49:49.549 INFO:teuthology.orchestra.run.smithi190.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-11T08:49:49.550 INFO:teuthology.orchestra.run.smithi190.stdout: python2.7-minimal 2024-02-11T08:49:49.550 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:49:49.550 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-02-11T08:49:49.551 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:49:49.551 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-11T08:49:49.551 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T08:49:49.552 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-02-11T08:49:49.552 INFO:teuthology.orchestra.run.smithi190.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-11T08:49:49.552 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-02-11T08:49:49.552 INFO:teuthology.orchestra.run.smithi190.stdout: thermald 2024-02-11T08:49:49.596 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-02-11T08:49:49.597 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:49:49.597 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T08:49:49.597 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-11T08:49:49.598 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages will be upgraded: 2024-02-11T08:49:49.598 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T08:49:49.656 INFO:teuthology.orchestra.run.smithi190.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:49:49.656 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 113 MB of archives. 2024-02-11T08:49:49.656 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-11T08:49:49.656 INFO:teuthology.orchestra.run.smithi190.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:49:49.706 INFO:teuthology.orchestra.run.smithi149.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:49:49.706 INFO:teuthology.orchestra.run.smithi149.stdout:Need to get 113 MB of archives. 2024-02-11T08:49:49.706 INFO:teuthology.orchestra.run.smithi149.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-11T08:49:49.706 INFO:teuthology.orchestra.run.smithi149.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:49:49.887 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-02-11T08:49:49.904 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:49:49.964 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-02-11T08:49:50.155 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-02-11T08:49:50.155 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-02-11T08:49:50.289 INFO:teuthology.orchestra.run.smithi190.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:49:50.312 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:49:50.312 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:49:50.312 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:49:50.313 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:49:50.313 INFO:teuthology.orchestra.run.smithi186.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-11T08:49:50.313 INFO:teuthology.orchestra.run.smithi186.stdout: python2.7-minimal 2024-02-11T08:49:50.313 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:49:50.314 INFO:teuthology.orchestra.run.smithi186.stdout:The following additional packages will be installed: 2024-02-11T08:49:50.314 INFO:teuthology.orchestra.run.smithi186.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:49:50.314 INFO:teuthology.orchestra.run.smithi186.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-11T08:49:50.314 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T08:49:50.315 INFO:teuthology.orchestra.run.smithi186.stdout:Suggested packages: 2024-02-11T08:49:50.315 INFO:teuthology.orchestra.run.smithi186.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-11T08:49:50.315 INFO:teuthology.orchestra.run.smithi186.stdout:Recommended packages: 2024-02-11T08:49:50.315 INFO:teuthology.orchestra.run.smithi186.stdout: thermald 2024-02-11T08:49:50.361 INFO:teuthology.orchestra.run.smithi186.stdout:The following NEW packages will be installed: 2024-02-11T08:49:50.361 INFO:teuthology.orchestra.run.smithi186.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-11T08:49:50.361 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T08:49:50.361 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-11T08:49:50.362 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages will be upgraded: 2024-02-11T08:49:50.363 INFO:teuthology.orchestra.run.smithi186.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-11T08:49:50.482 INFO:teuthology.orchestra.run.smithi186.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:49:50.482 INFO:teuthology.orchestra.run.smithi186.stdout:Need to get 113 MB of archives. 2024-02-11T08:49:50.482 INFO:teuthology.orchestra.run.smithi186.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-11T08:49:50.482 INFO:teuthology.orchestra.run.smithi186.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:49:50.488 INFO:teuthology.orchestra.run.smithi190.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:49:51.099 INFO:teuthology.orchestra.run.smithi149.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:49:51.448 INFO:teuthology.orchestra.run.smithi149.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:49:51.619 INFO:teuthology.orchestra.run.smithi186.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:49:51.915 INFO:teuthology.orchestra.run.smithi186.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:49:52.118 INFO:teuthology.orchestra.run.smithi190.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:49:52.119 INFO:teuthology.orchestra.run.smithi190.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:49:52.119 INFO:teuthology.orchestra.run.smithi190.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:49:52.356 INFO:teuthology.orchestra.run.smithi190.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:49:52.413 INFO:teuthology.orchestra.run.smithi190.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:49:52.822 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 113 MB in 3s (40.3 MB/s) 2024-02-11T08:49:52.988 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T08:49:53.338 INFO:teuthology.orchestra.run.smithi186.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:49:53.338 INFO:teuthology.orchestra.run.smithi186.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:49:53.339 INFO:teuthology.orchestra.run.smithi186.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:49:53.552 INFO:teuthology.orchestra.run.smithi186.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:49:53.586 INFO:teuthology.orchestra.run.smithi186.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:49:53.657 INFO:teuthology.orchestra.run.smithi149.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:49:53.658 INFO:teuthology.orchestra.run.smithi149.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:49:53.658 INFO:teuthology.orchestra.run.smithi149.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:49:53.987 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 113 MB in 3s (35.2 MB/s) 2024-02-11T08:49:54.171 INFO:teuthology.orchestra.run.smithi149.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:49:54.175 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T08:49:54.267 INFO:teuthology.orchestra.run.smithi149.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:49:54.653 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 113 MB in 5s (23.9 MB/s) 2024-02-11T08:49:54.832 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T08:49:55.018 INFO:teuthology.orchestra.run.smithi190.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:49:55.023 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:55.185 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:56.146 INFO:teuthology.orchestra.run.smithi186.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:49:56.151 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:56.264 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:56.832 INFO:teuthology.orchestra.run.smithi149.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:49:56.836 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:56.946 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:57.360 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T08:49:57.382 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:57.457 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:58.348 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T08:49:58.363 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T08:49:58.369 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:58.384 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:58.422 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:58.462 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:58.918 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T08:49:58.938 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:58.976 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:59.398 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T08:49:59.419 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:59.499 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:49:59.926 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T08:49:59.947 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:49:59.976 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:05.304 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:05.454 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:05.535 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:05.675 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:05.821 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:05.966 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:05.974 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:06.070 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:06.252 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-11T08:50:06.274 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-11T08:50:06.318 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:50:06.348 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-11T08:50:06.370 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-11T08:50:06.414 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:50:06.418 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:06.538 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:06.896 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:07.025 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:07.344 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-11T08:50:07.367 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-11T08:50:07.402 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:50:11.895 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-11T08:50:11.931 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:50:11.969 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:12.219 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-11T08:50:12.255 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:50:12.294 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:13.252 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-11T08:50:13.288 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-11T08:50:13.326 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:14.563 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:14.688 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:15.029 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:50:15.210 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:15.336 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-11T08:50:15.471 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:15.555 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:15.697 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:15.907 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-11T08:50:16.039 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-11T08:50:16.073 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:50:16.219 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:16.345 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-11T08:50:16.380 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-11T08:50:16.497 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:16.501 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:16.628 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-11T08:50:16.780 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:16.875 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:17.951 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:18.159 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:18.293 INFO:teuthology.orchestra.run.smithi186.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:18.293 INFO:teuthology.orchestra.run.smithi186.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:18.294 INFO:teuthology.orchestra.run.smithi186.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:18.294 INFO:teuthology.orchestra.run.smithi186.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:18.434 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:19.301 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:19.301 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:19.301 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:19.301 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:19.452 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:19.528 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:19.528 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:19.528 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:19.528 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:19.660 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:19.819 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-11T08:50:19.936 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-11T08:50:20.063 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:20.127 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T08:50:20.127 INFO:teuthology.orchestra.run.smithi186.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:20.862 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-11T08:50:21.013 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-11T08:50:21.071 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-11T08:50:21.139 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:21.196 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-11T08:50:21.233 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T08:50:21.233 INFO:teuthology.orchestra.run.smithi190.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:21.314 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-11T08:50:21.370 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T08:50:21.370 INFO:teuthology.orchestra.run.smithi149.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:34.171 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T08:50:34.171 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub' 2024-02-11T08:50:34.179 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:50:34.204 INFO:teuthology.orchestra.run.smithi186.stdout:Generating grub configuration file ... 2024-02-11T08:50:34.517 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:34.537 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:34.817 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:34.823 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:34.893 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:50:34.899 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:50:35.054 INFO:teuthology.orchestra.run.smithi186.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:50:35.054 INFO:teuthology.orchestra.run.smithi186.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:50:35.054 INFO:teuthology.orchestra.run.smithi186.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:50:35.088 INFO:teuthology.orchestra.run.smithi186.stdout:done 2024-02-11T08:50:35.167 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T08:50:35.167 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub' 2024-02-11T08:50:35.178 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:50:35.201 INFO:teuthology.orchestra.run.smithi149.stdout:Generating grub configuration file ... 2024-02-11T08:50:35.390 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T08:50:35.390 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub' 2024-02-11T08:50:35.426 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:50:35.452 INFO:teuthology.orchestra.run.smithi190.stdout:Generating grub configuration file ... 2024-02-11T08:50:35.495 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:35.521 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:35.535 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 21 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.94.91 2024-02-11T08:50:35.561 INFO:teuthology.orchestra.run.smithi186.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:50:35.562 INFO:teuthology.orchestra.run.smithi186.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:50:35.562 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2024-02-11T08:50:35.562 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2024-02-11T08:50:35.562 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:50:35.562 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2024-02-11T08:50:35.562 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-11T08:50:35.562 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:50:35.562 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:50:35.562 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T08:50:35.563 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:50:35.563 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2024-02-11T08:50:35.757 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-02-11T08:50:35.773 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:35.789 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:35.812 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:35.817 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:35.891 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:50:35.895 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:50:35.897 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:50:35.906 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:50:35.925 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:50:35.988 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:50:36.057 INFO:teuthology.orchestra.run.smithi149.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:50:36.057 INFO:teuthology.orchestra.run.smithi149.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:50:36.057 INFO:teuthology.orchestra.run.smithi149.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:50:36.107 INFO:teuthology.orchestra.run.smithi149.stdout:done 2024-02-11T08:50:36.119 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:36.124 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:36.192 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:50:36.198 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:50:36.358 INFO:teuthology.orchestra.run.smithi190.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:50:36.359 INFO:teuthology.orchestra.run.smithi190.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:50:36.359 INFO:teuthology.orchestra.run.smithi190.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:50:36.406 INFO:teuthology.orchestra.run.smithi190.stdout:done 2024-02-11T08:50:36.561 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.94.91 2024-02-11T08:50:36.579 INFO:teuthology.orchestra.run.smithi149.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:50:36.580 INFO:teuthology.orchestra.run.smithi149.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:50:36.580 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-02-11T08:50:36.580 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-02-11T08:50:36.580 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:50:36.580 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-02-11T08:50:36.581 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-11T08:50:36.581 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:50:36.581 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:50:36.581 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T08:50:36.581 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:50:36.581 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-02-11T08:50:36.761 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-02-11T08:50:36.889 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-02-11T08:50:36.909 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:50:36.910 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:50:36.913 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:50:36.915 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-02-11T08:50:36.915 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-02-11T08:50:36.915 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-02-11T08:50:36.915 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-02-11T08:50:36.915 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.94.91 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.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:50:36.916 INFO:teuthology.orchestra.run.smithi190.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:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:50:36.916 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-02-11T08:50:36.917 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-11T08:50:36.917 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T08:50:36.917 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T08:50:36.917 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-11T08:50:36.917 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T08:50:36.918 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-02-11T08:50:36.934 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:50:37.109 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-02-11T08:50:37.205 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-02-11T08:50:37.223 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:50:37.248 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:50:37.258 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:50:37.276 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-02-11T08:50:37.278 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:50:37.356 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:50:37.446 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-02-11T08:50:37.447 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-02-11T08:50:37.593 INFO:teuthology.orchestra.run.smithi186.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-11T08:50:37.593 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:50:37.593 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:50:37.593 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:50:37.593 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:50:37.593 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:50:37.594 INFO:teuthology.orchestra.run.smithi186.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:50:37.594 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:50:37.632 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:50:37.634 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 21 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.94.91 2024-02-11T08:50:37.692 INFO:teuthology.orchestra.run.smithi186.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:50:37.692 INFO:teuthology.orchestra.run.smithi186.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:50:37.692 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2024-02-11T08:50:37.693 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2024-02-11T08:50:37.693 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:50:37.693 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2024-02-11T08:50:37.693 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2024-02-11T08:50:37.737 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.8XdR3AAPTM 2024-02-11T08:50:37.738 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub/grub.cfg /tmp/tmp.8XdR3AAPTM 2024-02-11T08:50:37.793 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.8XdR3AAPTM 2024-02-11T08:50:37.907 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.8XdR3AAPTM is 10KB 2024-02-11T08:50:37.919 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.8XdR3AAPTM 2024-02-11T08:50:37.924 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T08:50:37.978 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-11T08:50:37.978 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T08:50:37.978 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T08:50:38.053 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T08:50:38.053 DEBUG:teuthology.orchestra.run.smithi186:> sudo update-grub 2024-02-11T08:50:38.263 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-02-11T08:50:38.281 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:50:38.378 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-02-11T08:50:38.577 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-02-11T08:50:38.578 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-02-11T08:50:38.601 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-02-11T08:50:38.618 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-11T08:50:38.677 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-02-11T08:50:38.753 INFO:teuthology.orchestra.run.smithi149.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-11T08:50:38.753 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:50:38.753 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:50:38.753 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:50:38.753 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:50:38.754 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:50:38.754 INFO:teuthology.orchestra.run.smithi149.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:50:38.754 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:50:38.795 INFO:teuthology.orchestra.run.smithi149.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:50:38.797 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-02-11T08:50:38.812 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-02-11T08:50:38.812 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-02-11T08:50:38.812 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.94.91 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.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:50:38.813 INFO:teuthology.orchestra.run.smithi149.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:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:50:38.813 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-02-11T08:50:38.813 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2024-02-11T08:50:38.862 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.gvR2jVpRb1 2024-02-11T08:50:38.862 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub/grub.cfg /tmp/tmp.gvR2jVpRb1 2024-02-11T08:50:38.867 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-02-11T08:50:38.868 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-02-11T08:50:38.924 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.gvR2jVpRb1 2024-02-11T08:50:39.037 INFO:teuthology.orchestra.run.smithi190.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-11T08:50:39.037 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:50:39.037 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:50:39.037 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:50:39.037 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:50:39.037 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:50:39.038 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:50:39.038 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:50:39.041 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.gvR2jVpRb1 is 10KB 2024-02-11T08:50:39.053 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.gvR2jVpRb1 2024-02-11T08:50:39.059 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T08:50:39.076 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-11T08:50:39.078 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.94.91 2024-02-11T08:50:39.091 INFO:teuthology.orchestra.run.smithi190.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:50:39.091 INFO:teuthology.orchestra.run.smithi190.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:50:39.091 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-02-11T08:50:39.092 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-02-11T08:50:39.092 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-02-11T08:50:39.092 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-02-11T08:50:39.092 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-02-11T08:50:39.113 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T08:50:39.113 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T08:50:39.113 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T08:50:39.135 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.nFSfXkhClw 2024-02-11T08:50:39.135 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nFSfXkhClw 2024-02-11T08:50:39.181 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T08:50:39.181 DEBUG:teuthology.orchestra.run.smithi149:> sudo update-grub 2024-02-11T08:50:39.192 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.nFSfXkhClw 2024-02-11T08:50:39.203 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub' 2024-02-11T08:50:39.204 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:50:39.207 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2024-02-11T08:50:39.303 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.nFSfXkhClw is 10KB 2024-02-11T08:50:39.314 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.nFSfXkhClw 2024-02-11T08:50:39.319 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T08:50:39.371 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-11T08:50:39.371 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T08:50:39.371 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T08:50:39.395 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:39.401 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:39.463 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T08:50:39.463 DEBUG:teuthology.orchestra.run.smithi190:> sudo update-grub 2024-02-11T08:50:39.634 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:39.639 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:39.679 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:50:39.684 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:50:39.798 INFO:teuthology.orchestra.run.smithi186.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:50:39.798 INFO:teuthology.orchestra.run.smithi186.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:50:39.798 INFO:teuthology.orchestra.run.smithi186.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:50:39.812 INFO:teuthology.orchestra.run.smithi186.stderr:done 2024-02-11T08:50:39.829 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2024-02-11T08:50:40.536 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub' 2024-02-11T08:50:40.537 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:50:40.541 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2024-02-11T08:50:40.710 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:40.716 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:40.871 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub' 2024-02-11T08:50:40.871 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T08:50:40.888 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-02-11T08:50:41.034 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:41.039 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:41.081 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:50:41.086 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:50:41.087 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T08:50:41.093 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T08:50:41.238 INFO:teuthology.orchestra.run.smithi149.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:50:41.239 INFO:teuthology.orchestra.run.smithi149.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:50:41.239 INFO:teuthology.orchestra.run.smithi149.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:50:41.256 INFO:teuthology.orchestra.run.smithi149.stderr:done 2024-02-11T08:50:41.257 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2024-02-11T08:50:41.345 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-11T08:50:41.350 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-11T08:50:41.392 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-11T08:50:41.397 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-11T08:50:41.527 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-11T08:50:41.527 INFO:teuthology.orchestra.run.smithi190.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-11T08:50:41.527 INFO:teuthology.orchestra.run.smithi190.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-11T08:50:41.539 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-02-11T08:50:41.541 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-02-11T08:51:09.841 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T08:51:09.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:51:09.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:11.262 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T08:51:11.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-11T08:51:11.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:11.544 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-11T08:51:11.544 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-11T08:51:11.544 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:28.192 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-02-11T08:51:29.728 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-02-11T08:51:29.980 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-02-11T08:51:37.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:51:37.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:38.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-11T08:51:38.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:38.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-11T08:51:38.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:40.256 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-02-11T08:51:41.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-02-11T08:51:42.044 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-02-11T08:51:52.264 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:51:52.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:53.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-11T08:51:53.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:51:54.045 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-11T08:51:54.045 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:52:10.684 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-02-11T08:52:12.220 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-02-11T08:52:25.685 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:52:25.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:52:25.688 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2024-02-11T08:52:26.013 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-02-11T08:52:26.986 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-11T08:52:26.986 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-94-generic"... 2024-02-11T08:52:26.986 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-02-11T08:52:27.032 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-94-generic 2024-02-11T08:52:27.032 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T08:52:27.032 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:52:27.032 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T08:52:27.221 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-11T08:52:27.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:52:27.448 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-02-11T08:52:28.033 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-11T08:52:28.033 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:52:28.193 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-02-11T08:52:28.233 DEBUG:teuthology.parallel:result is None 2024-02-11T08:52:28.502 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-11T08:52:28.502 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-11T08:52:28.503 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-02-11T08:52:28.508 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-94-generic 2024-02-11T08:52:28.508 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T08:52:28.508 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:52:28.508 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T08:52:29.509 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T08:52:29.509 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:52:29.577 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-02-11T08:52:29.605 DEBUG:teuthology.parallel:result is None 2024-02-11T08:52:43.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:52:43.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:52:43.899 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-02-11T08:52:44.438 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:52:44.439 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-11T08:52:44.439 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2024-02-11T08:52:44.486 INFO:teuthology.orchestra.run.smithi186.stdout:5.15.0-94-generic 2024-02-11T08:52:44.487 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T08:52:44.487 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T08:52:44.487 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T08:52:45.487 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T08:52:45.487 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T08:52:45.836 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2024-02-11T08:52:45.872 DEBUG:teuthology.parallel:result is None 2024-02-11T08:52:45.872 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T08:52:45.880 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T08:52:45.880 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:52:45.883 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:52:45.885 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T08:52:45.892 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T08:52:45.899 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T08:52:45.905 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T08:52:45.905 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:52:45.932 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:52:45.934 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T08:52:45.956 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T08:52:45.962 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T08:52:45.963 DEBUG:teuthology.orchestra.run.smithi149:> 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:52:45.993 DEBUG:teuthology.orchestra.run.smithi186:> 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:52:45.995 DEBUG:teuthology.orchestra.run.smithi190:> 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:52:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:52:46.012 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:52:46.017 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:52:46.018 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:52:46.020 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:52:46.026 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T08:52:46.027 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T08:52:46.034 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T08:52:46.034 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:52:46.064 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:52:46.067 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T08:52:46.082 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T08:52:46.092 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T08:52:46.092 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:52:46.120 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:52:46.124 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T08:52:46.131 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:52:46.171 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:52:46.220 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T08:52:46.220 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:52:46.277 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:52:46.283 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:52:46.331 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-11T08:52:46.331 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:52:46.387 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T08:52:46.392 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T08:52:46.440 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-11T08:52:46.440 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T08:52:46.509 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-02-11T08:52:46.511 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2024-02-11T08:52:46.514 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-02-11T08:52:46.580 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T08:52:46.589 INFO:teuthology.task.internal:Starting timer... 2024-02-11T08:52:46.589 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T08:52:46.600 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T08:52:46.607 DEBUG:teuthology.task.selinux:Excluding smithi149: OS 'ubuntu' does not support SELinux 2024-02-11T08:52:46.607 DEBUG:teuthology.task.selinux:Excluding smithi186: OS 'ubuntu' does not support SELinux 2024-02-11T08:52:46.607 DEBUG:teuthology.task.selinux:Excluding smithi190: OS 'ubuntu' does not support SELinux 2024-02-11T08:52:46.608 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T08:52:46.608 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-11T08:52:46.608 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T08:52:46.608 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T08:52:46.616 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T08:52:46.634 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:52:46.636 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi149.front.sepia.ceph.com,smithi186.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T08:59:45.488 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi149.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2024-02-11T08:59:45.490 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-11T08:59:45.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:59:45.574 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-02-11T08:59:45.652 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-11T08:59:45.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:59:45.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:59:45.732 DEBUG:teuthology.orchestra.run.smithi186:> true 2024-02-11T08:59:45.808 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2024-02-11T08:59:45.808 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-11T08:59:45.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T08:59:45.885 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-02-11T08:59:45.964 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-02-11T08:59:45.964 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T08:59:45.976 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T08:59:45.976 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:59:45.977 DEBUG:teuthology.orchestra.run.smithi149:> 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:59:45.979 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:59:45.980 DEBUG:teuthology.orchestra.run.smithi186:> 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:59:45.982 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T08:59:45.982 DEBUG:teuthology.orchestra.run.smithi190:> 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:59:46.006 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-11T08:59:46.006 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Command line: ntpd -gq 2024-02-11T08:59:46.006 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: ---------------------------------------------------- 2024-02-11T08:59:46.007 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: ntp-4 is maintained by Network Time Foundation, 2024-02-11T08:59:46.007 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-11T08:59:46.007 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: corporation. Support and training for ntp-4 are 2024-02-11T08:59:46.007 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: available at https://www.nwtime.org/support 2024-02-11T08:59:46.007 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: ---------------------------------------------------- 2024-02-11T08:59:46.007 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: proto: precision = 0.059 usec (-24) 2024-02-11T08:59:46.007 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: basedate set to 2022-02-04 2024-02-11T08:59:46.008 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: gps base set to 2022-02-06 (week 2196) 2024-02-11T08:59:46.008 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:59:46.008 INFO:teuthology.orchestra.run.smithi149.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:59:46.008 INFO:teuthology.orchestra.run.smithi149.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 3 enp3s0f1 172.21.15.149:123 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 4 lo [::1]:123 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7d57%5]:123 2024-02-11T08:59:46.009 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:46 ntpd[17126]: Listening on routing socket on fd #22 for interface updates 2024-02-11T08:59:46.010 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-11T08:59:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Command line: ntpd -gq 2024-02-11T08:59:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: ---------------------------------------------------- 2024-02-11T08:59:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: ntp-4 is maintained by Network Time Foundation, 2024-02-11T08:59:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-11T08:59:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: corporation. Support and training for ntp-4 are 2024-02-11T08:59:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: available at https://www.nwtime.org/support 2024-02-11T08:59:46.011 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: ---------------------------------------------------- 2024-02-11T08:59:46.012 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: proto: precision = 0.063 usec (-24) 2024-02-11T08:59:46.012 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: basedate set to 2022-02-04 2024-02-11T08:59:46.012 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: gps base set to 2022-02-06 (week 2196) 2024-02-11T08:59:46.013 INFO:teuthology.orchestra.run.smithi186.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:59:46.013 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:59:46.013 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:59:46.013 INFO:teuthology.orchestra.run.smithi186.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:59:46.014 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T08:59:46.014 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T08:59:46.014 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T08:59:46.014 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 3 enp3s0f1 172.21.15.186:123 2024-02-11T08:59:46.015 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 4 lo [::1]:123 2024-02-11T08:59:46.015 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df5%5]:123 2024-02-11T08:59:46.015 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:46 ntpd[17126]: Listening on routing socket on fd #22 for interface updates 2024-02-11T08:59:46.037 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-11T08:59:46.037 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Command line: ntpd -gq 2024-02-11T08:59:46.037 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: ---------------------------------------------------- 2024-02-11T08:59:46.037 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: ntp-4 is maintained by Network Time Foundation, 2024-02-11T08:59:46.038 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-11T08:59:46.038 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: corporation. Support and training for ntp-4 are 2024-02-11T08:59:46.038 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: available at https://www.nwtime.org/support 2024-02-11T08:59:46.038 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: ---------------------------------------------------- 2024-02-11T08:59:46.038 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: proto: precision = 0.060 usec (-24) 2024-02-11T08:59:46.039 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: basedate set to 2022-02-04 2024-02-11T08:59:46.039 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: gps base set to 2022-02-06 (week 2196) 2024-02-11T08:59:46.039 INFO:teuthology.orchestra.run.smithi190.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:59:46.039 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T08:59:46.039 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:59:46.040 INFO:teuthology.orchestra.run.smithi190.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T08:59:46.040 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T08:59:46.041 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T08:59:46.041 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T08:59:46.041 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Listen normally on 3 enp3s0f1 172.21.15.190:123 2024-02-11T08:59:46.041 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Listen normally on 4 lo [::1]:123 2024-02-11T08:59:46.041 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7763%5]:123 2024-02-11T08:59:46.041 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:46 ntpd[17151]: Listening on routing socket on fd #22 for interface updates 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:47.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:47.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:47 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:47.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:47.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:47 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:48.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:48 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:48.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:48 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:48.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:48 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:48.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:48 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:48.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:48 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:48.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:48 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:49.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:49.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:49.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:49 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:49.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:49.040 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:49 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:50.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:50 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:50.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:50 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:50.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:50 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:50.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:50 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:50.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:50 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:50.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:50 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:50.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:50 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:50.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:50 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:50.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:50 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:50.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:50 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:50.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:50 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:50.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:50 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:51.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:51.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:51.014 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:51.014 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.014 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.014 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:51.014 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:51 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:51.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:51 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:52.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:52 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:52.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:52 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:52.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:52 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:52.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:52 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:52.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:52 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:52.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:52 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:52.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:52 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:52.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:52 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:52.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:52 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:52.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:52 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:52.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:52 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:52.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:52 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:53.007 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:53.008 INFO:teuthology.orchestra.run.smithi149.stdout:11 Feb 08:59:53 ntpd[17126]: ntpd: time slew -0.000991 s 2024-02-11T08:59:53.008 INFO:teuthology.orchestra.run.smithi149.stdout:ntpd: time slew -0.000991s 2024-02-11T08:59:53.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T08:59:53.008 INFO:teuthology.orchestra.run.smithi149.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:53.012 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:53.013 INFO:teuthology.orchestra.run.smithi186.stdout:11 Feb 08:59:53 ntpd[17126]: ntpd: time slew -0.001072 s 2024-02-11T08:59:53.013 INFO:teuthology.orchestra.run.smithi186.stdout:ntpd: time slew -0.001072s 2024-02-11T08:59:53.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T08:59:53.013 INFO:teuthology.orchestra.run.smithi186.stderr:11 Feb 08:59:53 ntpd[17126]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T08:59:53.038 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T08:59:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:11 Feb 08:59:53 ntpd[17151]: ntpd: time slew -0.001631 s 2024-02-11T08:59:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:ntpd: time slew -0.001631s 2024-02-11T08:59:53.039 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T08:59:53.040 INFO:teuthology.orchestra.run.smithi190.stderr:11 Feb 08:59:53 ntpd[17151]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T08:59:53.057 INFO:teuthology.orchestra.run.smithi186.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T08:59:53.057 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================== 2024-02-11T08:59:53.057 INFO:teuthology.orchestra.run.smithi186.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.058 INFO:teuthology.orchestra.run.smithi186.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.058 INFO:teuthology.orchestra.run.smithi186.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.058 INFO:teuthology.orchestra.run.smithi186.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.062 INFO:teuthology.orchestra.run.smithi149.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T08:59:53.062 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================== 2024-02-11T08:59:53.062 INFO:teuthology.orchestra.run.smithi149.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.062 INFO:teuthology.orchestra.run.smithi149.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.062 INFO:teuthology.orchestra.run.smithi149.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.062 INFO:teuthology.orchestra.run.smithi149.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.099 INFO:teuthology.orchestra.run.smithi190.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T08:59:53.099 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================== 2024-02-11T08:59:53.099 INFO:teuthology.orchestra.run.smithi190.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.099 INFO:teuthology.orchestra.run.smithi190.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.099 INFO:teuthology.orchestra.run.smithi190.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.100 INFO:teuthology.orchestra.run.smithi190.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-11T08:59:53.100 INFO:teuthology.run_tasks:Running task install... 2024-02-11T08:59:53.109 DEBUG:teuthology.task.install:project ceph 2024-02-11T08:59:53.109 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'}} 2024-02-11T08:59:53.109 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T08:59:53.109 INFO:teuthology.task.install:Using flavor: default 2024-02-11T08:59:53.116 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:59:53.116 INFO:teuthology.task.install:extra packages: [] 2024-02-11T08:59:53.117 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-key list | grep Ceph 2024-02-11T08:59:53.117 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-key list | grep Ceph 2024-02-11T08:59:53.118 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-key list | grep Ceph 2024-02-11T08:59:53.176 INFO:teuthology.orchestra.run.smithi186.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-11T08:59:53.178 INFO:teuthology.orchestra.run.smithi149.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-11T08:59:53.200 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-11T08:59:53.204 INFO:teuthology.orchestra.run.smithi186.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-11T08:59:53.204 INFO:teuthology.orchestra.run.smithi186.stdout:uid [ unknown] Ceph.com (release key) 2024-02-11T08:59:53.205 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:59:53.205 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:59:53.210 INFO:teuthology.orchestra.run.smithi149.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-11T08:59:53.210 INFO:teuthology.orchestra.run.smithi149.stdout:uid [ unknown] Ceph.com (release key) 2024-02-11T08:59:53.210 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:59:53.211 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:59:53.229 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-11T08:59:53.229 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph.com (release key) 2024-02-11T08:59:53.230 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:59:53.230 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:59:53.432 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:59:53.432 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:59:53.437 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:59:53.437 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:59:53.461 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:59:53.461 INFO:teuthology.task.install.deb:Package version is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T08:59:53.617 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-11T08:59:53.617 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-11T08:59:53.619 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T08:59:53.619 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-11T08:59:53.633 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2024-02-11T08:59:53.634 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-02-11T08:59:53.636 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-11T08:59:53.636 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-11T08:59:53.650 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-02-11T08:59:53.805 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:59:53.805 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:59:53.818 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:59:53.822 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:59:53.838 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:59:53.841 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:59:53.859 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:59:53.931 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-11T08:59:53.931 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:59:53.931 INFO:teuthology.orchestra.run.smithi149.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy InRelease 2024-02-11T08:59:53.933 INFO:teuthology.orchestra.run.smithi186.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:59:53.939 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-11T08:59:53.957 INFO:teuthology.orchestra.run.smithi190.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy InRelease 2024-02-11T08:59:53.986 INFO:teuthology.orchestra.run.smithi149.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:59:53.988 INFO:teuthology.orchestra.run.smithi186.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:59:54.004 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-11T08:59:54.016 INFO:teuthology.orchestra.run.smithi190.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:59:54.039 INFO:teuthology.orchestra.run.smithi149.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:59:54.042 INFO:teuthology.orchestra.run.smithi186.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:59:54.072 INFO:teuthology.orchestra.run.smithi190.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:59:54.084 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-11T08:59:54.093 INFO:teuthology.orchestra.run.smithi149.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:59:54.095 INFO:teuthology.orchestra.run.smithi186.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:59:54.120 INFO:teuthology.orchestra.run.smithi190.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:59:54.143 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-02-11T08:59:54.147 INFO:teuthology.orchestra.run.smithi186.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:59:54.180 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,403 B] 2024-02-11T08:59:54.227 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 28.8 kB in 0s (71.2 kB/s) 2024-02-11T08:59:54.266 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 28.8 kB in 0s (67.9 kB/s) 2024-02-11T08:59:54.281 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 28.8 kB in 0s (61.1 kB/s) 2024-02-11T08:59:55.161 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-02-11T08:59:55.177 DEBUG:teuthology.orchestra.run.smithi149:> 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:59:55.204 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-02-11T08:59:55.208 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-02-11T08:59:55.218 DEBUG:teuthology.orchestra.run.smithi190:> 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:59:55.224 DEBUG:teuthology.orchestra.run.smithi186:> 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:59:55.239 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-02-11T08:59:55.276 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2024-02-11T08:59:55.278 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-02-11T08:59:55.435 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-02-11T08:59:55.436 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-02-11T08:59:55.445 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2024-02-11T08:59:55.445 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2024-02-11T08:59:55.464 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-02-11T08:59:55.465 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-02-11T08:59:55.599 INFO:teuthology.orchestra.run.smithi186.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:59:55.600 INFO:teuthology.orchestra.run.smithi186.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:59:55.600 INFO:teuthology.orchestra.run.smithi186.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:59:55.600 INFO:teuthology.orchestra.run.smithi186.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:59:55.600 INFO:teuthology.orchestra.run.smithi186.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:59:55.600 INFO:teuthology.orchestra.run.smithi186.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:59:55.600 INFO:teuthology.orchestra.run.smithi186.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout:The following additional packages will be installed: 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:59:55.602 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-11T08:59:55.603 INFO:teuthology.orchestra.run.smithi186.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-11T08:59:55.604 INFO:teuthology.orchestra.run.smithi186.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-11T08:59:55.604 INFO:teuthology.orchestra.run.smithi186.stdout: xmlstarlet zip 2024-02-11T08:59:55.604 INFO:teuthology.orchestra.run.smithi186.stdout:Suggested packages: 2024-02-11T08:59:55.604 INFO:teuthology.orchestra.run.smithi186.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-11T08:59:55.604 INFO:teuthology.orchestra.run.smithi186.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-11T08:59:55.605 INFO:teuthology.orchestra.run.smithi186.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-11T08:59:55.605 INFO:teuthology.orchestra.run.smithi186.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-11T08:59:55.605 INFO:teuthology.orchestra.run.smithi186.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-11T08:59:55.605 INFO:teuthology.orchestra.run.smithi186.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-11T08:59:55.605 INFO:teuthology.orchestra.run.smithi186.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-11T08:59:55.605 INFO:teuthology.orchestra.run.smithi186.stdout:Recommended packages: 2024-02-11T08:59:55.605 INFO:teuthology.orchestra.run.smithi186.stdout: btrfs-tools 2024-02-11T08:59:55.607 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:59:55.607 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:59:55.607 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:59:55.607 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:59:55.607 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:59:55.608 INFO:teuthology.orchestra.run.smithi149.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:59:55.608 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:59:55.609 INFO:teuthology.orchestra.run.smithi149.stdout:The following additional packages will be installed: 2024-02-11T08:59:55.609 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-11T08:59:55.609 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-11T08:59:55.609 INFO:teuthology.orchestra.run.smithi149.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-11T08:59:55.609 INFO:teuthology.orchestra.run.smithi149.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-11T08:59:55.610 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-11T08:59:55.610 INFO:teuthology.orchestra.run.smithi149.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-11T08:59:55.610 INFO:teuthology.orchestra.run.smithi149.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-11T08:59:55.610 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-11T08:59:55.611 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet zip 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout:Suggested packages: 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout:Recommended packages: 2024-02-11T08:59:55.612 INFO:teuthology.orchestra.run.smithi149.stdout: btrfs-tools 2024-02-11T08:59:55.639 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-02-11T08:59:55.640 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-11T08:59:55.640 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-11T08:59:55.640 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-11T08:59:55.641 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-11T08:59:55.641 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-11T08:59:55.641 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-11T08:59:55.641 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-02-11T08:59:55.641 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:59:55.643 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet zip 2024-02-11T08:59:55.644 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-02-11T08:59:55.645 INFO:teuthology.orchestra.run.smithi190.stdout: btrfs-tools 2024-02-11T08:59:55.703 INFO:teuthology.orchestra.run.smithi186.stdout:The following NEW packages will be installed: 2024-02-11T08:59:55.703 INFO:teuthology.orchestra.run.smithi186.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-11T08:59:55.704 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-11T08:59:55.704 INFO:teuthology.orchestra.run.smithi186.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-11T08:59:55.704 INFO:teuthology.orchestra.run.smithi186.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-11T08:59:55.704 INFO:teuthology.orchestra.run.smithi186.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-11T08:59:55.704 INFO:teuthology.orchestra.run.smithi186.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-11T08:59:55.705 INFO:teuthology.orchestra.run.smithi186.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-11T08:59:55.705 INFO:teuthology.orchestra.run.smithi186.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-11T08:59:55.705 INFO:teuthology.orchestra.run.smithi186.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-11T08:59:55.706 INFO:teuthology.orchestra.run.smithi186.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-11T08:59:55.707 INFO:teuthology.orchestra.run.smithi186.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-11T08:59:55.707 INFO:teuthology.orchestra.run.smithi186.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-11T08:59:55.707 INFO:teuthology.orchestra.run.smithi186.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-11T08:59:55.712 INFO:teuthology.orchestra.run.smithi149.stdout:The following NEW packages will be installed: 2024-02-11T08:59:55.712 INFO:teuthology.orchestra.run.smithi149.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-11T08:59:55.712 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-11T08:59:55.713 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-11T08:59:55.713 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-11T08:59:55.713 INFO:teuthology.orchestra.run.smithi149.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-11T08:59:55.713 INFO:teuthology.orchestra.run.smithi149.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-11T08:59:55.714 INFO:teuthology.orchestra.run.smithi149.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-11T08:59:55.714 INFO:teuthology.orchestra.run.smithi149.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-11T08:59:55.714 INFO:teuthology.orchestra.run.smithi149.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-11T08:59:55.714 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-11T08:59:55.715 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-11T08:59:55.715 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:59:55.715 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:59:55.715 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:59:55.715 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:59:55.715 INFO:teuthology.orchestra.run.smithi149.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:59:55.715 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-11T08:59:55.716 INFO:teuthology.orchestra.run.smithi149.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-11T08:59:55.745 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-02-11T08:59:55.745 INFO:teuthology.orchestra.run.smithi190.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-11T08:59:55.745 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-11T08:59:55.746 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-11T08:59:55.747 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-11T08:59:55.748 INFO:teuthology.orchestra.run.smithi190.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-11T08:59:55.780 INFO:teuthology.orchestra.run.smithi149.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-11T08:59:55.780 INFO:teuthology.orchestra.run.smithi149.stdout:Need to get 176 MB of archives. 2024-02-11T08:59:55.780 INFO:teuthology.orchestra.run.smithi149.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-11T08:59:55.780 INFO:teuthology.orchestra.run.smithi149.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-11T08:59:55.811 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-11T08:59:55.811 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 176 MB of archives. 2024-02-11T08:59:55.811 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-11T08:59:55.811 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-11T08:59:55.886 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-11T08:59:55.889 INFO:teuthology.orchestra.run.smithi149.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:59:55.891 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-11T08:59:55.891 INFO:teuthology.orchestra.run.smithi186.stdout:Need to get 176 MB of archives. 2024-02-11T08:59:55.891 INFO:teuthology.orchestra.run.smithi186.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-11T08:59:55.892 INFO:teuthology.orchestra.run.smithi186.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-11T08:59:55.909 INFO:teuthology.orchestra.run.smithi149.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:59:55.912 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-11T08:59:55.916 INFO:teuthology.orchestra.run.smithi190.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:59:55.921 INFO:teuthology.orchestra.run.smithi186.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:59:55.931 INFO:teuthology.orchestra.run.smithi149.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:59:55.934 INFO:teuthology.orchestra.run.smithi190.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:59:55.966 INFO:teuthology.orchestra.run.smithi190.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:59:55.977 INFO:teuthology.orchestra.run.smithi149.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:59:55.982 INFO:teuthology.orchestra.run.smithi149.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:59:55.994 INFO:teuthology.orchestra.run.smithi149.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:59:55.999 INFO:teuthology.orchestra.run.smithi149.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:59:55.999 INFO:teuthology.orchestra.run.smithi149.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-11T08:59:56.000 INFO:teuthology.orchestra.run.smithi149.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-11T08:59:56.001 INFO:teuthology.orchestra.run.smithi190.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:59:56.007 INFO:teuthology.orchestra.run.smithi190.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:59:56.008 INFO:teuthology.orchestra.run.smithi149.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-11T08:59:56.011 INFO:teuthology.orchestra.run.smithi149.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-11T08:59:56.013 INFO:teuthology.orchestra.run.smithi149.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:59:56.014 INFO:teuthology.orchestra.run.smithi149.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-11T08:59:56.022 INFO:teuthology.orchestra.run.smithi190.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:59:56.027 INFO:teuthology.orchestra.run.smithi190.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:59:56.028 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-11T08:59:56.028 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-11T08:59:56.033 INFO:teuthology.orchestra.run.smithi149.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-11T08:59:56.035 INFO:teuthology.orchestra.run.smithi149.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-11T08:59:56.037 INFO:teuthology.orchestra.run.smithi149.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-11T08:59:56.038 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-11T08:59:56.039 INFO:teuthology.orchestra.run.smithi149.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-11T08:59:56.040 INFO:teuthology.orchestra.run.smithi149.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:59:56.040 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-11T08:59:56.043 INFO:teuthology.orchestra.run.smithi190.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:59:56.044 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-11T08:59:56.045 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-11T08:59:56.054 INFO:teuthology.orchestra.run.smithi149.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:59:56.055 INFO:teuthology.orchestra.run.smithi149.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:59:56.055 INFO:teuthology.orchestra.run.smithi149.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:59:56.056 INFO:teuthology.orchestra.run.smithi149.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:59:56.056 INFO:teuthology.orchestra.run.smithi149.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-11T08:59:56.065 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-11T08:59:56.068 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-11T08:59:56.070 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-11T08:59:56.071 INFO:teuthology.orchestra.run.smithi190.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:59:56.072 INFO:teuthology.orchestra.run.smithi190.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:59:56.073 INFO:teuthology.orchestra.run.smithi190.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:59:56.073 INFO:teuthology.orchestra.run.smithi190.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:59:56.074 INFO:teuthology.orchestra.run.smithi190.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:59:56.074 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-11T08:59:56.075 INFO:teuthology.orchestra.run.smithi149.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-11T08:59:56.076 INFO:teuthology.orchestra.run.smithi149.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-11T08:59:56.076 INFO:teuthology.orchestra.run.smithi149.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-11T08:59:56.079 INFO:teuthology.orchestra.run.smithi149.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-11T08:59:56.079 INFO:teuthology.orchestra.run.smithi149.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-11T08:59:56.088 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-11T08:59:56.095 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-11T08:59:56.095 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-11T08:59:56.097 INFO:teuthology.orchestra.run.smithi149.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-11T08:59:56.098 INFO:teuthology.orchestra.run.smithi149.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:59:56.099 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-11T08:59:56.099 INFO:teuthology.orchestra.run.smithi149.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-11T08:59:56.099 INFO:teuthology.orchestra.run.smithi149.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:59:56.100 INFO:teuthology.orchestra.run.smithi149.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:59:56.100 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-11T08:59:56.100 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-11T08:59:56.101 INFO:teuthology.orchestra.run.smithi190.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:59:56.102 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-11T08:59:56.102 INFO:teuthology.orchestra.run.smithi190.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:59:56.107 INFO:teuthology.orchestra.run.smithi190.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:59:56.118 INFO:teuthology.orchestra.run.smithi149.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:59:56.119 INFO:teuthology.orchestra.run.smithi149.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-11T08:59:56.120 INFO:teuthology.orchestra.run.smithi149.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-11T08:59:56.126 INFO:teuthology.orchestra.run.smithi190.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:59:56.127 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-11T08:59:56.127 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-11T08:59:56.130 INFO:teuthology.orchestra.run.smithi149.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:59:56.131 INFO:teuthology.orchestra.run.smithi149.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-11T08:59:56.135 INFO:teuthology.orchestra.run.smithi190.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:59:56.135 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-11T08:59:56.136 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-11T08:59:56.136 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-11T08:59:56.138 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-11T08:59:56.139 INFO:teuthology.orchestra.run.smithi149.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-11T08:59:56.140 INFO:teuthology.orchestra.run.smithi149.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-11T08:59:56.141 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-11T08:59:56.142 INFO:teuthology.orchestra.run.smithi149.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-11T08:59:56.146 INFO:teuthology.orchestra.run.smithi149.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-11T08:59:56.147 INFO:teuthology.orchestra.run.smithi149.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:59:56.154 INFO:teuthology.orchestra.run.smithi190.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:59:56.156 INFO:teuthology.orchestra.run.smithi190.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:59:56.157 INFO:teuthology.orchestra.run.smithi190.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:59:56.159 INFO:teuthology.orchestra.run.smithi149.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:59:56.161 INFO:teuthology.orchestra.run.smithi149.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:59:56.166 INFO:teuthology.orchestra.run.smithi149.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-11T08:59:56.167 INFO:teuthology.orchestra.run.smithi149.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-11T08:59:56.168 INFO:teuthology.orchestra.run.smithi149.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-11T08:59:56.173 INFO:teuthology.orchestra.run.smithi190.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-11T08:59:56.174 INFO:teuthology.orchestra.run.smithi190.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-11T08:59:56.175 INFO:teuthology.orchestra.run.smithi190.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-11T08:59:56.178 INFO:teuthology.orchestra.run.smithi190.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:59:56.191 INFO:teuthology.orchestra.run.smithi149.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:59:56.269 INFO:teuthology.orchestra.run.smithi190.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:59:56.271 INFO:teuthology.orchestra.run.smithi190.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:59:56.272 INFO:teuthology.orchestra.run.smithi190.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-11T08:59:56.273 INFO:teuthology.orchestra.run.smithi190.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-11T08:59:56.274 INFO:teuthology.orchestra.run.smithi190.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:59:56.314 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-11T08:59:56.326 INFO:teuthology.orchestra.run.smithi186.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:59:56.365 INFO:teuthology.orchestra.run.smithi149.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:59:56.367 INFO:teuthology.orchestra.run.smithi149.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:59:56.370 INFO:teuthology.orchestra.run.smithi149.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-11T08:59:56.370 INFO:teuthology.orchestra.run.smithi149.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-11T08:59:56.372 INFO:teuthology.orchestra.run.smithi149.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:59:56.377 INFO:teuthology.orchestra.run.smithi190.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-11T08:59:56.381 INFO:teuthology.orchestra.run.smithi190.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-11T08:59:56.381 INFO:teuthology.orchestra.run.smithi190.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-11T08:59:56.407 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-11T08:59:56.408 INFO:teuthology.orchestra.run.smithi149.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-11T08:59:56.409 INFO:teuthology.orchestra.run.smithi190.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-11T08:59:56.409 INFO:teuthology.orchestra.run.smithi190.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-11T08:59:56.409 INFO:teuthology.orchestra.run.smithi190.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:59:56.410 INFO:teuthology.orchestra.run.smithi190.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-11T08:59:56.410 INFO:teuthology.orchestra.run.smithi190.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:59:56.411 INFO:teuthology.orchestra.run.smithi149.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-11T08:59:56.411 INFO:teuthology.orchestra.run.smithi149.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-11T08:59:56.411 INFO:teuthology.orchestra.run.smithi190.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:59:56.413 INFO:teuthology.orchestra.run.smithi190.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-11T08:59:56.431 INFO:teuthology.orchestra.run.smithi149.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-11T08:59:56.431 INFO:teuthology.orchestra.run.smithi149.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-11T08:59:56.432 INFO:teuthology.orchestra.run.smithi149.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:59:56.432 INFO:teuthology.orchestra.run.smithi190.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-11T08:59:56.433 INFO:teuthology.orchestra.run.smithi149.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-11T08:59:56.433 INFO:teuthology.orchestra.run.smithi149.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:59:56.434 INFO:teuthology.orchestra.run.smithi149.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:59:56.436 INFO:teuthology.orchestra.run.smithi190.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-11T08:59:56.438 INFO:teuthology.orchestra.run.smithi190.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-11T08:59:56.440 INFO:teuthology.orchestra.run.smithi190.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-11T08:59:56.441 INFO:teuthology.orchestra.run.smithi190.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-11T08:59:56.445 INFO:teuthology.orchestra.run.smithi190.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-11T08:59:56.448 INFO:teuthology.orchestra.run.smithi190.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:59:56.449 INFO:teuthology.orchestra.run.smithi190.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-11T08:59:56.450 INFO:teuthology.orchestra.run.smithi190.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-11T08:59:56.460 INFO:teuthology.orchestra.run.smithi149.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-11T08:59:56.461 INFO:teuthology.orchestra.run.smithi149.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-11T08:59:56.465 INFO:teuthology.orchestra.run.smithi149.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-11T08:59:56.466 INFO:teuthology.orchestra.run.smithi190.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-11T08:59:56.476 INFO:teuthology.orchestra.run.smithi190.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-11T08:59:56.480 INFO:teuthology.orchestra.run.smithi190.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-11T08:59:56.480 INFO:teuthology.orchestra.run.smithi190.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-11T08:59:56.481 INFO:teuthology.orchestra.run.smithi190.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:59:56.481 INFO:teuthology.orchestra.run.smithi190.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-11T08:59:56.483 INFO:teuthology.orchestra.run.smithi190.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-11T08:59:56.484 INFO:teuthology.orchestra.run.smithi190.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-11T08:59:56.487 INFO:teuthology.orchestra.run.smithi149.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-11T08:59:56.489 INFO:teuthology.orchestra.run.smithi149.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-11T08:59:56.490 INFO:teuthology.orchestra.run.smithi149.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-11T08:59:56.492 INFO:teuthology.orchestra.run.smithi190.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:59:56.493 INFO:teuthology.orchestra.run.smithi190.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-11T08:59:56.494 INFO:teuthology.orchestra.run.smithi149.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-11T08:59:56.501 INFO:teuthology.orchestra.run.smithi149.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:59:56.503 INFO:teuthology.orchestra.run.smithi149.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-11T08:59:56.503 INFO:teuthology.orchestra.run.smithi149.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-11T08:59:56.509 INFO:teuthology.orchestra.run.smithi149.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-11T08:59:56.510 INFO:teuthology.orchestra.run.smithi149.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-11T08:59:56.513 INFO:teuthology.orchestra.run.smithi190.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-11T08:59:56.516 INFO:teuthology.orchestra.run.smithi190.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-11T08:59:56.517 INFO:teuthology.orchestra.run.smithi190.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-11T08:59:56.521 INFO:teuthology.orchestra.run.smithi149.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-11T08:59:56.541 INFO:teuthology.orchestra.run.smithi149.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-11T08:59:56.542 INFO:teuthology.orchestra.run.smithi149.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:59:56.542 INFO:teuthology.orchestra.run.smithi149.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-11T08:59:56.544 INFO:teuthology.orchestra.run.smithi149.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-11T08:59:56.545 INFO:teuthology.orchestra.run.smithi149.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-11T08:59:56.564 INFO:teuthology.orchestra.run.smithi149.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:59:56.565 INFO:teuthology.orchestra.run.smithi149.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-11T08:59:56.566 INFO:teuthology.orchestra.run.smithi149.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-11T08:59:56.569 INFO:teuthology.orchestra.run.smithi149.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-11T08:59:56.571 INFO:teuthology.orchestra.run.smithi149.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-11T08:59:56.637 INFO:teuthology.orchestra.run.smithi186.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:59:56.649 INFO:teuthology.orchestra.run.smithi186.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:59:56.679 INFO:teuthology.orchestra.run.smithi186.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:59:56.688 INFO:teuthology.orchestra.run.smithi186.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:59:56.689 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-11T08:59:56.690 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-11T08:59:56.709 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-11T08:59:56.732 INFO:teuthology.orchestra.run.smithi149.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:59:56.877 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-11T08:59:57.016 INFO:teuthology.orchestra.run.smithi190.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:59:57.022 INFO:teuthology.orchestra.run.smithi149.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:59:57.032 INFO:teuthology.orchestra.run.smithi186.stdout:Get:14 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:59:57.064 INFO:teuthology.orchestra.run.smithi149.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:59:57.095 INFO:teuthology.orchestra.run.smithi149.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:59:57.096 INFO:teuthology.orchestra.run.smithi149.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:59:57.103 INFO:teuthology.orchestra.run.smithi149.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:59:57.127 INFO:teuthology.orchestra.run.smithi149.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:59:57.134 INFO:teuthology.orchestra.run.smithi149.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:59:57.288 INFO:teuthology.orchestra.run.smithi186.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-11T08:59:57.322 INFO:teuthology.orchestra.run.smithi186.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-11T08:59:57.324 INFO:teuthology.orchestra.run.smithi186.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-11T08:59:57.376 INFO:teuthology.orchestra.run.smithi190.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:59:57.405 INFO:teuthology.orchestra.run.smithi186.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-11T08:59:57.430 INFO:teuthology.orchestra.run.smithi190.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:59:57.456 INFO:teuthology.orchestra.run.smithi186.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-11T08:59:57.472 INFO:teuthology.orchestra.run.smithi190.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:59:57.474 INFO:teuthology.orchestra.run.smithi190.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:59:57.478 INFO:teuthology.orchestra.run.smithi186.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-11T08:59:57.483 INFO:teuthology.orchestra.run.smithi190.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:59:57.485 INFO:teuthology.orchestra.run.smithi186.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-11T08:59:57.486 INFO:teuthology.orchestra.run.smithi186.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-11T08:59:57.498 INFO:teuthology.orchestra.run.smithi186.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-11T08:59:57.498 INFO:teuthology.orchestra.run.smithi186.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-11T08:59:57.513 INFO:teuthology.orchestra.run.smithi190.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:59:57.528 INFO:teuthology.orchestra.run.smithi190.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:59:57.535 INFO:teuthology.orchestra.run.smithi149.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:59:57.538 INFO:teuthology.orchestra.run.smithi149.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:59:57.552 INFO:teuthology.orchestra.run.smithi149.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:59:57.664 INFO:teuthology.orchestra.run.smithi186.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-11T08:59:57.747 INFO:teuthology.orchestra.run.smithi186.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-11T08:59:57.775 INFO:teuthology.orchestra.run.smithi186.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-11T08:59:57.792 INFO:teuthology.orchestra.run.smithi186.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-11T08:59:57.837 INFO:teuthology.orchestra.run.smithi186.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-11T08:59:57.977 INFO:teuthology.orchestra.run.smithi186.stdout:Get:30 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:59:58.047 INFO:teuthology.orchestra.run.smithi186.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-11T08:59:58.062 INFO:teuthology.orchestra.run.smithi186.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-11T08:59:58.069 INFO:teuthology.orchestra.run.smithi186.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-11T08:59:58.074 INFO:teuthology.orchestra.run.smithi186.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-11T08:59:58.096 INFO:teuthology.orchestra.run.smithi186.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-11T08:59:58.099 INFO:teuthology.orchestra.run.smithi186.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-11T08:59:58.208 INFO:teuthology.orchestra.run.smithi190.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:59:58.211 INFO:teuthology.orchestra.run.smithi190.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:59:58.232 INFO:teuthology.orchestra.run.smithi190.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:59:58.265 INFO:teuthology.orchestra.run.smithi186.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-11T08:59:58.283 INFO:teuthology.orchestra.run.smithi186.stdout:Get:38 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:59:58.459 INFO:teuthology.orchestra.run.smithi186.stdout:Get:39 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:59:58.461 INFO:teuthology.orchestra.run.smithi186.stdout:Get:40 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:59:58.554 INFO:teuthology.orchestra.run.smithi186.stdout:Get:41 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:59:58.581 INFO:teuthology.orchestra.run.smithi186.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-11T08:59:58.620 INFO:teuthology.orchestra.run.smithi186.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-11T08:59:58.632 INFO:teuthology.orchestra.run.smithi186.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-11T08:59:58.644 INFO:teuthology.orchestra.run.smithi186.stdout:Get:45 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1367-g14aa01b9-1jammy [330 kB] 2024-02-11T08:59:58.765 INFO:teuthology.orchestra.run.smithi186.stdout:Get:46 https://3.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-02-09-1422/14aa01b918f09661ae41e4c41d1de99d6ac08228/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1367-g14aa01b9-1jammy [6,555 kB] 2024-02-11T08:59:58.836 INFO:teuthology.orchestra.run.smithi186.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-11T08:59:58.838 INFO:teuthology.orchestra.run.smithi186.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-11T08:59:58.843 INFO:teuthology.orchestra.run.smithi186.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-11T08:59:58.849 INFO:teuthology.orchestra.run.smithi186.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-11T08:59:58.864 INFO:teuthology.orchestra.run.smithi186.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-11T08:59:58.885 INFO:teuthology.orchestra.run.smithi186.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-11T08:59:58.891 INFO:teuthology.orchestra.run.smithi186.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-11T08:59:59.043 INFO:teuthology.orchestra.run.smithi149.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:59:59.065 INFO:teuthology.orchestra.run.smithi186.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-11T08:59:59.186 INFO:teuthology.orchestra.run.smithi149.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:59:59.209 INFO:teuthology.orchestra.run.smithi149.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:59:59.214 INFO:teuthology.orchestra.run.smithi149.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:59:59.294 INFO:teuthology.orchestra.run.smithi149.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:59:59.328 INFO:teuthology.orchestra.run.smithi186.stdout:Get:55 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:59:59.505 INFO:teuthology.orchestra.run.smithi186.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-11T08:59:59.519 INFO:teuthology.orchestra.run.smithi186.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-11T08:59:59.539 INFO:teuthology.orchestra.run.smithi186.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-11T08:59:59.603 INFO:teuthology.orchestra.run.smithi186.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-02-11T08:59:59.634 INFO:teuthology.orchestra.run.smithi149.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:59:59.890 INFO:teuthology.orchestra.run.smithi186.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-11T08:59:59.892 INFO:teuthology.orchestra.run.smithi186.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-11T08:59:59.895 INFO:teuthology.orchestra.run.smithi186.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-11T08:59:59.895 INFO:teuthology.orchestra.run.smithi186.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-11T08:59:59.897 INFO:teuthology.orchestra.run.smithi186.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-11T09:00:00.120 INFO:teuthology.orchestra.run.smithi186.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-11T09:00:00.552 INFO:teuthology.orchestra.run.smithi186.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-11T09:00:00.558 INFO:teuthology.orchestra.run.smithi186.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-11T09:00:00.647 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:00.848 INFO:teuthology.orchestra.run.smithi186.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-11T09:00:00.848 INFO:teuthology.orchestra.run.smithi186.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-11T09:00:00.851 INFO:teuthology.orchestra.run.smithi186.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-11T09:00:00.852 INFO:teuthology.orchestra.run.smithi186.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-11T09:00:00.854 INFO:teuthology.orchestra.run.smithi186.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-11T09:00:00.856 INFO:teuthology.orchestra.run.smithi186.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-11T09:00:00.857 INFO:teuthology.orchestra.run.smithi186.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-11T09:00:00.858 INFO:teuthology.orchestra.run.smithi186.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-11T09:00:00.978 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:00.979 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:00.995 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:01.036 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:01.045 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:01.053 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:01.067 INFO:teuthology.orchestra.run.smithi186.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-11T09:00:01.079 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:01.085 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:01.090 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:01.188 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:01.215 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:01.472 INFO:teuthology.orchestra.run.smithi186.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-11T09:00:01.519 INFO:teuthology.orchestra.run.smithi186.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-11T09:00:01.538 INFO:teuthology.orchestra.run.smithi186.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-11T09:00:01.649 INFO:teuthology.orchestra.run.smithi186.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-11T09:00:01.678 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:01.678 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:01.689 INFO:teuthology.orchestra.run.smithi186.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-11T09:00:01.701 INFO:teuthology.orchestra.run.smithi186.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-11T09:00:01.706 INFO:teuthology.orchestra.run.smithi186.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-11T09:00:01.753 INFO:teuthology.orchestra.run.smithi186.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-11T09:00:01.756 INFO:teuthology.orchestra.run.smithi186.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-11T09:00:01.778 INFO:teuthology.orchestra.run.smithi186.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-11T09:00:01.826 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:02.489 INFO:teuthology.orchestra.run.smithi186.stdout:Get:87 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-11T09:00:02.491 INFO:teuthology.orchestra.run.smithi186.stdout:Get:88 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-11T09:00:02.770 INFO:teuthology.orchestra.run.smithi186.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 ceph-common amd64 19.0.0-1367-g14aa01b9-1jammy [24.1 MB] 2024-02-11T09:00:02.965 INFO:teuthology.orchestra.run.smithi186.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-11T09:00:03.033 INFO:teuthology.orchestra.run.smithi186.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-11T09:00:03.034 INFO:teuthology.orchestra.run.smithi186.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-11T09:00:03.074 INFO:teuthology.orchestra.run.smithi186.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-11T09:00:03.083 INFO:teuthology.orchestra.run.smithi186.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-11T09:00:03.126 INFO:teuthology.orchestra.run.smithi186.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-11T09:00:03.127 INFO:teuthology.orchestra.run.smithi186.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-11T09:00:03.128 INFO:teuthology.orchestra.run.smithi186.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-11T09:00:03.135 INFO:teuthology.orchestra.run.smithi186.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-11T09:00:03.136 INFO:teuthology.orchestra.run.smithi186.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-11T09:00:04.335 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:04.336 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:04.353 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:04.505 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:04.511 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:04.513 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:04.514 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:04.545 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:04.551 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:04.751 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:05.063 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:05.298 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:05.298 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:05.628 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 176 MB in 9s (18.8 MB/s) 2024-02-11T09:00:05.792 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-11T09:00:05.892 INFO:teuthology.orchestra.run.smithi149.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-11T09:00:05.898 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-11T09:00:05.982 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T09:00:06.328 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-11T09:00:06.353 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-11T09:00:06.394 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T09:00:06.755 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-11T09:00:06.781 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-11T09:00:06.822 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T09:00:07.192 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-11T09:00:07.218 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:07.258 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:07.664 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-11T09:00:07.690 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:07.730 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:07.750 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:07.753 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:07.754 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:08.033 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-11T09:00:08.060 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:08.091 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:08.205 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:08.403 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-11T09:00:08.417 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:08.429 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-11T09:00:08.461 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T09:00:08.734 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 176 MB in 12s (14.1 MB/s) 2024-02-11T09:00:08.898 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-11T09:00:08.922 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librados2. 2024-02-11T09:00:08.948 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:08.995 INFO:teuthology.orchestra.run.smithi190.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-11T09:00:09.001 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-11T09:00:09.022 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:09.023 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:09.055 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:09.059 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:09.088 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T09:00:09.246 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:09.442 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-11T09:00:09.466 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librbd1. 2024-02-11T09:00:09.468 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-11T09:00:09.492 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:09.508 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T09:00:09.533 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:09.819 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-11T09:00:09.845 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-11T09:00:09.886 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T09:00:09.891 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:09.927 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libcephfs2. 2024-02-11T09:00:09.954 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:10.002 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:10.246 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rados. 2024-02-11T09:00:10.262 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:10.305 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:10.314 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-11T09:00:10.340 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:10.389 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:10.649 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-11T09:00:10.676 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:10.716 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:10.792 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-11T09:00:10.818 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:10.859 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:10.968 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cephfs. 2024-02-11T09:00:10.994 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:11.035 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:11.203 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-11T09:00:11.230 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:11.262 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:11.329 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-11T09:00:11.355 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:11.395 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:11.598 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-11T09:00:11.624 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-11T09:00:11.664 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T09:00:11.682 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-11T09:00:11.709 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-11T09:00:11.743 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T09:00:11.744 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:11.744 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:11.760 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:11.886 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:11.927 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:11.930 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:12.001 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librados2. 2024-02-11T09:00:12.028 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:12.041 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:12.051 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-prettytable. 2024-02-11T09:00:12.067 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:12.078 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-11T09:00:12.118 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-11T09:00:12.379 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rbd. 2024-02-11T09:00:12.405 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:12.445 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:12.528 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librbd1. 2024-02-11T09:00:12.529 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:12.529 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:12.554 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:12.595 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:12.782 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-11T09:00:12.808 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-11T09:00:12.848 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T09:00:13.006 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs2. 2024-02-11T09:00:13.032 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:13.064 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:13.092 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-11T09:00:13.108 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-11T09:00:13.142 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T09:00:13.358 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rados. 2024-02-11T09:00:13.373 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:13.416 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:13.420 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-11T09:00:13.446 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-11T09:00:13.486 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T09:00:13.744 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-11T09:00:13.770 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:13.811 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:13.823 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua5.1. 2024-02-11T09:00:13.848 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-11T09:00:13.902 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-11T09:00:14.080 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cephfs. 2024-02-11T09:00:14.095 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:14.138 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:14.201 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-any. 2024-02-11T09:00:14.217 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-11T09:00:14.251 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-11T09:00:14.470 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package zip. 2024-02-11T09:00:14.494 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-11T09:00:14.537 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking zip (3.0-12build2) ... 2024-02-11T09:00:14.649 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-11T09:00:14.676 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:14.708 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:14.857 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package unzip. 2024-02-11T09:00:14.883 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-11T09:00:14.923 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-11T09:00:15.010 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-11T09:00:15.037 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-11T09:00:15.077 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T09:00:15.319 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package luarocks. 2024-02-11T09:00:15.345 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-11T09:00:15.385 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-11T09:00:15.396 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-prettytable. 2024-02-11T09:00:15.423 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-11T09:00:15.463 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-11T09:00:15.494 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:15.499 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:15.499 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:15.732 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rbd. 2024-02-11T09:00:15.743 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librgw2. 2024-02-11T09:00:15.747 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:15.769 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:15.790 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:15.809 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:16.112 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-11T09:00:16.136 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-11T09:00:16.176 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T09:00:16.305 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:16.337 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rgw. 2024-02-11T09:00:16.352 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:16.386 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:16.429 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-11T09:00:16.455 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-11T09:00:16.495 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T09:00:16.718 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-11T09:00:16.744 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-11T09:00:16.789 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T09:00:16.806 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-11T09:00:16.833 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-11T09:00:16.859 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 176 MB in 21s (8,533 kB/s) 2024-02-11T09:00:16.873 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T09:00:17.030 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-11T09:00:17.117 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libradosstriper1. 2024-02-11T09:00:17.131 INFO:teuthology.orchestra.run.smithi186.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-11T09:00:17.135 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-11T09:00:17.144 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:17.184 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:17.210 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua5.1. 2024-02-11T09:00:17.211 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T09:00:17.236 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-11T09:00:17.276 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-11T09:00:17.498 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-11T09:00:17.525 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-11T09:00:17.565 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T09:00:17.579 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-any. 2024-02-11T09:00:17.594 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-11T09:00:17.620 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-common. 2024-02-11T09:00:17.629 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-11T09:00:17.647 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:17.687 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:17.882 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package zip. 2024-02-11T09:00:17.901 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-11T09:00:17.908 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-11T09:00:17.927 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-11T09:00:17.948 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking zip (3.0-12build2) ... 2024-02-11T09:00:17.992 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T09:00:18.276 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package unzip. 2024-02-11T09:00:18.303 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-11T09:00:18.343 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-11T09:00:18.371 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-11T09:00:18.398 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:18.438 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:18.721 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package luarocks. 2024-02-11T09:00:18.748 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-11T09:00:18.788 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-11T09:00:18.807 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-11T09:00:18.834 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:18.842 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-base. 2024-02-11T09:00:18.869 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:18.874 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:18.918 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:19.170 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librgw2. 2024-02-11T09:00:19.197 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:19.210 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-11T09:00:19.228 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:19.237 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-11T09:00:19.277 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:00:19.597 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-11T09:00:19.623 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-11T09:00:19.629 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-11T09:00:19.655 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T09:00:19.656 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-11T09:00:19.696 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-11T09:00:19.916 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librados2. 2024-02-11T09:00:19.932 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../007-librados2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:19.972 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rgw. 2024-02-11T09:00:19.974 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:19.982 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cheroot. 2024-02-11T09:00:19.987 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:20.009 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-11T09:00:20.031 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:20.049 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T09:00:20.368 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-11T09:00:20.375 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-11T09:00:20.395 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-11T09:00:20.401 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-11T09:00:20.410 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librbd1. 2024-02-11T09:00:20.435 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-11T09:00:20.437 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../008-librbd1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:20.442 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T09:00:20.477 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:20.729 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-11T09:00:20.744 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libradosstriper1. 2024-02-11T09:00:20.756 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-11T09:00:20.771 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:20.788 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-11T09:00:20.811 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:20.913 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libcephfs2. 2024-02-11T09:00:20.939 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:20.980 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:21.074 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-11T09:00:21.100 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-11T09:00:21.141 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-11T09:00:21.214 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-common. 2024-02-11T09:00:21.232 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rados. 2024-02-11T09:00:21.241 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:21.258 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:21.272 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:21.290 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:21.443 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-tempora. 2024-02-11T09:00:21.470 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-11T09:00:21.510 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-11T09:00:21.577 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-11T09:00:21.603 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:21.643 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:21.813 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-portend. 2024-02-11T09:00:21.839 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-11T09:00:21.879 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-11T09:00:22.072 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cephfs. 2024-02-11T09:00:22.098 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:22.146 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:22.157 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-11T09:00:22.184 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-11T09:00:22.224 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-11T09:00:22.465 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-11T09:00:22.492 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:22.526 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-11T09:00:22.532 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:22.553 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-11T09:00:22.586 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-base. 2024-02-11T09:00:22.593 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-11T09:00:22.613 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:22.662 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:22.809 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-11T09:00:22.825 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-11T09:00:22.860 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T09:00:22.922 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-natsort. 2024-02-11T09:00:22.948 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-11T09:00:22.988 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-11T09:00:23.129 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-prettytable. 2024-02-11T09:00:23.144 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-11T09:00:23.187 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-11T09:00:23.240 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-11T09:00:23.266 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-11T09:00:23.283 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-logutils. 2024-02-11T09:00:23.298 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-11T09:00:23.309 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-11T09:00:23.349 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-11T09:00:23.448 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rbd. 2024-02-11T09:00:23.464 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:23.506 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:23.584 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cheroot. 2024-02-11T09:00:23.611 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-11T09:00:23.651 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T09:00:23.652 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-11T09:00:23.672 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-11T09:00:23.710 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-11T09:00:23.859 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-11T09:00:23.886 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-11T09:00:23.926 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T09:00:23.987 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-11T09:00:24.014 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-11T09:00:24.022 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-mako. 2024-02-11T09:00:24.048 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-11T09:00:24.053 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-11T09:00:24.097 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T09:00:24.187 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-11T09:00:24.202 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-11T09:00:24.237 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T09:00:24.356 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-11T09:00:24.383 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-11T09:00:24.400 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-11T09:00:24.415 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-11T09:00:24.448 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-11T09:00:24.449 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-11T09:00:24.531 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-11T09:00:24.558 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-11T09:00:24.598 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T09:00:24.734 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-11T09:00:24.760 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-11T09:00:24.801 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-11T09:00:24.844 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-11T09:00:24.870 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-11T09:00:24.911 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-11T09:00:24.926 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua5.1. 2024-02-11T09:00:24.953 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-11T09:00:24.993 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-11T09:00:25.079 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempora. 2024-02-11T09:00:25.105 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-11T09:00:25.145 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-11T09:00:25.213 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-webob. 2024-02-11T09:00:25.240 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-11T09:00:25.271 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-any. 2024-02-11T09:00:25.280 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-11T09:00:25.298 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-11T09:00:25.329 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-11T09:00:25.448 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-portend. 2024-02-11T09:00:25.474 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-11T09:00:25.514 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-11T09:00:25.582 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package zip. 2024-02-11T09:00:25.608 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-11T09:00:25.625 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-waitress. 2024-02-11T09:00:25.648 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking zip (3.0-12build2) ... 2024-02-11T09:00:25.652 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-11T09:00:25.694 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T09:00:25.817 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-11T09:00:25.843 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-11T09:00:25.884 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-11T09:00:25.960 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package unzip. 2024-02-11T09:00:25.987 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-11T09:00:26.026 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-11T09:00:26.027 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-tempita. 2024-02-11T09:00:26.054 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-11T09:00:26.094 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T09:00:26.153 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-11T09:00:26.180 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-11T09:00:26.211 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-11T09:00:26.380 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-paste. 2024-02-11T09:00:26.395 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-11T09:00:26.397 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package luarocks. 2024-02-11T09:00:26.424 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-11T09:00:26.438 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T09:00:26.455 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-11T09:00:26.557 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-natsort. 2024-02-11T09:00:26.583 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-11T09:00:26.623 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-11T09:00:26.758 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-11T09:00:26.785 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-11T09:00:26.813 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package librgw2. 2024-02-11T09:00:26.825 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T09:00:26.840 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../025-librgw2_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:26.880 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:26.934 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-logutils. 2024-02-11T09:00:26.961 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-11T09:00:27.009 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-11T09:00:27.111 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-11T09:00:27.126 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-11T09:00:27.160 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-11T09:00:27.312 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-11T09:00:27.339 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-11T09:00:27.378 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-11T09:00:27.447 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-webtest. 2024-02-11T09:00:27.474 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-11T09:00:27.514 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-11T09:00:27.515 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rgw. 2024-02-11T09:00:27.542 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:27.582 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:27.631 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-mako. 2024-02-11T09:00:27.658 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-11T09:00:27.689 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T09:00:27.833 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pecan. 2024-02-11T09:00:27.860 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-11T09:00:27.900 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T09:00:27.918 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-11T09:00:27.945 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-11T09:00:27.985 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T09:00:28.009 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-11T09:00:28.036 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-11T09:00:28.076 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-11T09:00:28.254 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libradosstriper1. 2024-02-11T09:00:28.263 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-certifi. 2024-02-11T09:00:28.270 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:28.290 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-11T09:00:28.304 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:28.329 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-11T09:00:28.379 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-11T09:00:28.406 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-11T09:00:28.445 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-11T09:00:28.674 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-idna. 2024-02-11T09:00:28.701 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-11T09:00:28.724 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-common. 2024-02-11T09:00:28.739 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webob. 2024-02-11T09:00:28.740 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-11T09:00:28.751 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:28.766 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-11T09:00:28.790 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:28.806 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-11T09:00:29.269 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-urllib3. 2024-02-11T09:00:29.295 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-11T09:00:29.718 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T09:00:29.818 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-waitress. 2024-02-11T09:00:29.846 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-11T09:00:29.889 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T09:00:30.105 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-requests. 2024-02-11T09:00:30.132 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-11T09:00:30.171 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempita. 2024-02-11T09:00:30.171 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T09:00:30.186 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-11T09:00:30.220 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T09:00:30.456 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-paste. 2024-02-11T09:00:30.483 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-11T09:00:30.483 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-11T09:00:30.509 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-11T09:00:30.514 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T09:00:30.550 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T09:00:30.580 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-base. 2024-02-11T09:00:30.606 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:30.648 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:30.819 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-11T09:00:30.834 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:30.859 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-11T09:00:30.875 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-11T09:00:30.877 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:30.918 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T09:00:31.192 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-11T09:00:31.195 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-11T09:00:31.208 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-11T09:00:31.219 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-11T09:00:31.250 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-11T09:00:31.253 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-11T09:00:31.274 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-11T09:00:31.301 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:31.340 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:31.515 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webtest. 2024-02-11T09:00:31.530 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-11T09:00:31.553 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cheroot. 2024-02-11T09:00:31.564 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-11T09:00:31.579 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-11T09:00:31.601 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-11T09:00:31.619 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T09:00:31.628 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-11T09:00:31.659 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-11T09:00:31.859 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pecan. 2024-02-11T09:00:31.886 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-11T09:00:31.926 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T09:00:31.931 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-11T09:00:31.957 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-11T09:00:31.962 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-openssl. 2024-02-11T09:00:31.989 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-11T09:00:31.998 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-11T09:00:32.029 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-11T09:00:32.276 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-11T09:00:32.289 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-certifi. 2024-02-11T09:00:32.302 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-11T09:00:32.315 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-11T09:00:32.342 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-11T09:00:32.355 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-11T09:00:32.365 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr. 2024-02-11T09:00:32.392 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:32.432 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:32.603 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-11T09:00:32.630 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-11T09:00:32.670 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-11T09:00:32.683 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-idna. 2024-02-11T09:00:32.710 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-11T09:00:32.749 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-11T09:00:32.827 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mon. 2024-02-11T09:00:32.853 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:32.893 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:32.973 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-tempora. 2024-02-11T09:00:32.999 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-11T09:00:33.039 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-11T09:00:33.061 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-urllib3. 2024-02-11T09:00:33.087 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-11T09:00:33.127 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T09:00:33.342 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-portend. 2024-02-11T09:00:33.368 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-11T09:00:33.408 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-11T09:00:33.438 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests. 2024-02-11T09:00:33.463 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-osd. 2024-02-11T09:00:33.465 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-11T09:00:33.491 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:33.505 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T09:00:33.529 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:33.670 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-11T09:00:33.696 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-11T09:00:33.728 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-11T09:00:33.808 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-11T09:00:33.835 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-11T09:00:33.866 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T09:00:34.031 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-11T09:00:34.057 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-11T09:00:34.097 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-11T09:00:34.161 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-11T09:00:34.176 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:34.219 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:34.468 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-natsort. 2024-02-11T09:00:34.494 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-11T09:00:34.534 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-11T09:00:34.574 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph. 2024-02-11T09:00:34.590 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:34.632 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-11T09:00:34.632 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:34.659 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:34.698 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:34.854 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-logutils. 2024-02-11T09:00:34.881 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-11T09:00:34.921 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-11T09:00:34.960 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-fuse. 2024-02-11T09:00:34.987 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:35.026 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-11T09:00:35.026 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:35.053 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-11T09:00:35.093 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-11T09:00:35.223 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-11T09:00:35.250 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-11T09:00:35.290 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-11T09:00:35.564 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mds. 2024-02-11T09:00:35.579 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:35.593 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-mako. 2024-02-11T09:00:35.608 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-11T09:00:35.613 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:35.620 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-openssl. 2024-02-11T09:00:35.647 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-11T09:00:35.651 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T09:00:35.687 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-11T09:00:35.979 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-11T09:00:36.006 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-11T09:00:36.008 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package cephadm. 2024-02-11T09:00:36.031 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr. 2024-02-11T09:00:36.035 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:36.045 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-11T09:00:36.058 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:36.074 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:36.098 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:36.307 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-11T09:00:36.333 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-11T09:00:36.365 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-11T09:00:36.394 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-11T09:00:36.421 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-11T09:00:36.460 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-11T09:00:36.476 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mon. 2024-02-11T09:00:36.503 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:36.542 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:36.635 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-webob. 2024-02-11T09:00:36.661 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-11T09:00:36.701 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-11T09:00:36.788 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-11T09:00:36.803 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T09:00:36.846 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T09:00:37.046 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-waitress. 2024-02-11T09:00:37.072 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-11T09:00:37.121 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-osd. 2024-02-11T09:00:37.124 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T09:00:37.147 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:37.187 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:37.432 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-tempita. 2024-02-11T09:00:37.458 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-11T09:00:37.498 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T09:00:37.918 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-babel. 2024-02-11T09:00:37.945 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T09:00:37.976 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-paste. 2024-02-11T09:00:37.984 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T09:00:38.003 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-11T09:00:38.043 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T09:00:38.240 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph. 2024-02-11T09:00:38.267 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:38.307 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:38.320 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jinja2. 2024-02-11T09:00:38.347 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-11T09:00:38.354 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-11T09:00:38.370 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-11T09:00:38.387 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T09:00:38.412 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T09:00:38.595 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-fuse. 2024-02-11T09:00:38.617 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:38.653 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:38.723 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-11T09:00:38.740 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-11T09:00:38.750 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:38.767 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-11T09:00:38.790 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:38.807 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-11T09:00:39.023 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mds. 2024-02-11T09:00:39.049 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:39.089 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:39.126 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-11T09:00:39.127 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-webtest. 2024-02-11T09:00:39.153 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-11T09:00:39.153 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-11T09:00:39.193 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-11T09:00:39.193 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-11T09:00:39.454 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-routes. 2024-02-11T09:00:39.471 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pecan. 2024-02-11T09:00:39.480 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-11T09:00:39.498 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-11T09:00:39.500 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package cephadm. 2024-02-11T09:00:39.512 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T09:00:39.527 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:39.529 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T09:00:39.567 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:39.832 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-11T09:00:39.836 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-11T09:00:39.842 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-certifi. 2024-02-11T09:00:39.847 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:39.851 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-11T09:00:39.869 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-11T09:00:39.882 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:39.886 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-11T09:00:39.900 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-11T09:00:40.212 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-idna. 2024-02-11T09:00:40.231 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-11T09:00:40.238 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-11T09:00:40.246 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T09:00:40.278 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-11T09:00:40.280 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T09:00:40.293 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-11T09:00:40.309 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-11T09:00:40.351 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T09:00:40.590 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-urllib3. 2024-02-11T09:00:40.616 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-11T09:00:40.656 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T09:00:40.888 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-joblib. 2024-02-11T09:00:40.915 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-11T09:00:40.955 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T09:00:40.984 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-requests. 2024-02-11T09:00:41.011 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-11T09:00:41.051 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T09:00:41.308 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-11T09:00:41.310 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-babel. 2024-02-11T09:00:41.335 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-11T09:00:41.338 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T09:00:41.362 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-11T09:00:41.368 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T09:00:41.375 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-11T09:00:41.388 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-11T09:00:41.428 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T09:00:41.646 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jinja2. 2024-02-11T09:00:41.673 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-11T09:00:41.698 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-11T09:00:41.711 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-sklearn. 2024-02-11T09:00:41.712 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T09:00:41.725 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:41.738 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-11T09:00:41.764 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:41.777 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T09:00:41.999 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-11T09:00:42.014 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:42.048 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:42.169 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-11T09:00:42.196 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:42.236 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:42.344 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-11T09:00:42.371 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-11T09:00:42.402 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-11T09:00:42.411 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-11T09:00:42.438 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:42.514 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-11T09:00:42.541 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-11T09:00:42.562 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:42.580 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-11T09:00:42.704 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-routes. 2024-02-11T09:00:42.788 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-11T09:00:42.788 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T09:00:42.842 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-openssl. 2024-02-11T09:00:42.868 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-11T09:00:42.908 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-11T09:00:43.082 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-11T09:00:43.098 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:43.132 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:43.261 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr. 2024-02-11T09:00:43.288 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:43.328 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:43.502 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cachetools. 2024-02-11T09:00:43.528 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-11T09:00:43.561 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-11T09:00:43.568 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-11T09:00:43.588 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-11T09:00:43.627 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T09:00:43.731 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mon. 2024-02-11T09:00:43.758 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:43.798 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:43.829 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-11T09:00:43.856 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-11T09:00:43.887 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-11T09:00:44.130 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-joblib. 2024-02-11T09:00:44.157 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-11T09:00:44.191 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-11T09:00:44.196 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T09:00:44.218 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-11T09:00:44.257 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T09:00:44.335 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-osd. 2024-02-11T09:00:44.361 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:44.392 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:44.544 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rsa. 2024-02-11T09:00:44.570 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-11T09:00:44.592 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-11T09:00:44.610 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-11T09:00:44.619 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-11T09:00:44.658 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-11T09:00:44.930 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-google-auth. 2024-02-11T09:00:44.957 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-11T09:00:44.977 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn. 2024-02-11T09:00:44.997 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-11T09:00:45.004 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-11T09:00:45.044 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T09:00:45.325 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-11T09:00:45.353 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-11T09:00:45.417 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T09:00:45.446 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph. 2024-02-11T09:00:45.461 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../066-ceph_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:45.504 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:45.832 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-fuse. 2024-02-11T09:00:45.858 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:45.895 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-websocket. 2024-02-11T09:00:45.898 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:45.922 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-11T09:00:45.936 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-11T09:00:45.953 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-11T09:00:45.963 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:46.088 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:46.210 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mds. 2024-02-11T09:00:46.236 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:46.247 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-11T09:00:46.268 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:46.275 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-11T09:00:46.314 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T09:00:46.663 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package cephadm. 2024-02-11T09:00:46.689 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../069-cephadm_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:46.729 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:46.920 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-11T09:00:46.936 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:46.969 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:47.040 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-11T09:00:47.067 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-11T09:00:47.083 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cachetools. 2024-02-11T09:00:47.107 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-11T09:00:47.110 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-11T09:00:47.149 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-11T09:00:47.272 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-11T09:00:47.300 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-11T09:00:47.338 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T09:00:47.426 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-11T09:00:47.436 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-11T09:00:47.453 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T09:00:47.463 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-11T09:00:47.494 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-11T09:00:47.509 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T09:00:47.683 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-11T09:00:47.711 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T09:00:47.750 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T09:00:47.806 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-11T09:00:47.832 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-11T09:00:47.864 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T09:00:47.986 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package jq. 2024-02-11T09:00:48.015 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T09:00:48.052 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-11T09:00:48.108 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rsa. 2024-02-11T09:00:48.135 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-11T09:00:48.166 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-11T09:00:48.263 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package socat. 2024-02-11T09:00:48.279 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-11T09:00:48.313 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-11T09:00:48.512 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-google-auth. 2024-02-11T09:00:48.539 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-11T09:00:48.578 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-11T09:00:48.600 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package xmlstarlet. 2024-02-11T09:00:48.628 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-11T09:00:48.665 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-babel. 2024-02-11T09:00:48.666 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-11T09:00:48.692 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-11T09:00:48.731 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T09:00:48.906 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-11T09:00:48.933 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-11T09:00:48.972 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T09:00:48.995 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-test. 2024-02-11T09:00:49.012 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:49.042 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-jinja2. 2024-02-11T09:00:49.045 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:49.069 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-11T09:00:49.109 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T09:00:49.284 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-websocket. 2024-02-11T09:00:49.311 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-11T09:00:49.350 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-11T09:00:49.462 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-11T09:00:49.489 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:49.528 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:49.670 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-11T09:00:49.686 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-11T09:00:49.728 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T09:00:49.865 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-11T09:00:49.892 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-11T09:00:49.931 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-11T09:00:50.251 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-routes. 2024-02-11T09:00:50.278 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-11T09:00:50.317 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T09:00:50.542 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-11T09:00:50.559 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:50.608 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:50.654 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-11T09:00:50.681 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:50.720 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:51.003 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-11T09:00:51.031 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-11T09:00:51.086 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T09:00:51.126 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-11T09:00:51.153 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-11T09:00:51.192 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T09:00:51.308 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-volume. 2024-02-11T09:00:51.335 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:51.374 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:51.439 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-11T09:00:51.467 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T09:00:51.506 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T09:00:51.629 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-joblib. 2024-02-11T09:00:51.656 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-11T09:00:51.669 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-11T09:00:51.687 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T09:00:51.697 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:51.736 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:51.767 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package jq. 2024-02-11T09:00:51.794 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T09:00:51.841 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-11T09:00:52.049 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-11T09:00:52.064 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-11T09:00:52.076 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-11T09:00:52.091 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-11T09:00:52.115 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-11T09:00:52.130 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T09:00:52.153 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package socat. 2024-02-11T09:00:52.180 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-11T09:00:52.227 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-11T09:00:52.418 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-sklearn. 2024-02-11T09:00:52.445 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-11T09:00:52.452 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-11T09:00:52.479 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-11T09:00:52.484 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T09:00:52.511 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-11T09:00:52.589 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package xmlstarlet. 2024-02-11T09:00:52.616 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-11T09:00:52.664 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-11T09:00:52.905 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package nvme-cli. 2024-02-11T09:00:52.932 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-11T09:00:52.972 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T09:00:53.026 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-test. 2024-02-11T09:00:53.042 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:53.084 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:53.193 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-11T09:00:53.218 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:53.378 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:53.419 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package pkg-config. 2024-02-11T09:00:53.446 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-11T09:00:53.485 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T09:00:53.738 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-11T09:00:53.754 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-11T09:00:53.796 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-11T09:00:54.241 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-11T09:00:54.268 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-11T09:00:54.290 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-cachetools. 2024-02-11T09:00:54.307 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-11T09:00:54.318 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-11T09:00:54.365 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-11T09:00:54.593 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pastescript. 2024-02-11T09:00:54.617 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-11T09:00:54.651 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-11T09:00:54.668 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-11T09:00:54.695 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-11T09:00:54.734 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-11T09:00:54.921 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pluggy. 2024-02-11T09:00:54.948 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-11T09:00:54.979 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-11T09:00:55.096 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-11T09:00:55.124 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-11T09:00:55.162 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T09:00:55.258 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-psutil. 2024-02-11T09:00:55.285 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-11T09:00:55.322 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-volume. 2024-02-11T09:00:55.323 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-11T09:00:55.349 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:55.388 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:55.633 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-rsa. 2024-02-11T09:00:55.660 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-11T09:00:55.660 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-py. 2024-02-11T09:00:55.688 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-11T09:00:55.692 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-11T09:00:55.699 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-11T09:00:55.719 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:55.726 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-11T09:00:55.758 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:56.019 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-google-auth. 2024-02-11T09:00:56.022 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pygments. 2024-02-11T09:00:56.046 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-11T09:00:56.049 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-11T09:00:56.086 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-11T09:00:56.086 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-11T09:00:56.088 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T09:00:56.113 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-11T09:00:56.153 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T09:00:56.406 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-11T09:00:56.433 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-11T09:00:56.472 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T09:00:56.473 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-11T09:00:56.489 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-11T09:00:56.523 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-11T09:00:56.759 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-11T09:00:56.775 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-websocket. 2024-02-11T09:00:56.786 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-11T09:00:56.803 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-11T09:00:56.833 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-11T09:00:56.841 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-11T09:00:56.894 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package nvme-cli. 2024-02-11T09:00:56.921 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-11T09:00:56.960 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T09:00:57.111 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-11T09:00:57.136 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-toml. 2024-02-11T09:00:57.139 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-11T09:00:57.152 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-11T09:00:57.178 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T09:00:57.186 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-11T09:00:57.382 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package pkg-config. 2024-02-11T09:00:57.410 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-11T09:00:57.431 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pytest. 2024-02-11T09:00:57.448 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T09:00:57.458 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-11T09:00:57.488 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T09:00:57.751 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-11T09:00:57.776 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-11T09:00:57.783 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-11T09:00:57.800 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:00:57.817 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-11T09:00:57.833 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:57.850 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-simplejson. 2024-02-11T09:00:57.878 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-11T09:00:57.925 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-11T09:00:58.128 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-11T09:00:58.156 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-11T09:00:58.178 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-11T09:00:58.194 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-11T09:00:58.194 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T09:00:58.227 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-11T09:00:58.254 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-11T09:00:58.282 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-11T09:00:58.321 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-11T09:00:58.472 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-11T09:00:58.488 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T09:00:58.522 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T09:00:58.623 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastescript. 2024-02-11T09:00:58.651 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-11T09:00:58.690 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-11T09:00:58.783 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package jq. 2024-02-11T09:00:58.811 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-11T09:00:58.850 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-11T09:00:58.948 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package radosgw. 2024-02-11T09:00:58.976 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:59.006 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:59.010 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pluggy. 2024-02-11T09:00:59.037 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-11T09:00:59.076 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-11T09:00:59.110 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package socat. 2024-02-11T09:00:59.126 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-11T09:00:59.169 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-11T09:00:59.346 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-psutil. 2024-02-11T09:00:59.373 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-11T09:00:59.404 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-11T09:00:59.464 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package xmlstarlet. 2024-02-11T09:00:59.480 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-11T09:00:59.522 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-11T09:00:59.732 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-py. 2024-02-11T09:00:59.759 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-11T09:00:59.798 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-11T09:00:59.801 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package rbd-fuse. 2024-02-11T09:00:59.825 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:59.867 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:00:59.885 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-test. 2024-02-11T09:00:59.912 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:00:59.951 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:00.102 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pygments. 2024-02-11T09:01:00.131 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-11T09:01:00.168 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T09:01:00.172 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-11T09:01:00.406 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T09:01:00.532 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T09:01:00.622 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-11T09:01:00.650 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-11T09:01:00.691 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-11T09:01:00.794 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-11T09:01:00.999 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-toml. 2024-02-11T09:01:01.027 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-11T09:01:01.074 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-11T09:01:01.139 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-11T09:01:01.394 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pytest. 2024-02-11T09:01:01.422 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-11T09:01:01.460 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T09:01:01.570 INFO:teuthology.orchestra.run.smithi149.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-11T09:01:01.642 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:01.814 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplejson. 2024-02-11T09:01:01.842 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-11T09:01:01.880 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-11T09:01:02.149 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-11T09:01:02.165 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-11T09:01:02.168 INFO:teuthology.orchestra.run.smithi149.stdout:Adding system user cephadm....done 2024-02-11T09:01:02.197 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package ceph-volume. 2024-02-11T09:01:02.207 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-11T09:01:02.224 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1367-g14aa01b9-1jammy_all.deb ... 2024-02-11T09:01:02.263 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:02.315 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T09:01:02.550 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-11T09:01:02.566 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:01:02.591 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-11T09:01:02.608 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:02.842 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-11T09:01:02.886 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-11T09:01:02.902 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-11T09:01:02.936 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T09:01:02.953 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package radosgw. 2024-02-11T09:01:02.968 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-11T09:01:02.981 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:01:03.019 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:03.219 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-11T09:01:03.291 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-11T09:01:03.319 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-11T09:01:03.366 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-11T09:01:03.478 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T09:01:03.605 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-11T09:01:03.806 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package rbd-fuse. 2024-02-11T09:01:03.822 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:01:03.864 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:03.897 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T09:01:03.978 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package nvme-cli. 2024-02-11T09:01:04.005 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-11T09:01:04.044 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T09:01:04.176 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-11T09:01:04.250 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-11T09:01:04.443 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T09:01:04.458 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package pkg-config. 2024-02-11T09:01:04.485 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-11T09:01:04.517 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-11T09:01:04.524 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T09:01:04.553 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T09:01:04.777 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-11T09:01:04.787 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-11T09:01:04.793 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-11T09:01:04.794 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-11T09:01:04.835 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-11T09:01:05.004 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-11T09:01:05.136 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-11T09:01:05.230 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-11T09:01:05.246 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-11T09:01:05.258 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-11T09:01:05.296 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-11T09:01:05.489 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-11T09:01:05.568 INFO:teuthology.orchestra.run.smithi190.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-11T09:01:05.574 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pastescript. 2024-02-11T09:01:05.602 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-11T09:01:05.632 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-11T09:01:05.663 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:05.740 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:05.894 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pluggy. 2024-02-11T09:01:05.921 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-11T09:01:05.960 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-11T09:01:05.999 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T09:01:06.151 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T09:01:06.260 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T09:01:06.265 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user cephadm....done 2024-02-11T09:01:06.271 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-psutil. 2024-02-11T09:01:06.299 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-11T09:01:06.338 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-11T09:01:06.361 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-11T09:01:06.412 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T09:01:06.633 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-py. 2024-02-11T09:01:06.660 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-11T09:01:06.699 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-11T09:01:06.878 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-11T09:01:06.972 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-11T09:01:07.028 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pygments. 2024-02-11T09:01:07.055 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-11T09:01:07.094 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T09:01:07.223 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-11T09:01:07.266 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-11T09:01:07.302 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-11T09:01:07.349 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-11T09:01:07.373 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T09:01:07.499 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-11T09:01:07.598 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-11T09:01:07.609 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-11T09:01:07.626 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-11T09:01:07.664 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-11T09:01:07.859 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T09:01:07.901 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T09:01:07.976 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-toml. 2024-02-11T09:01:07.976 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-11T09:01:08.003 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-11T09:01:08.019 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-11T09:01:08.042 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-11T09:01:08.269 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T09:01:08.329 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T09:01:08.345 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-pytest. 2024-02-11T09:01:08.374 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-11T09:01:08.411 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T09:01:08.512 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-11T09:01:08.690 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-11T09:01:08.765 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package python3-simplejson. 2024-02-11T09:01:08.793 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-11T09:01:08.813 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up zip (3.0-12build2) ... 2024-02-11T09:01:08.831 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-11T09:01:08.914 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T09:01:08.957 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-11T09:01:09.126 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-11T09:01:09.142 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-11T09:01:09.176 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-11T09:01:09.233 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-11T09:01:09.485 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-11T09:01:09.599 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T09:01:09.761 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-11T09:01:09.863 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package radosgw. 2024-02-11T09:01:09.867 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T09:01:09.891 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../116-radosgw_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:01:09.929 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:09.993 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-11T09:01:10.104 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-11T09:01:10.119 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T09:01:10.346 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:10.412 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-11T09:01:10.606 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T09:01:10.700 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package rbd-fuse. 2024-02-11T09:01:10.727 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1367-g14aa01b9-1jammy_amd64.deb ... 2024-02-11T09:01:10.732 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T09:01:10.766 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:10.796 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-11T09:01:10.866 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T09:01:11.030 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T09:01:11.034 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-11T09:01:11.070 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-11T09:01:11.310 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-11T09:01:11.321 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-11T09:01:11.407 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T09:01:11.438 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-11T09:01:11.698 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-11T09:01:11.700 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T09:01:11.714 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-11T09:01:11.758 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-11T09:01:11.822 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T09:01:11.948 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-11T09:01:12.035 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-11T09:01:12.053 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-11T09:01:12.294 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-11T09:01:12.332 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T09:01:12.395 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:12.458 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-11T09:01:12.466 INFO:teuthology.orchestra.run.smithi186.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-11T09:01:12.532 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:12.680 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-idna (3.3-1) ... 2024-02-11T09:01:12.734 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T09:01:12.973 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T09:01:13.010 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-11T09:01:13.025 INFO:teuthology.orchestra.run.smithi186.stdout:Adding system user cephadm....done 2024-02-11T09:01:13.155 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-11T09:01:13.353 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up zip (3.0-12build2) ... 2024-02-11T09:01:13.456 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-11T09:01:13.506 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T09:01:13.719 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-11T09:01:13.850 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-11T09:01:14.101 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-11T09:01:14.136 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T09:01:14.173 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T09:01:14.352 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-11T09:01:14.354 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:14.432 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T09:01:14.472 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-11T09:01:14.478 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-11T09:01:14.566 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-11T09:01:14.717 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T09:01:14.748 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T09:01:14.779 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-11T09:01:14.874 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-11T09:01:15.000 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T09:01:15.043 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-11T09:01:15.140 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-11T09:01:15.293 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-11T09:01:15.390 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-11T09:01:15.453 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-11T09:01:15.553 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-11T09:01:15.667 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-11T09:01:15.687 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T09:01:15.787 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:15.905 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-11T09:01:15.918 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-11T09:01:16.081 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T09:01:16.203 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-11T09:01:16.223 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-11T09:01:16.374 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T09:01:16.445 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-11T09:01:16.482 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-11T09:01:16.696 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-ceph-argparse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:16.758 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-11T09:01:16.956 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-11T09:01:17.018 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-11T09:01:17.050 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-11T09:01:17.082 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-11T09:01:17.216 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-11T09:01:17.268 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-11T09:01:17.326 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-11T09:01:17.334 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-11T09:01:17.477 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:17.528 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T09:01:17.577 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-11T09:01:17.629 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-11T09:01:17.787 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-idna (3.3-1) ... 2024-02-11T09:01:17.888 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T09:01:17.949 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-11T09:01:17.982 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-11T09:01:18.014 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T09:01:18.047 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-11T09:01:18.079 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T09:01:18.173 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-11T09:01:18.299 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-11T09:01:18.532 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-11T09:01:18.609 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-11T09:01:18.667 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-11T09:01:18.860 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T09:01:18.927 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-11T09:01:18.985 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-11T09:01:19.095 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T09:01:19.166 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-11T09:01:19.243 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T09:01:19.405 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T09:01:19.417 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-11T09:01:19.470 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:19.531 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T09:01:19.579 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-11T09:01:19.779 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up zip (3.0-12build2) ... 2024-02-11T09:01:19.830 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T09:01:19.879 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-11T09:01:19.924 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-11T09:01:19.956 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-11T09:01:20.082 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T09:01:20.200 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-11T09:01:20.326 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-11T09:01:20.375 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-11T09:01:20.565 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-11T09:01:20.585 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:20.651 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-11T09:01:20.711 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T09:01:20.832 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-11T09:01:20.919 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:20.967 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-11T09:01:21.020 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T09:01:21.086 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-11T09:01:21.093 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-11T09:01:21.305 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T09:01:21.386 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-11T09:01:21.396 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-11T09:01:21.573 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-11T09:01:21.647 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-11T09:01:21.699 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-11T09:01:21.762 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-11T09:01:21.898 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-11T09:01:21.966 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-11T09:01:21.988 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-11T09:01:22.174 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-11T09:01:22.356 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-11T09:01:22.459 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-11T09:01:22.509 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T09:01:22.641 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-11T09:01:22.751 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T09:01:22.863 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-11T09:01:22.869 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-11T09:01:22.975 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-11T09:01:23.145 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T09:01:23.211 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-11T09:01:23.231 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-11T09:01:23.271 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T09:01:23.336 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:23.524 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T09:01:23.572 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-11T09:01:23.646 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-idna (3.3-1) ... 2024-02-11T09:01:23.882 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-11T09:01:23.893 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T09:01:23.963 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-11T09:01:24.019 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:24.129 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:24.141 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T09:01:24.238 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-11T09:01:24.267 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-11T09:01:24.418 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T09:01:24.510 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-11T09:01:24.549 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:24.684 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:24.738 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T09:01:24.809 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-11T09:01:24.864 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T09:01:25.086 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:25.169 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-11T09:01:25.195 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:25.251 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-11T09:01:25.313 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:25.404 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:25.517 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-11T09:01:25.527 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T09:01:25.527 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T09:01:25.530 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-11T09:01:25.668 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-11T09:01:25.789 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-11T09:01:25.915 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-11T09:01:25.952 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:26.005 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:26.050 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-11T09:01:26.053 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T09:01:26.132 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:26.258 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:26.335 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-11T09:01:26.346 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T09:01:26.384 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T09:01:26.594 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-11T09:01:26.639 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T09:01:26.828 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:26.906 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-11T09:01:26.954 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-11T09:01:27.032 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-11T09:01:27.256 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-11T09:01:27.308 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-11T09:01:27.515 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-11T09:01:27.537 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:27.610 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T09:01:27.680 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:27.789 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:27.808 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-11T09:01:27.915 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:27.988 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-11T09:01:28.041 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:28.050 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-11T09:01:28.302 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-11T09:01:28.373 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-11T09:01:28.561 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-11T09:01:28.561 INFO:teuthology.orchestra.run.smithi149.stdout:Adding group ceph....done 2024-02-11T09:01:28.666 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T09:01:28.670 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-11T09:01:28.930 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-11T09:01:28.954 INFO:teuthology.orchestra.run.smithi149.stdout:Adding system user ceph....done 2024-02-11T09:01:29.009 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T09:01:29.056 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-11T09:01:29.115 INFO:teuthology.orchestra.run.smithi149.stdout:Setting system user ceph properties....done 2024-02-11T09:01:29.131 INFO:teuthology.orchestra.run.smithi149.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-11T09:01:29.161 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:29.266 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-11T09:01:29.304 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:29.349 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-11T09:01:29.430 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-11T09:01:29.568 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-11T09:01:29.650 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-11T09:01:29.774 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:29.901 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-11T09:01:29.925 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:30.019 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:30.027 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-11T09:01:30.076 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-11T09:01:30.120 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:30.161 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-11T09:01:30.268 INFO:teuthology.orchestra.run.smithi186.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-11T09:01:30.386 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:30.522 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-11T09:01:30.537 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:30.570 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:01:30.570 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:01:30.647 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-11T09:01:30.663 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:30.876 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T09:01:30.876 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T09:01:30.981 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:31.049 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-11T09:01:31.300 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-11T09:01:31.331 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-11T09:01:31.406 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:31.426 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-11T09:01:31.532 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:31.658 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:31.677 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-11T09:01:31.784 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T09:01:31.799 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:31.828 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-11T09:01:32.016 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T09:01:32.016 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T09:01:32.137 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-11T09:01:32.439 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-11T09:01:32.509 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:32.715 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-11T09:01:32.724 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T09:01:32.724 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T09:01:32.841 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-11T09:01:33.046 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:33.100 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-11T09:01:33.172 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:33.194 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:33.298 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:33.352 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-11T09:01:33.424 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:33.455 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T09:01:33.456 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T09:01:33.566 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:33.705 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-11T09:01:33.921 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:34.046 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:34.106 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-11T09:01:34.206 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:34.217 INFO:teuthology.orchestra.run.smithi190.stdout:Adding group ceph....done 2024-02-11T09:01:34.399 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-11T09:01:34.422 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T09:01:34.422 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T09:01:34.611 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user ceph....done 2024-02-11T09:01:34.757 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-11T09:01:34.788 INFO:teuthology.orchestra.run.smithi190.stdout:Setting system user ceph properties....done 2024-02-11T09:01:34.806 INFO:teuthology.orchestra.run.smithi190.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-11T09:01:34.899 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:34.939 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-11T09:01:35.053 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librados2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.075 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.179 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.193 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.290 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-11T09:01:35.305 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-11T09:01:35.369 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.641 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libcephfs2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.705 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-11T09:01:35.775 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libradosstriper1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.784 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.814 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-11T09:01:35.893 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-11T09:01:35.935 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:35.958 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-11T09:01:36.161 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librbd1 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:36.271 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-modules-core (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:36.388 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:36.478 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:01:36.478 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:01:36.597 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T09:01:36.598 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-11T09:01:36.954 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:37.034 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-11T09:01:37.064 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libcephfs-dev (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:37.190 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rados (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:37.300 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-11T09:01:37.318 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up librgw2 (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:37.444 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-11T09:01:37.650 INFO:teuthology.orchestra.run.smithi149.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-11T09:01:37.656 DEBUG:teuthology.parallel:result is None 2024-02-11T09:01:37.790 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:38.007 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T09:01:38.007 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T09:01:38.474 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:38.648 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rbd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:38.692 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T09:01:38.693 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T09:01:38.774 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up rbd-fuse (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:38.900 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-rgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:39.026 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up python3-cephfs (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:39.160 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-common (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:39.167 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:39.417 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T09:01:39.417 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T09:01:39.669 INFO:teuthology.orchestra.run.smithi186.stdout:Adding group ceph....done 2024-02-11T09:01:39.861 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:39.961 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:40.055 INFO:teuthology.orchestra.run.smithi186.stdout:Adding system user ceph....done 2024-02-11T09:01:40.121 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:40.223 INFO:teuthology.orchestra.run.smithi186.stdout:Setting system user ceph properties....done 2024-02-11T09:01:40.235 INFO:teuthology.orchestra.run.smithi186.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-11T09:01:40.332 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T09:01:40.332 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T09:01:40.370 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-11T09:01:40.663 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-11T09:01:40.789 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:40.964 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:41.086 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-test (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:41.091 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:41.212 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up radosgw (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:41.367 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:41.688 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:01:41.688 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-11T09:01:41.719 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-11T09:01:41.845 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-11T09:01:42.006 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-11T09:01:42.148 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-base (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:42.502 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-11T09:01:42.958 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mds (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:43.098 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-11T09:01:43.182 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T09:01:43.182 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-11T09:01:43.651 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:43.791 INFO:teuthology.orchestra.run.smithi190.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-11T09:01:43.796 DEBUG:teuthology.parallel:result is None 2024-02-11T09:01:43.873 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T09:01:43.873 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-11T09:01:44.327 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-osd (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:44.592 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T09:01:44.592 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-11T09:01:45.029 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:45.155 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:45.315 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mon (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:45.545 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T09:01:45.545 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-11T09:01:45.974 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-cephadm (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:46.109 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:46.235 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-mgr-dashboard (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:46.377 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up ceph-volume (19.0.0-1367-g14aa01b9-1jammy) ... 2024-02-11T09:01:46.705 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-11T09:01:46.839 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-11T09:01:47.117 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-11T09:01:48.209 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-11T09:01:48.860 INFO:teuthology.orchestra.run.smithi186.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-11T09:01:48.864 DEBUG:teuthology.parallel:result is None 2024-02-11T09:01:48.865 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-11T09:01:49.086 DEBUG:teuthology.orchestra.run.smithi149:> dpkg-query -W -f '${Version}' ceph 2024-02-11T09:01:49.105 INFO:teuthology.orchestra.run.smithi149.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-11T09:01:49.106 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T09:01:49.106 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-11T09:01:49.108 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-11T09:01:49.326 DEBUG:teuthology.orchestra.run.smithi186:> dpkg-query -W -f '${Version}' ceph 2024-02-11T09:01:49.345 INFO:teuthology.orchestra.run.smithi186.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-11T09:01:49.346 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T09:01:49.346 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-11T09:01:49.348 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-11T09:01:49.563 DEBUG:teuthology.orchestra.run.smithi190:> dpkg-query -W -f '${Version}' ceph 2024-02-11T09:01:49.585 INFO:teuthology.orchestra.run.smithi190.stdout:19.0.0-1367-g14aa01b9-1jammy 2024-02-11T09:01:49.585 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1367-g14aa01b9-1jammy 2024-02-11T09:01:49.585 INFO:teuthology.task.install:The correct ceph version 19.0.0-1367-g14aa01b9-1jammy is installed. 2024-02-11T09:01:49.588 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-11T09:01:49.588 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T09:01:49.588 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T09:01:49.604 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-11T09:01:49.604 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T09:01:49.619 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-11T09:01:49.619 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-11T09:01:49.642 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-11T09:01:49.642 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T09:01:49.642 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T09:01:49.660 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T09:01:49.716 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-11T09:01:49.716 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T09:01:49.730 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T09:01:49.783 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-11T09:01:49.783 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/daemon-helper 2024-02-11T09:01:49.797 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-11T09:01:49.852 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-11T09:01:49.853 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T09:01:49.853 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T09:01:49.866 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T09:01:49.920 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-11T09:01:49.920 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T09:01:49.934 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T09:01:49.989 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-11T09:01:49.989 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-11T09:01:50.003 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-11T09:01:50.061 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-11T09:01:50.061 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T09:01:50.061 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T09:01:50.074 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T09:01:50.127 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2024-02-11T09:01:50.127 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T09:01:50.141 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T09:01:50.196 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-02-11T09:01:50.196 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/stdin-killer 2024-02-11T09:01:50.209 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-11T09:01:50.264 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T09:01:50.359 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '14aa01b918f09661ae41e4c41d1de99d6ac08228'} 2024-02-11T09:01:50.359 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:01:50.359 INFO:tasks.cephadm:Cluster fsid is 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:01:50.359 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T09:01:50.360 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.149', 'mon.b': '172.21.15.186', 'mon.c': '172.21.15.190'} 2024-02-11T09:01:50.360 INFO:tasks.cephadm:First mon is mon.a on smithi149 2024-02-11T09:01:50.360 INFO:tasks.cephadm:First mgr is a 2024-02-11T09:01:50.360 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T09:01:50.360 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-02-11T09:01:50.375 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2024-02-11T09:01:50.389 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2024-02-11T09:01:50.402 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-11T09:01:50.403 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-11T09:01:50.618 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-11T09:01:50.842 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-11T09:01:50.844 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-11T09:01:50.844 DEBUG:teuthology.orchestra.run.smithi149:> 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-11T09:01:51.608 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 11 09:01 /home/ubuntu/cephtest/cephadm 2024-02-11T09:01:51.609 DEBUG:teuthology.orchestra.run.smithi186:> 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-11T09:01:52.313 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 11 09:01 /home/ubuntu/cephtest/cephadm 2024-02-11T09:01:52.314 DEBUG:teuthology.orchestra.run.smithi190:> 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-11T09:01:52.925 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774064 Feb 11 09:01 /home/ubuntu/cephtest/cephadm 2024-02-11T09:01:52.925 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T09:01:52.933 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T09:01:52.941 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T09:01:52.959 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 on all hosts... 2024-02-11T09:01:52.960 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T09:01:52.977 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T09:01:52.985 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 pull 2024-02-11T09:01:53.140 INFO:teuthology.orchestra.run.smithi149.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:01:53.147 INFO:teuthology.orchestra.run.smithi186.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:01:53.157 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:02:50.281 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2024-02-11T09:02:50.282 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T09:02:50.282 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T09:02:50.282 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2024-02-11T09:02:50.282 INFO:teuthology.orchestra.run.smithi190.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T09:02:50.282 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2024-02-11T09:02:50.282 INFO:teuthology.orchestra.run.smithi190.stdout:} 2024-02-11T09:02:50.568 INFO:teuthology.orchestra.run.smithi149.stdout:{ 2024-02-11T09:02:50.568 INFO:teuthology.orchestra.run.smithi149.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T09:02:50.568 INFO:teuthology.orchestra.run.smithi149.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T09:02:50.568 INFO:teuthology.orchestra.run.smithi149.stdout: "repo_digests": [ 2024-02-11T09:02:50.568 INFO:teuthology.orchestra.run.smithi149.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T09:02:50.569 INFO:teuthology.orchestra.run.smithi149.stdout: ] 2024-02-11T09:02:50.569 INFO:teuthology.orchestra.run.smithi149.stdout:} 2024-02-11T09:02:56.960 INFO:teuthology.orchestra.run.smithi186.stdout:{ 2024-02-11T09:02:56.960 INFO:teuthology.orchestra.run.smithi186.stdout: "ceph_version": "ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev)", 2024-02-11T09:02:56.960 INFO:teuthology.orchestra.run.smithi186.stdout: "image_id": "e48fe55de6ee3b829f30453aff6c5b827d8a98f60d77766ebc745b9d4d6844af", 2024-02-11T09:02:56.960 INFO:teuthology.orchestra.run.smithi186.stdout: "repo_digests": [ 2024-02-11T09:02:56.961 INFO:teuthology.orchestra.run.smithi186.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927" 2024-02-11T09:02:56.961 INFO:teuthology.orchestra.run.smithi186.stdout: ] 2024-02-11T09:02:56.961 INFO:teuthology.orchestra.run.smithi186.stdout:} 2024-02-11T09:02:57.008 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2024-02-11T09:02:57.023 DEBUG:teuthology.orchestra.run.smithi186:> sudo mkdir -p /etc/ceph 2024-02-11T09:02:57.037 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2024-02-11T09:02:57.051 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2024-02-11T09:02:57.079 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 777 /etc/ceph 2024-02-11T09:02:57.091 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2024-02-11T09:02:57.103 INFO:tasks.cephadm:Writing seed config... 2024-02-11T09:02:57.104 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-11T09:02:57.104 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T09:02:57.105 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T09:02:57.105 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-02-11T09:02:57.105 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T09:02:57.105 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T09:02:57.105 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T09:02:57.105 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T09:02:57.105 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T09:02:57.106 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-11T09:02:57.106 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T09:02:57.127 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 = 316b737a-c8bc-11ee-95b9-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-11T09:02:57.128 DEBUG:teuthology.orchestra.run.smithi149:mon.a> sudo journalctl -f -n 0 -u ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mon.a.service 2024-02-11T09:02:57.173 DEBUG:teuthology.orchestra.run.smithi149:mgr.a> sudo journalctl -f -n 0 -u ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service 2024-02-11T09:02:57.220 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T09:02:57.220 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 -v bootstrap --fsid 316b737a-c8bc-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.149 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T09:02:57.429 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-02-11T09:02:57.429 INFO:teuthology.orchestra.run.smithi149.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228', '-v', 'bootstrap', '--fsid', '316b737a-c8bc-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.149', '--skip-admin-label'] 2024-02-11T09:02:57.429 INFO:teuthology.orchestra.run.smithi149.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-11T09:02:57.430 INFO:teuthology.orchestra.run.smithi149.stdout:Verifying podman|docker is present... 2024-02-11T09:02:57.430 INFO:teuthology.orchestra.run.smithi149.stdout:Verifying lvm2 is present... 2024-02-11T09:02:57.430 INFO:teuthology.orchestra.run.smithi149.stdout:Verifying time synchronization is in place... 2024-02-11T09:02:57.435 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T09:02:57.436 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T09:02:57.441 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T09:02:57.441 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.445 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-11T09:02:57.445 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-11T09:02:57.448 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-11T09:02:57.448 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.452 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-11T09:02:57.452 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout masked 2024-02-11T09:02:57.456 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-11T09:02:57.456 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.459 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-11T09:02:57.459 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-11T09:02:57.462 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-11T09:02:57.463 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.466 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout enabled 2024-02-11T09:02:57.470 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout active 2024-02-11T09:02:57.470 INFO:teuthology.orchestra.run.smithi149.stdout:Unit ntp.service is enabled and running 2024-02-11T09:02:57.470 INFO:teuthology.orchestra.run.smithi149.stdout:Repeating the final host check... 2024-02-11T09:02:57.470 INFO:teuthology.orchestra.run.smithi149.stdout:docker (/usr/bin/docker) is present 2024-02-11T09:02:57.470 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl is present 2024-02-11T09:02:57.471 INFO:teuthology.orchestra.run.smithi149.stdout:lvcreate is present 2024-02-11T09:02:57.473 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-11T09:02:57.473 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T09:02:57.477 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-11T09:02:57.477 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.480 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-11T09:02:57.480 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-11T09:02:57.483 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-11T09:02:57.483 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.486 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-11T09:02:57.486 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout masked 2024-02-11T09:02:57.489 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-11T09:02:57.490 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.493 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-11T09:02:57.493 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-11T09:02:57.496 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-11T09:02:57.496 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout inactive 2024-02-11T09:02:57.500 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout enabled 2024-02-11T09:02:57.504 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stdout active 2024-02-11T09:02:57.504 INFO:teuthology.orchestra.run.smithi149.stdout:Unit ntp.service is enabled and running 2024-02-11T09:02:57.504 INFO:teuthology.orchestra.run.smithi149.stdout:Host looks OK 2024-02-11T09:02:57.504 INFO:teuthology.orchestra.run.smithi149.stdout:Cluster fsid: 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:02:57.504 INFO:teuthology.orchestra.run.smithi149.stdout:Acquiring lock 140683135561504 on /run/cephadm/316b737a-c8bc-11ee-95b9-87774f69a715.lock 2024-02-11T09:02:57.504 INFO:teuthology.orchestra.run.smithi149.stdout:Lock 140683135561504 acquired on /run/cephadm/316b737a-c8bc-11ee-95b9-87774f69a715.lock 2024-02-11T09:02:57.504 INFO:teuthology.orchestra.run.smithi149.stdout:Verifying IP 172.21.15.149 port 3300 ... 2024-02-11T09:02:57.505 INFO:teuthology.orchestra.run.smithi149.stdout:Verifying IP 172.21.15.149 port 6789 ... 2024-02-11T09:02:57.505 INFO:teuthology.orchestra.run.smithi149.stdout:Base mon IP(s) is [172.21.15.149:3300, 172.21.15.149:6789], mon addrv is [v2:172.21.15.149:3300,v1:172.21.15.149:6789] 2024-02-11T09:02:57.507 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-02-11T09:02:57.507 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.149 metric 100 2024-02-11T09:02:57.507 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-11T09:02:57.507 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.149 metric 100 2024-02-11T09:02:57.507 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.149 metric 100 2024-02-11T09:02:57.507 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.149 metric 100 2024-02-11T09:02:57.507 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.149 metric 100 2024-02-11T09:02:57.509 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T09:02:57.509 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-11T09:02:57.509 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1761sec pref medium 2024-02-11T09:02:57.511 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T09:02:57.511 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-11T09:02:57.511 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T09:02:57.511 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-11T09:02:57.511 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7d57/64 scope link 2024-02-11T09:02:57.511 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-11T09:02:57.512 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.0.0/20` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.0.0/20` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.0.1/32` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.0.1/32` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.0.2/32` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.0.2/32` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.15.254/32` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Mon IP `172.21.15.149` is in CIDR network `172.21.15.254/32` 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-02-11T09:02:57.513 INFO:teuthology.orchestra.run.smithi149.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T09:02:57.514 INFO:teuthology.orchestra.run.smithi149.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228... 2024-02-11T09:02:57.788 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/docker: stdout 14aa01b918f09661ae41e4c41d1de99d6ac08228: Pulling from ceph-ci/ceph 2024-02-11T09:02:57.788 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/docker: stdout Digest: sha256:9905a40bafa6e8691504067e6cf6ca63ffb6159ca45f1b6ea1d2b1b7987b1927 2024-02-11T09:02:57.788 INFO:teuthology.orchestra.run.smithi149.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-11T09:02:57.788 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:14aa01b918f09661ae41e4c41d1de99d6ac08228 2024-02-11T09:02:59.241 INFO:teuthology.orchestra.run.smithi149.stdout:ceph: stdout ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:02:59.241 INFO:teuthology.orchestra.run.smithi149.stdout:Ceph version: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:02:59.241 INFO:teuthology.orchestra.run.smithi149.stdout:Extracting ceph user uid/gid from container image... 2024-02-11T09:03:00.502 INFO:teuthology.orchestra.run.smithi149.stdout:stat: stdout 167 167 2024-02-11T09:03:00.502 INFO:teuthology.orchestra.run.smithi149.stdout:Creating initial keys... 2024-02-11T09:03:01.715 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-authtool: stdout AQBFjchlHNRCCxAASk+mSqvl3so+5YkOx+eKvw== 2024-02-11T09:03:02.910 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-authtool: stdout AQBGjchlUXkdFBAAipngRLLHmuh8uepMiVmh0A== 2024-02-11T09:03:04.134 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-authtool: stdout AQBHjchlKtJYIxAA3h6A4U7q/thNvP4ip+z9lw== 2024-02-11T09:03:04.136 INFO:teuthology.orchestra.run.smithi149.stdout:Creating initial monmap... 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:monmaptool for a [v2:172.21.15.149:3300,v1:172.21.15.149:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:setting min_mon_release = quincy 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/monmaptool: set fsid to 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-11T09:03:05.432 INFO:teuthology.orchestra.run.smithi149.stdout:Creating mon... 2024-02-11T09:03:06.731 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 1 imported monmap: 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr fsid 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-02-11T09:03:04.838840+0000 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr created 2024-02-11T09:03:04.838840+0000 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.a 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 0 /usr/bin/ceph-mon: set fsid to 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-11T09:03:06.732 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Git sha 0 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: DB SUMMARY 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: DB Session ID: X8CJ2435I1HBJGV7O3K7 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.error_if_exists: 0 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.create_if_missing: 1 2024-02-11T09:03:06.733 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.env: 0x56279b7ebae0 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.info_log: 0x56279defac60 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.statistics: (nil) 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.use_fsync: 0 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T09:03:06.734 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.db_log_dir: 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.wal_dir: 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T09:03:06.735 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.write_buffer_manager: 0x56279decf360 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.unordered_write: 0 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T09:03:06.736 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.row_cache: None 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.wal_filter: None 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.two_write_queues: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.wal_compression: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.atomic_flush: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T09:03:06.737 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T09:03:06.738 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_open_files: -1 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T09:03:06.739 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Compression algorithms supported: 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kZSTD supported: 0 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kXpressCompression supported: 0 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kZlibCompression supported: 1 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.116+0000 7f7050310c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-02-11T09:03:06.740 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.merge_operator: 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_filter: None 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56279defad60) 2024-02-11T09:03:06.741 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x56279df011f0 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-11T09:03:06.742 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-02-11T09:03:06.743 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T09:03:06.744 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression: NoCompression 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.num_levels: 7 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-11T09:03:06.745 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T09:03:06.746 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-11T09:03:06.747 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T09:03:06.748 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.table_properties_collectors: 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.bloom_locality: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.ttl: 2592000 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-11T09:03:06.749 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.enable_blob_files: false 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.min_blob_size: 0 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 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-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-11T09:03:06.750 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4efc02be-1b6e-4cb8-872d-4e5f093c1081 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56279dfce000 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7050310c80 4 rocksdb: DB pointer 0x56279dfbe000 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7040486700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.120+0000 7f7040486700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.751 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.752 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.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-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x56279df011f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-02-11T09:03:06.753 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-02-11T09:03:06.754 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.754 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-11T09:03:06.754 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr 2024-02-11T09:03:06.754 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.124+0000 7f7050310c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-02-11T09:03:06.754 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.124+0000 7f7050310c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-02-11T09:03:06.754 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-11T09:03:06.124+0000 7f7050310c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-02-11T09:03:06.754 INFO:teuthology.orchestra.run.smithi149.stdout:create mon.a on 2024-02-11T09:03:06.962 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-02-11T09:03:07.161 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-11T09:03:07.389 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-316b737a-c8bc-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-316b737a-c8bc-11ee-95b9-87774f69a715.target. 2024-02-11T09:03:07.389 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-316b737a-c8bc-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-316b737a-c8bc-11ee-95b9-87774f69a715.target. 2024-02-11T09:03:07.690 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mon.a 2024-02-11T09:03:07.691 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to reset failed state of unit ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mon.a.service: Unit ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mon.a.service not loaded. 2024-02-11T09:03:07.890 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-316b737a-c8bc-11ee-95b9-87774f69a715.target.wants/ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-316b737a-c8bc-11ee-95b9-87774f69a715@.service. 2024-02-11T09:03:07.898 INFO:teuthology.orchestra.run.smithi149.stdout:firewalld does not appear to be present 2024-02-11T09:03:07.898 INFO:teuthology.orchestra.run.smithi149.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T09:03:07.899 INFO:teuthology.orchestra.run.smithi149.stdout:Waiting for mon to start... 2024-02-11T09:03:07.899 INFO:teuthology.orchestra.run.smithi149.stdout:Waiting for mon... 2024-02-11T09:03:09.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:09 smithi149 bash[20983]: cluster 2024-02-11T09:03:09.070617+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T09:03:09.963 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout cluster: 2024-02-11T09:03:09.963 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout id: 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:09.963 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-11T09:03:09.963 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:09.963 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout services: 2024-02-11T09:03:09.963 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.289157s) 2024-02-11T09:03:09.964 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-11T09:03:09.964 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-11T09:03:09.964 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout data: 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout pgs: 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:mon is available 2024-02-11T09:03:09.965 INFO:teuthology.orchestra.run.smithi149.stdout:Assimilating anything we can from ceph.conf... 2024-02-11T09:03:10.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:10 smithi149 bash[20983]: cluster 2024-02-11T09:03:09.090411+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T09:03:10.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:10 smithi149 bash[20983]: cluster 2024-02-11T09:03:09.090665+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-11T09:03:10.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:10 smithi149 bash[20983]: cluster 2024-02-11T09:03:09.112556+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2024-02-11T09:03:10.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:10 smithi149 bash[20983]: cluster 2024-02-11T09:03:09.114806+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-11T09:03:10.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:10 smithi149 bash[20983]: cluster 2024-02-11T09:03:09.115240+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-02-11T09:03:10.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:10 smithi149 bash[20983]: audit 2024-02-11T09:03:09.379530+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.149:0/2665011164' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T09:03:11.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:11 smithi149 bash[20983]: audit 2024-02-11T09:03:11.031755+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.149:0/3303159218' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T09:03:11.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:11 smithi149 bash[20983]: audit 2024-02-11T09:03:11.035600+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.149:0/3303159218' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T09:03:11.637 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:11.637 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T09:03:11.637 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout fsid = 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:11.637 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.149:3300,v1:172.21.15.149:6789] 2024-02-11T09:03:11.637 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T09:03:11.638 INFO:teuthology.orchestra.run.smithi149.stdout:Generating new minimal ceph.conf... 2024-02-11T09:03:13.053 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:12 smithi149 bash[20983]: audit 2024-02-11T09:03:12.648483+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.149:0/3060563215' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T09:03:13.232 INFO:teuthology.orchestra.run.smithi149.stdout:Restarting the monitor... 2024-02-11T09:03:13.553 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:13 smithi149 systemd[1]: Stopping Ceph mon.a for 316b737a-c8bc-11ee-95b9-87774f69a715... 2024-02-11T09:03:13.553 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:13 smithi149 bash[20983]: debug 2024-02-11T09:03:13.344+0000 7f6ad17c8700 -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-11T09:03:13.553 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:13 smithi149 bash[20983]: debug 2024-02-11T09:03:13.344+0000 7f6ad17c8700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T09:03:14.157 INFO:teuthology.orchestra.run.smithi149.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20,172.21.0.1/32,172.21.0.2/32 in mon config section 2024-02-11T09:03:14.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:13 smithi149 bash[21368]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715-mon-a 2024-02-11T09:03:14.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:14 smithi149 bash[21430]: Error response from daemon: No such container: ceph-316b737a-c8bc-11ee-95b9-87774f69a715-mon-a 2024-02-11T09:03:14.303 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:14 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-11T09:03:14.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:14 smithi149 systemd[1]: Stopped Ceph mon.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:03:14.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:14 smithi149 systemd[1]: Started Ceph mon.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:03:15.478 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.160+0000 7ff78f38fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.160+0000 7ff78f38fc80 0 ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev), process ceph-mon, pid 7 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.160+0000 7ff78f38fc80 0 pidfile_write: ignore empty --pid-file 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 0 load: jerasure load: lrc 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: RocksDB version: 7.9.2 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Git sha 0 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Compile date 2024-02-10 16:03:39 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: DB SUMMARY 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: DB Session ID: BMTI1OQNW8W3YH31ZFV2 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: CURRENT file: CURRENT 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-11T09:03:15.479 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84645 ; 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.error_if_exists: 0 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.create_if_missing: 0 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.env: 0x55f0c0268ae0 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.info_log: 0x55f0c2467a00 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T09:03:15.480 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.statistics: (nil) 2024-02-11T09:03:15.481 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.use_fsync: 0 2024-02-11T09:03:15.481 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T09:03:15.482 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T09:03:15.482 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T09:03:15.482 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T09:03:15.482 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T09:03:15.482 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T09:03:15.482 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T09:03:15.482 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.db_log_dir: 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.wal_dir: 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T09:03:15.483 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.write_buffer_manager: 0x55f0c243d400 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.unordered_write: 0 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.row_cache: None 2024-02-11T09:03:15.484 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.wal_filter: None 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.two_write_queues: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.wal_compression: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.atomic_flush: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-11T09:03:15.485 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_open_files: -1 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T09:03:15.486 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Compression algorithms supported: 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kZSTD supported: 0 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kXpressCompression supported: 0 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kZlibCompression supported: 1 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T09:03:15.487 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.merge_operator: 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_filter: None 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f0c2467b00) 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: cache_index_and_filter_blocks: 1 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: pin_top_level_index_and_filter: 1 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: index_type: 0 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: data_block_index_type: 0 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: index_shortening: 1 2024-02-11T09:03:15.488 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: data_block_hash_table_util_ratio: 0.750000 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: checksum: 4 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: no_block_cache: 0 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_cache: 0x55f0c246d1f0 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_cache_name: BinnedLRUCache 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_cache_options: 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: capacity : 536870912 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: num_shard_bits : 4 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: strict_capacity_limit : 0 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: high_pri_pool_ratio: 0.000 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_cache_compressed: (nil) 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: persistent_cache: (nil) 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_size: 4096 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_size_deviation: 10 2024-02-11T09:03:15.489 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_restart_interval: 16 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: index_block_restart_interval: 1 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: metadata_block_size: 4096 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: partition_filters: 0 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: use_delta_encoding: 1 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: filter_policy: bloomfilter 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: whole_key_filtering: 1 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: verify_compression: 0 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: read_amp_bytes_per_bit: 0 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: format_version: 5 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: enable_index_compression: 1 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: block_align: 0 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: max_auto_readahead_size: 262144 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: prepopulate_block_cache: 0 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: initial_auto_readahead_size: 8192 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: num_file_reads_for_auto_readahead: 2 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T09:03:15.490 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression: NoCompression 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.num_levels: 7 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-11T09:03:15.491 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T09:03:15.492 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T09:03:15.493 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.table_properties_collectors: 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T09:03:15.494 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.bloom_locality: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.ttl: 2592000 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.enable_blob_files: false 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.min_blob_size: 0 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-11T09:03:15.495 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 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-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4efc02be-1b6e-4cb8-872d-4e5f093c1081 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707642195172867, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.168+0000 7ff78f38fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff78f38fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707642195174202, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81270, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79457, "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": 73766, "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": 1707642195, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4efc02be-1b6e-4cb8-872d-4e5f093c1081", "db_session_id": "BMTI1OQNW8W3YH31ZFV2", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff78f38fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707642195174339, "job": 1, "event": "recovery_finished"} 2024-02-11T09:03:15.496 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff78f38fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff78f38fc80 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-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff78f38fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f0c2564000 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff78f38fc80 4 rocksdb: DB pointer 0x55f0c254e000 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff77dafd700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff77dafd700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: ** DB Stats ** 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 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-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T09:03:15.497 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 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-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: ** Compaction Stats [default] ** 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 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-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: L0 2/0 81.20 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Sum 2/0 81.20 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 83.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: ** Compaction Stats [default] ** 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 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-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 83.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-11T09:03:15.498 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Cumulative compaction: 0.00 GB write, 16.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Interval compaction: 0.00 GB write, 16.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 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-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: Block cache BinnedLRUCache@0x55f0c246d1f0#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-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 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-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.172+0000 7ff78f38fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] at bind addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:15.499 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 1 mon.a@-1(???) e1 preinit fsid 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 0 mon.a@-1(???).mds e1 new map 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 0 mon.a@-1(???).mds e1 print_map 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: e1 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 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-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: legacy client fscid: -1 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: No filesystems configured 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: debug 2024-02-11T09:03:15.176+0000 7ff78f38fc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T09:03:15.500 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: cluster 2024-02-11T09:03:15.206685+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-11T09:03:15.501 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: cluster 2024-02-11T09:03:15.206794+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-11T09:03:15.501 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: cluster 2024-02-11T09:03:15.207414+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2024-02-11T09:03:15.501 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: cluster 2024-02-11T09:03:15.207454+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-11T09:03:15.501 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:15 smithi149 bash[21472]: cluster 2024-02-11T09:03:15.208130+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-02-11T09:03:16.067 INFO:teuthology.orchestra.run.smithi149.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-11T09:03:16.093 INFO:teuthology.orchestra.run.smithi149.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T09:03:16.093 INFO:teuthology.orchestra.run.smithi149.stdout:Creating mgr... 2024-02-11T09:03:16.094 INFO:teuthology.orchestra.run.smithi149.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-11T09:03:16.094 INFO:teuthology.orchestra.run.smithi149.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-11T09:03:16.425 INFO:teuthology.orchestra.run.smithi149.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a 2024-02-11T09:03:16.425 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Failed to reset failed state of unit ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Unit ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service not loaded. 2024-02-11T09:03:16.429 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:16 smithi149 systemd[1]: /etc/systemd/system/ceph-316b737a-c8bc-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-11T09:03:16.429 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:16 smithi149 systemd[1]: /etc/systemd/system/ceph-316b737a-c8bc-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-11T09:03:16.622 INFO:teuthology.orchestra.run.smithi149.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-316b737a-c8bc-11ee-95b9-87774f69a715.target.wants/ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-316b737a-c8bc-11ee-95b9-87774f69a715@.service. 2024-02-11T09:03:16.630 INFO:teuthology.orchestra.run.smithi149.stdout:firewalld does not appear to be present 2024-02-11T09:03:16.630 INFO:teuthology.orchestra.run.smithi149.stdout:Not possible to enable service . firewalld.service is not available 2024-02-11T09:03:16.630 INFO:teuthology.orchestra.run.smithi149.stdout:firewalld does not appear to be present 2024-02-11T09:03:16.631 INFO:teuthology.orchestra.run.smithi149.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-11T09:03:16.631 INFO:teuthology.orchestra.run.smithi149.stdout:Waiting for mgr to start... 2024-02-11T09:03:16.631 INFO:teuthology.orchestra.run.smithi149.stdout:Waiting for mgr... 2024-02-11T09:03:16.803 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:16 smithi149 bash[21472]: audit 2024-02-11T09:03:15.467972+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.149:0/2349601312' entity='client.admin' 2024-02-11T09:03:16.803 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:16 smithi149 systemd[1]: /etc/systemd/system/ceph-316b737a-c8bc-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-11T09:03:16.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:16 smithi149 systemd[1]: /etc/systemd/system/ceph-316b737a-c8bc-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-11T09:03:16.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:16 smithi149 systemd[1]: Started Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:03:18.053 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:17 smithi149 bash[21728]: debug 2024-02-11T09:03:17.895+0000 7f61dc5a8200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:03:18.554 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:18 smithi149 bash[21472]: audit 2024-02-11T09:03:18.070771+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.149:0/527793182' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsid": "316b737a-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:18.654 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:18.655 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:03:18.656 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:03:18.656 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:03:18.656 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:03:18.656 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:03:18.656 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:03:18.659 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:18.659 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:03:18.659 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:03:18.660 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:03:09.111373+0000", 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:03:18.661 INFO:teuthology.orchestra.run.smithi149.stdout:mgr not available, waiting (1/15)... 2024-02-11T09:03:19.803 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:19 smithi149 bash[21728]: debug 2024-02-11T09:03:19.467+0000 7f61dc5a8200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:03:19.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:19 smithi149 bash[21728]: debug 2024-02-11T09:03:19.563+0000 7f61dc5a8200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:03:20.303 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:19 smithi149 bash[21728]: debug 2024-02-11T09:03:19.811+0000 7f61dc5a8200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:03:21.053 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:20 smithi149 bash[21728]: debug 2024-02-11T09:03:20.603+0000 7f61dc5a8200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:21.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:20 smithi149 bash[21728]: debug 2024-02-11T09:03:20.715+0000 7f61dc5a8200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:03:21.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:20 smithi149 bash[21728]: debug 2024-02-11T09:03:20.815+0000 7f61dc5a8200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:03:21.553 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:21 smithi149 bash[21728]: debug 2024-02-11T09:03:21.175+0000 7f61dc5a8200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:03:21.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:21 smithi149 bash[21728]: debug 2024-02-11T09:03:21.291+0000 7f61dc5a8200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:03:21.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:21 smithi149 bash[21728]: debug 2024-02-11T09:03:21.399+0000 7f61dc5a8200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:03:22.007 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:21 smithi149 bash[21472]: audit 2024-02-11T09:03:21.695056+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.149:0/4134138109' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:03:22.007 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:21 smithi149 bash[21728]: debug 2024-02-11T09:03:21.755+0000 7f61dc5a8200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsid": "316b737a-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:22.250 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:03:22.251 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:03:22.252 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:03:22.256 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:22.256 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:03:22.256 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:03:22.256 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:03:22.256 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:03:22.256 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:03:22.256 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:03:22.257 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:03:09.111373+0000", 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:03:22.258 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:03:22.259 INFO:teuthology.orchestra.run.smithi149.stdout:mgr not available, waiting (2/15)... 2024-02-11T09:03:22.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:22 smithi149 bash[21728]: debug 2024-02-11T09:03:22.003+0000 7f61dc5a8200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:03:22.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:22 smithi149 bash[21728]: debug 2024-02-11T09:03:22.263+0000 7f61dc5a8200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:03:22.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:22 smithi149 bash[21728]: debug 2024-02-11T09:03:22.375+0000 7f61dc5a8200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:03:23.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:22 smithi149 bash[21728]: debug 2024-02-11T09:03:22.643+0000 7f61dc5a8200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:03:23.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:22 smithi149 bash[21728]: debug 2024-02-11T09:03:22.883+0000 7f61dc5a8200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:23.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:23 smithi149 bash[21728]: debug 2024-02-11T09:03:23.295+0000 7f61dc5a8200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:23.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:23 smithi149 bash[21728]: debug 2024-02-11T09:03:23.411+0000 7f61dc5a8200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:03:24.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:23 smithi149 bash[21728]: debug 2024-02-11T09:03:23.655+0000 7f61dc5a8200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:24.939 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:24 smithi149 bash[21728]: debug 2024-02-11T09:03:24.659+0000 7f61dc5a8200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:03:24.939 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:24 smithi149 bash[21728]: debug 2024-02-11T09:03:24.775+0000 7f61dc5a8200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:03:25.253 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:25 smithi149 bash[21728]: debug 2024-02-11T09:03:25.071+0000 7f61dc5a8200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:03:25.254 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:25 smithi149 bash[21728]: debug 2024-02-11T09:03:25.183+0000 7f61dc5a8200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:03:25.827 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsid": "316b737a-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:25.828 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:03:25.829 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:03:25.830 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:03:25.833 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:03:25.834 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:03:09.111373+0000", 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:03:25.835 INFO:teuthology.orchestra.run.smithi149.stdout:mgr not available, waiting (3/15)... 2024-02-11T09:03:26.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:25 smithi149 bash[21728]: debug 2024-02-11T09:03:25.631+0000 7f61dc5a8200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:03:26.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:25 smithi149 bash[21728]: debug 2024-02-11T09:03:25.751+0000 7f61dc5a8200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:03:26.554 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.242524+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.149:0/756220227' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:03:26.554 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: cluster 2024-02-11T09:03:25.776472+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2024-02-11T09:03:26.554 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: cluster 2024-02-11T09:03:25.783596+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00764999s) 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.785232+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.785775+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.786144+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.786496+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.786977+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: cluster 2024-02-11T09:03:25.811953+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon a is now available 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.823965+0000 mon.a (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.829524+0000 mon.a (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.831644+0000 mon.a (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.834448+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' 2024-02-11T09:03:26.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:26 smithi149 bash[21472]: audit 2024-02-11T09:03:25.837511+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.149:0/1677212220' entity='mgr.a' 2024-02-11T09:03:28.054 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:27 smithi149 bash[21472]: cluster 2024-02-11T09:03:26.790320+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e3: a(active, since 1.01437s) 2024-02-11T09:03:29.807 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:29.807 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:03:29.807 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsid": "316b737a-c8bc-11ee-95b9-87774f69a715", 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "health": { 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 0 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "a" 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:29.808 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-11T09:03:29.809 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:29.810 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "restful" 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout ], 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "modified": "2024-02-11T09:03:09.111373+0000", 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout }, 2024-02-11T09:03:29.811 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-11T09:03:29.812 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:03:29.812 INFO:teuthology.orchestra.run.smithi149.stdout:mgr is available 2024-02-11T09:03:30.054 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:29 smithi149 bash[21472]: cluster 2024-02-11T09:03:28.790101+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e4: a(active, since 3s) 2024-02-11T09:03:30.054 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:29 smithi149 bash[21472]: audit 2024-02-11T09:03:29.232542+0000 mon.a (mon.0) 25 : audit 0 from='client.? 172.21.15.149:0/2333780576' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T09:03:31.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:31 smithi149 bash[21472]: audit 2024-02-11T09:03:31.010804+0000 mon.a (mon.0) 26 : audit 1 from='client.? 172.21.15.149:0/504655308' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T09:03:31.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:31 smithi149 bash[21472]: audit 2024-02-11T09:03:31.015151+0000 mon.a (mon.0) 27 : audit 1 from='client.? 172.21.15.149:0/504655308' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T09:03:31.666 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:31.666 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout [global] 2024-02-11T09:03:31.666 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout fsid = 316b737a-c8bc-11ee-95b9-87774f69a715 2024-02-11T09:03:31.666 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-11T09:03:31.666 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-11T09:03:31.666 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-11T09:03:31.666 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-11T09:03:31.667 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-11T09:03:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-11T09:03:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout 2024-02-11T09:03:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout [osd] 2024-02-11T09:03:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-11T09:03:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-11T09:03:31.668 INFO:teuthology.orchestra.run.smithi149.stdout:Enabling cephadm module... 2024-02-11T09:03:33.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:33 smithi149 bash[21728]: ignoring --setuser ceph since I am not root 2024-02-11T09:03:33.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:33 smithi149 bash[21728]: ignoring --setgroup ceph since I am not root 2024-02-11T09:03:33.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:33 smithi149 bash[21728]: debug 2024-02-11T09:03:33.231+0000 7faff5b69200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:03:33.304 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:33 smithi149 bash[21472]: audit 2024-02-11T09:03:32.986565+0000 mon.a (mon.0) 28 : audit 1 from='client.? 172.21.15.149:0/2212320699' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T09:03:34.295 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:34 smithi149 bash[21472]: audit 2024-02-11T09:03:33.038427+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.149:0/2212320699' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T09:03:34.295 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:34 smithi149 bash[21472]: cluster 2024-02-11T09:03:33.043647+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e5: a(active, since 7s) 2024-02-11T09:03:35.111 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:35 smithi149 bash[21472]: audit 2024-02-11T09:03:34.930166+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.149:0/2630520783' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T09:03:35.111 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:34 smithi149 bash[21728]: debug 2024-02-11T09:03:34.806+0000 7faff5b69200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:03:35.112 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:34 smithi149 bash[21728]: debug 2024-02-11T09:03:34.902+0000 7faff5b69200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:03:35.509 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout { 2024-02-11T09:03:35.509 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-11T09:03:35.510 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-11T09:03:35.510 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-11T09:03:35.510 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-11T09:03:35.510 INFO:teuthology.orchestra.run.smithi149.stdout:/usr/bin/ceph: stdout } 2024-02-11T09:03:35.510 INFO:teuthology.orchestra.run.smithi149.stdout:Waiting for the mgr to restart... 2024-02-11T09:03:35.510 INFO:teuthology.orchestra.run.smithi149.stdout:Waiting for mgr epoch 5... 2024-02-11T09:03:35.526 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:35 smithi149 bash[21728]: debug 2024-02-11T09:03:35.162+0000 7faff5b69200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:03:36.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:35 smithi149 bash[21728]: debug 2024-02-11T09:03:35.958+0000 7faff5b69200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:36.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:36 smithi149 bash[21728]: debug 2024-02-11T09:03:36.070+0000 7faff5b69200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:03:36.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:36 smithi149 bash[21728]: debug 2024-02-11T09:03:36.178+0000 7faff5b69200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:03:36.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:36 smithi149 bash[21728]: debug 2024-02-11T09:03:36.542+0000 7faff5b69200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:03:36.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:36 smithi149 bash[21728]: debug 2024-02-11T09:03:36.654+0000 7faff5b69200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:03:36.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:36 smithi149 bash[21728]: debug 2024-02-11T09:03:36.758+0000 7faff5b69200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:03:37.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:37 smithi149 bash[21728]: debug 2024-02-11T09:03:37.114+0000 7faff5b69200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:03:37.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:37 smithi149 bash[21728]: debug 2024-02-11T09:03:37.358+0000 7faff5b69200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:03:38.005 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:37 smithi149 bash[21728]: debug 2024-02-11T09:03:37.618+0000 7faff5b69200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:03:38.005 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:37 smithi149 bash[21728]: debug 2024-02-11T09:03:37.730+0000 7faff5b69200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:03:38.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:38 smithi149 bash[21728]: debug 2024-02-11T09:03:38.002+0000 7faff5b69200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:03:38.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:38 smithi149 bash[21728]: debug 2024-02-11T09:03:38.242+0000 7faff5b69200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:39.021 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:38 smithi149 bash[21728]: debug 2024-02-11T09:03:38.654+0000 7faff5b69200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:39.021 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:38 smithi149 bash[21728]: debug 2024-02-11T09:03:38.774+0000 7faff5b69200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:03:39.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:39 smithi149 bash[21728]: debug 2024-02-11T09:03:39.018+0000 7faff5b69200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:40.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:40 smithi149 bash[21728]: debug 2024-02-11T09:03:40.018+0000 7faff5b69200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:03:40.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:40 smithi149 bash[21728]: debug 2024-02-11T09:03:40.134+0000 7faff5b69200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:03:40.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:40 smithi149 bash[21728]: debug 2024-02-11T09:03:40.422+0000 7faff5b69200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:03:40.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:40 smithi149 bash[21728]: debug 2024-02-11T09:03:40.534+0000 7faff5b69200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:03:41.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:40 smithi149 bash[21728]: debug 2024-02-11T09:03:40.982+0000 7faff5b69200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:03:41.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21728]: debug 2024-02-11T09:03:41.098+0000 7faff5b69200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: cluster 2024-02-11T09:03:41.123533+0000 mon.a (mon.0) 32 : cluster 1 Active manager daemon a restarted 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: cluster 2024-02-11T09:03:41.124036+0000 mon.a (mon.0) 33 : cluster 1 Activating manager daemon a 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: cluster 2024-02-11T09:03:41.133039+0000 mon.a (mon.0) 34 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: cluster 2024-02-11T09:03:41.133176+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e6: a(active, starting, since 0.00933211s) 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: audit 2024-02-11T09:03:41.134016+0000 mon.a (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: audit 2024-02-11T09:03:41.135200+0000 mon.a (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: audit 2024-02-11T09:03:41.136218+0000 mon.a (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: audit 2024-02-11T09:03:41.136409+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: audit 2024-02-11T09:03:41.136608+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: cluster 2024-02-11T09:03:41.160733+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon a is now available 2024-02-11T09:03:41.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:41 smithi149 bash[21472]: audit 2024-02-11T09:03:41.182609+0000 mon.a (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' 2024-02-11T09:03:42.157 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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-11T09:03:42.194 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: *** Caught signal (Aborted) ** 2024-02-11T09:03:42.194 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: in thread 7fafebd8b700 thread_name:admin_socket 2024-02-11T09:03:42.194 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:03:42.194 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7faff3127d20] 2024-02-11T09:03:42.194 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 2: gsignal() 2024-02-11T09:03:42.194 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 3: abort() 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 4: /lib64/libc.so.6(+0x21d39) [0x7faff1602d39] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 5: /lib64/libc.so.6(+0x46e86) [0x7faff1627e86] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7faff4273785] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7faff4274f75] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7faff4273baf] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff427fb6d] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff4279f69] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7faff427ba4b] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 12: (AdminSocket::entry()+0x4de) [0x7faff427c2ae] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7faff2013b23] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7faff311d1ca] 2024-02-11T09:03:42.195 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 15: clone() 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug 2024-02-11T09:03:42.130+0000 7fafebd8b700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: in thread 7fafebd8b700 thread_name:admin_socket 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7faff3127d20] 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 2: gsignal() 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 3: abort() 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 4: /lib64/libc.so.6(+0x21d39) [0x7faff1602d39] 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 5: /lib64/libc.so.6(+0x46e86) [0x7faff1627e86] 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7faff4273785] 2024-02-11T09:03:42.196 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7faff4274f75] 2024-02-11T09:03:42.197 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7faff4273baf] 2024-02-11T09:03:42.197 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff427fb6d] 2024-02-11T09:03:42.197 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff4279f69] 2024-02-11T09:03:42.197 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7faff427ba4b] 2024-02-11T09:03:42.197 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 12: (AdminSocket::entry()+0x4de) [0x7faff427c2ae] 2024-02-11T09:03:42.198 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7faff2013b23] 2024-02-11T09:03:42.198 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7faff311d1ca] 2024-02-11T09:03:42.198 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 15: clone() 2024-02-11T09:03:42.198 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:03:42.199 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3211> 2024-02-11T09:03:33.231+0000 7faff5b69200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:03:42.199 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3114> 2024-02-11T09:03:34.806+0000 7faff5b69200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:03:42.199 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3102> 2024-02-11T09:03:34.902+0000 7faff5b69200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:03:42.199 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3058> 2024-02-11T09:03:35.162+0000 7faff5b69200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:03:42.199 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2826> 2024-02-11T09:03:35.958+0000 7faff5b69200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:42.200 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2790> 2024-02-11T09:03:36.070+0000 7faff5b69200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:03:42.200 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2765> 2024-02-11T09:03:36.178+0000 7faff5b69200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:03:42.200 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2746> 2024-02-11T09:03:36.542+0000 7faff5b69200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:03:42.200 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2723> 2024-02-11T09:03:36.654+0000 7faff5b69200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:03:42.200 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2707> 2024-02-11T09:03:36.758+0000 7faff5b69200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:03:42.200 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2673> 2024-02-11T09:03:37.114+0000 7faff5b69200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2652> 2024-02-11T09:03:37.358+0000 7faff5b69200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2625> 2024-02-11T09:03:37.618+0000 7faff5b69200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2583> 2024-02-11T09:03:37.730+0000 7faff5b69200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2546> 2024-02-11T09:03:38.002+0000 7faff5b69200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2459> 2024-02-11T09:03:38.242+0000 7faff5b69200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2414> 2024-02-11T09:03:38.654+0000 7faff5b69200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2393> 2024-02-11T09:03:38.774+0000 7faff5b69200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2381> 2024-02-11T09:03:39.018+0000 7faff5b69200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2257> 2024-02-11T09:03:40.018+0000 7faff5b69200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2238> 2024-02-11T09:03:40.134+0000 7faff5b69200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:03:42.201 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2179> 2024-02-11T09:03:40.422+0000 7faff5b69200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:03:42.202 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2165> 2024-02-11T09:03:40.534+0000 7faff5b69200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:03:42.202 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2141> 2024-02-11T09:03:40.982+0000 7faff5b69200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:03:42.202 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2114> 2024-02-11T09:03:41.098+0000 7faff5b69200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:03:42.202 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug 0> 2024-02-11T09:03:42.130+0000 7fafebd8b700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:03:42.202 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: in thread 7fafebd8b700 thread_name:admin_socket 2024-02-11T09:03:42.202 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7faff3127d20] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 2: gsignal() 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 3: abort() 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 4: /lib64/libc.so.6(+0x21d39) [0x7faff1602d39] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 5: /lib64/libc.so.6(+0x46e86) [0x7faff1627e86] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7faff4273785] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7faff4274f75] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7faff4273baf] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff427fb6d] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff4279f69] 2024-02-11T09:03:42.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7faff427ba4b] 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 12: (AdminSocket::entry()+0x4de) [0x7faff427c2ae] 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7faff2013b23] 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7faff311d1ca] 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 15: clone() 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3224> 2024-02-11T09:03:33.231+0000 7faff5b69200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3127> 2024-02-11T09:03:34.806+0000 7faff5b69200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3115> 2024-02-11T09:03:34.902+0000 7faff5b69200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -3071> 2024-02-11T09:03:35.162+0000 7faff5b69200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2839> 2024-02-11T09:03:35.958+0000 7faff5b69200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2803> 2024-02-11T09:03:36.070+0000 7faff5b69200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2778> 2024-02-11T09:03:36.178+0000 7faff5b69200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:03:42.204 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2759> 2024-02-11T09:03:36.542+0000 7faff5b69200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2736> 2024-02-11T09:03:36.654+0000 7faff5b69200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2720> 2024-02-11T09:03:36.758+0000 7faff5b69200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2686> 2024-02-11T09:03:37.114+0000 7faff5b69200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2665> 2024-02-11T09:03:37.358+0000 7faff5b69200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2638> 2024-02-11T09:03:37.618+0000 7faff5b69200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2596> 2024-02-11T09:03:37.730+0000 7faff5b69200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2559> 2024-02-11T09:03:38.002+0000 7faff5b69200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2472> 2024-02-11T09:03:38.242+0000 7faff5b69200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2427> 2024-02-11T09:03:38.654+0000 7faff5b69200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2406> 2024-02-11T09:03:38.774+0000 7faff5b69200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2394> 2024-02-11T09:03:39.018+0000 7faff5b69200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2270> 2024-02-11T09:03:40.018+0000 7faff5b69200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:03:42.205 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2251> 2024-02-11T09:03:40.134+0000 7faff5b69200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:03:42.554 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: cephadm 2024-02-11T09:03:41.177760+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: audit 2024-02-11T09:03:41.187462+0000 mon.a (mon.0) 43 : audit 1 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: audit 2024-02-11T09:03:41.192237+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: audit 2024-02-11T09:03:41.193965+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: audit 2024-02-11T09:03:41.199256+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: audit 2024-02-11T09:03:41.207493+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: audit 2024-02-11T09:03:41.209908+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.149:0/573074016' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21472]: cluster 2024-02-11T09:03:42.136210+0000 mon.a (mon.0) 49 : cluster 0 mgrmap e7: a(active, since 1.01236s) 2024-02-11T09:03:42.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2192> 2024-02-11T09:03:40.422+0000 7faff5b69200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2178> 2024-02-11T09:03:40.534+0000 7faff5b69200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2154> 2024-02-11T09:03:40.982+0000 7faff5b69200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -2127> 2024-02-11T09:03:41.098+0000 7faff5b69200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: debug -13> 2024-02-11T09:03:42.130+0000 7fafebd8b700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: in thread 7fafebd8b700 thread_name:admin_socket 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7faff3127d20] 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 2: gsignal() 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 3: abort() 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 4: /lib64/libc.so.6(+0x21d39) [0x7faff1602d39] 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 5: /lib64/libc.so.6(+0x46e86) [0x7faff1627e86] 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7faff4273785] 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7faff4274f75] 2024-02-11T09:03:42.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7faff4273baf] 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff427fb6d] 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 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) [0x7faff4279f69] 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7faff427ba4b] 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 12: (AdminSocket::entry()+0x4de) [0x7faff427c2ae] 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7faff2013b23] 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7faff311d1ca] 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: 15: clone() 2024-02-11T09:03:42.557 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 bash[21728]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:03:43.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:03:43.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:42 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:03:53.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:53 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 1. 2024-02-11T09:03:53.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:53 smithi149 systemd[1]: Stopped Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:03:53.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:53 smithi149 systemd[1]: Started Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:03:54.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:53 smithi149 bash[22934]: debug 2024-02-11T09:03:53.970+0000 7fcc155c7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:03:55.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:55 smithi149 bash[22934]: debug 2024-02-11T09:03:55.534+0000 7fcc155c7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:03:55.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:55 smithi149 bash[22934]: debug 2024-02-11T09:03:55.630+0000 7fcc155c7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:03:56.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:55 smithi149 bash[22934]: debug 2024-02-11T09:03:55.878+0000 7fcc155c7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:03:57.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:56 smithi149 bash[22934]: debug 2024-02-11T09:03:56.674+0000 7fcc155c7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:57.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:56 smithi149 bash[22934]: debug 2024-02-11T09:03:56.782+0000 7fcc155c7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:03:57.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:56 smithi149 bash[22934]: debug 2024-02-11T09:03:56.882+0000 7fcc155c7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:03:57.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:57 smithi149 bash[22934]: debug 2024-02-11T09:03:57.238+0000 7fcc155c7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:03:57.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:57 smithi149 bash[22934]: debug 2024-02-11T09:03:57.350+0000 7fcc155c7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:03:57.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:57 smithi149 bash[22934]: debug 2024-02-11T09:03:57.454+0000 7fcc155c7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:03:58.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:57 smithi149 bash[22934]: debug 2024-02-11T09:03:57.806+0000 7fcc155c7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:03:58.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:58 smithi149 bash[22934]: debug 2024-02-11T09:03:58.050+0000 7fcc155c7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:03:58.697 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:58 smithi149 bash[22934]: debug 2024-02-11T09:03:58.310+0000 7fcc155c7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:03:58.697 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:58 smithi149 bash[22934]: debug 2024-02-11T09:03:58.422+0000 7fcc155c7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:03:59.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:58 smithi149 bash[22934]: debug 2024-02-11T09:03:58.694+0000 7fcc155c7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:03:59.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:58 smithi149 bash[22934]: debug 2024-02-11T09:03:58.934+0000 7fcc155c7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:03:59.711 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:59 smithi149 bash[22934]: debug 2024-02-11T09:03:59.346+0000 7fcc155c7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:03:59.711 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:59 smithi149 bash[22934]: debug 2024-02-11T09:03:59.462+0000 7fcc155c7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:03:59.711 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:03:59 smithi149 bash[22934]: debug 2024-02-11T09:03:59.706+0000 7fcc155c7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:01.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:00 smithi149 bash[22934]: debug 2024-02-11T09:04:00.710+0000 7fcc155c7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:01.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:00 smithi149 bash[22934]: debug 2024-02-11T09:04:00.826+0000 7fcc155c7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:01.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[22934]: debug 2024-02-11T09:04:01.118+0000 7fcc155c7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:01.554 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[22934]: debug 2024-02-11T09:04:01.230+0000 7fcc155c7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:02.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[22934]: debug 2024-02-11T09:04:01.674+0000 7fcc155c7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[22934]: debug 2024-02-11T09:04:01.794+0000 7fcc155c7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: cluster 2024-02-11T09:04:01.819863+0000 mon.a (mon.0) 50 : cluster 1 Active manager daemon a restarted 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: cluster 2024-02-11T09:04:01.820326+0000 mon.a (mon.0) 51 : cluster 1 Activating manager daemon a 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: cluster 2024-02-11T09:04:01.824505+0000 mon.a (mon.0) 52 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: cluster 2024-02-11T09:04:01.824696+0000 mon.a (mon.0) 53 : cluster 0 mgrmap e8: a(active, starting, since 0.00457638s) 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: audit 2024-02-11T09:04:01.828373+0000 mon.a (mon.0) 54 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: audit 2024-02-11T09:04:01.829005+0000 mon.a (mon.0) 55 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: audit 2024-02-11T09:04:01.830033+0000 mon.a (mon.0) 56 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:04:02.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: audit 2024-02-11T09:04:01.830200+0000 mon.a (mon.0) 57 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:04:02.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: audit 2024-02-11T09:04:01.830334+0000 mon.a (mon.0) 58 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:04:02.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:01 smithi149 bash[21472]: cluster 2024-02-11T09:04:01.855812+0000 mon.a (mon.0) 59 : cluster 1 Manager daemon a is now available 2024-02-11T09:04:03.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:01.879574+0000 mon.a (mon.0) 60 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:01.881069+0000 mon.a (mon.0) 61 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:01.886797+0000 mon.a (mon.0) 62 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:01.893320+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:01.896563+0000 mon.a (mon.0) 64 : audit 1 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:02.106136+0000 mon.a (mon.0) 65 : audit 1 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:02.112369+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: cephadm 2024-02-11T09:04:02.379173+0000 mgr.a (mgr.14132) 1 : cephadm 1 [11/Feb/2024:09:04:02] ENGINE Bus STARTING 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: cephadm 2024-02-11T09:04:02.498435+0000 mgr.a (mgr.14132) 2 : cephadm 1 [11/Feb/2024:09:04:02] ENGINE Serving on https://172.21.15.149:7150 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: cephadm 2024-02-11T09:04:02.599858+0000 mgr.a (mgr.14132) 3 : cephadm 1 [11/Feb/2024:09:04:02] ENGINE Serving on http://172.21.15.149:8765 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: cephadm 2024-02-11T09:04:02.600016+0000 mgr.a (mgr.14132) 4 : cephadm 1 [11/Feb/2024:09:04:02] ENGINE Bus STARTED 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:02.606803+0000 mon.a (mon.0) 67 : audit 0 from='mgr.14132 172.21.15.149:0/102700891' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: audit 2024-02-11T09:04:02.832870+0000 mgr.a (mgr.14132) 5 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T09:04:03.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[21472]: cluster 2024-02-11T09:04:02.834802+0000 mon.a (mon.0) 68 : cluster 0 mgrmap e9: a(active, since 1.01466s) 2024-02-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: *** Caught signal (Aborted) ** 2024-02-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: in thread 7fcc0b3cb700 thread_name:admin_socket 2024-02-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fcc12b85d20] 2024-02-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 2: gsignal() 2024-02-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 3: abort() 2024-02-11T09:04:03.307 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 4: /lib64/libc.so.6(+0x21d39) [0x7fcc11060d39] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 5: /lib64/libc.so.6(+0x46e86) [0x7fcc11085e86] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fcc13cd1785] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fcc13cd2f75] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fcc13cd1baf] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cddb6d] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cd7f69] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fcc13cd9a4b] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 12: (AdminSocket::entry()+0x4de) [0x7fcc13cda2ae] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fcc11a71b23] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fcc12b7b1ca] 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 15: clone() 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug 2024-02-11T09:04:02.830+0000 7fcc0b3cb700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:03.308 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: in thread 7fcc0b3cb700 thread_name:admin_socket 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fcc12b85d20] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 2: gsignal() 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 3: abort() 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 4: /lib64/libc.so.6(+0x21d39) [0x7fcc11060d39] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 5: /lib64/libc.so.6(+0x46e86) [0x7fcc11085e86] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fcc13cd1785] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fcc13cd2f75] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fcc13cd1baf] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cddb6d] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cd7f69] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fcc13cd9a4b] 2024-02-11T09:04:03.309 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 12: (AdminSocket::entry()+0x4de) [0x7fcc13cda2ae] 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fcc11a71b23] 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fcc12b7b1ca] 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 15: clone() 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3165> 2024-02-11T09:03:53.970+0000 7fcc155c7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3068> 2024-02-11T09:03:55.534+0000 7fcc155c7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3056> 2024-02-11T09:03:55.630+0000 7fcc155c7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3012> 2024-02-11T09:03:55.878+0000 7fcc155c7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2780> 2024-02-11T09:03:56.674+0000 7fcc155c7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2744> 2024-02-11T09:03:56.782+0000 7fcc155c7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2719> 2024-02-11T09:03:56.882+0000 7fcc155c7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2700> 2024-02-11T09:03:57.238+0000 7fcc155c7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2677> 2024-02-11T09:03:57.350+0000 7fcc155c7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:03.310 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2661> 2024-02-11T09:03:57.454+0000 7fcc155c7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2632> 2024-02-11T09:03:57.806+0000 7fcc155c7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2606> 2024-02-11T09:03:58.050+0000 7fcc155c7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2579> 2024-02-11T09:03:58.310+0000 7fcc155c7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2537> 2024-02-11T09:03:58.422+0000 7fcc155c7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2500> 2024-02-11T09:03:58.694+0000 7fcc155c7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2413> 2024-02-11T09:03:58.934+0000 7fcc155c7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2368> 2024-02-11T09:03:59.346+0000 7fcc155c7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2347> 2024-02-11T09:03:59.462+0000 7fcc155c7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2335> 2024-02-11T09:03:59.706+0000 7fcc155c7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2211> 2024-02-11T09:04:00.710+0000 7fcc155c7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2197> 2024-02-11T09:04:00.826+0000 7fcc155c7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2133> 2024-02-11T09:04:01.118+0000 7fcc155c7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2119> 2024-02-11T09:04:01.230+0000 7fcc155c7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2095> 2024-02-11T09:04:01.674+0000 7fcc155c7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2073> 2024-02-11T09:04:01.794+0000 7fcc155c7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:03.311 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug 0> 2024-02-11T09:04:02.830+0000 7fcc0b3cb700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: in thread 7fcc0b3cb700 thread_name:admin_socket 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fcc12b85d20] 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 2: gsignal() 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 3: abort() 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 4: /lib64/libc.so.6(+0x21d39) [0x7fcc11060d39] 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 5: /lib64/libc.so.6(+0x46e86) [0x7fcc11085e86] 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fcc13cd1785] 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fcc13cd2f75] 2024-02-11T09:04:03.312 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fcc13cd1baf] 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cddb6d] 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cd7f69] 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fcc13cd9a4b] 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 12: (AdminSocket::entry()+0x4de) [0x7fcc13cda2ae] 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fcc11a71b23] 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fcc12b7b1ca] 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 15: clone() 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3188> 2024-02-11T09:03:53.970+0000 7fcc155c7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:03.313 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3091> 2024-02-11T09:03:55.534+0000 7fcc155c7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3079> 2024-02-11T09:03:55.630+0000 7fcc155c7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -3035> 2024-02-11T09:03:55.878+0000 7fcc155c7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2803> 2024-02-11T09:03:56.674+0000 7fcc155c7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2767> 2024-02-11T09:03:56.782+0000 7fcc155c7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2742> 2024-02-11T09:03:56.882+0000 7fcc155c7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2723> 2024-02-11T09:03:57.238+0000 7fcc155c7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2700> 2024-02-11T09:03:57.350+0000 7fcc155c7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2684> 2024-02-11T09:03:57.454+0000 7fcc155c7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2655> 2024-02-11T09:03:57.806+0000 7fcc155c7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2629> 2024-02-11T09:03:58.050+0000 7fcc155c7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2602> 2024-02-11T09:03:58.310+0000 7fcc155c7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2560> 2024-02-11T09:03:58.422+0000 7fcc155c7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2523> 2024-02-11T09:03:58.694+0000 7fcc155c7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2436> 2024-02-11T09:03:58.934+0000 7fcc155c7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2391> 2024-02-11T09:03:59.346+0000 7fcc155c7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2370> 2024-02-11T09:03:59.462+0000 7fcc155c7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:03.314 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2358> 2024-02-11T09:03:59.706+0000 7fcc155c7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2234> 2024-02-11T09:04:00.710+0000 7fcc155c7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2220> 2024-02-11T09:04:00.826+0000 7fcc155c7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2156> 2024-02-11T09:04:01.118+0000 7fcc155c7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2142> 2024-02-11T09:04:01.230+0000 7fcc155c7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2118> 2024-02-11T09:04:01.674+0000 7fcc155c7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -2096> 2024-02-11T09:04:01.794+0000 7fcc155c7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: debug -23> 2024-02-11T09:04:02.830+0000 7fcc0b3cb700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: in thread 7fcc0b3cb700 thread_name:admin_socket 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7fcc12b85d20] 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 2: gsignal() 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 3: abort() 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 4: /lib64/libc.so.6(+0x21d39) [0x7fcc11060d39] 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 5: /lib64/libc.so.6(+0x46e86) [0x7fcc11085e86] 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7fcc13cd1785] 2024-02-11T09:04:03.315 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7fcc13cd2f75] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7fcc13cd1baf] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cddb6d] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 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) [0x7fcc13cd7f69] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7fcc13cd9a4b] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 12: (AdminSocket::entry()+0x4de) [0x7fcc13cda2ae] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7fcc11a71b23] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7fcc12b7b1ca] 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: 15: clone() 2024-02-11T09:04:03.316 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:02 smithi149 bash[22934]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:03.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:03 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:04:03.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:03 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:04:14.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:13 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 2. 2024-02-11T09:04:14.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:13 smithi149 systemd[1]: Stopped Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:04:14.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:13 smithi149 systemd[1]: Started Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:04:15.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:14 smithi149 bash[23282]: debug 2024-02-11T09:04:14.753+0000 7f719d2a4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:16.655 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:16 smithi149 bash[23282]: debug 2024-02-11T09:04:16.309+0000 7f719d2a4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:16.656 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:16 smithi149 bash[23282]: debug 2024-02-11T09:04:16.405+0000 7f719d2a4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:17.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:16 smithi149 bash[23282]: debug 2024-02-11T09:04:16.653+0000 7f719d2a4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:17.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:17 smithi149 bash[23282]: debug 2024-02-11T09:04:17.441+0000 7f719d2a4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:17.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:17 smithi149 bash[23282]: debug 2024-02-11T09:04:17.553+0000 7f719d2a4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:17.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:17 smithi149 bash[23282]: debug 2024-02-11T09:04:17.653+0000 7f719d2a4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:18.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:18 smithi149 bash[23282]: debug 2024-02-11T09:04:18.009+0000 7f719d2a4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:18.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:18 smithi149 bash[23282]: debug 2024-02-11T09:04:18.121+0000 7f719d2a4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:18.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:18 smithi149 bash[23282]: debug 2024-02-11T09:04:18.225+0000 7f719d2a4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:19.054 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:18 smithi149 bash[23282]: debug 2024-02-11T09:04:18.577+0000 7f719d2a4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:19.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:18 smithi149 bash[23282]: debug 2024-02-11T09:04:18.821+0000 7f719d2a4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:19.464 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:19 smithi149 bash[23282]: debug 2024-02-11T09:04:19.081+0000 7f719d2a4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:19.464 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:19 smithi149 bash[23282]: debug 2024-02-11T09:04:19.193+0000 7f719d2a4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:19.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:19 smithi149 bash[23282]: debug 2024-02-11T09:04:19.461+0000 7f719d2a4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:19.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:19 smithi149 bash[23282]: debug 2024-02-11T09:04:19.705+0000 7f719d2a4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:20.478 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:20 smithi149 bash[23282]: debug 2024-02-11T09:04:20.117+0000 7f719d2a4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:20.478 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:20 smithi149 bash[23282]: debug 2024-02-11T09:04:20.233+0000 7f719d2a4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:20.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:20 smithi149 bash[23282]: debug 2024-02-11T09:04:20.477+0000 7f719d2a4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:21.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:21 smithi149 bash[23282]: debug 2024-02-11T09:04:21.477+0000 7f719d2a4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:21.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:21 smithi149 bash[23282]: debug 2024-02-11T09:04:21.589+0000 7f719d2a4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:22.304 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:21 smithi149 bash[23282]: debug 2024-02-11T09:04:21.881+0000 7f719d2a4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:22.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:21 smithi149 bash[23282]: debug 2024-02-11T09:04:21.993+0000 7f719d2a4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:22.804 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[23282]: debug 2024-02-11T09:04:22.437+0000 7f719d2a4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[23282]: debug 2024-02-11T09:04:22.557+0000 7f719d2a4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: cluster 2024-02-11T09:04:22.580091+0000 mon.a (mon.0) 69 : cluster 1 Active manager daemon a restarted 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: cluster 2024-02-11T09:04:22.580682+0000 mon.a (mon.0) 70 : cluster 1 Activating manager daemon a 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: cluster 2024-02-11T09:04:22.584031+0000 mon.a (mon.0) 71 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: cluster 2024-02-11T09:04:22.584186+0000 mon.a (mon.0) 72 : cluster 0 mgrmap e10: a(active, starting, since 0.00369986s) 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: audit 2024-02-11T09:04:22.587952+0000 mon.a (mon.0) 73 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: audit 2024-02-11T09:04:22.588918+0000 mon.a (mon.0) 74 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: audit 2024-02-11T09:04:22.589935+0000 mon.a (mon.0) 75 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: audit 2024-02-11T09:04:22.590112+0000 mon.a (mon.0) 76 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: audit 2024-02-11T09:04:22.590256+0000 mon.a (mon.0) 77 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:04:22.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:22 smithi149 bash[21472]: cluster 2024-02-11T09:04:22.616197+0000 mon.a (mon.0) 78 : cluster 1 Manager daemon a is now available 2024-02-11T09:04:24.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: audit 2024-02-11T09:04:22.640898+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:24.055 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: audit 2024-02-11T09:04:22.642689+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: audit 2024-02-11T09:04:22.647356+0000 mon.a (mon.0) 81 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: audit 2024-02-11T09:04:22.657501+0000 mon.a (mon.0) 82 : audit 1 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: audit 2024-02-11T09:04:22.660724+0000 mon.a (mon.0) 83 : audit 1 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: cephadm 2024-02-11T09:04:23.179102+0000 mgr.a (mgr.14140) 1 : cephadm 1 [11/Feb/2024:09:04:23] ENGINE Bus STARTING 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: cephadm 2024-02-11T09:04:23.298288+0000 mgr.a (mgr.14140) 2 : cephadm 1 [11/Feb/2024:09:04:23] ENGINE Serving on https://172.21.15.149:7150 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: cephadm 2024-02-11T09:04:23.399504+0000 mgr.a (mgr.14140) 3 : cephadm 1 [11/Feb/2024:09:04:23] ENGINE Serving on http://172.21.15.149:8765 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: cephadm 2024-02-11T09:04:23.399672+0000 mgr.a (mgr.14140) 4 : cephadm 1 [11/Feb/2024:09:04:23] ENGINE Bus STARTED 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: audit 2024-02-11T09:04:23.417113+0000 mon.a (mon.0) 84 : audit 0 from='mgr.14140 172.21.15.149:0/3910001163' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: cluster 2024-02-11T09:04:23.591960+0000 mon.a (mon.0) 85 : cluster 0 mgrmap e11: a(active, since 1.01144s) 2024-02-11T09:04:24.056 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[21472]: audit 2024-02-11T09:04:23.592291+0000 mgr.a (mgr.14140) 5 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T09:04:24.057 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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-11T09:04:24.057 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: *** Caught signal (Aborted) ** 2024-02-11T09:04:24.057 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: in thread 7f71930a8700 thread_name:admin_socket 2024-02-11T09:04:24.057 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:24.057 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f719a862d20] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 2: gsignal() 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 3: abort() 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7198d3dd39] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7198d62e86] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f719b9ae785] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f719b9aff75] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f719b9aebaf] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9bab6d] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9b4f69] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f719b9b6a4b] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 12: (AdminSocket::entry()+0x4de) [0x7f719b9b72ae] 2024-02-11T09:04:24.058 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f719974eb23] 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f719a8581ca] 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 15: clone() 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug 2024-02-11T09:04:23.593+0000 7f71930a8700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: in thread 7f71930a8700 thread_name:admin_socket 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f719a862d20] 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 2: gsignal() 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 3: abort() 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7198d3dd39] 2024-02-11T09:04:24.059 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7198d62e86] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f719b9ae785] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f719b9aff75] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f719b9aebaf] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9bab6d] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9b4f69] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f719b9b6a4b] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 12: (AdminSocket::entry()+0x4de) [0x7f719b9b72ae] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f719974eb23] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f719a8581ca] 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 15: clone() 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:24.060 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -3143> 2024-02-11T09:04:14.753+0000 7f719d2a4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -3046> 2024-02-11T09:04:16.309+0000 7f719d2a4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -3034> 2024-02-11T09:04:16.405+0000 7f719d2a4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2990> 2024-02-11T09:04:16.653+0000 7f719d2a4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2758> 2024-02-11T09:04:17.441+0000 7f719d2a4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2722> 2024-02-11T09:04:17.553+0000 7f719d2a4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2697> 2024-02-11T09:04:17.653+0000 7f719d2a4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2678> 2024-02-11T09:04:18.009+0000 7f719d2a4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2655> 2024-02-11T09:04:18.121+0000 7f719d2a4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2639> 2024-02-11T09:04:18.225+0000 7f719d2a4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2610> 2024-02-11T09:04:18.577+0000 7f719d2a4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2584> 2024-02-11T09:04:18.821+0000 7f719d2a4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2557> 2024-02-11T09:04:19.081+0000 7f719d2a4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2515> 2024-02-11T09:04:19.193+0000 7f719d2a4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:24.061 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2478> 2024-02-11T09:04:19.461+0000 7f719d2a4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2391> 2024-02-11T09:04:19.705+0000 7f719d2a4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2346> 2024-02-11T09:04:20.117+0000 7f719d2a4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2325> 2024-02-11T09:04:20.233+0000 7f719d2a4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2313> 2024-02-11T09:04:20.477+0000 7f719d2a4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2189> 2024-02-11T09:04:21.477+0000 7f719d2a4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2175> 2024-02-11T09:04:21.589+0000 7f719d2a4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2111> 2024-02-11T09:04:21.881+0000 7f719d2a4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2097> 2024-02-11T09:04:21.993+0000 7f719d2a4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2073> 2024-02-11T09:04:22.437+0000 7f719d2a4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2051> 2024-02-11T09:04:22.557+0000 7f719d2a4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:24.062 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug 0> 2024-02-11T09:04:23.593+0000 7f71930a8700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: in thread 7f71930a8700 thread_name:admin_socket 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f719a862d20] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 2: gsignal() 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 3: abort() 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7198d3dd39] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7198d62e86] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f719b9ae785] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f719b9aff75] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f719b9aebaf] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9bab6d] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9b4f69] 2024-02-11T09:04:24.063 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f719b9b6a4b] 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 12: (AdminSocket::entry()+0x4de) [0x7f719b9b72ae] 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f719974eb23] 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f719a8581ca] 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 15: clone() 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -3154> 2024-02-11T09:04:14.753+0000 7f719d2a4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -3057> 2024-02-11T09:04:16.309+0000 7f719d2a4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -3045> 2024-02-11T09:04:16.405+0000 7f719d2a4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:24.064 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -3001> 2024-02-11T09:04:16.653+0000 7f719d2a4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2769> 2024-02-11T09:04:17.441+0000 7f719d2a4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2733> 2024-02-11T09:04:17.553+0000 7f719d2a4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2708> 2024-02-11T09:04:17.653+0000 7f719d2a4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2689> 2024-02-11T09:04:18.009+0000 7f719d2a4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2666> 2024-02-11T09:04:18.121+0000 7f719d2a4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2650> 2024-02-11T09:04:18.225+0000 7f719d2a4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2621> 2024-02-11T09:04:18.577+0000 7f719d2a4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:24.065 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2595> 2024-02-11T09:04:18.821+0000 7f719d2a4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:24.066 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2568> 2024-02-11T09:04:19.081+0000 7f719d2a4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:24.066 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2526> 2024-02-11T09:04:19.193+0000 7f719d2a4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:24.066 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2489> 2024-02-11T09:04:19.461+0000 7f719d2a4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:24.066 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2402> 2024-02-11T09:04:19.705+0000 7f719d2a4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:24.066 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2357> 2024-02-11T09:04:20.117+0000 7f719d2a4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:24.066 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2336> 2024-02-11T09:04:20.233+0000 7f719d2a4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:24.066 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2324> 2024-02-11T09:04:20.477+0000 7f719d2a4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2200> 2024-02-11T09:04:21.477+0000 7f719d2a4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2186> 2024-02-11T09:04:21.589+0000 7f719d2a4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2122> 2024-02-11T09:04:21.881+0000 7f719d2a4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2108> 2024-02-11T09:04:21.993+0000 7f719d2a4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2084> 2024-02-11T09:04:22.437+0000 7f719d2a4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -2062> 2024-02-11T09:04:22.557+0000 7f719d2a4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: debug -11> 2024-02-11T09:04:23.593+0000 7f71930a8700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:24.067 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: in thread 7f71930a8700 thread_name:admin_socket 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f719a862d20] 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 2: gsignal() 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 3: abort() 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 4: /lib64/libc.so.6(+0x21d39) [0x7f7198d3dd39] 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 5: /lib64/libc.so.6(+0x46e86) [0x7f7198d62e86] 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f719b9ae785] 2024-02-11T09:04:24.068 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f719b9aff75] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f719b9aebaf] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9bab6d] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 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) [0x7f719b9b4f69] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f719b9b6a4b] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 12: (AdminSocket::entry()+0x4de) [0x7f719b9b72ae] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f719974eb23] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f719a8581ca] 2024-02-11T09:04:24.069 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: 15: clone() 2024-02-11T09:04:24.070 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:23 smithi149 bash[23282]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:24.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:24 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:04:24.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:24 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:04:35.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:34 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 3. 2024-02-11T09:04:35.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:34 smithi149 systemd[1]: Stopped Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:04:35.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:34 smithi149 systemd[1]: Started Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:04:35.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:35 smithi149 bash[23631]: debug 2024-02-11T09:04:35.424+0000 7ff8d9be4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:37.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:36 smithi149 bash[23631]: debug 2024-02-11T09:04:36.984+0000 7ff8d9be4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:37.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:37 smithi149 bash[23631]: debug 2024-02-11T09:04:37.080+0000 7ff8d9be4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:37.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:37 smithi149 bash[23631]: debug 2024-02-11T09:04:37.332+0000 7ff8d9be4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:38.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:38 smithi149 bash[23631]: debug 2024-02-11T09:04:38.128+0000 7ff8d9be4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:38.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:38 smithi149 bash[23631]: debug 2024-02-11T09:04:38.236+0000 7ff8d9be4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:38.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:38 smithi149 bash[23631]: debug 2024-02-11T09:04:38.340+0000 7ff8d9be4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:39.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:38 smithi149 bash[23631]: debug 2024-02-11T09:04:38.696+0000 7ff8d9be4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:39.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:38 smithi149 bash[23631]: debug 2024-02-11T09:04:38.808+0000 7ff8d9be4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:39.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:38 smithi149 bash[23631]: debug 2024-02-11T09:04:38.912+0000 7ff8d9be4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:39.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:39 smithi149 bash[23631]: debug 2024-02-11T09:04:39.272+0000 7ff8d9be4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:39.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:39 smithi149 bash[23631]: debug 2024-02-11T09:04:39.516+0000 7ff8d9be4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:40.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:39 smithi149 bash[23631]: debug 2024-02-11T09:04:39.780+0000 7ff8d9be4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:40.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:39 smithi149 bash[23631]: debug 2024-02-11T09:04:39.892+0000 7ff8d9be4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:40.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:40 smithi149 bash[23631]: debug 2024-02-11T09:04:40.172+0000 7ff8d9be4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:40.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:40 smithi149 bash[23631]: debug 2024-02-11T09:04:40.420+0000 7ff8d9be4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:41.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:40 smithi149 bash[23631]: debug 2024-02-11T09:04:40.836+0000 7ff8d9be4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:41.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:40 smithi149 bash[23631]: debug 2024-02-11T09:04:40.952+0000 7ff8d9be4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:41.203 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:41 smithi149 bash[23631]: debug 2024-02-11T09:04:41.200+0000 7ff8d9be4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:42.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:42 smithi149 bash[23631]: debug 2024-02-11T09:04:42.240+0000 7ff8d9be4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:42.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:42 smithi149 bash[23631]: debug 2024-02-11T09:04:42.356+0000 7ff8d9be4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:43.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:42 smithi149 bash[23631]: debug 2024-02-11T09:04:42.652+0000 7ff8d9be4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:43.055 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:42 smithi149 bash[23631]: debug 2024-02-11T09:04:42.768+0000 7ff8d9be4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:43.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[23631]: debug 2024-02-11T09:04:43.212+0000 7ff8d9be4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:43.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[23631]: debug 2024-02-11T09:04:43.332+0000 7ff8d9be4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:43.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: cluster 2024-02-11T09:04:43.355535+0000 mon.a (mon.0) 86 : cluster 1 Active manager daemon a restarted 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: cluster 2024-02-11T09:04:43.355786+0000 mon.a (mon.0) 87 : cluster 1 Activating manager daemon a 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: cluster 2024-02-11T09:04:43.364990+0000 mon.a (mon.0) 88 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: cluster 2024-02-11T09:04:43.365241+0000 mon.a (mon.0) 89 : cluster 0 mgrmap e12: a(active, starting, since 0.00955164s) 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: audit 2024-02-11T09:04:43.368157+0000 mon.a (mon.0) 90 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: audit 2024-02-11T09:04:43.368706+0000 mon.a (mon.0) 91 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: audit 2024-02-11T09:04:43.369749+0000 mon.a (mon.0) 92 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: audit 2024-02-11T09:04:43.369965+0000 mon.a (mon.0) 93 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: audit 2024-02-11T09:04:43.370193+0000 mon.a (mon.0) 94 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:04:43.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:43 smithi149 bash[21472]: cluster 2024-02-11T09:04:43.396257+0000 mon.a (mon.0) 95 : cluster 1 Manager daemon a is now available 2024-02-11T09:04:44.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[21472]: audit 2024-02-11T09:04:43.421317+0000 mon.a (mon.0) 96 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:44.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[21472]: audit 2024-02-11T09:04:43.424054+0000 mon.a (mon.0) 97 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:44.805 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[21472]: audit 2024-02-11T09:04:43.427756+0000 mon.a (mon.0) 98 : audit 0 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:04:44.806 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[21472]: audit 2024-02-11T09:04:43.435498+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:04:44.806 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[21472]: audit 2024-02-11T09:04:43.438143+0000 mon.a (mon.0) 100 : audit 1 from='mgr.14148 172.21.15.149:0/2211058863' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:04:44.806 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[21472]: cephadm 2024-02-11T09:04:44.226964+0000 mgr.a (mgr.14148) 1 : cephadm 1 [11/Feb/2024:09:04:44] ENGINE Bus STARTING 2024-02-11T09:04:44.806 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[21472]: cluster 2024-02-11T09:04:44.365512+0000 mon.a (mon.0) 101 : cluster 0 mgrmap e13: a(active, since 1.00981s) 2024-02-11T09:04:44.806 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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-11T09:04:44.806 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: *** Caught signal (Aborted) ** 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: in thread 7ff8cf9e8700 thread_name:admin_socket 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff8d71a2d20] 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 2: gsignal() 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 3: abort() 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff8d567dd39] 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff8d56a2e86] 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff8d82ee785] 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff8d82eff75] 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff8d82eebaf] 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82fab6d] 2024-02-11T09:04:44.807 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82f4f69] 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff8d82f6a4b] 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 12: (AdminSocket::entry()+0x4de) [0x7ff8d82f72ae] 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff8d608eb23] 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff8d71981ca] 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 15: clone() 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug 2024-02-11T09:04:44.360+0000 7ff8cf9e8700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: in thread 7ff8cf9e8700 thread_name:admin_socket 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff8d71a2d20] 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 2: gsignal() 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 3: abort() 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff8d567dd39] 2024-02-11T09:04:44.808 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff8d56a2e86] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff8d82ee785] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff8d82eff75] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff8d82eebaf] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82fab6d] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82f4f69] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff8d82f6a4b] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 12: (AdminSocket::entry()+0x4de) [0x7ff8d82f72ae] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff8d608eb23] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff8d71981ca] 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 15: clone() 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -3112> 2024-02-11T09:04:35.424+0000 7ff8d9be4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -3015> 2024-02-11T09:04:36.984+0000 7ff8d9be4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:44.809 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -3003> 2024-02-11T09:04:37.080+0000 7ff8d9be4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:44.810 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2959> 2024-02-11T09:04:37.332+0000 7ff8d9be4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:44.810 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2727> 2024-02-11T09:04:38.128+0000 7ff8d9be4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:44.810 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2691> 2024-02-11T09:04:38.236+0000 7ff8d9be4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:44.810 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2666> 2024-02-11T09:04:38.340+0000 7ff8d9be4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:44.810 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2647> 2024-02-11T09:04:38.696+0000 7ff8d9be4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2624> 2024-02-11T09:04:38.808+0000 7ff8d9be4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2608> 2024-02-11T09:04:38.912+0000 7ff8d9be4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2579> 2024-02-11T09:04:39.272+0000 7ff8d9be4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2553> 2024-02-11T09:04:39.516+0000 7ff8d9be4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2526> 2024-02-11T09:04:39.780+0000 7ff8d9be4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2484> 2024-02-11T09:04:39.892+0000 7ff8d9be4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2447> 2024-02-11T09:04:40.172+0000 7ff8d9be4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2360> 2024-02-11T09:04:40.420+0000 7ff8d9be4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2315> 2024-02-11T09:04:40.836+0000 7ff8d9be4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2294> 2024-02-11T09:04:40.952+0000 7ff8d9be4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2282> 2024-02-11T09:04:41.200+0000 7ff8d9be4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2158> 2024-02-11T09:04:42.240+0000 7ff8d9be4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2139> 2024-02-11T09:04:42.356+0000 7ff8d9be4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:44.811 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2080> 2024-02-11T09:04:42.652+0000 7ff8d9be4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2066> 2024-02-11T09:04:42.768+0000 7ff8d9be4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2042> 2024-02-11T09:04:43.212+0000 7ff8d9be4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2015> 2024-02-11T09:04:43.332+0000 7ff8d9be4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug 0> 2024-02-11T09:04:44.360+0000 7ff8cf9e8700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: in thread 7ff8cf9e8700 thread_name:admin_socket 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff8d71a2d20] 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 2: gsignal() 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 3: abort() 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff8d567dd39] 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff8d56a2e86] 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff8d82ee785] 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff8d82eff75] 2024-02-11T09:04:44.812 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff8d82eebaf] 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82fab6d] 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82f4f69] 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff8d82f6a4b] 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 12: (AdminSocket::entry()+0x4de) [0x7ff8d82f72ae] 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff8d608eb23] 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff8d71981ca] 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 15: clone() 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -3125> 2024-02-11T09:04:35.424+0000 7ff8d9be4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -3028> 2024-02-11T09:04:36.984+0000 7ff8d9be4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -3016> 2024-02-11T09:04:37.080+0000 7ff8d9be4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2972> 2024-02-11T09:04:37.332+0000 7ff8d9be4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2740> 2024-02-11T09:04:38.128+0000 7ff8d9be4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2704> 2024-02-11T09:04:38.236+0000 7ff8d9be4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2679> 2024-02-11T09:04:38.340+0000 7ff8d9be4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:44.813 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2660> 2024-02-11T09:04:38.696+0000 7ff8d9be4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2637> 2024-02-11T09:04:38.808+0000 7ff8d9be4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2621> 2024-02-11T09:04:38.912+0000 7ff8d9be4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2592> 2024-02-11T09:04:39.272+0000 7ff8d9be4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2566> 2024-02-11T09:04:39.516+0000 7ff8d9be4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2539> 2024-02-11T09:04:39.780+0000 7ff8d9be4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2497> 2024-02-11T09:04:39.892+0000 7ff8d9be4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2460> 2024-02-11T09:04:40.172+0000 7ff8d9be4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2373> 2024-02-11T09:04:40.420+0000 7ff8d9be4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2328> 2024-02-11T09:04:40.836+0000 7ff8d9be4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2307> 2024-02-11T09:04:40.952+0000 7ff8d9be4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2295> 2024-02-11T09:04:41.200+0000 7ff8d9be4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2171> 2024-02-11T09:04:42.240+0000 7ff8d9be4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2152> 2024-02-11T09:04:42.356+0000 7ff8d9be4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2093> 2024-02-11T09:04:42.652+0000 7ff8d9be4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:04:44.814 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2079> 2024-02-11T09:04:42.768+0000 7ff8d9be4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2055> 2024-02-11T09:04:43.212+0000 7ff8d9be4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -2028> 2024-02-11T09:04:43.332+0000 7ff8d9be4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: debug -13> 2024-02-11T09:04:44.360+0000 7ff8cf9e8700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: in thread 7ff8cf9e8700 thread_name:admin_socket 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7ff8d71a2d20] 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 2: gsignal() 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 3: abort() 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 4: /lib64/libc.so.6(+0x21d39) [0x7ff8d567dd39] 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 5: /lib64/libc.so.6(+0x46e86) [0x7ff8d56a2e86] 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7ff8d82ee785] 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7ff8d82eff75] 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7ff8d82eebaf] 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82fab6d] 2024-02-11T09:04:44.815 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 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) [0x7ff8d82f4f69] 2024-02-11T09:04:44.816 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7ff8d82f6a4b] 2024-02-11T09:04:44.816 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 12: (AdminSocket::entry()+0x4de) [0x7ff8d82f72ae] 2024-02-11T09:04:44.816 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7ff8d608eb23] 2024-02-11T09:04:44.816 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7ff8d71981ca] 2024-02-11T09:04:44.816 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: 15: clone() 2024-02-11T09:04:44.816 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:44 smithi149 bash[23631]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:04:45.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:45 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:04:45.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:45 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:04:55.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:55 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 4. 2024-02-11T09:04:55.806 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:55 smithi149 systemd[1]: Stopped Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:04:55.806 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:55 smithi149 systemd[1]: Started Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:04:56.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:56 smithi149 bash[23980]: debug 2024-02-11T09:04:56.244+0000 7f2e2880b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:04:58.158 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:57 smithi149 bash[23980]: debug 2024-02-11T09:04:57.808+0000 7f2e2880b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:04:58.158 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:57 smithi149 bash[23980]: debug 2024-02-11T09:04:57.904+0000 7f2e2880b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:04:58.158 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:58 smithi149 bash[23980]: debug 2024-02-11T09:04:58.156+0000 7f2e2880b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:04:59.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:58 smithi149 bash[23980]: debug 2024-02-11T09:04:58.948+0000 7f2e2880b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:04:59.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:59 smithi149 bash[23980]: debug 2024-02-11T09:04:59.056+0000 7f2e2880b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:04:59.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:59 smithi149 bash[23980]: debug 2024-02-11T09:04:59.160+0000 7f2e2880b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:04:59.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:59 smithi149 bash[23980]: debug 2024-02-11T09:04:59.516+0000 7f2e2880b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:04:59.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:59 smithi149 bash[23980]: debug 2024-02-11T09:04:59.632+0000 7f2e2880b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:04:59.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:04:59 smithi149 bash[23980]: debug 2024-02-11T09:04:59.740+0000 7f2e2880b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:05:00.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:00 smithi149 bash[23980]: debug 2024-02-11T09:05:00.100+0000 7f2e2880b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:05:00.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:00 smithi149 bash[23980]: debug 2024-02-11T09:05:00.344+0000 7f2e2880b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:05:00.993 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:00 smithi149 bash[23980]: debug 2024-02-11T09:05:00.604+0000 7f2e2880b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:05:00.994 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:00 smithi149 bash[23980]: debug 2024-02-11T09:05:00.716+0000 7f2e2880b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:05:01.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:00 smithi149 bash[23980]: debug 2024-02-11T09:05:00.992+0000 7f2e2880b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:05:01.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:01 smithi149 bash[23980]: debug 2024-02-11T09:05:01.232+0000 7f2e2880b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:05:02.019 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:01 smithi149 bash[23980]: debug 2024-02-11T09:05:01.648+0000 7f2e2880b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:05:02.020 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:01 smithi149 bash[23980]: debug 2024-02-11T09:05:01.768+0000 7f2e2880b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:05:02.020 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:02 smithi149 bash[23980]: debug 2024-02-11T09:05:02.016+0000 7f2e2880b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:05:03.471 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:03 smithi149 bash[23980]: debug 2024-02-11T09:05:03.060+0000 7f2e2880b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:05:03.471 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:03 smithi149 bash[23980]: debug 2024-02-11T09:05:03.176+0000 7f2e2880b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:05:03.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:03 smithi149 bash[23980]: debug 2024-02-11T09:05:03.468+0000 7f2e2880b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:05:03.805 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:03 smithi149 bash[23980]: debug 2024-02-11T09:05:03.580+0000 7f2e2880b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:05:04.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[23980]: debug 2024-02-11T09:05:04.032+0000 7f2e2880b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:05:04.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[23980]: debug 2024-02-11T09:05:04.148+0000 7f2e2880b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:05:04.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: cluster 2024-02-11T09:05:04.171546+0000 mon.a (mon.0) 102 : cluster 1 Active manager daemon a restarted 2024-02-11T09:05:04.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: cluster 2024-02-11T09:05:04.172348+0000 mon.a (mon.0) 103 : cluster 1 Activating manager daemon a 2024-02-11T09:05:04.305 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: cluster 2024-02-11T09:05:04.179682+0000 mon.a (mon.0) 104 : cluster 0 osdmap e6: 0 total, 0 up, 0 in 2024-02-11T09:05:04.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: cluster 2024-02-11T09:05:04.180004+0000 mon.a (mon.0) 105 : cluster 0 mgrmap e14: a(active, starting, since 0.00802796s) 2024-02-11T09:05:04.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: audit 2024-02-11T09:05:04.182019+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-11T09:05:04.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: audit 2024-02-11T09:05:04.183266+0000 mon.a (mon.0) 107 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-11T09:05:04.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: audit 2024-02-11T09:05:04.183828+0000 mon.a (mon.0) 108 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T09:05:04.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: audit 2024-02-11T09:05:04.184229+0000 mon.a (mon.0) 109 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T09:05:04.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: audit 2024-02-11T09:05:04.184560+0000 mon.a (mon.0) 110 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T09:05:04.306 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:04 smithi149 bash[21472]: cluster 2024-02-11T09:05:04.208202+0000 mon.a (mon.0) 111 : cluster 1 Manager daemon a is now available 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: audit 2024-02-11T09:05:04.231695+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: audit 2024-02-11T09:05:04.233026+0000 mon.a (mon.0) 113 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: audit 2024-02-11T09:05:04.238174+0000 mon.a (mon.0) 114 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: audit 2024-02-11T09:05:04.249184+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: audit 2024-02-11T09:05:04.252079+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: cephadm 2024-02-11T09:05:04.786077+0000 mgr.a (mgr.14156) 1 : cephadm 1 [11/Feb/2024:09:05:04] ENGINE Bus STARTING 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: cephadm 2024-02-11T09:05:04.903452+0000 mgr.a (mgr.14156) 2 : cephadm 1 [11/Feb/2024:09:05:04] ENGINE Serving on https://172.21.15.149:7150 2024-02-11T09:05:05.447 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: cephadm 2024-02-11T09:05:05.004616+0000 mgr.a (mgr.14156) 3 : cephadm 1 [11/Feb/2024:09:05:05] ENGINE Serving on http://172.21.15.149:8765 2024-02-11T09:05:05.448 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: cephadm 2024-02-11T09:05:05.004777+0000 mgr.a (mgr.14156) 4 : cephadm 1 [11/Feb/2024:09:05:05] ENGINE Bus STARTED 2024-02-11T09:05:05.448 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: audit 2024-02-11T09:05:05.007949+0000 mon.a (mon.0) 117 : audit 0 from='mgr.14156 172.21.15.149:0/3683832688' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T09:05:05.448 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[21472]: cluster 2024-02-11T09:05:05.184419+0000 mon.a (mon.0) 118 : cluster 0 mgrmap e15: a(active, since 1.01243s) 2024-02-11T09:05:05.448 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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-11T09:05:05.448 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: *** Caught signal (Aborted) ** 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: in thread 7f2e1e60f700 thread_name:admin_socket 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f2e25dc9d20] 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 2: gsignal() 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 3: abort() 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2e242a4d39] 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2e242c9e86] 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f2e26f15785] 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f2e26f16f75] 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f2e26f15baf] 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f21b6d] 2024-02-11T09:05:05.449 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f1bf69] 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f2e26f1da4b] 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 12: (AdminSocket::entry()+0x4de) [0x7f2e26f1e2ae] 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2e24cb5b23] 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f2e25dbf1ca] 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 15: clone() 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug 2024-02-11T09:05:05.184+0000 7f2e1e60f700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: in thread 7f2e1e60f700 thread_name:admin_socket 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f2e25dc9d20] 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 2: gsignal() 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 3: abort() 2024-02-11T09:05:05.450 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2e242a4d39] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2e242c9e86] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f2e26f15785] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f2e26f16f75] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f2e26f15baf] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f21b6d] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f1bf69] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f2e26f1da4b] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 12: (AdminSocket::entry()+0x4de) [0x7f2e26f1e2ae] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2e24cb5b23] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f2e25dbf1ca] 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 15: clone() 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:05:05.451 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3159> 2024-02-11T09:04:56.244+0000 7f2e2880b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:05:05.452 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3062> 2024-02-11T09:04:57.808+0000 7f2e2880b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:05:05.452 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3050> 2024-02-11T09:04:57.904+0000 7f2e2880b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:05:05.452 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3006> 2024-02-11T09:04:58.156+0000 7f2e2880b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:05:05.452 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2774> 2024-02-11T09:04:58.948+0000 7f2e2880b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:05:05.452 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2738> 2024-02-11T09:04:59.056+0000 7f2e2880b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2713> 2024-02-11T09:04:59.160+0000 7f2e2880b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2694> 2024-02-11T09:04:59.516+0000 7f2e2880b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2671> 2024-02-11T09:04:59.632+0000 7f2e2880b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2655> 2024-02-11T09:04:59.740+0000 7f2e2880b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2626> 2024-02-11T09:05:00.100+0000 7f2e2880b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2600> 2024-02-11T09:05:00.344+0000 7f2e2880b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2573> 2024-02-11T09:05:00.604+0000 7f2e2880b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2531> 2024-02-11T09:05:00.716+0000 7f2e2880b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2494> 2024-02-11T09:05:00.992+0000 7f2e2880b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2407> 2024-02-11T09:05:01.232+0000 7f2e2880b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2362> 2024-02-11T09:05:01.648+0000 7f2e2880b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:05:05.453 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2341> 2024-02-11T09:05:01.768+0000 7f2e2880b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2329> 2024-02-11T09:05:02.016+0000 7f2e2880b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2205> 2024-02-11T09:05:03.060+0000 7f2e2880b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2186> 2024-02-11T09:05:03.176+0000 7f2e2880b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2127> 2024-02-11T09:05:03.468+0000 7f2e2880b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2113> 2024-02-11T09:05:03.580+0000 7f2e2880b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2089> 2024-02-11T09:05:04.032+0000 7f2e2880b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2062> 2024-02-11T09:05:04.148+0000 7f2e2880b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug 0> 2024-02-11T09:05:05.184+0000 7f2e1e60f700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: in thread 7f2e1e60f700 thread_name:admin_socket 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f2e25dc9d20] 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 2: gsignal() 2024-02-11T09:05:05.454 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 3: abort() 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2e242a4d39] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2e242c9e86] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f2e26f15785] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f2e26f16f75] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f2e26f15baf] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f21b6d] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f1bf69] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f2e26f1da4b] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 12: (AdminSocket::entry()+0x4de) [0x7f2e26f1e2ae] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2e24cb5b23] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f2e25dbf1ca] 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 15: clone() 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3159> 2024-02-11T09:04:56.244+0000 7f2e2880b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-11T09:05:05.455 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3062> 2024-02-11T09:04:57.808+0000 7f2e2880b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3050> 2024-02-11T09:04:57.904+0000 7f2e2880b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -3006> 2024-02-11T09:04:58.156+0000 7f2e2880b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2774> 2024-02-11T09:04:58.948+0000 7f2e2880b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2738> 2024-02-11T09:04:59.056+0000 7f2e2880b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2713> 2024-02-11T09:04:59.160+0000 7f2e2880b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2694> 2024-02-11T09:04:59.516+0000 7f2e2880b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2671> 2024-02-11T09:04:59.632+0000 7f2e2880b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2655> 2024-02-11T09:04:59.740+0000 7f2e2880b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2626> 2024-02-11T09:05:00.100+0000 7f2e2880b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2600> 2024-02-11T09:05:00.344+0000 7f2e2880b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2573> 2024-02-11T09:05:00.604+0000 7f2e2880b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2531> 2024-02-11T09:05:00.716+0000 7f2e2880b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2494> 2024-02-11T09:05:00.992+0000 7f2e2880b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-11T09:05:05.456 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2407> 2024-02-11T09:05:01.232+0000 7f2e2880b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2362> 2024-02-11T09:05:01.648+0000 7f2e2880b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2341> 2024-02-11T09:05:01.768+0000 7f2e2880b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2329> 2024-02-11T09:05:02.016+0000 7f2e2880b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2205> 2024-02-11T09:05:03.060+0000 7f2e2880b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2186> 2024-02-11T09:05:03.176+0000 7f2e2880b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2127> 2024-02-11T09:05:03.468+0000 7f2e2880b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2113> 2024-02-11T09:05:03.580+0000 7f2e2880b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2089> 2024-02-11T09:05:04.032+0000 7f2e2880b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug -2062> 2024-02-11T09:05:04.148+0000 7f2e2880b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: debug 0> 2024-02-11T09:05:05.184+0000 7f2e1e60f700 -1 *** Caught signal (Aborted) ** 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: in thread 7f2e1e60f700 thread_name:admin_socket 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: ceph version 19.0.0-1367-g14aa01b9 (14aa01b918f09661ae41e4c41d1de99d6ac08228) squid (dev) 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 1: /lib64/libpthread.so.0(+0x12d20) [0x7f2e25dc9d20] 2024-02-11T09:05:05.457 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 2: gsignal() 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 3: abort() 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 4: /lib64/libc.so.6(+0x21d39) [0x7f2e242a4d39] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 5: /lib64/libc.so.6(+0x46e86) [0x7f2e242c9e86] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 6: /usr/lib64/ceph/libceph-common.so.2(+0x3e0785) [0x7f2e26f15785] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 7: /usr/lib64/ceph/libceph-common.so.2(+0x3e1f75) [0x7f2e26f16f75] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 8: /usr/lib64/ceph/libceph-common.so.2(+0x3e0baf) [0x7f2e26f15baf] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f21b6d] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 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) [0x7f2e26f1bf69] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 11: (AdminSocket::do_tell_queue()+0x1cb) [0x7f2e26f1da4b] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 12: (AdminSocket::entry()+0x4de) [0x7f2e26f1e2ae] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 13: /lib64/libstdc++.so.6(+0xc2b23) [0x7f2e24cb5b23] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 14: /lib64/libpthread.so.0(+0x81ca) [0x7f2e25dbf1ca] 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: 15: clone() 2024-02-11T09:05:05.458 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 bash[23980]: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2024-02-11T09:05:06.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Main process exited, code=exited, status=134/n/a 2024-02-11T09:05:06.305 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:05 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:05:16.555 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:16 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Scheduled restart job, restart counter is at 5. 2024-02-11T09:05:16.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:16 smithi149 systemd[1]: Stopped Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:05:16.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:16 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Start request repeated too quickly. 2024-02-11T09:05:16.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:16 smithi149 systemd[1]: ceph-316b737a-c8bc-11ee-95b9-87774f69a715@mgr.a.service: Failed with result 'exit-code'. 2024-02-11T09:05:16.556 INFO:journalctl@ceph.mgr.a.smithi149.stdout:Feb 11 09:05:16 smithi149 systemd[1]: Failed to start Ceph mgr.a for 316b737a-c8bc-11ee-95b9-87774f69a715. 2024-02-11T09:05:35.555 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:35 smithi149 bash[21472]: cluster 2024-02-11T09:05:35.208778+0000 mon.a (mon.0) 119 : cluster 1 Manager daemon a is unresponsive. No standby daemons available. 2024-02-11T09:05:35.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:35 smithi149 bash[21472]: cluster 2024-02-11T09:05:35.214980+0000 mon.a (mon.0) 120 : cluster 0 osdmap e7: 0 total, 0 up, 0 in 2024-02-11T09:05:35.556 INFO:journalctl@ceph.mon.a.smithi149.stdout:Feb 11 09:05:35 smithi149 bash[21472]: cluster 2024-02-11T09:05:35.215268+0000 mon.a (mon.0) 121 : cluster 0 mgrmap e16: no daemons active (since 0.00648559s) 2024-02-11T20:50:21.188 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-02-11T20:50:21.211 DEBUG:teuthology.task.console_log:Killing console logger for smithi149 2024-02-11T20:50:21.212 DEBUG:teuthology.task.console_log:Killing console logger for smithi186 2024-02-11T20:50:21.212 DEBUG:teuthology.task.console_log:Killing console logger for smithi190 2024-02-11T20:50:21.212 DEBUG:teuthology.exit:Finished running handlers